/* @override http://roidelagala.com/blog/wp-content/themes/nice_simple/stylesheets/blog-style.css */

/*
Theme Name: Nice and Simple
Theme URI: http://roidelagala.com/
Description: Whatever..
Version: 1.0
Author: Roi de la Gala
Author URI: http://roidelagala.com/
*/


body {
	color: #272727;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	outline-style:none;
	text-decoration:none;
}

.clear {
	clear: both;
}

#site-home, #site-blog, #site-tumblr, #site-portfolio, #site-about {
	min-width: 1024px;
	height: 100%;
	margin: 0 auto;
}

#header {
	height: 256px;
	background: url(../images/top-background.png) repeat-x scroll;
}

#top {
	width: 1024px;
	height: 255px;
	margin: 0 auto;
}

#top h1 {
	width: 350px;
	height: 125px;
	float: left;
}

#title {
	width: 340px;
	height: 125px;
	background: url(../images/title03.png) no-repeat scroll left bottom;
	text-indent: -9999px;
	display: block;
}

#nav-bar {
	width: 520px;
	height: 35px;
	float: left;
	/*margin-top: 62px;
	margin-left: 155px;*/
	margin-top: 70px;
	margin-left: 140px;
}

#nav-bar ul {
	width: 520px;
	height: 35px;
}

#nav-bar ul li {
	display: inline;
}

#nav-bar ul li a {
	display: block;
	float: left;
	width: 96px;
	height: 70px;
	margin-right: 8px;
	text-indent: -9999px;
}

#nav-bar ul li#home a {
	background: url(../images/home-button.png) no-repeat scroll left top;
}

#nav-bar ul li#home a:hover {
	background: url(../images/home-button.png) no-repeat scroll left bottom;
}

#site-home #header #top #nav-bar ul li#home a {
	background: url(../images/home-button.png) no-repeat scroll left bottom;
}

#nav-bar ul li#blog a {
	background: url(../images/blog-button.png) no-repeat scroll left top;
}

#nav-bar ul li#blog a:hover {
	background: url(../images/blog-button.png) no-repeat scroll left bottom;
}

#site-blog #header #top #nav-bar ul li#blog a {
	background: url(../images/blog-button.png) no-repeat scroll left bottom;
}

#nav-bar ul li#tumblr a {
	background: url(../images/tumblr-button.png) no-repeat scroll left top;
}

#nav-bar ul li#tumblr a:hover {
	background: url(../images/tumblr-button.png) no-repeat scroll left bottom;
}

#site-tumblr #header #top #nav-bar ul li#tumblr a {
	background: url(../images/tumblr-button.png) no-repeat scroll left bottom;
}

#nav-bar ul li#portfolio a {
	background: url(../images/portfolio-button.png) no-repeat scroll left top;
}

#nav-bar ul li#portfolio a:hover {
	background: url(../images/portfolio-button.png) no-repeat scroll left bottom;
}

#site-portfolio #header #top #nav-bar ul li#portfolio a {
	background: url(../images/portfolio-button.png) no-repeat scroll left bottom;
}

#nav-bar ul li#about a {
	background: url(../images/about-button.png) no-repeat scroll left top;
}

#nav-bar ul li#about a:hover {
	background: url(../images/about-button.png) no-repeat scroll left bottom;
}

#site-about #header #top #nav-bar ul li#about a {
	background: url(../images/about-button.png) no-repeat scroll left bottom;
}

#container {
	min-height: 597px;
	background: #48656f url(../images/middle-background.png) repeat-x scroll;
}

#blog-body {
	width: 885px;
	margin: 0 auto;
	position: relative;
	top: -87px;
	font-size: 12px;
}

#content {
	width: 625px;
	float: left;
}

#content-top {
	width: 655px;
	height: 50px;
	background: url(../images/content-top.png) no-repeat scroll left top;
}

#content-middle {
	width: 625px;
	background: url(../images/content-middle.png) repeat-y scroll left top;
}

.post {
	width: 502px;
	padding-left: 75px;
	padding-bottom: 50px;
}

.post-date {
	width: 60px;
	height: 80px;
	float: left;
	background: url(../images/date02.png) no-repeat scroll left top;
	margin-left: -68px;
	padding-top: 10px;
}

.post-date span {
	width: 60px;
	float: left;
	color: #f8f8f5;
	font-size: 13px;
	font-family: Georgia;
}

.post-date span.month {
	margin-top: 6px;
	margin-left: 13px;
	text-transform: uppercase;
}

.post-date span.day {
	margin-top: 2px;
	margin-left: 13px;
}

.post-date span.year {
	margin-top: 8px;
	margin-left: 10px;
	font-size: 14px;
	color: #540a0a;
}

.post-title {
	font-size: 18px;
	color: #ae191a;
	padding-top: 15px;
	margin-bottom: 20px;
}

.post-title a {
	font-size: 18px;
	color: #ae191a;
}

.post-title a:hover {
	color: #770001;
}

.post-entry {
	width: 502px;
}

.post-entry p {
	margin-bottom: 24px;
	font-size: 11.5px;
	line-height: 16px;
}

.post-entry h3 {
	width: 500px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #373737;
	color: #373737;
}

.post-entry h4 {
	font-size: 13px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	text-decoration: underline;
}

.post-entry ul {
	margin-top: -12px;
	margin-bottom: 24px;
}

.post-entry ul li {
	margin-left: 15px;
}

.post-entry a {
	color: #b30011;
}

.post-entry a:hover {
	text-decoration: underline;
}

.post-entry blockquote {
	margin-bottom: 24px;
	padding: 10px 0 5px 38px;
	background: #e5e5e5 url(../images/blockquote1.png) no-repeat 2px top;
	border: 2px dashed #555;
	color: #474747;
	font-style: italic;
}

.post-entry blockquote p {
	width: 445px;
	margin-bottom: 10px;
}

.post-meta {
	border-top: 1px dashed #aaa;
	padding-top: 3px;
	text-align: right;
	font-size: 10px;
}

.post-meta a {
	color: #0c0067;
}

.post-meta a:hover {
	text-decoration: underline;
}

#content-bottom {
	width: 655px;
	height: 50px;
	background: url(../images/content-bottom.png) repeat-y scroll left top;
}

#sidebar {
	width: 260px;
	float: right;
	margin-top: 2px;
}

#sidebar-top {
	width: 260px;
	height: 50px;
	background: url(../images/sidebar-top.png) no-repeat scroll left top;
}

#sidebar-middle {
	width: 260px;
	min-height: 540px;
	padding-left: 23px;
	background: url(../images/sidebar-middle.png) repeat-y scroll left top;
}

#sidebar-middle h2 {
	text-indent: -9999px;
	font-size: 15px;
}

#search-title {
	width: 235px;
	height: 60px;
	position: relative;
	top: -32px;
	background: url(../images/search-tag.png) no-repeat scroll left top;
}

#search-form {
	margin-top: -25px;
	margin-left: 6px;
	width: 220px;
}

#search {
	width: 165px;
	height: 22px;
	border: 0 none;
	padding: 15px 40px 10px 15px;
	background: url(../images/search-box.png) no-repeat scroll left top;
	font-size: 12px;
	font-style: italic;
}

#categories-title {
	width: 235px;
	height: 70px;
	margin-top: 35px;
	background: url(../images/categories-tag.png) no-repeat scroll left top;
}

#categories-list {
	width: 210px;
	margin-left: 11px;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;	
	background-color: #e3e3dc;
	font-size: 14px;
}

#categories-list li {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #949494;	
}

#categories-list li a {
	color: #242424;
}

#archives-title {
	width: 235px;
	height: 70px;
	margin-top: 35px;
	background: url(../images/archives-tag.png) no-repeat scroll left top;
}

#archives-list {
	width: 210px;
	margin-left: 11px;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;	
	background-color: #e3e3dc;
	font-size: 14px;
}

#archives-list li {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #949494;	
}

#archives-list li a {
	color: #242424;
}

#sidebar-bottom {
	width: 260px;
	height: 50px;
	background: url(../images/sidebar-bottom.png) no-repeat scroll left top;
}

#footer {
	height: 49px;
	background: url(../images/bottom-background.png) repeat-x scroll;
}

#footer p {
	color: #110f2b;
	font-size: 13px;
	width: 405px;
	margin: 0 auto;
	padding-top: 18px;
}

#footer p a {
	color: #110f2b;
	font-weight: bold;
}