/*  
Theme Name: JS Retro
Version: v1
Author: Jeff Sarmiento
Author URI: http://jeffsarmiento.com/
*/

@import url(styles/reset.css);

body {
	background: #1c1811 url(/images/bg-tile.jpg) repeat-y 0 -600px;
	margin: 0;
	padding: 0;
}
body {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4b3f26;
	line-height: 1.5em;
}

/* *************************
 * MAIN CONTAINERS
 *************************** */
.container {
	width: 960px;
}

/*
 * Top section
 */
#top {
	background: url(/images/bg-top.jpg) no-repeat;
	font-size: 1.1em;
	width: 555px;
	height: 290px;
	padding: 60px 0 0 190px;
	float: left;
}
#top img {
	margin-bottom: 5px;
}

/*
 * Navigation
 */
#nav {
	float: left;
	width: 215px;
	margin: 0;
	padding: 7px 0 0 0;
}
#nav a, #nav li {
	display: block;
	float: left;
}

/*
 * Main column
 */
#main {
	clear: both;
	float: left;
	width: 635px;
	padding: 20px 30px 20px 80px;
}

/*
 * Right column
 */
#sidebar {
	color: #8d8974;
	float: left;
	width: 215px;
	padding-top: 15px;
}
.sidebar_pad {
	padding-left: 20px;
}




/*
 * Footer
 */
#footer {
	background: url(/images/foot-bg.png) no-repeat;
	clear: both;
	padding-right: 30px;
	margin-top: 80px;
	width: 715px;
	height: 110px;
	text-align: right;
	float: left;
}
#footer div {
	padding-bottom: 20px;
}
#footer div a {
	color: #4b3f26;
	text-decoration: underline;
	padding-left: 5px;
}
#footer div a:hover {
	text-decoration: none;
}
#foot_top {
	float: left;
	margin: 90px 0 0 20px;
}

/*
 * Forms
 */
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	background-color: #fff;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 4px;
	border: 1px solid #978256;
}


/* *************************
 * TEXT
 *************************** */

a:link, a:visited, a:active {
	color: #d21600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
 * Headers
 */
h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times serif;
	font-weight: normal;
	color: #1c1811;
	line-height: normal;
	letter-spacing: -1px;
}
h2 {
	font: normal 23px/38px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #d21600;
	letter-spacing: -2px;
	text-transform: uppercase;
	height: 38px;
	margin-bottom: 10px;
}
h3 {
	font-size: 26px;
	line-height: 1em;
	margin: 0 0 .2em 0;
}
h4 {
	font: bold 16px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 8px;
}

h3.small, h3.medium, h3.large, h3.xlarge {
	background: url(/images/title-small.gif) no-repeat bottom left;
	padding-bottom: 18px;
}
h3.medium {
	background-image: url(/images/title-medium.gif);	
}
h3.large {
	background-image: url(/images/title-large.gif);	
}
h3.xlarge {
	background-image: url(/images/title-xlarge.gif);	
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #1c1811;
	text-decoration: none;
}
h3 a:hover {
	color: #d21600;
	text-decoration: none;
}
.title_img {
	margin-bottom: 5px;
}


.clearb {
	clear: both;
}
p {
	padding: 0;
	margin: 0 0 1.6em 0;
}
.hl {
	background-color: #ff9;
	padding: 1px;
}
.font_green {
	color: #36842c;
}
strong {
	font-weight: bold;
}
pre, code {
	font-family: Monaco, "Lucida Console", Courier, monospace;
	font-size: 11px;
}
pre {
	border-left: 1px dotted #4b3f26;
	padding: 5px 0 5px 10px;
	margin: 0 0 1.6em 20px;
}


/*
 * Lists
 */
ul, ol {
	margin: 0 0 1.5em 30px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

/*
 * sidebar lists
 */
.sidebar_list1 {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.sidebar_list1 a:link, .sidebar_list1 a:active, .sidebar_list1 a:visited {
	color: #8d8974;
	border-bottom: 1px solid #28241c;
	display: block;
	width: 195px;
	padding: 5px 0;
}
.sidebar_list1 a:hover {
	color: #ece6c5;
	text-decoration: none;
	background-color: #28241c;
}

.sidebar_list2 {
	line-height: 1.6em;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.sidebar_list2 a:link, .sidebar_list2 a:active, .sidebar_list2 a:visited {
	color: #8d8974;
}
.sidebar_list2 a:hover {
	color: #ece6c5;
	text-decoration: none;
}

#sidebar strong {
	color: #ece6c5;
	font-weight: normal;
}


/* *************************
 * BLOG STYLES
 *************************** */

/*
 * Content
 */
.post_date {
	color: #897a41;
}
.post_category {
	background: url(/images/post-categories.gif) 0 2px;
	padding-left: 102px;
}
.post_comments {
	background: url(/images/star.gif);
	padding-left: 26px;
	float: right;
}
.post_category, .post_comments {
	background-repeat: no-repeat;
	height: 30px;
	line-height: 1.8em;
}


.comments_title {
	background-image: url(/images/comments.gif);
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #ece6c5;
	padding: 10px 0 0 123px;
	margin-bottom: 5px;
	width: 85px;
	height: 28px;
}
.comment {
	background-image: url(/images/brown-15.png);
	margin-bottom: 10px;
	width: 615px;
	padding: 10px;
}
.comment.dark {
	background-image: url(/images/brown-35.png);
}
.comment_date {
	float: right;
}
.comment_author, .comment_date {
	margin-bottom: 5px;
}

a.more-link:link, a.more-link:active, a.more-link:visited {
	background-image: url(/images/brown-25.png);
	padding: 4px;
}
a.more-link:hover {
	background-image: url(/images/brown-45.png);
}


/*
 * Add comment form
 */
#comment_form, #respond {
}
#comment_form #author, #comment_form #email, #comment_form #url {
	width: 250px;
}
#comment_form label {
	display: block;
}
#comment_form p {
	clear: both;
	margin-bottom: 4px;
}
#comment_form #comment {
	width: 400px;
	height: 125px;
}


/*
 * Archives page
 */
#list_archives {
	list-style: none;
	margin: 0;
}
#list_archives .month {
	font: 22px/1.2em Georgia, "Times New Roman", Times serif;
	letter-spacing: -1px;
}
#list_archives  li ul {
	letter-spacing: 0;
}
#list_archives a {
	color: #4b3f26;
}
#list_archives ul {
	list-style: none;
}
#list_archives ul a {
	color: #d21600;
}


/*
 * Portfolio page
 */
div.screen {
	background-image: url(/images/brown-25.png);
	padding: 8px;
	float: left;
	width: 270px;
	margin-bottom: 10px;
}
div.screen_over {
	background-image: url(/images/brown-45.png);
}
div.screen.large {
	width: 390px;
}
.more {
	background: url(/images/arrow.gif) no-repeat right;
	padding-right: 25px;
	text-align: right;
}
.work {
	float: left;
	margin: 0 20px 30px 0;
}
.work.home {
	width: 286px;
	margin-bottom: 0;
}
.work h4 a:link, .work h4 a:visited, .work h4 a:active {
	color: #1c1811;
}
.work h4 a:hover {
	color: #d21600;
	text-decoration: none;
}

div.screen.blog {
	width: auto;
	margin-right: 20px;
}

/*
 * Contact form
 */
#contact_form #name, #contact_form #email, #contact_form #message {
	width: 250px;
	margin-right: 10px;
}
#contact_form label {
	display: block;
}
#contact_form p {
	clear: both;
	margin-bottom: 5px;
}
#contact_form #message {
	width: 374px;
	height: 108px;
	margin-right: 10px;
	vertical-align: top;
}
#contact_form #copy {
	float: left;
	margin-right: 10px;
}
#contact_form img {
	vertical-align: middle;
	display: none;
}
.error {
	color: #d21600;
}
#sent {
	background-image: url(/images/brown-35.png);
	padding: 20px 40px;
	display: none;
	margin-bottom: 20px;
}


/*
 * Twitter
 */
#twitter {
	background: url(/images/twitter-bg.gif) no-repeat 20px 0;
	color: #c3be9f;
	padding: 12px 0 30px 8px;
	margin-bottom: 10px;
	height: 165px;
	line-height: 1.3em;
}
#sidebar > #twitter {
	height: auto;
	min-height: 165px;
}
#tweets {
	margin: 5px 0px 0 10px;
}
#tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tweets div {
	font-size: 11px;
	text-align: right;
	padding-top: 8px;
}
#tweets img {
	vertical-align: middle;
}


#ilovefreshbooks {
	float: right;
	margin: 0 30px 20px;
}

/*
 * flickr badge
 */
#flickr_badge_wrapper {
	background-image: url(/images/brown-35.png);
	padding: 8px 0 8px 8px;
	float: right;
	margin: 50px 30px 0 0;
}
.flickr_badge_image {
	float: left;
	margin-right: 10px;
	height: 75px;
}
.flickr_badge_image img {
	border: 0;
}


