/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	/*background:#e4e2db;*/
	color: #1d1d1d;
        font-family:Georgia, "Times New Roman", Times, serif;
	}

body, select, input, textarea {
	/*font: 100% Verdana;*/
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #83a7ba;
	}

a:hover, a:active {
	color:#4d778d;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:964px;
	margin:0 auto;
	padding-top:8px;
	}
	
#wrapper {
	font-size:0.75em;
	}

#masthead {
        margin-top:20px;
	border-bottom:1px solid #607b88;
	}

#content {
	width:688px;
	float:left
	}

#singlepage-content {
        width:962px;
        border-right: 1px solid #CCC;
        border-left: 1px solid #CCC;
        float:right;
	}

#singlepage-post {
	width:632px;
        float:left;
        padding:0 40px 0 10px;
        border-right:1px solid #CCC;
}

#archives-content {
	width:640px;
        float:left;
        padding:0 40px 0 10px;
        border-right:1px solid #CCC;
        border-left:1px solid #CCC;
}

#archiveSingle {
 width:250;
 padding:10px 10px 10px 10px;
 height:125px;
 float:left;
}

#archiveSingle a, a:link, a:visited, a:active {
  font-size:10px;
  font-weight:bold;
  color:#000;
}

.archiveTitle {
  font-size:12px;
  font-weight:bold;
  color:#000;
}

#onlyBorders {
        width:942px;
}

#singlePageComment {
  float:left;
}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 2px;
	border-left:1px dotted #7c7c7c;
	margin:1px 0 0 1px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 261px;
        height:2030px;
	float:left;
        border-right:1px solid #CCC;
        padding:0 0 0 10px;
	}

#featured-cats {
	width:164px;
        height:2000px;
	float:left;
	padding:0 10px 20px 15px;
        border-left:1px solid #CCC;
        z-index=99;
	}

#more-posts {
        padding-top:10px;
        padding-left:20px;
	width:475px;
	float:right;
        border-right:1px solid #CCC;
        border-left:1px solid #CCC;
	}
	
	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}

#lead h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}

h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	}
				
h3 {
	/*border-top:3px solid #d7d7d7;*/
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:1.7em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}

.partnership img{
        margin-bottom:10px;
}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
        font-size:11px;
	line-height:125%;
	}
	
h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img{
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
        padding-top:20px;
	padding-bottom:10px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #607b88;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:22px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}

#editoriale {
	width:189px;
        height:348px;
	float:left;
        border-right:1px solid #CCC;	
        border-left:1px solid #CCC;	
        border-bottom:1px solid #CCC;	
}

#editoriale-inside {
  	padding:10px 20px 0 15px;
}	
	
.editorialeTitle {
	font-size:14px;
	font-weight:bold;
	color:#b01c33;
	border-bottom:2px solid #b01c33;
	padding-bottom:5px;
}

.editorialeMainTitle a, a:visited, a:active {
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
	text-decoration:none;
}

.editorialeMainTitle a:hover {
	color:#b01c33;
}

.editorialeText {
	font-size:13px;
	color:#000;
	line-height:1.3em;
}

/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
	}

.archive-list h4 a, .archive-list h4 a:visited {
        font-size:11px;
	color:#424242;
	text-decoration: none;
	}
.archive-list h4 a:hover, h4 .archive-list a:active {
        font-size:11px;
	color:#686868;
	text-decoration: underline;
	}


#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:285px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
        margin-bottom:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 2px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	margin:0; padding:30px 0;
	width:auto; height:auto;
	background:#171615 url(images/footer-stroke.gif) repeat-x top center;
	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d;
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
        margin-top:20px;
        padding:10px 10px 10px 30px;
        font-size:10px;
        font-weight:bold;
        color:#CCC;
	}

#rss {
     width:200px;
     text-align: left;
     color:#CCC;
     font-size:12px;
     margin-top:20px;
     }
			


/* ----------------------------------------------*/
/* AGGIUNTO CUSTOM GLIITALIANI
/* 04 - DOCK
/* ----------------------------------------------*/
	
#latest-dock {
	margin:0; padding:0;
	background:#f4f6f8 url(images/dock.gif) repeat-x bottom center;
	border-bottom:1px solid #fbf9fa;
}

	.dock-back {
		padding:20px 0;
		background:url(images/dock-back.gif) no-repeat bottom center;
	}
	
		#dock {
			margin:0 auto; padding:0;
			width:940px;
			list-style:none;
			position:relative;
			text-align:center;
		}
		
			#dock li {
				margin:0; padding:0 0 18px 0;
				display:inline;
			}
			
				#dock li.dock-active {
					background:url(images/dock-shadow.png) no-repeat bottom center;
				}
			
				#dock li a:link, #dock li a:active, #dock li a:visited {
					margin:30px 7px 0 7px; padding:2px 0 0 0;
					width:75px; height:58px;
					background:url(images/dock-preview-back.png) no-repeat top center;
					display:inline-block;
				}
					
				#dock li span {
					margin:0; padding:0;
					width:980px; height:auto;
					position:absolute;
					display:none;
					top:0; left:0;
					text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
				}
				
				.latest {
					width:980px; text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
					position:absolute;
				}

/*------------------------FEATURED NEWS TOP PAGE----------------------------*/
/* hide the prelaoded feature images from showing - the will be shown / hide using jquery */
.featureImg2, 
.featureImg3, 
.featureImg4, 
.featureImg5 {display:none; }

#featureImgSlots  				{width:768px; height:349px; margin:0; padding:0; float:right; border-right:1px solid #CCC;}
#featureImgWrap 					{width:465px; height:349px; float:left; display:inline; margin:0; padding:0; overflow:hidden; position:relative;}
.featureArticleImg 					{position:relative;}

a.featureArticleImg img 			{width:465px; height:349px; }
a.featureGalleryImg img 			{max-width:465px; max-height:349px; }


ul#featureNav						{width:300px; height:auto; float:left; display:inline; margin:0; padding:0; overflow:hidden; border-top:1px solid #e5e5e5; list-style-type:none; position:relative;}
ul#featureNav li 					{height:58px; width:300px; overflow:hidden; position:relative; margin:0; padding:0; float:left; display:inline; clear:left; }
ul#featureNav li h2 				        {margin:0; padding:0; float:left; clear:left; position:relative; color:#333; font-size:12px; line-height:16px; text-transform:uppercase; text-align:left;}
ul#featureNav li p 					{color:#999; font-weight:normal; font-size:9px; text-transform:uppercase; position:absolute; z-index:12; left:13px; bottom:8px; padding:0; margin:0; line-height:8px; }
ul#featureNav li p.sectionName  	{left:71px; border-left:1px solid #ccc; padding:0 0 0 5px; font-size:9px; }
ul#featureNav li h2 a.featureNavLink {float:left; display:inline; padding:4px 10px 10px 13px;  font-weight:normal; height:43px; width:277px;  z-index:0; margin:0; border-bottom:1px solid #CCC; color:#000000; text-decoration:none; text-transform:uppercase; font-size:11px; text-align:left;}

ul#featureNav li h2 a.featureNavLink:hover {
	color:#b60001;
	background-color:#DDD;
	text-decoration:none;
        text-transform:uppercase;
        font-size:11px;
        text-align:left;
}

ul#featureNav li h2 a.featureNavLink:active, a.featureNavLink:visited {
	color:#b60001;
	text-decoration:none;
        text-transform:uppercase;
        font-size:11px;
        text-align:left;
}

.featureNavOn 						{color:#b60001; background-color:#f3f3f3; text-decoration:none; text-transform:uppercase;}


#featureNavDiv						{width:300px; padding:0; margin:0;float:right; display:inline;overflow:hidden; position:relative;}

/*-------------LEFT BAR--------------*/
#sidebar_left {
	width: 250px;
	float:right;
	border-left:#CCC 1px solid;
	}

#featured-cats_inside {
        padding-top:10px;
}


.padding_sideLeft {
	padding:30px 20px 10px 20px;
}

#content_Main {
        margin-top:20px;
	width:960px;
	border-top:#CCC 1px solid;
	background-color:#DDD;
	}

/*-----------MORE LIST--------------*/
#more-excerpts {
	float:left;
	width:958px;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	}

#more-main-title {
   padding-top:20px;
   height:55px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#b01c33;	
	text-decoration:none;  
	text-transform:uppercase;
}

#more-main-text {
  padding: 10px 5px 0 5px;
  border-top:1px dashed #CCC;
  font-size:12px;
}

.more-main ul {
  padding-top:10px;
}

.more-main li {
	padding:0 15px 20px 15px;	
	list-style:none;
	width:160px;
	float:left;
	height:170px;
	text-align:center;	
	}

#more-main-title a, a:link, a:active, a:visited, a:hover{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#b01c33;	
	text-decoration:none;  
	text-transform:uppercase;
}

.more-mainTitle a, a:link, a:active, a:visited, a:hover{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#b01c33;	
	text-decoration:none;        
}

.more-main-link a, a:active, a:visited {
	font-size:11px;
	text-align:center;
	color:#333;
	font-weight:bold;
	text-decoration:none;  
}

.more-main-link a:hover {
	color:#000;
	text-decoration:none;  
}

#more-list  {
	width:225px;
	float:left;
	height:110px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px dotted #b1b1b1;
	font-size:9px;
	font-weight:bold;
	color:#000;
	}

#more-list-inside {
	height:90px;
        padding:5px 0 5px 0;
        border-right:1px dotted #b1b1b1;
}

#more-list img {
	margin:0 6px 0 0;
	float:left;
	}

#more-list .postmetadata {
	border:none;
	margin-top:12px;
	padding:4px 0 0 0;
	}

#more-list-continua a, active, visited {
    font-size:10px;
    color:#000;
    text-decoration:none;        
}

/**********SATIRA IN RIGHT SIDEBAR***************/
#satiradiv {
	padding:10px 20px 20px 5px;
	}

#satiraImg {
       padding-top:20px;
}

/****MAIN WRAPPER***/
#full-wrapple {
	border-left:1px solid #000;
	border-right:1px solid #000;
}

/*category link in navs*/
.theCategory {
	margin:18px 4px 0 0;
	font-size:8px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:0.03em;
	}

.theCategory a, active, visited{
	margin:18px 4px 0 0;
	font-size:8px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:0.03em;
	}

#mainSpot {
 float:right;
 display:inline;
 height:122px;
 padding-top:31px;
}


#mainLogo {
 float:left;
 display:inline;
 height:122px;
}

#socialHome {
 float:left;
 display:block;
 position:absolute;
 top:5px;
}

/*---------CATEGORY DROPDOWN---------------*/ 
.category-menu {
	margin:0; padding:0;
	width:350px; height:auto;
	float:right; text-align:left;
	position:absolute; top:10px; right:10px;
	}

.dropdown {
     margin:0; 
     padding:0;
     width:360px; height:auto;
     background:url(images/dropdown.png) no-repeat bottom center;
     text-align:left;
     display:none;
     position:absolute;
     margin-top:-15px;
     margin-left:-20px;
     }

.indicator, .indicator-active {
     margin:0; padding:0;
     width:7px; height:5px;
     background:url(images/expand.gif) no-repeat center left;
     display:inline-block; vertical-align:middle;
     }
			
.indicator-active {
     background:url(images/collapse.gif) no-repeat center left;
     }

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px; 
	display:inline-block;
        outline:0;
	font-size:12px; 
        color:#7f7d7e;
        text-align:left;
}

.cat-posts {
	margin:0 auto; padding:5px 0 19px 0;
	width:322px; height:auto;
	list-style:none;
	border-top:1px solid #ebecec;
	}
				
.cat-posts li {
	margin:0; padding:10px 15px;
	background:url(images/cat-post-li.gif) no-repeat bottom right;
	}
					
.cat-posts li.view-more {
	background:none;
	}

.cat-posts li.view-more {
    margin:0; padding-top:15px;
    text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
    font-size:12px;
    color:#900;
    font-weight:500;
    display:block;
    text-align:left;
}
						
.cat-posts li a:hover {
    color:#bd4478;
}
												
.cat-posts li span {
    font-size:0.92em; 
    color:#889194;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/****SINGLE ARTICLE SOCIAL LINKS*******/
#socialArticleContainer {
 width:220px;
 height:60px;
/* border:1px solid #CCC;*/
 padding:4px 10px 4px 0;
 float:right;
 position:relative;
 margin-bottom:40px;
 margin-top:-30px;
}

#socialArticle li
{
  display: inline;
  margin-left:2px;
  list-style-type: none;
  font-size:10px;
  text-transform:uppercase;
  text-decoration:none;
  color:#999;
  line-height:35px;
  border-right:1px dotted #999;
  padding-right:2px;
}

#socialArticle li a:link, a:active, a:visited {
  font-size:10px;
  text-transform:uppercase;
  text-decoration:none;
  color:#999;
}

#socialArticle li a:hover {
  font-size:10px;
  text-transform:uppercase;
  text-decoration:none;
  color:#000;
}

.socialTitle {
	font-size:12px;
	font-weight:bold;
	color:#b01c33;
	padding-bottom:5px;
        padding-left:2px;
}

/****footer*****/
#about {
     margin:0; 
     padding:0 10px 10px 30px;
     width:350px; 
     height:200px;
     font-size:12px;
     color:#FFF;
     float:left;
     border-right:1px dashed #CCC;
}

#latestComments {
   margin:0; 
   padding:0 10px 10px 30px;
   width:300px;
   height:200px;
   font-size:12px;
   color:#FFF;
   float:left;
   border-right:1px dashed #CCC;
}

#navCats {
   margin:0; 
   padding:0 10px 10px 30px;
   width:150px;
   height:200px;
   font-size:11px;
   color:#FFF;
   float:left;
   border-right:1px dashed #CCC;
}

#navCats li {
 	list-style:none;
	border-bottom:1px dotted #607b88;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
}

#theTitle {
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    text-transform:uppercase;
    margin-bottom:10px;
}

#about-text {
	margin:0 0 10px 0;
	font-size:11px;
        color:#b2b2b2;
	line-height:13px;
}

#archiveImg {
 float:left;
 width:90px;
 height:65px;
}

#archiveText {
 width:150px;
 float:right;
	margin: 4px 18px 8px 0;
	padding:2px;
}

#archiveText h4 {
	margin:0;
        font-size:11px;
	line-height:125%;
	}

#archiveText h4 a, h4 a:visited {
        font-size:11px;
	color:#424242;
	text-decoration: none;
	}
#archiveText h4 a:hover, h4 a:active {
        font-size:11px;
	color:#686868;
	text-decoration: underline;
	}