/*
Theme Name: iPhone Apps Theme
Theme URI: http://iphoneapps.com
Description: A theme made for iphoneapps.com.
Author: Jesse Smith
Author URI: http://thehostwiz.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:url(images/background_body.png);
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}


/* container */


#container {
	width: 1001px;
	margin: -20px auto 0;
	padding: 10px 0 0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 1001px; 
  	height: 100px;
	color: #fff; 
	}

#header .links {
	padding-bottom: 8px;
	margin-left:880px;
	font-family:Arial,Tahoma,Verdana;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	z-index:2;
	position:absolute;
}

#header .links a {
	padding-left: 10px;
	color:#CCCCCC;
	text-transform:uppercase;
}

#header .links a:hover {
	color:#FFFF00;
	text-decoration:none;
}

#header .logo img {
	margin: 0;
}

#header .icons {
	float: right;
	margin: 0;
	z-index:1;
}

#header .links .rss {
	padding-left:18px;
	background:url(images/rssicon.gif) top left no-repeat;
}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#menu {
	font-family:Arial,Tahoma,Verdana;
	font-size: 14px;
	width:1001px; 
	overflow:hidden;
	padding:0 0;
	color:#CCCCCC;
	text-transform:uppercase;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 7px 0 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #CCCCCC;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

#menu .dropdown-cat {
	padding:9px 0 0 140px;
}

#menu .search {
	padding:7px 0 0 15px;
}

#menu .rad {
	margin:0 5px;
}

#menu .inputbox {
	padding:10px 0 0;
	margin:0;
	float:left;
}

#menu .searchbutton {
	padding:0;
	margin:0;
	float:right;
}

/* ie7 css hacks for menu */

html > body div#menu {
	margin-top:20px;
}

html > body #menu .raddiv {
	padding:10px 0 0 290px;
	float:left;
	width:250px;
}

html > body #menu .inputbox {
	float:right;
}

html > body #menu .searchbutton {
}


/* rounded corners */

.bottom_fix {
	width:1001px
	}

.rounded_top {
	background:url(images/bodytop.png);
	height: 19px;
}

.rounded_bottom {
	margin:0 auto;
	background:url(images/bodybottom.png);
	height: 18px;
	width: 1001px;
}

/* content */

#content {
	background: #FFFFFF;
	float:left;
	width:1001px;
	overflow: hidden;
	margin:0;
	display:inline;
	}

.post {
	background: url(images/background_post.png) no-repeat top left;
	margin:0px 10px 10px 10px;
	padding:10px;
	line-height: 14pt;
	width:650px;
	}

.post .postmetadata {

}

.post .postmetadata a.author {
	background:transparent url(images/ico_author.gif) no-repeat scroll left center;
	padding-left:18px;
}

.post .postmetadata .comments a {
	background:transparent url(images/ico_commentw.gif) no-repeat scroll left center;
	padding-left: 18px;
}

.post .postmetadata .category {
	background:transparent url(images/ico_cat.gif) no-repeat scroll left center;
	padding-left: 20px;
}

.post .postmetadata .category a {
	background:none;
	padding:0;
}

	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #2C57C2;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.post .author {color:#2C57C2;}

.post .category {
	border-color:#EEEEEE;
	border-top: 1px dotted;
	border-bottom:1px dashed ;
}

.post .category a {
	color:#2C57C2;
}

.post .comments {
	float: right;
}

.post .comments a {
	color:#2C57C2;
}
.entry p{
	margin:12px 0;
	color:#666666
}

.entry a{
	color:#2C57C2;
}

.postmetadata{
	color:#999999;
	}

.tags {
	background:transparent url(images/ico_tag.gif) no-repeat scroll left 3px;
	border-top:1px solid #EEEEEE;
	color:#AAAAAA;
	font-size:10px;
	line-height:1.5em;
	padding-left:35px;
	margin-top:5px;
	text-transform:lowercase;
}	

.tags a{
	color:#2C57C2;
}

.navigation {
	font-size:8pt;
	width:650px;
	margin:0;
	padding:0;
	overflow:hidden;
	}

.navigation h2{
	font:normal 15pt georgia, times;
	}
	
.navigation h2 a{
	color: #2C57C2;
	text-decoration: none;
	}
	
.navigation h2 a:hover{
	color: #777;
	text-decoration: none;
	}
		
.alignleft a{color: #2C57C2; float:left; margin:25px 0 0 10px;}
.alignright a{color: #2C57C2; float:right; margin:25px 10px 0 0;}

.pagetitle{
	padding:0 0 5px 25px;
}

/* sidebar */

#sidebar {
	clear:both;
	background: #FFFFFF;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:320px;
	float:right;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font:bold 11pt arial, georgia, times;
	color: #2C57C2;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #2C57C2;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 15px 0 0 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	padding:0;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar ul ul li a{
color:#2C57C2;
}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}

#cse-search-results{
	width:795px;
	margin:0 auto;
}	
/* misc */

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;
	margin-right: 50px;
	}

.alignleft {
	float: left;
	margin-left: 50px;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* footer */

#footer {
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


