/*
Theme Name:   960 Theme
Theme URI:    http://yasly.com
Description:  YASLY 960 Grid 
Version:      1.0
Author:       Danny Jones
Author URI:   http://yasly.com
*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body{
	color: #3f3f3f;
	font: 12px/28px Georgia, "Times New Roman", Times, serif;
	margin-top: 70px;
}

a { text-decoration: none; color: #a3a3a3; border: 0px;
	font-variant: small-caps;
}
a:hover { text-decoration: underline; color: #000; border: 0px;
	font-variant: small-caps;
}

a.link_alt { text-decoration: underline; color: #a3a3a3; border: 0px;
	font-variant: small-caps;
}
a:hover.link_alt { text-decoration: underline; color: #000; border: 0px;
	font-variant: small-caps;
}

hr {
	margin: 0;
	padding: 0;
	background-color: #bcbcbc;
	height: 2px;
	border: 0px;
}

#yasly {
	background: url(images/yasly.jpg) no-repeat;
	text-indent: -9999px;
	width: 140px;
	height: 26px;
	margin: 0;
	padding: 0;
}

/* ----- Sidebar */

#sidebar {
	height: 300px;
	float: right;
	clear: both;
	line-height: 18px;
}

hr.sidebar {
	margin: 30px 0;
	padding: 0;
	background-color: #bcbcbc;
	height: 2px;
	border: 0px;
}

.sidebar_title {
	text-transform: uppercase;
	font-weight: bold;
}

#search {
	float: left;
}

/* ----- Post */

#post {
}

.etc {
	line-height: 18px;
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

.post_title {
	font-variant: small-caps;
	font-size: 25px;
	text-decoration: none !important;
	line-height: 25px;
	margin: 0 0 15px;
	padding: 0;
}

hr.post_end {
	background-color: #bcbcbc;
	height: 2px;
	border: 0px;
	margin-bottom: 70px;
	margin-top: 30px;
	margin-right: 0;
	padding: 0;
	clear: both;
}

/* ----- Comments */

.comment_author {
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
}

#comment_title {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	float: right;
	width: 570px;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px;
	padding: 0;
}

.comment_subtitle {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 22px;
}

blockquote {
	margin: 1em 3em;
	color: #999;
	border-left: 2px solid #999;
	padding-left: 1em; }
	
blockquote p:before {
	content: '"'; }
blockquote p:after {
	content: '"'; }

