/*
Theme Name: Personal
Theme URI: http://www.wpdesigner.com/
Description: 3-column Personal WordPress theme
Version: 1.0
Author: Small Potato
Author: http://www.wpdesigner.com/
*/

@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 */

/*logo header*/

#header h1{
	float: left;
	margin: 18px 0px 0px 35px;
	padding: 3px 0px 0px 96px; /*font: bold 24px georgia, "Trebuchet MS", serif;*/
	text-transform: uppercase;
	display: inline;
	background: url(images/logos.png) no-repeat;
	font-family:  'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background-position: left;
	height: 67px;
	font-size: 24px;
	font-weight: bold;
}

body { 	
	background: #C3E3F2 url(images/pasto.png) repeat-x bottom;
	background-attachment: fixed;
	}

.container{

float: left;


	}
.outter{
	width: 890px;
	padding: 0 0 10px;
	background: #F2F2F2 url(images/bg-container-outter.png) no-repeat left bottom;
	/*#00496a*/
}

.inner{
	width: 700px;
	margin: 0 0 0 10px;
	background: url(images/bg-container-inner.png) repeat-y;
	display: inline;
}

.inner .top, .inner .bottom{
	float: left;
	width: 700px;
	height: 10px;
	font-size: 1px;
	background: url(images/bg-container-inner-top.png) no-repeat;
}

.inner .bottom{
	background: url(images/bg-container-inner-bottom.png) no-repeat;
}

#content{
	float: left;
	margin: 16px 10px 0 15px;
	width: 500px;
	display: inline;
}

#menu{
	float: left;
	width: 700px;
	background: url(images/bg-menu.png) no-repeat;
	overflow: hidden;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	
}

#menu ul li{
	float: left;
	
}

#menu ul li a{
	display: block;
	padding: 10px 20px 12px 15px;
	background: url(images/bg-menu-li-a.png) no-repeat right top;
	color: #000; /*float: left;*/
	font-weight: bold;
	/*font-size: 16px;*/
	font: 140% 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-transform: uppercase;
}

#menu ul li a span.feed{
	/* /*background: url(images/rss.png) no-repeat right 0px;*/
	padding: 10px 24px 12px 0px;
	background: url(images/page-livemark.png);
	background-repeat: no-repeat;
	background-position: right; /*border: solid 1;*/
	width: 40px;
	vertical-align: baseline;
	list-style-position: outside;
}

#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: 0 10px;
	font: 18px  'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-transform: uppercase;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-weight: bold;
}

.post h2 a{
	color: #444;
}

.entry-date, .comments-link{
	width: 65px;
	height: 54px;
	position: absolute;
	top: 58px;
	margin: 0 0 0 -75px;
	font: bold 11px uppercase georgia, serif;
	text-transform: uppercase;
	background:   url(images/screen2.png) no-repeat right 0px;
	color: #fff;
	display: inline;
	font-family:  'Lucida Grande', Verdana, Arial, Sans-Serif; ;
	
}

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

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

.comments-link{
	top: 110px;
	/*padding-left: 0px;*/
	margin-left:-60px;
	width: 82px;	
	height: 82px;
	background:  url(images/bg-comments-link.png) no-repeat ;
	float: left;
}

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

.comments-link a{
	display: block;
	color: #fff; /*padding-left: 40px;*/
	/*padding-top: -10px;*/
	margin-left: 50px;
	vertical-align: -10px;
	height: 10px;
	/*margin: -10px;*/
}

.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 arial, helvetica, sans-serif; line-height: 28px; 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: Black;
}

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