/*
THEME NAME: Fourthstar
THEME URI: http://www.thefourthstar.com
DESCRIPTION: Theme for Cara McKinley's portfolio
VERSION: 1.0
AUTHOR: Cara McKinley
AUTHOR URI: http://thefourthstar.com/
TAGS:
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/*********** GENERAL BROWSER RESET **************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}



/* -------------- GENERAL SITE STYLES ---------------- */


body{ /* IE6 */
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/blackbar.gif);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	}	

h1{
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	width:100%;
	border-bottom:5px solid #000;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
	}

.label{
	font-size:10px;
	color:#6D6F71;
	text-transform:uppercase;
	font-style:normal;
	}

h2{
	font-size:18px;
	font-style:italic;
	color:#000;
	margin-bottom:15px;
	}

h2.homeH2{
	font-size:16px;
	margin-bottom:15px;
	}

h1 a, h2 a{
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #CCCCCC;
	}

h1 a:hover, h2 a:hover{
	border-bottom:1px solid #000;
	text-decoration:none;
	}

h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#231F20;
	margin-bottom:10px;
	padding-bottom:0px;
	}

p, ul, ol{
	font-size:13px;
	line-height:21px;
	color:#6D6F71;
	margin-top:0px;
	margin-bottom:20px;
	}

a{
	color:#00AEC5;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

.clear{
	clear:both;
	margin:0px;
	line-height:0px;
	font-size:0px;
	}

#mainWrap1{ /* IE6 */
	width:963px;
	margin:0px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	background-image:url(images/rotating_star.gif);
	background-position:174px 20px;
	background-repeat:repeat-y;
	}

#container{
	width:708px;
	float:right;
	}


/* ------------------ LEFT COLUMN ----------------- */

#logo{
	width:234px;
	height:136px;
	overflow:hidden;
	}

#leftCol{
	width:234px;
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-480px;
	z-index:5;
	height:100%;
	}

#leftColContent{
	width:234px;
	background-image:url(images/rightcol_bg_slice.png);
	background-repeat:repeat-y;
	height:100%;
	padding-top:1px;
	}


#mainNav{
	margin-left:12px;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
	color:#231F20;
	list-style-type:none;
	padding:0px;
	margin-top:10px;
	width:187px;
	}

#mainNav li{
	display:block;
	width:187px;
	height:27px;
	margin:0px 0px 7px 0px;
	}

#mainNav li a{ /* IE7, IE6 */
	display:block;
	width:181px;
	height:21px;
	color:#231F20;
	text-decoration:none;
	margin-top:2px;
	margin-left:2px;
	padding:0px 0px 0px 0px;
	}

#navWork{
	border:2px solid #00B3BF;
	}

#navWork a{
	border:1px solid #00B3BF;
	}

#mainNav li#workCategories, #mainNav li#playCategories{
	height:auto;
	}

#mainNav li#workCategories ul, #mainNav li#playCategories ul{
	text-transform:none;
	letter-spacing:normal;
	font-size:11px;
	}

#mainNav li#workCategories ul li, #mainNav li#playCategories ul li{
	line-height:15px;
	margin:0px 0px 3px 0px;
	height:auto;
	}

#mainNav li#workCategories ul li a, #mainNav li#playCategories ul li a{
	display:inline;
	margin:0px;
	padding:0px;
	height:auto;
	}

#mainNav li#workCategories ul li a:hover, #mainNav li#playCategories ul li a:hover{
	text-decoration:underline;
	}

#mainNav li#workCategories ul li a{
	color:#00B3BF;
	}

#mainNav li#playCategories ul li a{
	color:#EE306C;
	}
	
#navPlay{
	border:2px solid #EE306C;
	}

#navPlay a{
	border:1px solid #EE306C;
	}

#navContact{
	border:2px solid #BAD533;
	}

#navContact a{
	border:1px solid #BAD533;
	}

#about{
	width:191px;
	margin:35px 0px 0px 12px;
	}

#about h3{
	width:187px;
	border-bottom:5px solid #BAD533;
	}

#about p{
	font-size:11px;
	line-height:17px;
	color:#6D6F71;
	}

.aboutLink{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#9FB33A;
	text-decoration:none;
	}

a.aboutLink:hover{
	text-decoration:underline;
	}


/* ----------------- CONTENT AREA ----------- */

#content{
	width:446px;
	float:left;
	overflow:hidden;
	}

#topBar{
	width:100%;
	height:23px;
	}

#topBar p{
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
	color:#E7E8E9;
	margin-top:0px;
	margin-bottom:0px;
	}

#welcomeFlash{
	margin:0px auto;
	width:300px;
	height:120px;
	overflow:hidden;
	}

.catBox{
	width:216px;
	height:232px;
	border:1px solid #BCBEC0;
	float:left;
	text-align:center;
	padding-top:15px;
	margin-top:30px;
	margin-left:0px;
	}

.catBox img{
	border:1px solid #BAD533;
	padding:2px;
	}

.catBox p{
	font-size:11px;
	color:#6D6F71;
	margin-top:10px;
	line-height:15px;
	}

.catBox p a{
	color:#00B3BF;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	}

.catBox p a:hover{
	text-decoration:underline;
	}

.entry{
	border-bottom:2px solid #000;
	margin-bottom:45px;
	padding-bottom:1px;
	}

table.metadata{
	margin-bottom:0px;
	width:445px;
	font-size:13px;
	line-height:21px;
	}

td.catlist{
	vertical-align:bottom;
	}

td.commentlink{
	vertical-align:bottom;
	text-align:right;
	}

p.postedIn{
	font-size:12px;
	margin-bottom:30px;
	}

.wp-caption img, .entry img{
	border:1px solid #CCCCCC;
	padding:3px;
	}

.wp-caption p{
	font-size:12px;
	border:1px solid #CCCCCC;
	margin-top:3px;
	}

.navigation{
	margin-bottom:40px;
	}

.navigation{
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	}

/* ----------------- FORM, COMMENT STYLES --------------- */

.wpcf7 p.textBox input{
	width:200px;
	padding:2px 5px;
	}

.wpcf7 textarea{
	width:420px;
	padding:5px;
	}

.wpcf7 p.contactSubmit, {
	display:block;
	width:85px;
	height:25px;
	border:2px solid #BAD533;
	padding:2px;
	}

.wpcf7 p.contactSubmit input{
	border:1px solid #BAD533;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	background-color:#fff;
	width:85px;
	height:25px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.wpcf7 p.contactSubmit input:hover, p.commentSubmit input:hover{
	cursor:pointer;
	}

p.commentSubmit{
	display:block;
	width:135px;
	height:25px;
	border:2px solid #BAD533;
	padding:2px;
	}

p.commentSubmit input{
	border:1px solid #BAD533;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	background-color:#fff;
	width:135px;
	height:25px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#respond{
	}

#respond input, #respond textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}
	
h3#comments{
	font-size:16px;
	font-style:italic;
	color:#000;
	margin-bottom:15px;
	text-transform:none;
	letter-spacing:0px;
	font-weight:normal;
	}

.comment-author cite{
	color:#000;
	margin-left:10px;
	}

.comment-meta a{
	color:#666666;
	font-size:11px;
	font-style:italic;
	}

.comment-meta{
	margin-bottom:15px;
	}

ol.commentlist{
	border-bottom:2px solid #000;
	margin-bottom:50px;
	}

ol.commentlist li{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	}

ol.commentlist li li{
	border-bottom:none;
	margin-left:25px;
	}

ol.commentlist li ul{
	list-style-type:none;
	}

.comment-body p{
	margin-bottom:0px;
	}

a.comment-reply-link{
	display:block;
	float:right;
	border:1px solid #EE306C;
	font-size:10px;
	color:#6D6F71;
	text-transform:uppercase;
	font-style:normal;
	height:15px;
	padding:0px 5px;
	line-height:14px;
	}

a.comment-reply-link:hover{
	text-decoration:none;
	}

div.reply{
	height:25px;
	}

/* --------------- RIGHT COLUMN ---------------- */

#rightColWrap1{
	width:241px;
	background-image:url(images/rightcol_shadow_top.png);
	background-repeat:no-repeat;
	padding-top:19px;
	float:left;
	margin-top:120px;
	margin-left:21px;
	}

#rightColWrap2{
	width:241px;
	background-image:url(images/rightcol_shadow_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:23px;
	}

#rightCol{
	width:195px;
	background-image:url(images/rightcol_shadow_sides.png);
	background-repeat:repeat-y;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:23px;
	padding-right:23px;
	}

#rightCol ul{
	list-style-type:none;
	}

li#twitter-tools h3{
	border-bottom:5px solid #EE306C;
	}

.aktt_tweets{
	margin-bottom:40px;
	}

.aktt_tweets li{
	display:block;
	width:179px;
	border:1px solid #EE306C;
	margin-bottom:10px;
	padding:3px 7px 5px 7px;
	font-size:11px;
	line-height:17px;
	color:#666666;
	}

.aktt_tweets li a{
	color:#EE306C;
	text-decoration:none;
	}

.aktt_tweets li a:hover{
	text-decoration:underline;
	}

.aktt_tweets li a.aktt_tweet_time{
	color:#666;
	display:block;
	clear:both;
	text-align:right;
	font-style:italic;
	}	

.aktt_tweets li.aktt_more_updates{
	border:none;
	text-align:right;
	}

.aktt_tweets li.aktt_more_updates a{
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	}

li.widget_links h3{
	border-bottom: 5px solid #00B3BF;
	}

li.widget_links li{
	font-size:11px;
	line-height:24px;
	}

li.widget_links li a{
	text-decoration:none;
	color:#00B3BF;
	}

li.widget_links li a:hover{
	text-decoration:underline;
	}


#footer{
	position:fixed;
	bottom:0px;
	height:16px;
	padding-top:4px;
	width:100%;
	background-color:#000;
	text-align:center;
	font-size:10px;
	color:#BCBEC0;
	z-index:6;
	}


/* ------------- GENERAL IMAGE STYLES ---------------- */
.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:55px;
	margin-top:30px;
}
.wp-caption img {
	margin: 0;
}

.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* ---------------- LIGHTBOX STYLES --------------------- */

#lightbox-infoContainer{
	background-color:#000;
	}

#lightbox-imageContainer img{
	border:none;
	}




