@import url("reset.css"); 
@import url("960.css");

/*--------------------------------------------------------------------------------------------
HTML
-------------------------------------------------------------------------------------------- */
body {
	font: 12px/1.6em Arial, Helvetica, sans-serif; 
	color:#444; 
	line-height:1.9em;
}

a {color:#444; text-decoration: underline; font-weight: normal;}
a:hover {color: #000;}


blockquote {
	position:relative;
	padding:10px 30px;
	font-style:oblique;
	font-size: 13px;
	font-family: Georgia;
	color:#444;
}

h1 {font-size: 30px; margin-top: 30px; margin-bottom: 30px; font-weight:normal;}
h2 {font-size: 26px; margin-top: 26px; margin-bottom: 20px; color:#FF3399; font-weight:normal;}
h3 {font-family: 'Kreon'; font-size: 2em; font-weight: normal; color: #000; margin-bottom: 10px; }
h4 {font-size: 1.3em; font-weight: normal;margin-bottom: 7px; }

hr {
	border: 0 #ccc dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

ul
{ 
	padding-left: 10px;
	margin-left: 10px;
	list-style: disc;
}

p {margin-bottom: 20px;}

/*--------------------------------------------------------------------------------------------
Wordpress
-------------------------------------------------------------------------------------------- */
.wp-caption-text {font-size: 0.8em; line-height: 1.6em; padding: 5px;}

/*--------------------------------------------------------------------------------------------
Global classes
-------------------------------------------------------------------------------------------- */
.small { 	
	font-size: 0.9em;
	line-height: 1.5em;
}
.divContainerUp
{
	background-color: #9999ff;
	border: solid 1px #ffffff;
	position: relative;
	top: -1px;
	z-index: 9;
	width: 500px;
	padding: 4px;
}

/*--------------------------------------------------------------------------------------------
Search
-------------------------------------------------------------------------------------------- */
#search {background-color: transparent; margin-bottom: 10px;}

/*--------------------------------------------------------------------------------------------
Header feat
-------------------------------------------------------------------------------------------- */
.header-feat-text {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em; 
	width: 135px;
	height: 85px;
	border-bottom: solid 4px #fff;
	border-left: dotted 1px #404040;
	display: block;
}
.header-feat-text a {
	text-decoration: none;
	font-weight: bold;
}
.header-feat-text-body{
	padding: 3px;
}

.header-tabs img {border-right: solid 1px #fff;}


/*--------------------------------------------------------------------------------------------
Widget (left col)
-------------------------------------------------------------------------------------------- */
.widget {margin-bottom: 40px; padding-right: 8px; }
h3.widget {
	font-family: Arial; 
	font-size: 1.7em; 
	text-transform: uppercase; 
	border-bottom: solid 3px #404040;
	color: #404040;
	padding-bottom: 3px;
	margin-bottom: 10px;}
	
.widget .special-title {font-family:'Holtwood One SC', serif; font-size: 25pt; color:#bbb;}
.widget .special-title a{color:#bbb; text-decoration: none;}
.widget .special-title a:hover{color:#000;}

.widget .special-text{font-size:1em; line-height: 1.5em;}

/*--------------------------------------------------------------------------------------------
Latest post (left col)
-------------------------------------------------------------------------------------------- */
.left-latestposts {font-size: 0.9em; line-height: 1.5em; margin-bottom: 40px;}
.left-latestposts a {text-decoration: none;}
.left-latestposts p {border-bottom: solid 1px #ccc; vertical-align: middle;}
.left-latestposts td {padding: 5px;}

/*--------------------------------------------------------------------------------------------
 LIST
-------------------------------------------------------------------------------------------- */
#list a{
	text-decoration: none;
	color:#444;
}
#list a:hover{
	color:#000;
	background-color: #eee;
}
#list .image {
}
#list .text {
	padding-top: 4px;
	font-size: 13px;
	line-height: normal;
}

/*--------------------------------------------------------------------------------------------
 LITTLE QUOTE
-------------------------------------------------------------------------------------------- */
#littlequote {
	/*font-family: Georgia;*/
	font-style: italic;
	font-size:12px; 
	padding-right:10px;
	margin-bottom: 40px;
	width: 100%;
}
#littlequote cite {display: inline;}
#littlequote  q{ }
#littlequote .quotescollection_author{
	display: inline;
	color:#00adee;
	font-weight: bold;
}
#littlequote .quotescollection_source{
	display: inline;
}
#littlequote .quotescollection_nextquote { display: none;}

/*--------------------------------------------------------------------------------------------
Menu
-------------------------------------------------------------------------------------------- */
#menu .cat-links {line-height:2em;}
#menu .cat-links a{padding:3px; background-color: #606060; color:#fff; font-weight:bold; text-decoration:none;}

/*--------------------------------------------------------------------------------------------
POST Next / Previous links
-------------------------------------------------------------------------------------------- */
.post-prev-next {
	margin-bottom: 40px; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-transform: uppercase; 
}
.post-prev-next-body a{
	text-decoration: none !important;
	border: solid 1px #444;
	padding: 5px;
}
.post-prev-next-body a:hover{
	background: #eee;
}
/*--------------------------------------------------------------------------------------------
6. POST Section
-------------------------------------------------------------------------------------------- */
#post {
 	color:#444;
 	padding:20px 0 0 0;
	font-size:13px;
	line-height:22px;
}
#post a {
	color:#0087FA;
	text-decoration: none;
}
#post a:hover{
	color:#000;
}

#post h1, #post h2{
	color:#444;
	font-weight: normal;
	font-size:26px;
	letter-spacing:-1px;
	line-height:32px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: baseline;
}

#post h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
}

#post h1 a, #post h2 a, #post h3 a{
	text-decoration:none;
	color:#444;
	margin-top: 0px;
	font-weight: normal;
}

#post hr {margin-top: 5px; margin-bottom: 15px; border-top: solid 5px #404040;}

#post img {max-width: 520px;}
#post object {max-width: 520px;}
#post embed {max-width: 520px;}
#post iframe {max-width: 520px;}

#post td {padding-right:10px;}

#post .cat-links {line-height:2em;}
#post .cat-links a{padding:3px; background-color: #606060; color:#fff; font-weight:bold; text-decoration:none;}

#post .fb-comment {margin-bottom:10px;}

#post .entry-content {
	color: #292929;
	margin-bottom: 30px;
}
#post .entry-utility {margin-bottom:20px; font-size:12px;}
#post .entry-utility a{font-weight:bold;}

#post .section-title {
	text-transform: uppercase; 
	font-size: 0.7em; 
	font-weight: bold;
}
#post .section-body {
	margin-bottom: 10px;  
	padding:5px;
	background: #F1F1F1;
}

#post .status-show-hide{
	padding: 10px;
	background-color: #ddd;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}

#post .tag-links {line-height:2em;}
#post .tag-links a{padding:3px; background-color: #0087FA; color:#fff; text-decoration:none;}

#post .related {margin-top: 10px; margin-bottom:20px;}


#post .related_post {margin-top: 10px; margin-bottom:10px;}
#post .related_post a{text-decoration:none;}
#post .related_post_title {font-size: 12px; line-height: normal; padding-top: 4px;}


#post .alignleft {
	padding-right: 10px;
	float:left;
}
#post .alignright {
	padding-left: 10px;
	float:right;
}

/*--------------------------------------------------------------------------------------------
Post format: Status (Embedly)
-------------------------------------------------------------------------------------------- */

.item {
  /*margin: 8px 0;
  padding: 8px 0;
  font-size: 11px;*/ }
  
 .item p{ margin-bottom: 0; }
  
  .item.video .media iframe, .item.video .media object, .item.video .media embed, .item.video .media img, .item.rich .media iframe, .item.rich .media object, .item.rich .media embed, .item.rich .media img, .item.photo .media iframe, .item.photo .media object, .item.photo .media embed, .item.photo .media img {
    margin: 8px auto;
    display: block; }
  .item.video .media img, .item.rich .media img, .item.photo .media img {
    max-width: 520px; }
  .item.video .title, .item.rich .title, .item.photo .title {
    margin: 8px 0;
    display: block;
    font-weight: bold;
    font-size: 1.0em;
    color: #333; }
  .item .status {
    line-height: 1.6em;
	margin-bottom: 5px;}
  .item .thumbnail {
    margin: 8px 8px 8px 4px;
    width: 175px;
    float: left; }
    .item .thumbnail a {
      display: table-cell;
      width: 170px;
      height: 75px;
      overflow: hidden;
      background-color: #DDD;
      vertical-align: middle;
      position: relative;
      text-align: center; }
    .item .thumbnail img {
      max-width: 170px !important;
      vertical-align: middle;
       }
    .item .thumbnail.video .overlay, .item .thumbnail.rich .overlay {
      background-image: url(../images/play.png);
      width: 26px;
      height: 25px;
      position: absolute;
      right: 4px;
      bottom: 4px; }
  .item .attributes {
    padding: 4px; 
	font-size: 11px;
	color: #5B5B5B;
	line-height: 1.6em;
	height: auto;}
  .item .meta {
    display: block; }
    .item .meta .favicon {
      width: 16px;
      height: 16px;
      vertical-align: middle;
      margin: 0 2px 0 0; }

#post .entry-content-status {
	color: #292929;
	margin-bottom: 10px;
}

#post .entry-utility-status {margin-bottom:5px; font-size:12px;}
#post .entry-utility-status a{font-weight:bold;}

#post .cat-links-status {line-height:1.1em;}
#post .cat-links-status a{padding:3px; background-color: #606060; color:#fff; font-weight:bold; text-decoration:none;}

#post .section-body-status {
	margin-bottom: 10px;  
	padding:5px;
	background: #F1F1F1;
}

/*--------------------------------------------------------------------------------------------
Adrotate 125pixels
-------------------------------------------------------------------------------------------- */
.adrotate-125 {text-align: center;}
.adrotate-125 img {margin-right: 10px; margin-left: 10px;}
/*--------------------------------------------------------------------------------------------
List plain
-------------------------------------------------------------------------------------------- */
.list-plain {font-size: 0.9em;}
.list-plain h4 {font-family: Arial; font-weight: bold;}
.list-plain h4 a {text-decoration: none;}

/*--------------------------------------------------------------------------------------------
9. Footer
-------------------------------------------------------------------------------------------- */
#footer {
	clear:both; 
	text-align: center; 
	background-color: #444;
	color: #fff;
	padding: 30px;
	width: auto;
}
#footer a {
	color:#fff;
}

a#newPost { 
	position: fixed; 
	top: 0; 
	right: 40px; 
	background: #000; 
	font-size: 40px; 
	font-weight: bolder; 
	text-decoration: none;
	line-height: 1; 
	color: #fff; 
	text-shadow: 0 1px 0 rgba(0,0,0,.25); 
	padding: 5px 15px 10px; 
}