/*  
Theme Name: Rolopalooza
Theme URI: http://rolopalooza.com/
Description: Theme for Rolando's Online Portfolio.
Version: 1.0
Author: Rolando Mendez
Author URI: http://rolandomendez.com/


*/



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	background: #FFF url(images/main_bg.jpg) no-repeat;
	padding-top: 55px;
}
*{
	margin: 0;
	padding: 0;
}
.clearFix{
	clear: both;
}
a img{
	border-style: none;
}
a{
}
a:hover{
	text-decoration: none;
	background-color: #320302;
	color: #FFF;
}
a:focus{
	outline: none;
}
.wrapper{
	background: url(images/center_line_bg.gif) repeat-y 35px 0;
	width: 1000px;
}

/* NAVIGATION STUFF */

#navigation{
	background: url(images/nav_bg1.jpg) no-repeat;
	width: 36px;
	height: 626px;
	padding-top: 70px;
	float: left;
}

#navigation li{
	text-indent: -1000em;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#navigation li a{
	background: url(images/main_nav.gif) no-repeat;
	width: 15px;
	display: block;
}

#navigation .home{
	height: 40px;
	background-position: 0 top;
}
#navigation .home:hover{
	background-position: -17px top;
}
#navigation .resume{
	background-position: 0 -55px;
	height: 57px;
}
#navigation .resume:hover{
	background-position: -17px -55px;
}
#navigation .portfolio{
	background-position: 0 -125px;
	height: 75px;
}
#navigation .portfolio:hover{
	background-position: -17px -125px;
}
#navigation .blog{
	background-position: 0 -212px;
	height: 40px;
}
#navigation .blog:hover{
	background-position: -17px -212px;
}
#navigation .extras{
	background-position: 0 -263px;
	height: 55px;
}
#navigation .extras:hover{
	background-position: -17px -263px;
}
#navigation .contact{
	height: 70px;
	background-position: 0 -330px;
	background-repeat: no-repeat;
}
#navigation .contact:hover{
	background-position: -17px -330px;
}

#center{
	float: left;
	background: url(images/center_bg2.jpg) no-repeat -1px 0;
	width: 596px;
	padding-left: 70px;
	padding-top: 30px;
}
#center_line{
	background: url(images/center_line_bg.jpg) repeat-y -1px 0;
}
h1{
	color: #89AC47;
	padding-left: 22px;
	font-size: 1.8em;
	padding-top: 5px;
}
h1 a{
	color: #89AC47;
}
.blog_date{
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: url(images/h4_bg.gif) no-repeat 0 bottom;
	padding-bottom: 20px;
	padding-left: 22px;
}
.blog_body{
	background: #89AC47 url(images/blog_bg.gif) no-repeat;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 1px;
	width: 529px;
}
.blog_body p{
	color: #FFF;
	font-size: 1.4em;
	width: 460px;
	line-height: 140%;
	margin-bottom: 20px;
	margin-left: 20px;
}
.blog_slug{
	background: url(images/blog_slug_bg.gif) no-repeat;
	padding-top: 15px;
	position: relative;
	padding-left: 10px;
	color: #FFF;
	left: 13px;
	padding-bottom: 10px;
}
.blog_slug a, .blog_body h3 a{
	color: #FFF;
}
.blog_body h3, .blog_body h4, h5{
	margin-left: 20px;
}
div.blog_body small, .blog_body small{
	margin-left: 20px;
	display: block;
	margin-bottom: 20px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;

}
#right{
	background: url(images/right_bg.jpg) no-repeat;
	float: left;
	width: 250px;
	height: 900px;
}
#right_bg{
	background-color: #89AC47;
	width: 210px;
	float: right;
	padding-left: 26px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#right h2{
	color: #FFF;
	margin-bottom: 2px;
	font-size: 1.5em;
}
#right li{
	margin-left: 18px;
}
#right li a{
	color: #333;
}
#right li a:hover{
	color: #FFF;
}
#right ul{
	padding-bottom: 25px;
}
#right #blog_search{
	margin-bottom: 50px;
}
#right .search_input{
	width: 150px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 2px;
}
#bottom_nav{
	background-color: #000;
	border: 2px solid #89AC47;
	color: #FFF;
	width: 515px;
	margin-top: 15px;
	text-align: center;
	padding: 5px;
}
#bottom_nav a{
	color: #FFF;
}
.postmetadata, #comments{
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
.postmetadata a{
	color: #FFF;
}
#comments h3{
	margin-left: 20px;
}
#comments li{
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#comments li p{
	margin-left: 0;
}
.navigation a{
	color: #333;
}
.navigation a:hover{
	color: #FFF;
}
#navigation .contact{
	height: 64px;
	background-position: 0 -330px;
	background-repeat: no-repeat;
}
.blog_body p a{
	color: #FFF;
}
#navigation .contact{
	height: 64px;
	background-position: 0 -330px;
	background-repeat: no-repeat;
}
.blog_body p a{
	color: #FFF;
}