/*
Theme Name: 13 Styles
Theme URI: http://13styles.com
Description: The default 13 Styles theme.
Version: 1.0
Author: David Appleyard
Author URI: http://davidappleyard.net
*/


.homeentry a {
	color:#5e5e5e;
}

.homeentry a:hover {
	text-decoration:none;
}

.clear {clear: both;}

	
/* main layout containers */
#content-holder {min-height:100%;}
* html #content-holder {height:100%;}
#middle {
	width:550px;	
	overflow:hidden;
	}
#header {
	border-bottom:7px solid #929cb0;
	height:71px;
	background:#3a465d url(../../images/bg-body.png) repeat-x top;
	font-family:Jura,Georgia,"Times New Roman",Times,serif;
	}
.main {
	width:550px;
	overflow:hidden;
	}
	
/* ### header styles ### */

/* navigation */
#nav {
	float:left;
	margin:24px 0 0 48px;
	padding:0;
	font-size:16px;
	list-style:none;
	}
#nav li {
	float:left;
	margin:0 20px 0 0;
	position:relative;
	}
#nav li span {
	color:#f4b33c;
	font:bold 12px Georgia,"Times New Roman",Times,serif;
	position:absolute;
	top:-8px;
	left:79px;
	}
#nav li a {
	display:block;
	width:99px;
	height:27px;
	line-height:25px;
	color:#fff;
	text-align:center;
	background:url(../../images/bg-nav.gif) no-repeat 0 -100px;
	}
#nav li a:hover {
	background-position:0 0;
	background-color:#576278;
	text-decoration:none;
	}
#nav li a.active {
	background-position:0 -27px !important;
	background-color:#303c52;
	text-decoration:none;
	}
	
.icons {margin-top: 12px; margin-bottom: 12px;}
		
/* ### middle styles ### */
/* main content */
#content {
	float:left;
	width:550px;
	padding:0 0 10px 10px;
	}



/* sidebar */
#sidebar {
	float:right;
	width:180px;
	padding:16px 17px 20px 18px;
	color:#575757;
	}
	
/* top icons */
#content h2 {
	font-size:18px;
	font-weight:normal;
	color:#06c;
	margin:0 0 25px 0;
	padding:20px 0 0 0;
	}
#content h2 span {color:#d0d0d0;}

#intro, #intro p {
font-family: Georgia;
font-size: 20px;
margin-bottom: 30px;
margin-top: 30px;
line-height: 28px;
}

#intro span {
background-color: #d8dfed;
padding: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* items */
.items {
	width:100%;
	}
.items .row {
	width:100%;
	overflow:hidden;
	margin:0 0 25px 0;
	}
.items .item {
	float:left;
	width:131px;
	height: 200px;
	padding:10px 10px 10px 9px;
	margin:0 15px 0 0;
	margin-bottom: 20px;
	background-color: #eceff3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	 color:#5e5e5e;

	}
.items .item:hover {
	background-color: #d8dfed;
	}
#content .items .item h2 {
	border: 0;
	margin-bottom: 15px;
	padding:0;
	text-align: center;
	}
	
.items .item .image {
	display:block;
	margin:0 -3px 3px;
	}
.items .item img {margin-bottom: 10px; margin-left:0;}
.items .item img:hover {}
.items .name {
	font-size:11px;
	display:block;
	padding:0 20px 0 0;
	background:url(../../images/bg-ico.gif) no-repeat 100%;
	}
	

	
.items .name a {color:#303c53;}
.items p {	 font-size: 10px;line-height:14px;margin:0;}
	
.navigation {
	font-size:12px;
	font-weight:normal;
	margin:10px 0 15px 0;
	padding:10px 0 30px 0;
	font-family:"Lucida Fax",Georgia,"Times New Roman",Times,serif;	
	border-bottom:2px solid #929cb0;
}


.alignleft {float: left; margin-right: 200px;}
.aligncenter {float: left;}
.alignright {float: right;}

.navigation a {
color:#5e5e5e;
background-color: #eceff3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
}

.navigation a:hover {
background-color: #d8dfed;
text-decoration: none;
}

#content .post h2 {
font-size: 28px;
}
#creditfooter {
	display: none;
}
