/*
THEME NAME: Spotted
DESCRIPTION: Signspotting spotted, built on thematic
VERSION: 6
AUTHOR: Leo Fidjeland
*/

@import url('http://fonts.googleapis.com/css?family=Merriweather+Sans:300');

/*Import PCDTR text replacement style */
@import url('pcdtr/styles.css');

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');


/* Apply basic image styles */
@import url('library/styles/images.css');


/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:1220px;
    background-color:#CBCBCB;
}
#header {
	background-color:#fff;
    position:relative;
}
#branding {
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    margin:0 auto;
}
#main {
    margin:0 auto;
    overflow:hidden;
    position:relative;
	background:#CBCBCB;
}
#facebook-like-box {
}
#facebook-text {
    font-family: arial;
    left: -5px;
    position: relative;
    top: -12px;
}
#container {
    display: block;
    margin: 0 auto;
    width: 1150px;
}
#container-single {
    width:750px;
	margin:0 auto;
}
#main-content{
	background: #fff;
	width:660px;
	padding:30px 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#container-geo {
	background: #fff;
	padding:30px 50px;
    width:1000px;
	margin:0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
    position: relative;
}
.skyline-footer {
    background: url("images/skyline-footer.png") no-repeat scroll center bottom transparent;
    height: 166px;
    position: absolute;
    top: -166px;
    width: 100%;
}
#subsidiary {
    width:1050px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:265px;
    float:left;
    margin:0;
	padding:15px;
}
#subsidiary #first{
	width:530px;
}
#subsidiary #third {
    margin:0;
}
#subsidiary #subsidiary-ad {
	height:600px;
	width:160px;
	overflow:hidden;
	padding:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

.aside .widget_get_recent_comments ul li {
	padding:0 20px 0 10px;
	background:transparent url(/wp-content/themes/thematic/images/dot.gif) no-repeat 0 8px;
}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 15px Georgia,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#666666;
	text-decoration:none;
}
a:visited {
    color:#666666;
	text-decoration:none;
}
a:active,
a:hover {
    color: #FF4B33;
}
.bold {
	font-weight:bold;
}
.sf-menu a.steelfish {
	color:#fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	
}
.sf-menu a.steelfish:hover {
	color:#E95D39;
}
.sf-menu a.steelfish_blue {
	color:#05B3FB;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:18px;	
	text-transform:uppercase;
	font-weight: 300;
}
.sf-menu a.steelfish_blue:hover {
	color:#E95D39;
}

/* =Header
-------------------------------------------------------------- */

#header {
	border-top:1px solid #333333;
	z-index:2;
}
#topbar {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	height:20px;
	margin-right:20px;
}
#topbar a {
	color:#000;
}

#topbar a:visited {
	color:#000;
}
#topbar a:active, #topbar 
a:hover {
    color: #FF4B33;
}
#topbar_user {
	font-weight:normal;
	font-size:12px;
}
#branding {
	height:140px;
	padding:9px 7px 0 2%;
}
#blog-title {
	background:transparent url(images/ss_logo.png) no-repeat scroll 0 0;
	font-family:Arial,sans-serif;
	font-size:66px;
	font-weight:bold;
	height:200px;
	line-height:74px;
	padding-left:74px;
	position:absolute;
	text-indent:-999em;
	width:167px;
	z-index:15;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #333;
}
#blog-description {
	color:#333333;
	float:left;
	font-size:1.24em;
	font-weight:bold;
	height:100px;
	text-indent:-999em;
	width:250px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	background-color:#838383;
	height:63px;
	padding-left:19%;
	z-index:10;
	overflow: visible;
	background: transparent url(images/menu.png);
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	font-family:	Arial, sans-serif;
	text-decoration:none;
}
.sf-menu li {
	float:left;
	position:relative;
	height:22px;
	padding:5px 0 5px 0;
}
.sf-menu ul {
	position:absolute;
	display:none;
	top:-999em;
	width:2.5em; /*left offset of submenus need to match (see below) */
}
.sf-menu ul a {
	border-left:none;
	font-size:12px;
	padding:0 13px;
	text-transform:capitalize;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:34px; /* match top ul list item height */
	z-index:99;
}
.sf-menu li:hover {
	visibility:inherit; /*fixes IE7 'sticky bug' */
}
.sf-menu li ul {
	width:			28em; /*IE6 soils itself without this*/
}
.sf-menu li.categories ul {
	background-color:#838383;
	width: 36em;
	position:absolute;
}
.sf-menu li.categories ul li {
	height:21px;
	padding:0;
	width:12em;
}
.sf-menu li li {
	background-color:#838383;
}
.sf-menu li.categories ul ul {
	display:block;
	float:left;
	padding-bottom:17px;
	padding-top:11px;
	position:relative;
	top:0;
	width:12em;
}
.sf-menu li ul ul li {
	display:block;
	float:left;
}
.sf-menu a {
	border-left:1px solid #fff;
	text-transform:	uppercase;
	padding:0 7px;
	height:22px;
	color:#fff;	
	display:block;
	position:relative;
}
.sf-menu ul a:hover {
	color:#E95D39;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em;  /*match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em;  /*match ul width */
	top:			0;
}
#searchform {
    float: right;
    height: 20px;
    margin-right: 6px;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
	padding: 8px 0 234px;
}
.polaroid-block {
    display: block;
    float: left;
    height: 455px;
    margin: 0 5px 21px;
    overflow: hidden;
    width: 372px;
}
.card {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 6px 5px #666666;
    margin: 0 8px;
    padding: 12px 12px 0;
}
.full-image {
	margin:0 auto;
}
.card .hover,
.full-image .hover {
	background-color:rgba(0,0,0,0.3);
	visibility:hidden;
}
.card:hover .hover,
.full-image:hover .hover{
	visibility:visible;
}
.bottombar {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.full-image .bottombar,
.card .bottombar {
    height: 72px;
    position: relative;
    margin-top: -72px;
}

.blog-view-switch{
	font-size:11px;
	letter-spacing:1px;
	position:relative;
	text-transform:uppercase;
	top:-15px;
	width:240px;
}
.switch-separator{
	left:94px;
	position:absolute;
}
.left-switch-text{
	position:absolute;
	right:147px;
	padding-right:3px;
}
.right-switch-text{
	left:102px;
	position:absolute;
}
.blogview-block {
	display:block;
	margin:10px auto;
	padding:10px 0;
	overflow:hidden;
	width:700px;	
}
.blogview-ad-block {
	display: block;
    margin: 10px auto;
	height:256px;
    width: 283px;
}
.blogview-ad-block  .polaroid-ad-insert{
	margin-top:0;
}
.blogview-ad-block  .polaroid-insert{
	margin-bottom:10px;
}
.full-image .bottombar {
	position:relative;
	top:-72px;
	height:72px;
	margin:0 auto -72px;
	width:auto;
}
.bottombar .like {
    display: block;
    left: 30px;
    position: relative;
    top: 22px;
}
.favorites {
    position: absolute;
    right: 5px;
    top: 50px;
}

.bottombar .favorites a {
	color:#fff;
}
.bottombar .favorites a:hover {
	color:#FF4B33;
	background-position:0 -35px;
}
.bottombar .favorites a.favorite  {
	background-position:0 -35px;
}
.bottombar .favorites  a.favorite:hover {
	background-position:0 0;
}
.bottombar .favorites .message {
	font-size:9px;
	left:39px;
	position:absolute;
	top:-13px;
}
.bottombar .favorites img{
	display:inline;
	border:none;
	margin:0;
}
.bottombar .favorites img:hover{
	border:none;
}
.bottombar .favorites .wpfp-img {
    display: block;
    left: -21px;
    opacity: 0.6;
    position: absolute;
    top: 3px;
}
.bottombar .favorites .wpfp-hide {
	display:none;
}
.bottombar .magnifyer {
    display: block;
    left: 245px;
    position: absolute;
    top: 0;
}
.bottombar .magnifyer a {
	background:transparent url(/wp-content/themes/thematic/images/magnifyer.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	padding:0 0 1px 20px;
}
.bottombar .magnifyer a:hover {
	color:#FF4B33;
}
.polaroid {
    height: 336px;
    width: 330px;
}
.polaroid-meta {
	height:13px;
	font-size:11px;
	color:#05B3FB;
	line-height:13px;
}
.polaroid-meta a,
.polaroid-meta a:visited{
	color:#E95D39;
}
.polaroid-meta-location {
	float:left;
}
.polaroid-meta-submitter {
	float:right;
}
.expand-captions{
	font-size:12px;
	height:22px;
	text-align:center;
	position:relative;
}
.expand-captions{
	margin-top:10px;
}
.load-img {
    display: block;
    left: 295px;
    position: absolute;
    top: 4px;
}
.wpfp-count{
	text-align:center;
	width:330px;
	color:#E95D39;
}
.polaroid_bottom_strip {
    font-size: 15px;
    line-height: 18px;
    height: 20px;
}
.polaroid_bottom_strip .entry-date {
	float:right;
	font-size:11px;
	color:#4A4A4A;
	font-family:Arial,sans-serif;
	margin-top: -17px;
}
.clear-favorites {
	text-align:center;
	margin-top:-10px;
	font-size:11px;
}
.empty-favorites {
	background-color:#fff;
	width:700px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto;
	display:block;
	padding:30px;
}
.empty-favorites img{
	margin:0 60px 18px;
}
.signspotting-login {
	height:430px;
	float:left;
}
.signspotting-login table,
.signspotting-login tr {
	border: none;
}
.signspotting-login .aside form,
.signspotting-login .aside table {
	margin-bottom:0;
}
.signspotting-login .aside td,
.signspotting-login .aside tr,
.signspotting-login .aside tbody{
	border:none;
}
.signspotting-login .steelfish {
	color:#444;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:26px;
	line-height:21px;
	text-transform:uppercase;
	text-align:center;
	margin:4px;
	font-weight: 100;
}
.favorites-link-box {
	background-color:#EEEEEE;
	border:1px dashed #05B3FB;
	width:100%;
	font-size:12px;
	height:20px;
}
.favorites-view-button {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#E95D39;
	border:1px solid #555555;
	float:left;
	margin:5px;
	text-align:center;
	width:100px;
}
.favorites-view-button a{
	color:#333333;
}
.favorites-view-button a:hover{
	color:inherit;
}
#copy_button {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#E95D39;
	border:1px solid #555555;
	color:#333333;
	float:right;
	margin:5px;
	text-align:center;
	width:129px;
}
#signspotting-userphoto {
	width:330px;
}
#signspotting-userphoto table,
#signspotting-userphoto td,
#signspotting-userphoto tr{
	border:none;
	padding:0;
	margin:0;
}
#signspotting-userphoto div.default-image {
	clear:both;
	height:108px;
	margin:15px 106px;
}
#signspotting-userphoto p {
	float:left;
	margin-bottom:0;
}
#signspotting-userphoto p.buttons {
	float:right;
}
#signspotting-userphoto p.image {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#DDDDDD;
	margin:4px;
	padding:4px;
}
.facebook-button {
	text-align: center;
}
#signspotting-userphoto th,
#signspotting-userphoto hr {
	display:none;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 15px 0;
	text-align:center;
}
.page-title .steelfish {
	color:#444;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:26px;
	line-height:21px;
	text-transform:uppercase;
	font-weight: 100;
}
.attachment .page-title {
    font-size:25px;
	font-style:italic;
	line-height:29px;
	margin-bottom:10px;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title .sub-title {
	margin-bottom:10px;
}
.page-title .sub-title span {
	margin:0 3px 7px;
	padding:4px 9px;
	position:relative;
	top:9px;
}
.page-title .sub-title span.active {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#FFFFFF;
}
.page-title .sub-title span.active a{
	color:#E95D39;
}
.page-title .meta-nav {
    font-style:normal;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    color: #444444;
    font-family: Arial,sans-serif;
    font-size: 13px;
    height: 66px;
    line-height: 13px;
    margin-bottom: 5px;
    margin-top: 2px;
    min-height: 53px;
}
.card .entry-title {
	max-height:40px;
}
.entry-title a {
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.page-entry-title {
	font-family:Arial,sans-serif;
	font-size:26px;
	margin:5px 0 30px;
	text-align:center;
	text-transform:uppercase;
}

.main-caption {
	text-align:center;
	font-size:10px;
	line-height:13px;
	color:#666;
}
.entry-meta {
    color:#666;
    font-size:12px;
    line-height:18px;
	margin:10px 0;
	text-align:center;
}
.entry-meta span {
	clear:both;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}

.entry-content {
    height: 350px;
    overflow: hidden;
}
.full-image p{
	margin-bottom:0;
}

.entry-content h1,
.entry-content h2 ,
.entry-content-single h1,
.entry-content-single h2 {
    font-family:Arial,sans-serif;
    font-size:15px;
	line-height:17px;
    font-weight:bold;
	text-align:center;
}
.entry-content h3 ,
.entry-content-single h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4,
.entry-content-single h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table,
.entry-content-single table {
    margin-left:1px;
}
.entry-content embed,
.entry-content-single embed {
    margin:0 0 22px 0;
}
.entry-content-single {
	overflow:hidden;
}
.entry-utility {
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#DDDDDD;
	color:#666666;
	font-size:13px;
	line-height:18px;
	padding:9px;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:underline;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.utility-title{
color:#E95D39;
font-weight:bold;
}
.entry-utility .tag-links ,
.entry-utility .category-links {
	display:block;
}
.edit {
	font-family: Arial,sans-serif;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
.neighbours{
	display:block;
	position:absolute;
	top:700px;
}

.rneighbour {
	float:right;
	right:-130px;
}
.rneighbour img,
.lneighbour img {
	border:1px solid #333;
}
.rneighbour a,
.lneighbour a{
	opacity:0.5;
	display:block;
}
.rneighbour a:hover,
.lneighbour a:hover {
	opacity:1;
}
.rneighbour .previous-arrow{
	background:transparent url(images/next_previous_arrows.gif) no-repeat scroll -102px 0;
	height:31px;
	left:0;
	position:relative;
	text-indent:-999em;
	top:5px;
	width:101px;
}
.rneighbour a:hover .previous-arrow{
	background-position:-102px -31px;
}
.lneighbour {
	float:left;
	left:-130px;
}
.lneighbour .next-arrow{
	background:transparent url(images/next_previous_arrows.gif) no-repeat scroll 0 0;
	height:31px;
	left:229px;
	position:relative;
	text-indent:-999em;
	top:5px;
	width:101px;
}
.lneighbour a:hover .next-arrow{
	background-position:0 -31px;
}

.top-next-arrow {
    background: url("images/next_previous_arrows.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 31px;
    position: relative;
    text-indent: -999em;
    top: 15px;
    width: 101px;
}

.top-previous-arrow {
    background: url("images/next_previous_arrows.gif") no-repeat scroll -102px 0 transparent;
    float: right;
    height: 31px;
    position: relative;
    text-indent: -999em;
    top: 15px;
    width: 101px;
}
.top-previous-arrow:hover,
.top-next-arrow:hover {
	opacity: 0.6;
}
.social {
    height: 80px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    width: 300px;
}
.entry-content-single .social img {
	border:none;
}
.single-side-box {
	background-color: #FFFFFF;
	height: 522px;
    overflow: hidden;
    position: absolute;
    padding: 13px 10px;
    top: 80px;
    width: 150px;
    opacity: 0.8;
}
.new-box {
    border-radius: 0 10px 10px 0;
    left: 0;
}

.top-box {
    border-radius: 10px 0 0 10px;
    right: 0;
}

h3.sidebox {
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 7px;
    text-align: center;
}

.in-box{
	height: 150px;
    overflow: hidden;
    width: 150px;
    margin-bottom: 20px;
    position: relative;
}
.in-box:hover{
	opacity: 1;
}
.box-counter{
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: white;
	color: #E85C39;
	font-size: 17px;
	line-height: 15px;
	text-align: center;
	opacity: 0.8;
}

.new-box .box-counter{
	border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
}
.top-box .box-counter{
	border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	right: 0;
}

.single-bottom-boxes {
    height: 303px;
    padding: 22px 0;
    position: relative;
    width: 790px;
}

.single-box {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
    height: 325px;
    margin-right: 21px;
    width: 239px;
}

.single-box h2{
	font-size: 20px;
	text-align: center;
}
.single-box img{
	display: block;
	margin: 15px auto 0;
}
/* =Wallpapers
-------------------------------------------------------------- */

.wallpaper-main-links {
	margin-top:3px;
}
.wallpaper-main-links a {
	background-color:#555;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:11px;
	padding:3px;
	margin:5px;
}
.wallpaper-main-links a:hover,
.wallpaper-main-links a:active,
.wallpaper-sizes a:active,
.wallpaper-sizes a:hover {
	color:#FF4B33;
}
.wallpaper-thumbs {
	display:block;
	float:left;
	margin:17px;	
}
.wallpaper-sizes {
	text-align:center;
}
.wallpaper-sizes a{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#555555;
	color:#FFFFFF;
	font-size:18px;
	margin:0 20px;
	padding:5px;
}

/* =Store
-------------------------------------------------------------- */
.store-object{
float:left;
border:1px solid #5D5D5D;
height:250px;
padding:0 10px;
margin:5px;
width:179px;
}
.entry-content-single .store-object img{
border:none;
}
.store-object h2{
	margin-top:22px;
}


/* =Attachments
-------------------------------------------------------------- */

.entry-attachment {
	border:1px solid #000;
	margin-bottom:30px;
}
.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	z-index: 1000;
	width: 100%;
	clear:both;
	text-align:center;
}
#nav-above {
    display:none;
}
#nav-below {
	position: relative;
	top: 25px;
}
.paged #nav-above {
    display:block;
    padding:0 0 10px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:19px;
	line-height:31px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
float:left;
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    margin:6px 0 22px 0;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Header Asides
*/
.header-aside {
	height:140px;
	margin-bottom:0;
	overflow:hidden;
}
.header-aside li{
	float:left;
	height:140px;
	margin-left:40%;
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Polaroid Asides
*/
.polaroid-insert {
	-moz-box-shadow:3px 6px 5px #666666;
	-webkit-box-shadow:3px 6px 5px #666666;
	margin:0 8px 0 9px;
	float:left;
}
.polaroid-insert > ul {
	margin-bottom:0;
}
.polaroid-insert > ul > li > div {
	height:359px;
}
.polaroid-ad-insert {
	height: 300px;
	margin: 27px 24px 0;
	overflow: hidden;
	width: 336px;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;
}
#subsidiary .aside {
	color:#fff;
}
#subsidiary .aside a {
	color:#fff;
}
#subsidiary .aside a:hover {
color:#FF4b33;
}
#subsidiary h3.widgettitle {
	color:#fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:26px;
	text-transform:uppercase;
	font-weight: 100;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
    background-color:#555555;
	border-top:20px solid #E85C39;
	padding-top:22px;
}
#footer-signs {
    background: url("images/sign-footer.png") no-repeat scroll left bottom transparent;
    bottom: 22px;
    height: 320px;
    margin: -320px auto 0;
    position: relative;
}
#siteinfo {
    color:#ccc;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#fff;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

/* =GravatarBlock
--------------------------------------------------*/
.widget_gravatar_block ul {
	width:400px;
}
.widget_gravatar_block ul li {
	width:60px;
	height:60px;
	overflow:hidden;
	display:block;
	float:left;
	line-height:12px;
	padding:2px !important;
}


/* =Famous Playlist
-------------------------------------------------------------- */

.widget_famous_playlist li {
	word-wrap:break-word;
	overflow:hidden;
	margin-bottom:10px;
}

.widget_famous_playlist img {
	float:left;
	margin-right:10px;
}

.widget_famous_playlist .name {
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-bottom:2px;
}


/* =PageNavi
-------------------------------------------------------------- */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	background-color:#FFFFFF;
	border:1px solid #E95D39;
	color:#E95D39;
	font-style:normal;
	margin-right:5px;
	padding:2px 3px;
}
.wp-pagenavi a:visited {

}
.wp-pagenavi a:hover {
    border:1px solid #ccc;
    color:#666;
}
.wp-pagenavi a:active {
    border:1px solid #ccc;
    color:#666;
}
.wp-pagenavi span.pages {
	color:#666666;
}
.wp-pagenavi span.current {
	background-color:#F0F0F0;
	border:1px solid #666666;
	color:#666666;
	font-weight:bold;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img,
.entry-content-single img {
	border:1px solid #000;
    margin:0 auto;
	display:block;
    max-width:100%;
}
.entry-content img:hover {
	border:1px solid #999;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
