/*
Theme Name: BluSky
Theme URI: http://jencropable.com
Description: Blog theme for Jen Maddocks, junk decoded by Corey Maddocks.
Version: 1.1
Original Author: Rui Figueiredo
*/


/* standard elements */
html {min-height: 100%;}

* {	margin: 0; padding: 0; }

a {color: #FFF; text-decoration: none; }
a:hover {color: #FFF;}

/*
--Original Background Color--
body {
	background: #524847;
	color: #4d4f53;
	font: normal 62.5% Tahoma,sans-serif;
}
*/

body {
	background: #000;
	color: #4d4f53;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

img { border: none 0px; padding: 1px 1px 1px 1px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}
.left {float: left;}
.center {text-align: center;}
.right {float: right;}

/* structure */
.main {
	width: 900px;
	margin: 0 auto;
}

.container {
	font-size: 1.1em;
	margin: 0 auto;
	width: 900px;
	padding-bottom: 10px;
}


/* header */
.top {
	background: url(images/header.png) no-repeat center;
	width: 900px;
	height: 346px;
	margin: 0 auto;
}

.header {
	color: #827d7b;
	margin: 0 auto;
	float: left;
	width: 100%;
	text-align: center;
}

.header .titulo {
	font-size: 1.2em;
	color: #000;
	height: 25px;
	margin: 0 auto;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 18px;
}

.titulo h1 {padding-top: 20px; margin-bottom: 10px; font: normal 3.2em Verdana,"Trebuchet MS",sans-serif;}
.titulo a, .header a:hover {color: #827d7b; text-decoration: none;}
.motto h2 { padding-top: 60px; font: normal 1.6em Verdana,"Trebuchet MS",sans-serif;}


/* navigation */
#header_menu {
	width:900px;
	height:40px;
	margin: 0 auto;
}


#nav {
	width:640px;
	height:29px;
	list-style:none;
	margin: 0 auto;
	float: left;
	padding: 0px;
}
#nav li {
	float: left;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom:0px;
}
#nav .page_item a{
	
	width:156px;
	height:40px;
	text-align: center;
        margin-left: 20px;
	color: #000;
	text-decoration: none;
        font: normal 1.9em Palatino Linotype, serif;
	display: block;
	line-height: 38px;
}
#nav .page_item a:hover {

	text-decoration: none;
	color: #c5eeee;
}


/* right navigation */
.rightnav {
	float: left;
	width: 240px;
	margin: 18px 20px 0 0;
}

.rightnav h2 {
	background: url(images/sb-title.gif) no-repeat;
	color: #574f4e;
	font-size: 1.6em;
	font-weight: normal;
	width: 240px;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 30px;
}

.rightnav .bottom ul{
        font: normal 1em Palatino Linotype, serif;
	padding-bottom: 10px;	
	margin-bottom: 5px;
}

.rightnav .special li a{
	font-size: 1.4em;
	color: #FFF;
	margin-top: 0px;
	padding: 3px 0 3px 20px;
	text-decoration: none;
	width: 203px;
}


.rightnav .special li a:hover { color: #FFF; text-decoration: underline; }

.rightnav .special2 li {
        font: normal 1em Palatino Linotype, serif;
	font-size: 1em;
	color: #FFF;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	width: 203px;
}

.rightnav .special2 { color: #FFF; }

.rightnav a {
	font-size: 1em;
	color: #FFF;
	display: block;
	margin: 0 auto;
}

.rightnav li a:hover { color: #fff; text-decoration: underline; }


/* content */
.content {
	float: left;
	margin: 10px 0 0 0px;
	width: 415px;
}

.content-top {
	background: url(images/content-top.gif) no-repeat;
	float: left;
	width: 415px;
	height: 1px;
}

.gallery-post {
      /*background: #000000;*/
      background: #58504f;
      /*background: #111111;*/
      font: normal 1em Palatino Linotype, serif;
	color: #c5eeee;
	width: 443px;
	float: left;
        margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0 0 20px;
}
.gallery-post .box { clear: both; width: 410px; padding-top:10px; }

.gallery-post .text { 
       width: 96%; 
       color: #c5eeee; 
       padding: 8px;  
       font: normal 1.3em Palatino Linotype, serif;
       text-align: left; 
}

.gallery-post .text a { color: #ffffff; }
.gallery-post .text a:hover { color: #7FFFD4; text-decoration: underline; }
.gallery-post .text a:visited { color: #000000; text-decoration: none; }

.gallery-shop {
      background: #58504f;
	color: #c5eeee;
	width: 423px;
	float: left;
        margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0 0 20px;
}
.gallery-shop .box { 
       clear: both; 
       width: 410px; 
       padding-top:10px; 
}

.gallery-shop .text { 
       width: 100%; 
       color: #c5eeee;   
       font: normal .90em Palatino Linotype, serif;
       text-align: center; 
}

.gallery-shop .price { 
       width: 100%; 
       color: #c5eeee;   
       font: normal 1.1em Palatino Linotype, serif;
       text-align: center; 
}

.gallery-shop .text a { color: #ffffff; }
.gallery-shop .text a:hover { color: #7FFFD4; text-decoration: underline; }
.gallery-shop .text a:visited { color: #000000; text-decoration: none; }

.details-post {
      /*background: #000000;*/
      background: #58504f;
      /*background: #111111;*/
      font: normal 1em Palatino Linotype, serif;
	color: #c5eeee;
	width: 600px;
	float: left;
        margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0 0 20px;
}
.details-post .box { clear: both; width: 410px; padding-top:10px; }

.details-post .text { 
       width: 96%; 
       color: #c5eeee; 
       padding: 8px;  
       font: normal 1.3em Palatino Linotype, serif;
       text-align: left; 
}

.details-post .text a { color: #ffffff; }
.details-post .text a:hover { color: #7FFFD4; text-decoration: underline; }
.details-post .text a:visited { color: #000000; text-decoration: none; }
.details-post .title { background: url(images/post-split.gif) no-repeat bottom left; width: 443px; height: 37px; float: left; margin-top: 30px; margin-left: 8px;}

.post {
      background: #5E5958; 
      font: normal 1em Palatino Linotype, serif;
	color: #c5eeee;
	width: 600px;
	float: left;
	margin-top: 7px;
	margin-bottom: 10px;
	padding: 10px 10px 0 0;
}

.top-post {
	float:left;
	width: 600px;
	margin-left: 6px;
	height: 52px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.date {
	background: url(images/date.gif) no-repeat;
	float:left;
	width: 127px;
	margin-left: 0px;
	height: 113px;
	margin-top: 0px;
	text-align: center;
}
.date .month {
	float:left;
	width: 123px;
	color: #524847;
	margin-left: 0px;
	font: normal 1.9em Arial,Tahoma,sans-serif;
	height: 30px;
	margin-top: 34px;
	text-align: center;
}
.date .day {

	float:left;
	width: 123px;
	color: #524847;
	font: normal 3.2em Arial,Tahoma,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}


.post h3 { color: #c5eeee; font: bold 1.2em Arial,sans-serif; }

.post .box { clear: both; background: url(images/post-bg.gif) repeat-y; width: 560px; padding-top:50px; }
.post .gallerybox { clear: both; background: url(images/post-bg.gif) repeat-y; width: 560px; padding-top:20px; }
.post .text { 
       width: 96%; 
       color: #c5eeee; 
       padding: 10px;  
       font: normal 1.3em Palatino Linotype, serif;
       text-align: left; 
}
.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }
.post .text a { color: #ffffff; }
.post .text a:hover { color: #7FFFD4; text-decoration: underline; }
.post .text a:visited { color: #000000; text-decoration: none; }

.comm-area { color: #203866; }


.nav { display: block; color: #c5eeee; width: 540px; float: left; margin: 10px 10px 0 20px; }
.nav h1, .nav h2 { color: #c5eeee; font: bold 1.2em Arial,sans-serif; }
.nav a { color: #FFF; font: bold 1.2em Arial,sans-serif; }
.nav a:hover { text-decoration: none; }
.alignright { float: right; }
.alignleft { float: left; }

.title { background: url(images/post-split.gif) no-repeat bottom left; width: 443px; height: 37px; float: right; margin-top: 30px; }

.title h1 { color: #FFF; font: normal 1.7em Arial,Tahoma,sans-serif; margin: 2px 0 0 2px; }
.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }
.title a { color: #FFF; text-decoration: none; }

.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }

.content .descr {
	color: #c5eeee;
	font-size: 1em;
	float: right;
	width: 440px;
	margin: 3px 0 0 3px;
}

.content .comentar {
	background: url(images/comments.gif) no-repeat;
	float: right;
	margin: 0 auto;
	color: #524847;
	text-align: center;
	width: 55px;
	font: normal 1.7em "Trebuchet MS",Arial,sans-serif;
	padding-top: 2px;
	padding-bottom: 25px;
}
.content .comentar a { color: #524847; }

.content li { list-style: url(img/li.gif); margin-left: 18px; }

.comments {
	background: url(images/post-rss.jpg) no-repeat;
	width: 319px;
	height: 35px;
	float: left;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 5px;
	padding: 8px 0 15px 8px;
	text-align: left;
}

.comment {
	width: 500px;
	float: left;
	color: #c5eeee;
	font-size: 1em;
	margin-bottom: 5px;
	padding-top: 0px;
	text-align: left;
}

.content .comm-date {
	width: 400px;
	float: left;
	color: #c5eeee;
	font-size: 1em;
	margin-left: 8px;
}

.txt {
	width: 490px; color: #c5eeee; padding: 8px; float: left; text-align: left;
}

.txt2 {	
	width: 400px;
	height: 5px;
	margin-left: 14px;
	float: left;
}

.comment a, .comments a { color: #FFF; text-decoration: underline; }
.txt2 a { color: #687e62; text-decoration: underline; }
.comment a:hover, .comments a:hover { text-decoration: underline; }
.comauthor { margin-left: 8px; color: #c5eeee; }
.comauthor a { color: #FFF; text-decoration: none; }
.comauthor h3 { color: #c5eeee; text-decoration: none; }



.info {
	color: #c5eeee;
	font-size: 1em;
	width: 570px;
	margin: 0 auto;
	float: left;
	padding: 5px 0 0 5px;
	text-align: left;
	border-top: #FFF dotted 1px;
}

.info a { color: #FFF; }
.info a:hover { text-decoration: none; }

#searchform {
	margin: 0 0 0 24px;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
        width: 100px;
        padding: 2px;
        background-color: #333333;
        color: #B0B0B0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background-color: #333333;
        color: #B0B0B0;
	}
.som {
	width: 140px;
	height: 26px;
	float: left;
	padding-top: 5px;
}

/* footer */
.footer {
	
	width: 900px;
	height: 89px;
	margin: 0 auto;
}

.text {

	width: 900px;


	color: #524847;
	font: normal 1.3em Arial,sans-serif;
	padding: 30px 0 0 0;
	text-align: center;
}

.footer a,.footer a:hover {color: #524847; text-decoration: none;}

.sidebar_center { 
text-align:center 
}

.sidebar_left { 
font: normal 1.2em Palatino Linotype,serif;
text-align:left 
}