/*
Theme Name: In the Clouds
Theme URI: http://blog.nnatali.com/tag/in-the-clouds/
Description: Theme inspired in new design of Twitter and available in Spanish, English and Catalan.
Version: 1.3
Author: Nnatali
Author URI: http://blog.nnatali.com/
Tags: blue, two-columns, fixed-width, theme-options, threaded-comments
*/


/*****************************************
				STRUCTURE
*****************************************/

* { 
	margin:0; 
	padding:0;
}
body {
	background:url(images/front-bg.gif) repeat-x top left #ddeef6;
}
#page {
	margin:40px auto 0 auto;
	width:710px;
	background:#FFFFFF;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-bottom:20px;
}
#header {
	width:710px;
	height: 180px;
	position:relative;
	background:url(images/clouds.jpg) no-repeat top center #00131E;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
#mainmenu, #mainmenu ul, #mainmenu ul li {
	background:#00131E;
}
#mainmenu ul li {
	list-style-type:none;
	padding:2px 10px;
	float:left;
}
#mainmenu ul li ul li{
	float:none;
}
#mainmenu a {
	color:#fff;
	text-decoration:none;
}
#mainmenu a:hover {
	text-decoration:underline;
}
#bird {
	right:10px;
	position:absolute;
	top:-31px;
}
#twitt {
	width:310px;
	height:40px;
	background:#ace1f9;
	padding:10px;
	position:absolute;
	top:30px;
	right:110px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#twitt_bubble {
	position:absolute;
	top:-7px;
	right:-13px;
}
#content {
	width:480px;
	padding:10px;
	float:left;
}
.narrowcolumn {
}
.widecolumn {
}

.post {
	margin: 10px 14px;
	text-align: justify;
	border-top:1px dotted #CCCCCC;
	padding-top:10px;
}
.postmetadata {
	border-top:1px dotted #CCCCCC;
	margin-top:10px;
	padding-top:5px;
}
.narrowcolumn .postmetadata {
}
.widecolumn .postmetadata {
}
#footer {
	width:710px;
	clear:both;
	margin:0 auto 10px auto;
}
#footer p {
	text-align: center;
}
#footertags {
	clear:both;
	padding:10px 12px 20px 12px;
	background:#002233;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#footertags a {
	text-decoration:none;
	margin:4px 10px;
	color:#88ccee;
}
#footertags a:hover {
	color:#FFF;
}

/*****************************************
				ELEMENTS
*****************************************/
#header #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	position:absolute;
	top:120px;
	right:10px;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#s {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px 0 1px 1px;
	font-size:14px;
	padding:4px 10px;
	width:300px;
}

#searchsubmit {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	background:#BBBBBB;
	border:1px solid #EEEEEE;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:3px 10px;
	margin-left:-4px;
}


/*****************************************
			LIST OF COMMENTS
*****************************************/
.alt {
	padding: 10px;
}
.commentlist {
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-top:1px solid #CCCCCC;
}
.children {
	border-left:1px solid #CCCCCC;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/*****************************************
				SIDEBAR
*****************************************/
#sidebar
{
	padding: 20px 0 10px 0;
	width: 200px;
	float:right;
}


/*****************************************
				TAGS
*****************************************/
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	border-left:3px solid #2277BB;
	margin:15px 30px;
	padding-left:10px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top:14px;
}
.navigation div a{
	background-color:#FFFFFF;
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:22px;
	line-height:1.5em;
	margin-bottom:6px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 0;
	text-align:center;
	text-shadow:1px 1px 1px #FFFFFF;
	width:480px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.navigation div a:hover{
	border:1px solid #bbb;
	text-decoration:none;
	background-position:left -78px;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
a img {
	border: none;
}

/*****************************************
				CAPTIONS
*****************************************/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0 4px 5px;
	margin: 0;
}


/*****************************************
				IMAGES
*****************************************/
p img {
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}


/*****************************************
				LISTS
*****************************************/
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol, .entry ul {
	margin: 10px 10px 10px 30px;
}
.entry ol li, .entry ul li {
	margin: 2px 0;
}
ul.post-meta {
}
ul.post-meta li {
}
span.post-meta-key {
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}



/*****************************************
				TITLES
*****************************************/
#header h1 {
	text-align:left;
	position:absolute;
	left:15px;
	top:40px; 
}
h1 a {
	color:#DFF5FF;
	text-decoration:none;
	font-family:Verdana, Arial, Sans-serif;
	font-size: 30px;
	font-weight:normal;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#333333;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;	
}
#sidebar h2:first-letter {
	font-weight:bold;
}

/*****************************************
				TEXTS
*****************************************/
body {
	font-size: 12px; 
	font-family:"Lucida Grande",Arial,Sans-serif;
	color: #333;
	text-align:left;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
#footer {
	text-align:center;
	font-size:10px; 
	color: #778899;
}
#footer a {
	color:#2277BB;
}
small {
	font-size: 10px;
}
h1, h3 {
	font-weight: bold;
}
#header .description {
	color:#DDEEF6;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:24px;
	position:absolute;
	left:15px;
	top:80px; 
}

h2.pagetitle {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}
.commentlist li ul li {
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
}
code {
}
acronym, abbr, span.caps{
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited {
	color:#2277BB;
	text-decoration:none;
}
