/*
Theme Name: Studios
Description: Studios is based on The Grace Photoblog theme by <a href="http://7879designs.co.uk/" title="UK WordPress Specialists">7879 Designs</a>.
Version: 2
Author: ali-si-a
Author URI: http://www.firstcenturystudios.com
Tags: brown, black, photoblogging, fixed-width, two-columns, threaded-comments, sticky-post

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php



Eric Meyers Reloaded CSS Reset

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	color: #303030;
	background: white;
	font-family: georgia, times new roman, serif;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}
	
/* Font Controls */	

h1, h2, h3 {
	font-style: italic;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2e1007;
	font-weight: normal;
color:#a28b52;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h2.meta {
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 0px;
}

h3.single {
	padding-top: 8px;
}

p {
	font-size:13px;
	margin-bottom: 12px;
}

ul, ol {
	font-size:13px;
}

li.widget {
	margin-bottom: 12px;
}

.textwidget {
font-size:13px;
}

.page_item {
	margin-bottom: 2px;
}

.page_item .page_item {
	margin-left: 10px;
}

a {
	color: #2e1007;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p.postnavigation a, p.postnavigation a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.hidden {
	display: none;
}
	
/*

Structure Controls

*/

body {
	background: #2e1007 url(images/bg_black.gif) no-repeat fixed bottom center;
	text-align: center;
}

#header {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	height:120px;
	margin-top:20px;
}

#logo {
	float: left;
	margin:0 0 0 69px;
_margin:0 0 0 50px;
	width: 89px;
	height: 111px;
	background: transparent;
}

#pagenav {
	float: left;
text-align:right;
width:855px;
	font-style: italic;
	margin:90px 0 50px 0;
	padding-bottom: 8px;
_float:right;
_margin:0px 20px 0px 0;
}

#pagenav a{
text-decoration:none;
font-size:17px;
color:#f0efdf;
}

#pagenav a:hover {
color:#a28b52;
}

#pagenav ul li{
list-style-type:none;
display:inline;
padding:15px;
}

#page {
	background: #F0EFDF;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
}

#content, #footer {
	margin: 0 50px 20px 50px;
	padding-top: 20px;
	background: transparent;
*margin-top:20px;
}

#feature.singlepic, #pagecontent {
	margin-bottom: 50px;
}

#feature.singlepic img {
	text-align: right;
}

#columnleft {
	float: left;
	width: 250px;
}

#columnright {
	float: left;
	margin-left: 50px;
	width: 600px;
}

#columnright ol {
	list-style: decimal;
	margin-left:20px;
	}

#columnright ul {
	list-style: disc;
	margin-left:20px;
}

#columnright li {
	line-height:16px;
	padding-bottom:10px;
}

#commentsform {
	margin-top: 50px;
}

#footer {
	border-top: 1px solid #333;
	padding: 20px 0;
	text-align: right;
background:url(images/fcs-symbol.png) no-repeat;
}
#footer p, #footer a {
font-size:x-small;
}

/* Image Cycle Styles*/
 
.pics { 
float:left;
	height: 400px; 
	width: 900px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
	margin-bottom: 50px;
	}
	
.pics img { 
	top:0; 
	left:0;
	border:0;
	padding:0; 
	vertical-align: middle;
	}
	
/* General Image Controls */	

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}	
	

/* Lists */

ul#latestworkgallery {
	margin: 0;
}	
	
ul#latestworkgallery li {
	width: 280px;
	margin: 0px 40px 20px 0;
	float: left;
list-style:none;
}

ul#latestworkgallery li.alt {
	margin-right: 0px
}

ul#latestworkgallery li span {
	display: block;
	padding: 6px 2px;
	background: #ddd;
	text-indent: 30px;
	font-weight: bold;
	font-size: small;
	}
	
	
/* Button Styles */	

p.morebutton {
	width: 99px;
	height: 30px;
}

.morebutton a {
	background: transparent url(images/see-more-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
	display: block;
}

.morebutton a:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

.previouspostbutton, .nextpostbutton {
	float: left;
	display: block;
}

.previouspostbutton {
 	margin-right: 10px;
 }

.previouspostbutton a, a .previouspostbutton  {
	background: transparent url(images/previous-post-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
	display: block;
}

.previouspostbutton a:hover, a:hover .previouspostbutton {
	background-position: 0 -30px;
	cursor: pointer;
}

.nextpostbutton a, a .nextpostbutton {
	background: transparent url(images/next-post-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
	display: block;
}

.nextpostbutton a:hover, a:hover .nextpostbutton {
	background-position: 0 -30px;
	cursor: pointer;
}
	
/* Comments Form */	

#respond {
	margin-top: 30px;
}

#commentform #submit {
	background: transparent url(images/submit-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
}

#commentform #submit:hover {
	background: transparent url(images/submit-button.png) 0 -30px no-repeat;
	cursor: pointer;
}

/* Comments */

ol.commentlist { 
	list-style:none; 
	margin:0 0; 
	padding:0; 
	text-indent:0; 
	}

ol.commentlist li.comment { 
list-style:none; 
	border-bottom:1px solid #9e9690; 
	padding:1em; 
	}

ol.commentlist li div.comment-author {}

ol.commentlist li div.vcard { font-weight: normal; }

ol.commentlist li div.vcard cite.fn { 
	font-style:normal;
	}

ol.commentlist li div.vcard cite.fn a.url {}

ol.commentlist li div.vcard img.avatar { 
	border:1px solid #333; 
	float:right; 
	margin:0; 
	}

ol.commentlist li div.vcard span.says {
	margin-bottom: 12px;
	}

ol.commentlist li div.commentmetadata {
	margin-bottom: 20px;
	}

ol.commentlist li div.comment-meta { 
	font-size:10px; 
	}

ol.commentlist li div.comment-meta a { 
	color:#9e9690; 
	}

ol.commentlist li p { 
	font-size:11px; 
	margin:0; 
	}

ol.commentlist li ul { 
	font-size:1em; 
	list-style:square; 
	margin:0; 
	}

ol.commentlist li div.reply { 
	margin-top: 20px;
	color: transparent; 
	}

ol.commentlist li div.reply a { 
	background: transparent url(images/reply-button.png) 0 0 no-repeat;
	width: 83px;
	height: 25px;
	border: 0;
	display: block;
	color: transparent;
	}
	
ol.commentlist li div.reply a:hover { 
	background-position: 0 -25px;
	}	

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0; 
	text-indent:0; 
	}

ol.commentlist li ul.children li.depth-2 { 
	border-left:3px solid #333; 
	margin:0; 
	}

ol.commentlist li ul.children li.depth-3 { 
	border-left:3px solid #9e9690; 
	margin:.25em 0 .25em .25em; 
	}

ol.commentlist li ul.children li.depth-4 { 
	border-left:3px solid #bbb; 
	margin:.25em 0 .25em .25em; 
	}

ol.commentlist li.even { 
	background:#fff; 
	}

ol.commentlist li.odd { 
	background:#f6f6f6; 
	}

ol.commentlist li.parent { 
	border-left:3px solid #111; 
	}

ol.commentlist li.pingback { 
	border-bottom:1px dotted #666; 
	padding:5px; 
	}
	
/* Search Contorls*/	

#searchform #s {
	float: left;
	border: 1px solid #444;
	padding: 4px 2px;
	font-size: small;
	width: 140px;
	margin-right: 10px;
}

#searchsubmit {
	float: left;
	background: transparent url(images/search-button.png) 0 0 no-repeat;
	width: 83px;
	height: 25px;
	border: 0;
	display: block;
	color: transparent;	
	}
	
#searchsubmit:hover {
	background-position: 0 -25px;
	cursor: pointer;
}	

/* General Controls*/

.clearall {
	clear: both;
}

.wp-caption {
	display: none;
	}

/**Sign up Forms**/

#mc_embed_signup {
width:400px;
text-align:left;
}

#mc_embed_signup fieldset {
border:0;
}

table {
margin:20px 0 0 65px;
width:500px
}

.mc-field-group input {
margin: 0 0 5px 0;
background:#d3d2af;
       border:0;
       padding:2px;
       background: #d3d2af url(images/input.gif) no-repeat top center;
       width:166px;
       height:16px;
}

.mc-address-group input {
margin: 0 0 5px 0;
background:#d3d2af;
       border:0;
       padding:2px;
       background: #d3d2af url(images/input.gif) no-repeat top center;
       width:166px;
       height:16px;
}

ul.addressfield li {
padding:10px;
}

#mc_embed_signup .input-group input {
margin: 5px;
width:10px;
}

#mc_embed_signup .indicate-required {
color:#790000;
text-align:right;
}

#mc_embed_signup .note-required {
color:#790000;
}

#mc_embed_signup ul{
margin:15px;
}

#mc_embed_signup ul li{
list-style-type:none;
margin:-20px;
}

#mc_embed_signup .mc-field-group label{
font-style:italic;
}

.mce_inline_error {
color:#790000;
font-weight:bold;
}

.response {
color:#790000;
font-weight:bold;
}

.mc-submit {
text-align:center;
}

#mc_embed_signup .btn {
	background: transparent url(images/submit-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
margin:10px 0 0 85px;
}

#mc_embed_signup .btn:hover {
	background: transparent url(images/submit-button.png) 0 -30px no-repeat;
	cursor: pointer;
}


/** Contact Us form */

#tcform {
width:400px;
}

#tcform input {
float:left;
clear:both;       
background:#d3d2af;
       border:0;
       padding:2px;
       background: #d3d2af url(images/input.gif) no-repeat top center;
       width:166px;
       height:16px;
}

#tcform label {
clear: both;
float:left;
font-style:italic;
}

#tcform textarea {
border:0;
       width:380px;
       height:180px;
       overflow:hidden;
       background: #d3d2af url(images/textarea.gif) no-repeat top center;
       padding:10px;
}

.contactform #contactsubmit{
	background: transparent url(images/submit-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
margin:10px 0;
}

.contactform #contactsubmit:hover {
	background: transparent url(images/submit-button.png) 0 -30px no-repeat;
	cursor: pointer;
}

/* Imagekind Rss */
ul.imagekind {
width:100%;
}

ul.imagekind li{
list-style-type:none;
width:92px;
height:250px;
margin:4px 25px 4px -19px;
padding:10px;
float:left;
background-color:#fff;
border: 1px solid #2e1007;
}

ul.imagekind p {
text-align:center;
margin-left:-4px;
}

/*twitter*/

.aktt_tweets ul li{
margin-bottom:10px;}

.aktt_tweet_time  {
padding-left:10px;}