/*  
Theme Name: The Studio
Theme: http://www.saturdaystudios.com
Version: 1.0 Oct2008
Author: Kelly Blackmore
Author email: kelly@saturdaystudios.com
*/

/*************************************
 +Containers
 *************************************/
body{
	color:#555;
	font-family: century gothic, "Times New Roman", Times, serif;
	font-size:62.5%;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	margin:0 0 0 80px;
	padding:0;
	text-align:center;
	width: 820px;
	float: left;
	border-top: 10px solid #333;
	line-height: 1;
}
#wrap{
	text-align:left;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 150px;
	font-family: "century gothic", Verdana;
	line-height: 1.5;
}
#content{
	float: right;
	padding:1em;
	border-top: 3px solid #555;
	width:600px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
#sidebar{
	font-size:12px;
	float:left;
	font-family: "century gothic", Verdana;
	font-weight: lighter;
	width: 150px;
	margin-left: 150px;
	margin-top: 30px;
	border-top-color: #555;
	border-top-style: solid;
	padding-top: 15px;
	background-color: #E6E6E6;
	padding-bottom: 15px;
}
#header{
	padding:3em 1em;
	margin-left: 200px;
}
#container{
	width: 820px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer{
	color:#CCC;
	clear:both;
	background-color: #555;
	background-image: none;
	background-position: 0 0;
	width: 820px;
	height: 13px
	border-top-color: white;
	border-right-color: white;
	border-left-color: white;
	border-bottom-color: #555;
	font-family: "century gothic", Verdana;
	border-top-color: #555;
	border-style: solid;
}
/*************************************
 +Hn and p
 *************************************/
h1{
	font-family: "century gothic", Verdana;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#comment{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 16px;
	color: #555;
	width: 190px;
}
h2{
	font-family: "century gothic", Verdana;
	font-weight: lighter;
	font-size: 12px;
}
h4{
	color: #000;
	font-size: 14px;
	font-family: "century gothic", Verdana;
	font-weight:bold;
	background-color: #cc9;
	text-decoration: none;
	text-align: left;
	text-indent: 4px;
	letter-spacing: -1px;
	margin:0;
}
h5{
	color: #999;
	text-align: center;
	font-size: 14px;
}

#header h1{
	font-family: "century gothic", Verdana;
	font-size:3em;
	margin-right:1em;
}
#header h1 a{
	color:#b4c24b;
}
#header h1 a:hover{
	color:#b4c24b;
}
#body p{ color:#aaa; font-size:1.1em; }
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#b4c24b;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#footer h3{ color:#fff; font-size: 14px; font-weight: bold; }
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{ color:#579; font-size: 14px; text-decoration: none; }
a:hover{
	color:#690;
	border-color: white;
	padding-left: 5px;
}
