/*
Theme Name:		Teenius
Theme URI:		http://kolakube.com
Description:	Custom style for Teenius.com, by <a href="http://kolakube.com/">Alex Fraiser</a>.
Version:		1.0
Author:			Alex Fraiser
Author URI:		http://kolakube.com/
*/

body { 
	background: #efefef url(images/bg.gif) repeat-x; 
	color: #333; 
	font: 62.5% Trebuchet MS ,Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.clear { clear: both; }

* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

a { color: #82a55e; text-decoration: underline; }

	a:hover { color: #82a55e; text-decoration: none; }
	
	a img { border: none; }
	
blockquote { font-style: italic; font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }

/*---:[ headlines ]:---*/

h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #000; }

#masthead { margin-top: 15px}

#masthead h1 { 
	background: url(images/logo.png) no-repeat;
	clear: both;
	position: absolute;
	left: 0;
	top: -14px;
	height: 262px;
	width: 307px;
}

	#masthead h1 a {
		display: block; 
		height: 50px;
		outline: none;
		position: absolute;
		left: 125px;
		text-indent: -9999px;
		width: 175px;
	}

h2 { font-family: Trebuchet MS, Arial, sans-serif; font-size: 2.4em; }

	h2 a { color: #1e1e1e; text-decoration: none; }
	
		h2 a:hover { color: #8AC456; text-decoration: none; }
	
	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; }
	
	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }
	
	h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }
	
.posts h3 { border-bottom: 1px dashed #DDD; font: bold 1.4em Trebuchet MS; padding-bottom: 3px; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers { font-size: 1.4em; }

h4 { border-bottom: 1px dashed #DDD; color: #80B452; font: bold 1.2em Trebuchet MS; margin-bottom: 10px; padding-bottom: 3px; }
	
	h4.meta { font-size: 11px; border: 0; color: #AAA; text-transform: uppercase; }

	h4 a, h4 a:visited { color: #8AC456; text-decoration: none; }
	
		h4 a:hover { color: #8AC456; text-decoration: underline; }

/*---:[ core layout elements ]:---*/

#container { width: 980px; margin: 0 auto; position: relative; }
					
	#content_box { background: #FFF url(images/content_box_bg.gif) repeat-y 60.2em 0; border: 1px solid #91c260; border-bottom: 0; clear: both; overflow: hidden; width: 980px; text-align: left; }
	
		#content { background: #FFF url(images/content.gif) repeat-x; border-right: 1px solid #8c8b8b;float: left; padding: 20px; width: 599px; min-height: 730px;}
		
		#sidebar { float: left; width: 340px; }
		
	#footer { padding: 1.2em 0 0 0; float: left; clear: both; width: 980px; }

/*---:[ header styles ]:---*/

#masthead, #head { width: 980px; }

ul#nav { 
	clear: both;
	list-style-type: none;
	position: absolute; 
	right: 0; 
	top: 29px;
}

	ul#nav li {
		float: left; 
		font: normal 12px Trebuchet MS, Helvetica, Arial, sans-serif;
		padding: 0.85em 1px 0.7em 0; 
		text-transform: uppercase;
	}
	
		ul#nav li a { 
			background: #7bb04c; 
			color: #EEE;
			outline: none;
			padding: 8px 13px; 
			text-decoration: none; 
		}
	
		ul#nav li a:hover { color: #EEE; text-decoration: underline; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { background: #514e4e; color: #FFF; text-decoration: underline; padding-bottom: 11px;  }
		
		#head { width: 980px; height: 250px; position: relative; }
		
#feed { 
	background: url(images/rss_box.gif) no-repeat;
	bottom: 0;
	height: 135px;
	position: absolute;
	right: -2px;
	text-align: left;
	width: 479px;
}

	#feed #left { float: left; padding: 10px; width: 45%; }
	
	#feed p { color: #111; font-size: 13px; line-height: 19px; }
		
	#feed p.title { color: #FFF; font-size: 18px; }
	
	#feed p.title2 { font-size: 14px; font-weight: bold; margin-bottom: 6px; text-transform: uppercase; }
	
	#feed #right { float: right; padding: 10px; position: relative; width: 45%; }
	
	#feed #right form { padding: 4px 0 15px 0; }
	
	#feed #right input {
		border: 0;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		color: #d27128;
		font-style: italic;
		font-weight: bold;
		padding: 0.7em;
		width: 189px;
	}
	
		#feed #right input#subscribe {
			background: url(images/submit.png) no-repeat;
			height: 44px;
			position: absolute;
			right: 13px;
			top: 1px;
			width: 49px;
		}
	
	#feed a.subscribe { background: url(images/feed_box_rss.gif) no-repeat 0% 50%; color: #FFF; padding-left: 20px; text-decoration: none; }
	
	#feed a.twitter { background: url(images/feed_box_twitter.gif) no-repeat 0% 50%; color: #FFF; padding-left: 20px; text-decoration: none; }
	
	#feed a:hover { text-decoration: underline; }
	
	#featured {
		background: #514E4E url(images/featured.gif) repeat-x bottom;
		bottom: 1px;
		height: 169px;
		position: absolute;
		left: 180px;
		text-align: left;
		width: 280px;
	}
	
		#featured h3 { color: #FFF; font-size: 11px; font-weight: normal; margin: 0 0 5px 10px; }
		
		#featured ul { list-style: none; margin-left: 14px; }
		
		#featured li { padding-bottom: 8px; }
		
		#featured a {
			color: #EEE;
			font-size: 13px;
			margin-left: -4px;
			text-decoration: none;
		}
		
			#featured a:hover { background: #323030; }

/*---:[ content styles ]:---*/

.row { clear: both; }

.col {  width: 260px; float: left; padding-right: 39px; margin-bottom: 25px; padding-top: 25px; }

	.col h2 { font-size: 18px; }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption {
	background: #EEE;
	padding: 10px 5px 0 5px;
	text-align: center;
	border: 1px solid #BBB;
	font-style: italic;
	-moz-border-radius: 5px;
}

.wp-caption img { padding-bottom: 5px; }

.excerpt { float: right; padding: 0 0 10px 10px; }

.entry { font-size: 13px; line-height: 1.65em; }
		
	.entry blockquote { font-size: 1.0em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	
	.entry p { margin: 0 0 1.5em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0 0 0.5em 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
		
		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
		
		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
	
		.entry img.off { padding: 0 !important; border: none !important; }
		
		.entry img.stack { clear: none !important; }

.tagged { padding: 0.4em 0 0 0; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.6em; color: #888; clear: both; }

	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }
	
		.tagged a:hover { color: #fff; background: #333; text-decoration: none; }
	
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation { width: 100%; font-size: 1.4em; margin-top: 30px; float: left; }
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 3.5em 0 !important; }

/*---:[ sidebar styles ]:---*/

ul.sidebar_list { font-size: 13px; list-style: none; }
	
	ul.sidebar_list h2 { border-bottom: 1px dashed #C5C4C4; font: 600 18px Trebuchet MS; letter-spacing: -1px; padding-bottom: 3px; margin-bottom: 10px; }

	ul.sidebar_list li { background: #E8E8E8 url(images/sidebar_bg.gif) repeat-x; border-top: 1px solid #8c8b8b; padding: 15px; }
	
		ul.sidebar_list li:first-child { border: 0; }
	
	ul.sidebar_list li ul li { background: none; border: 0; list-style-position: inside; list-style-type: square; padding: 0 0 10px 0; }
	
	.ads { text-align: center; }
	
	#guest_post { 
		background: #8ac456 url(images/sb_guest_post.gif) repeat-x; 
		border-bottom: 1px solid #436c1e; 
		font-size: 13px; 
		overflow: hidden; 
	}
	
	#guest_post h3 {
		color: #111;
		font: bold 22px Trebuchet MS, Arial, sans-serif;
		padding: 10px 0 0 10px;
		text-transform: none;
	}
	
	#guest_post p { padding: 6px 10px; }
	
	#guest_post p.title { color: #FFF; font-size: 12px; padding-top: 0; text-transform: uppercase; }
	
	#guest_post span { float: right; padding: 7px 10px 10px 0; }
	
	#guest_post span a { 
		background: #436c1e;
		color: #FFF;
		font-weight: bold;
		-moz-border-radius: 5px; 
		padding: 4px 6px 4px 6px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-border-radius: 5px;
	}
	
		#guest_post span a:hover { background: #111; color: #FFF; }
	
/*---:[ categories styles ]:---*/

	#cats { 
		background: #94c65b url(images/categories.gif) repeat-x;
		border: 1px solid #335f06;
		border-bottom: 0;
		overflow: hidden;
		padding: 10px 0;
		text-align: left;
		width: 980px;
	}
		
		#cats h3 {
			color: #FFF;
			font: 600 24px Trebuchet MS;
			padding: 0 0 0px 15px;
			text-transform: none;
		}
	
		#cats ul {
			list-style-type: none;
			padding: 10px 0 7px 15px;
		}
	
		#cats li { 
			float: left; 
			font-size: 1.2em;
			line-height: 1.4em;
			margin: 0 2px 5px 0;
			width: 165px;
		}
		
			#cats li a { color: #010101; font-size: 15px; text-decoration: none; }
		
			#cats li a:hover { color: #010101;  text-decoration: underline; }


/*---:[ footer styles ]:---*/

#footer { 
	background: #514e4e url(images/footer.gif) repeat-x;
	border: 1px solid #111;
	border-top: 0;
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
	text-align: left;
	width: 980px;
}

	#footer h3 {
		color: #FFF;
		font: 600 20px Trebuchet MS;
		padding-bottom: 10px;
		text-transform: none;
	}
	
	#footer .box {
		color: #FFF;
		font-size: 13px;
		float: left;
		padding: 0 15px;
		width: 27%;
	}
	
	#footer .mascot {
		background: url(images/footer_mascot.png) no-repeat;
		height: 292px;
		position: absolute;
		right: -30px;
		top: -10px;
		width: 180px;
	}
	
	#footer .recent ul { list-style: none; }
	
	#footer .recent li { margin-bottom: 35px; }
	
	#footer p { color: #FFF; font-size: 13px; }
	
	#footer a { color: #4ecc5d; }
	
	#footer .recent .gravatar { float: left; margin: 0 7px 7px 0; }
	
	#footer .friends ul { color: #000; list-style-type: square; list-style-position: inside; }
	
		#footer .friends li { margin-bottom: 6px; }
	
	#footer .about p { padding-bottom: 20px; }


/*---:[ comment styles ]:---*/

#comments { width: 500px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }
		
		ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
			
		ul#comment_list li.trackback { width: 470px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.2em 0; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }
		
			.comment .entry { padding: 0 15px; }
			
				.comment .entry p { margin: 0 0 1.0em 0; }
			


/*---:[ comment form styles ]:---*/

#comment_form { width: 500px; padding: 1.0em 0 0 0; float: left; }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 321px !important; }
	
			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			


/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 221px; padding: 3px; color: #090; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 1.1em !important; }
	
		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
		
		
/*
	COMMENTS STUFF
*/

p.comment { float: right; }

.comments img {
	display: inline;
}

.says { display: none; }

cite.fn a.url { font-size: 1em; }

cite.fn { font-size: 1.7em !important; }

.comments h3 { font-size: 1.5em; margin-top: 20px;  }

p.comment a:hover,.comments a:hover { text-decoration: underline; }

.comments h3 a {
	color: #8AC456;
	text-decoration: none;
}

ul.children { border-top: 1px dashed #ddd; margin: 10px; }

.comments {
	overflow: hidden;
	background: #FFF url(../images/post.gif) top left repeat-x;
	clear: both;
}

	.comments a {
		color: #8AC456;
		text-decoration: none;
		font-size: 14px;
	}
	
	.comments p { 
		font-size: 14px;
		clear: both;
	}

.comments .title { 
	padding: 4px 0 3px 0;
	margin-top: 0;
	font-size: 2em;
	color: #111;
	text-decoration: none;
	letter-spacing: -1px;
}

.comments .box {
	float: left;
	width: 300px;
	display: inline;
	padding: 0 9px 0 0;
}

	.comments .box ul {
		list-style-position: inside;
		list-style-image: url(../images/p_li.gif);
	}

.comments .info {
	float: left;
}

.comments .author { padding: 14px 0 0 0; }

.comments .author a {
	font-size: 1em;
	font-weight: bold;
}

.comments .author {
	font-size: 1.5em;
}

.comments .meta {
	float: right;
	width: 350px;
}

.commentlist li, .separ {
	font-weight: bold;
	border-bottom: 1px dashed #ddd;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #DDD;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #FFF;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata a { 
	font-weight: normal; 
	font-size: 11px;
	text-transform: uppercase;
}
	
	#commentform input {
		width: 170px;
		padding: 7px;
		margin: 5px 5px 1px 0;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
	}

#commentform textarea {
	width: 95%;
	padding: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#content table { border: 1px solid #638f3b; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; font-family: Trebuchet MS; width: 100%; }

	table#note { color: #728f55; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; border: 1px solid #a3c286; border-top: 0; }

#content td { background: #f7f7f7; border-bottom: 1px solid #e4e1e1; padding: 6px; }

#content .title {
	background: #81b552 url(images/title.gif) bottom repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 7px;
	text-transform: uppercase;
}

.notes { background: #d7efc0; }

.ast { color: #000000; }