/* 
	Theme Name: Grey's ArtBlog
	Theme URI: http://www.thisisgrey.com
	Description: ThisisGrey's optimized blog for graphical work
	Author: Daniel Robert
	Author URI: http://www.thisisgrey.com
	Version: 5.0
*/
/*============================================
	CSS Reset
==============================================*/
html, body, * { 
	margin: 0; 
	padding: 0;
}
a img, iframe { 
	border: 0;
}
a:active, a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%;
	font-weight: normal;
}
ul, ol, dl, li, dt, dd {
	list-style: none;
}
form, fieldset {
	border: 0;
}	
legend { 
	color: #000;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
p img {

}
/*============================================
	Main Structure
==============================================*/
body {
	text-align: left;
	background-color: white;
}
#sidebar {
	position: fixed;
	height: 100%;
	padding-top: 15px;
	z-index: 1;
}
#content {
	position: absolute;
	width: 380px;
	overflow-x: visible;
	top: 0px;
	padding: 0px;
	margin-left: 150px;
	margin-top: 15px;
}
#header {
}
#footer {
	position: fixed;
	bottom: 10px;
	left: 38px;
	z-index: 11;
}
/*============================================
	Basic typographic elements
==============================================*/
body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Times, Serif, "Times New Roman", serif;
	color: #5e5e5e;
}
h1 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 30px;
	font-weight: bold;
}
h2 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 20px;
	font-weight: bold;
}
h3 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
p, ul, ol {
	line-height: 15px;
    margin-bottom: 10px;
}
p, li{
	font-size: 11px;
	line-height: 15px;
    margin-bottom: 10px;
}
li{
	margin-bottom: 2px;
}
pre{
	font-size: 12px;
	line-height: 15px;
    margin-bottom: 10px;
}
a{ 
	text-decoration: none;
	color: #5e5e5e;
}
a:visited{
	color: #5e5e5e;
}
blockquote{
    margin-bottom: 1em;
}
ul{
    list-style-type: square;
    margin-left: 10px;
}
ol{
    margin-left: 10px;
}
/*============================================
	IMG
==============================================*/
img {
	border:0;
	padding: 0;
}	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
img.alignright, img.alignleft{
	display: inline;
}
.alignright {
	float: right;
}	
.alignleft {
	float: left;
}
/*============================================
	SIDEBAR
==============================================*/
#sidebar{
	border-right-style: solid;
	border-right-color: #cecece;
	border-right-width: 1px;
	background-color: white;
	text-align: center;
}
#sidebar h3 a{
	color: #cecece;
}
.sidebar-block{
	margin-bottom: 8px;
}
#sidebar ul a{
	text-decoration: underline;
}
#sidebar ul{
	margin: 0 0 0 1px;
	font-style: italic;
}
#sidebar form{
    padding:0 25px 0 0;
    background:url(images/search.png) 150px 4px no-repeat;
    float:left;
}
#sidebar form input{
    width:140px;
}
/*============================================
	CONTENT
==============================================*/
#content{

	padding-bottom: 30px;
}
.post-title{
	text-decoration: none;
}
#content p{
	font-style: italic;
}
#content p a, #content ol a, #content ul a{
	text-decoration: underline;
}
.post{
	margin:0 0 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}
.post-title-block{
	margin-bottom: 10px;
}
.post-title-block p{
	margin-bottom: 0px;
}
#archive-title-block{
	margin:8px 0 5px 0;
	padding: 4px 0 4px 0;
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
	border-top-style: solid;
	border-top-color: #cecece;
}
.archive-title{
	text-align: left;
	margin-bottom: 3px;
	color: #cecece;
}
.entry, .comments-indicator, .postmetadata{
	margin-left: 1px;
}
/*============================================
	NAVIGATION
==============================================*/
.navigation {
    width: 100%;
    height: 17px;
}
.navigation p{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1px;
}
.navigation a{
    color: #eaeaea;
    text-decoration: none;
    font-style: italic;
}
.navigation #leftArrow{
	float: left;
	background-image: url(images/arrow-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 106px;
	height: 17px;
}
.navigation #rightArrow{
	float: right;
	text-align: right;
	background-image: url(images/arrow-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 106px;
	height: 17px;
}
/*============================================
	COMMENTS
==============================================*/
.commentlist{
	margin-left: 0;
}
.comment-item{
	margin:0 0 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid	;
	border-bottom-color: #ccb600;
}
.comment-info{
	color: #928000;
}
.text_input{
	width: 200px;
}
.comment_input { 
	width: 100% !important; 
}
#comments_form p{
	margin-bottom: 4px;
}
#comments_form{
    padding: 10px 0 0 0;	
}
/*============================================
	HEADER
==============================================*/

/*============================================
	FOOTER
==============================================*/
#footer p{
	font-size: 10px;
	color: #2D2D2D;
	margin-bottom: 0;
}
#footer p a{
	color: #2D2D2D;
}