/*
Theme Name: George Watsky
Theme URI: http://georgewatsky.com
Description: Custom Theme for George Watsky
Version: 1
Author: Teresa Watts
Author URI: http://monk.com.au/
Tags: george watsky


*/

textarea{
   width:500px;
}


/* --------------------------------------3
USUAL TAGS 
--------------------------------------*/
body {
	font-size: 12px;	
	font-family: Arial, 'Lucida Grande',  Sans-Serif;
	background: #BCA78A url(http://georgewatsky.com/wp-content/themes/watsky/images/body_bg.jpg);
	color: #000;
	text-align: center;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	}
	
h1, h2, h3 {
	color: #000000;
font-weight: normal;
	}

h1 {
	font-size: 2.5em;
	margin: 10px 0px;
	}	
	
h2 {
	font-size: 1.8em;
	margin: 20px 0px 5px;
	}
	
h3 {
	font-size: 1.4em;
	margin: 20px 0px 5px;
	}

h3.pagetitle {
	font-size: 1.8em;
	margin-bottom: 0px;
	margin-top: 45px;
	}

h3 a {text-decoration: none;}
	
a, h2 a:hover, h3 a:hover {	color: #7E191A;	}

a:hover {	color: #333;	}	
	

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {	border: none;	}


hr {
height: 1px;
border: 0px;
color: #444;
background-color: #444;
}


/* --------------------------------------
SMALL CLASSES
--------------------------------------*/
.postmetadata {	clear: both;}
.clear {clear: both;}	
.center {text-align: center;}
.hidden {display: none;	}

h2.page-title,
#sidebar h2.page-title,
#sidebar h2 {
color: #720000;
font-family: Garamond, Georgia, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 1.6em;
letter-spacing: -0.05em;
text-align: left;
margin-bottom: 10px;
}


.twocol {
width: 180px;
float: left;
margin-left: 0px;
padding-left: 15px;
padding-right: 25px;
}
/* --------------------------------------
SECTIONS
--------------------------------------*/

#container{
	margin: 0px auto;
width: 880px;
	}
	
#header {

}


	
#logo {}

#content {
	width: 50%;
	float: right;
	}

#content.widecolumn {
width: 100%;
padding-top: 20px;
}

#footer {
	background: #111;
	padding: 10px;
	text-align: center;
	font-size: .9em;
	color: #ccc;
clear: both;
	}

/* --------------------------------------
COMMENTS
--------------------------------------*/

h3#comments {
	clear: left;
	padding-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	text-align: left;
	}


.commentlist {
	padding: 0px 40px;
	margin: 0px;
	text-align: left;
	margin-bottom: 140px;
	}

.commentlist .clear {margin-bottom: -15px;}

.commentlist li {
	margin: 0px 0 3px;
	list-style: none;
	border-bottom: 1px solid #444;
	padding-top: 10px;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist cite, .commentlist cite a {
	text-decoration: none;
	font-size: 1.2em;
	font-style: normal;
	margin: 0px;
	float: left;
	}

.commentmetadata {
	padding-left: 10px;
	float: left;
	padding-top: 7px;
	}

.commentmetadata a {
	text-decoration: none;
	color: #a7a2a2;
	}

.avatar {
	background: url(images/avatar_bg.gif) top left no-repeat;
	padding: 4px 15px 22px 4px;
	float: left;
	}

.comment-content {
	float: left;
	width: 520px;
	padding: 15px;
	margin-bottom: 15px;
	}

/* style for comments by blog author */
.authcomment .comment-content {background: #f8f8f4;}


/* --------------------------------------
SIDEBAR
--------------------------------------*/

#sidebar {
	width: 50%;
clear: left;
	float: left;
	text-align: left;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}


#sidebar ul li{
	padding-bottom: 20px;
	}

#sidebar ul li li{
	padding-left: 0px;
	border-bottom: 0px;
	padding-bottom: 4px;
	}

#sidebar h2 {
	color: #000;
	}

#sidebar a {
	color: #000;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	}

/* archives */
#archives select {
	color: #666;
	width: 130px;
	}

/* --------------------------------------
BLOG ENTRIES
--------------------------------------*/


.post h3.post-title a {
color: #000; 
text-decoration: none;
}

.post h3.post-title {margin: 0px; font-weight: bold; color: #000; font-size: 1.5em; 
}

.post {
	margin: 0 0 30px;
	text-align: left;
	line-height: 1.4;
	clear: both;
	}

.date {
	margin-bottom: 0px;

	}


.navigation {
padding-bottom: 30px;
}


/* --------------------------------------
IMAGES
--------------------------------------*/

.entry img {
	border: 1px solid #7F6947;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {	float: right;	}

.alignleft {	float: left;	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
