/*
THEME NAME: Iphonized
THEME URI: http://www.ricdes.com/wp-themes/
DESCRIPTION: An Iphone inspired theme. Based on the 'Sandbox Theme' by plaintxt.org. 
VERSION: 1.0
AUTHOR: Ricardo de Sousa
AUTHOR URI: http://www.ricdes.com
*/

/* Misc. Styles */

body{
	background-color: #878b8e;
	background-image: url(./images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	color:#333;
}

a{
	text-decoration: none;
	color: #1864fc;
}

a:hover{
	text-decoration: none;
	color: #04183F;
}

img{
	border: 0;
}

h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 15px;
}

p.clear{
	clear: both;
}

/* Header */

div.header_desc{
	float:left;
	margin: 10px 0px 0px 47px;
}

p#blog-description{
	color: #fff;
	float: left;
	margin: 0px 0px 0px 50px;
}

#header{
	height: 75px;
}

#blog-title a{
	color: #fff;
}

/* Content Wrappers */

#wrapper{
	margin: 0 auto;
	width: 902px;
	position: relative;
}

div#container{
	width: 902px;
	background-color: #d3d3d3;
}

div#content{
	width: 550px;
	padding: 0px 0px 0px 40px;
	min-height: 350px;
	height: auto !important;
	height: 350px;/* For IE */
	clear: both;
	float:left;
}

/* Sidebar */

div.sidebar{
	width: 225px;
	float: left;
	margin: 0px 0px 0px 42px;
}

div.sidebar h3{
	background-image: url(./images/sidebar_bg.png);
	background-repeat: no-repeat;
	width: 214px;
	height: 31px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

div.sidebar ul{
	list-style: none;
}

li.widget{
	margin: 0px 0px 20px 0px;
}

/* Post Titles, Headings & BG's */

h1#blog-title{
	float:left;
	font-size: 25px;
}

h2.entry-title{
	background-image: url(./images/posttitle_bg.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 32px;
	color: #fff;
	padding: 14px 0px 0px 0px;
	text-align: center;
}

h2.tag-title{
	background-image: url(./images/tagtitle_bg.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 32px;
	color: #fff;
	padding: 14px 0px 0px 0px;
	text-align: center;
}

h2.search-title{
	background-image: url(./images/searchtitle_bg.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 32px;
	color: #fff;
	padding: 14px 0px 0px 0px;
	text-align: center;
}

h2.entry-title a{
	color: #fff;
}

h3#comments{
	margin: 40px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
}

h3#respond{
	margin: 40px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
}

/* Post Misc.*/

div.postwrapper{
	padding: 0px 10px 0px 10px;
}

div.entry-content{
	padding: 0px 0px 0px 15px;
}

div.published{
	float:left;
	color: #000;
	padding: 9px 0px 0px 0px;
}

span.comments-link{
	float:right;
	background-image: url(./images/nrcomment_bg.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 36px;
	color: #fff;
	padding: 10px 0px 0px 10px;
}

span.comments-link a{
	color: #fff;
}

span.comments-link a:hover{
	color: #8F8F8F;
}

/* Topnav */

#topnav{
	background-image: url(./images/topnav_bg.png);
	background-repeat: no-repeat;
	width: 910px;
	height: 51px;
}

div#topnav ul{
	list-style: none;
	font-weight: bold;
}

div#topnav ul a{
	color: #383838;
}

div#topnav ul li{
	float:left;
	padding: 14px 13px 13px 13px;
	margin: 3px 0px 0px 0px;
	border-right: 1px solid #8c8c8c;
}

div#topnav ul li.current_page_item a{
	color: #1864FC;
}

div#topnav ul li:hover a{
	color: #fff;
}

/* Search Div */


div.searchdiv{
	position: absolute;
	top: 13px;
	right: 58px;
	padding: 4px 0px 0px 4px;
	width: 120px;
	height: 15px;
}

input#s{
	border: 0;
	color: #7e7e7e;
	width: 90px;
	padding: 0px 0px 0px 10px;
	background: none;
	float: left;
}

input#button{
	display: none;
}

/* RSS Icon */

div#rss{
	top: 55px;
	right: 20px;
	position: absolute;
}

/* Blockquote */

blockquote{
	background-image:  url(./images/quote.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	font-style: italic;
	font-size: 11px;
	background-position: top left;
}


/* Post image Thumbnail classes */

img.left{
	float:left;
	padding: 1px;
	margin: 0px 6px 4px 0px;
	border: 1px solid #353536;
}

img.right{
	float:right;
	padding: 1px;
	margin: 0px 0px 4px 6px;
	border: 1px solid #353536;
}

/* Meta Data */

div.entry-meta{
	background-color: #DFDFDF;
	padding: 5px;
	font-size: 11px;
}

/* Some Fixes for the Search.php */

form#noresults-searchform{
	margin: 0px 0px 0px 15px;
}

form#noresults-searchform input{
	padding: 2px;
}

/* Comments */

/* Main Comment Boxes */
div.comment_main{
	float: left;
	margin: 30px 0px 10px 0px;
	width: 485px;
}

div.comment_main_alt{
	margin: 30px 0px 10px 0px;
	float: left;
	width: 555px;
}

/* Detailed Boxes */
div.comment_data{
	float: left;
	width: 100px;
}

div.comment_data_alt{
	float: right;
	text-align: right;
	width: 100px;
}

div.comment_text{
	width: 320px;
	text-align: left;
	float: right;
}

div.comment_text_alt{
	width: 320px;
	text-align: left;
	float: left;
}

div.comment_text p{
	margin: 0;
	padding: 0;
	background: none;
}

div.comment_text div.comment_content{
	color: #000;
	width: 310px;
	min-height: 70px;
    height: auto !important;  /* for modern Browsers */
    height: 70px;  /*for IE */
	padding: 20px 20px 10px 60px;
	background-image:  url(./images/commenttop_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0;
}

div.comment_text_alt div.comment_content{
	color: #000;
	width: 310px;
	min-height: 70px;
    height: auto !important;  /* for modern Browsers */
    height: 70px;  /*for IE */
	padding: 20px 60px 10px 20px;
	background-image:  url(./images/commenttop_bg_alt.png);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0;
}

img.comment_bot_bg{
	display: block;
}

/* Comments Form */


form#commentform input{
	background-color: #F0F0F0;
	border: 1px solid #B8B8B8;
	margin: 0px 0px 5px 0px;
	padding: 1px;
}

form#commentform small{
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

form#commentform textarea{
	margin: 0px 0px 5px 0px;
	width: 340px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #B8B8B8;
}

input#submit{
	border: 1px solid #B8B8B8;
}

/* Footer */

div#footer{
	text-align:center;
	font-size: 10px;
}

div#footer a{
	font-size: 10px;
	cursor: text;
	color: #333;
}
