/*
Theme Name: Drift3r way
Theme URI: http://blog.danielbarradas.com/
Description: 3-column Personal WordPress theme
Version: 1.0
Author: Daniel Barradas
Author: http://www.corefactor.pt/
*/

@import url('style-basics.css'); /* general body styles with wrapper */
@import url('style-header.css'); /* header styles i.e. h1 and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles and custom styles for primary and secondary */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

.container{
	float: left;
	background: url(images/bg-container-inner.png) repeat-y;
}
.outter{
	width: 890px;
	padding: 0;
	/*background: #00496a url(images/bg-container-outter.gif) no-repeat left bottom;*/
	/*	background-color: #50BCDF;*/
}

.inner{
	width: 700px;
	display: inline;
}

#content{
	float: left;
	margin: 16px 10px 0 15px;
	ma\rgin: 48px 10px 0px 15px; 
	width: 500px;
	display: inline;
	background-color: #fff;
}



#menu {
	display: block; 
	margin: -32px 0px 0px 5px; 
	padding:0;
	
}

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

#menu li {
	float: left;
	list-style:none;
	font-size: 1.0em;
}

#menu .page_item {
	float:left;
	margin: 0 6px 0 0; 
	padding: 0 0 0 6px;
	background: url("images/nav_tab_left.png") no-repeat left top;
	font-weight: bold;
}

#menu .current_page_item {
	margin: 0 6px 0 0; 
	padding: 0 0 0 6px;
	background: url("images/nav_current_left.png") no-repeat left top;
}

#menu .current_page_item a {
	margin: 0; 
	padding: 8px 25px 8px 20px;
	background: url("images/nav_current_right.png") no-repeat right top;
	color: #FFFC00;
	font-weight: bold;
}

#menu .current_page_item a:hover {
	margin: 0; 
	padding: 8px 25px 8px 20px;
	background: url("images/nav_current_right.png") no-repeat right top;
	color: #FFFC00;
	font-weight: bold;
	text-decoration: none;
}


#menu a {
	display: block;
	margin: 0; 
	padding: 8px 25px 8px 20px;
	background: url("images/nav_tab_right.png") no-repeat right top;
	color: #deff61;
	text-decoration: none;
	border-bottom: 0;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#headimg{} /* look in functions.php */

.ads-468x60 img {
	margin: 0 10px 16px;
	display: inline;
}

.post{
	width: 500px;
	padding: 0 0 16px;
	position: relative;
}

.post h2{
	padding: 10px 0 0 10px;
	font: 32px "trebuchet ms", georgia, serif;
	text-transform: none;
}

.post h2 a{
	color: #bf4d01;
}

.entry-date, .comments-link{
	width: 65px;
	height: 44px;
	position: absolute;
	top: 62px;
	margin: 0 0 0 -80px;
	font: bold 11px uppercase georgia, serif;
	text-transform: uppercase;
	background: #001a26 url(images/bg-entry-date.gif) no-repeat;
	color: #fff;
	display: inline;
}

.entry-date span, .comments-link span{
	display: block;
	text-align: center;
}

.entry-date span.month{
	padding: 8px 0 0;
}

.comments-link{
	top: 109px;
	height: 81px;
	background: #240e29 url(images/bg-comments-link.png) no-repeat;
}

.comments-link span{
	display: block;
	margin: 15px 0 0;
	width: 65px;
	height: 29px;
	overflow: hidden;
}

.comments-link a{
	color: #fff;
}

.entry-meta{
	padding: 3px 10px 8px;
	font-size: 11px;
	background: url(images/dotted.gif) repeat-x left bottom;
	color: #666;
}

.entry-content{
	padding: 0 10px;
	line-height: 22px;
}

.entry-content p a{
	border-bottom: 1px solid #ddd;
	background: #ffd;
	color: #000;
}

.entry-content p a:hover{
	text-decoration: none;
	border: 0;
}

.entry-content h2{font: bold 24px "Trebuchet MS", arial, helvetica, sans-serif; line-height: 32px; text-transform: none;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.entry-foot{
	padding: 4px 10px 3px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 22px;
	background: #f9f9f9;
}

.navigation{
	float: left;
	margin: 0 0 12px;
	width: 500px;
	display: inline;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}

#footer{
	float: left;
	width: 890px;
	padding: 10px 0 10px;
	color: #74715b;
}

#footer a{color: #55523d;}
#footer p{padding: 10px 35px;}