/* @override http://localhost:8888/iblog/wp-content/themes/myTheme.zip/style.css */

/* @override http://localhost:8888/iblog/wp-content/themes/myTheme.zip/style.css */

/* @override http://localhost:8888/iblog/wp-content/themes/myTheme/style.css */

/*  
Theme Name: Template
Theme URI: http://example.com/
Description: A new theme!
Version: 1.0
Author: Harley Alexander
Author URI: http://www.example.com/

*/

/*-----LAYOUT-----*/

body{
	margin: 0;
}

#wrapper{
width: 600px;
margin: 0 auto;
}

.post{
clear: both;
width: 600px;
}

.post .left{
width: 180px;
float: left;
padding-right: 20px;
}

.post .right{
width: 350px;
float: right;
padding: 0 25px 20px;
}

/*-----STYLES-----*/

body{
	font: 75%/18px Georgia, "Times New Roman", Times, serif;
	background-color: #e4e4e4;
}

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

img{
border: 0;
}

.post .left{
text-align: right;
	color: #898989;
}

.post .left p.postmetadata strong{
display: block;
text-transform: uppercase;
}

.right{
background-color: #fff;
min-height: 150px;
}

.entry{
color: #3c3c3c;
}

.entry p img{
	padding: 0 10px 7px 0;
	float: left;
}

a.more-link{
display: block;
padding-top: 10px;
text-transform: uppercase;
}

/*-----EXTRAS-----*/

.hero .left p.postmetadata{
	margin-top: 30px;
}

.hero .left p.postmetadata strong{
	margin-bottom: 20px;
}

.hero .right h2{
	font-size: 46px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.hero .right p{
	font-size: 14px;
}

.hero a.more-link{
	background: url(images/arrow_right.png) no-repeat right bottom;
	float: left;
	padding-right: 20px;
}

.villain .left p.postmetadata{
	margin-top: 20px;
}

.villain .left p.postmetadata strong{
	margin-bottom: 15px;
}

.villain .right h2{
	font-size: 32px;
	font-weight: normal;
	color: #747474;
}

.villain .right p img{
	float: right;
	padding: 0 0 7px 10px;
}

/*------TABS------*/

#container{
	width: 600px;
	margin: 0 auto;
}

h1{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #949494;
	letter-spacing: 1px;
}

#tabsAndContent ul, #tabsAndContent li{
	padding: 0
}

ul#tabsNav{
	float: left;
	width: 200px;
	list-style: none;
}

ul#tabsNav li{
	background: url(images/tabsNavBg.png) no-repeat center #a8a8a8;
}

ul#tabsNav li:hover{
	background: url(images/tabsNavHover.png) no-repeat center #eee;
}

ul#tabsNav li.active{
	background: url(images/tabsNavActive.png) no-repeat center #fff;
}

ul#tabsNav li.active a{
	color: #303030;
}

ul#tabsNav li a{
	padding: 1em 15px;
	margin: 0 0 1em 0;
	display: block;
	width: 170px;
	text-decoration: none;
	color: #7e7e7e;
	font: 11px/20px Georgia;
	text-transform: uppercase;
}

ul#tabsNav a:hover{
	color: #0a0a0a
}

ul#tabContent{
	margin: 1em 0 0;
	background: url(images/tabContent.png) no-repeat top right#fff;
	min-height: 180px;
	width: 350px;
	float: left;
	list-style: none;
	padding: 0 25px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#tabContent>li{
	width: 350px;
	list-style: none;
	padding: 0 25px 20px 0;
}

#tabContent li ul li{
	list-style: none;
}

#tabContent li ul li a{
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}

#tabContent li ul li a:hover{
	background: url(images/tabContentHover.png) no-repeat center bottom;
}

form{
	padding: 30px;
	
}

form input{
	background: url(images/searchInputBg.png) repeat-x #ddd;
	border: 2px solid #cbc6c9;
	border-right: 0;
	padding: 5px;
	margin-right: 0;
	color: #fff;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

#searchSubmit{
	border-left: 0;
	border-right: 2px solid #cbc6c9;
	margin-left: 0;
	position: relative;
	left: -3px;
	color: #00416c;
}

#searchSubmit:hover{
	background: url(images/tabContentHover.png) no-repeat center;
	color: #003459;
	cursor: pointer;
}