/*

Theme Name: Starfarer
Theme URI: http://www.stevepeak.com
Author URI: http://www.stevepeak.com
Description: Made for Alexander Mosolov... and Starfarer... 2 Columns, 1 Right Sidebar
Version: 1.3
Author: Steve Peak
Made with files from the wordpress themer kit
http://www.WPThemerKit.com

*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/
/* --- Utils / Overrides --- */

a:link { color:#1e88fe; }
a:visited { color:#1e88fe; }
a:hover { color:#31b9ff; }

.clear{	clear:both; }

.force_link{ color:#1e88fe; border:0; text-decoration:none; }
.force_link:hover{ color:#31b9ff; border:0; text-decoration:none; }
.force_link:visited{ color:#1e88fe; border:0; text-decoration:none; }
.force_link:active{ color:#1e88fe; border:0; text-decoration:none; outline: none; -moz-outline-style: none; }
.force_link:focus{ color:#1e88fe; border:0; text-decoration:none; outline: none; -moz-outline-style: none; }

.foot_contact_link{ font-size:12px; }

div#preload { display: none; }

img {padding:0; border:0;}

.alt { background-color:#222; }

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin: 0px;
	padding: 0px;
	color: #dddddd;
	background: url(images/bg_bottom_glow.jpg) no-repeat bottom center;
	background-color:black;
	
}

#wrap_back{
	background: url(images/bg_top_stars.jpg) repeat-x top center;
}

#wrapper {	
	width:896px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#header {
	background: url(images/panel_head.png) no-repeat;
	height: 90px;
	width: 896px;
	cursor:pointer;
}
#header_bottom {
	background: url(images/panel_top.png) no-repeat;
	height: 130px;
	width: 896px;
}

#main {		
	width: 896px;
}

#content_top{
	float:left;
	height:15px;
	width:896px;
	background: url(images/sub_head.png) no-repeat;
}
	#content_top.green{ background: url(images/sub_head_green.png) no-repeat; }
	#content_top.yellow{ background: url(images/sub_head_yellow.png) no-repeat; }
	#content_top.red{ background: url(images/sub_head_red.png) no-repeat; }
	#content_top.blue{ background: url(images/sub_head_blue.png) no-repeat; }

#content {
	margin-left:14px;
	width: 735px;
	float: left;
}

	#content_inner{
		background: url(images/content_cyan_mid.png) repeat-y;
		padding: 0px 20px 0px 20px;
		line-height: 1.3em;
	}

		#content_inner.green{ background: url(images/content_green_mid.png) repeat-y; }
		#content_inner.yellow{ background: url(images/content_yellow_mid.png) repeat-y; }
		#content_inner.red{ background: url(images/content_red_mid.png) repeat-y; }
		#content_inner.blue{ background: url(images/content_blue_mid.png) repeat-y; }


#content_bottom{
	height:24px;
	width:735px;
	background: url(images/content_cyan_bot.png) no-repeat;
}

	#content_bottom.green{ background: url(images/content_green_bot.png) no-repeat; }
	#content_bottom.yellow{ background: url(images/content_yellow_bot.png) no-repeat; }
	#content_bottom.red{ background: url(images/content_red_bot.png) no-repeat; }
	#content_bottom.blue{ background: url(images/content_blue_bot.png) no-repeat; }


#sidebar_outer {
	background: url(images/panel_side_top-b.png) no-repeat;
	width: 144px;
	margin-right:1px;
	float: right;
	min-height:200px;
}

	#sidebar{
		background: url(images/panel_side_mid.png) repeat-y;
		padding-left:13px;
		padding-right:13px;
		min-height:150px;
	}
	
	#sidebar_bottom{
		background: url(images/panel_side_bot.png) no-repeat;
		width: 144px;
		height: 72px;
	}

#footer {
	height: 160px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

.fancy_input{}
	.fancy_input.text{ border:1px solid #1e88fe; background-color:#2c4158; color:#31b9ff; padding:2px;}
	.fancy_input.button{ border:1px solid #1e88fe; background-color:#377ac4; color:white; padding:2px; margin-top:5px; margin-bottom:5px; font-weight:bold;}
			.fancy_input.button:hover{ background-color:#33567c; }


/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	background: url(images/panel_nav.png) no-repeat;
	padding: 0;
	white-space: nowrap;
	margin: 0px 0 0 5px;
	width: 896px;
	height:62px;
}

#menu_inner{
	padding-top:9px;
	padding-left:115px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar{
	list-style-type: none;
}


#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;

}
#sidebar ul ul {
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;

}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 15px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #ffffff;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding:10px;
	border:1px solid #444;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}

.comment-info{ border-top:1px solid #444; }

.comment-text{ padding-bottom:10px; border-bottom:1px solid $ccc; }

/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/


/* ------- Buttons, etc... -------- */

#fractal_logo{
	background: url(images/fractalsoftworks.gif) no-repeat top center;
	text-align:center;
	height:100px;
	width:100px;
	margin-right:20px;
	float:right;
}

.preorder_button{
	width:178px;
	height:62px;
	background: url(images/preorder_now0.png) no-repeat;
	border:0;
}
.preorder_button:hover{ background: url(images/preorder_now1.png) no-repeat; }

.linux_button{
	width:160px;
	height:60px;
	background: url(images/download_linux0.png) no-repeat;
	border:0;
}
.linux_button:hover{ background: url(images/download_linux1.png) no-repeat; }
.mac_button{
	width:160px;
	height:60px;
	background: url(images/download_mac0.png) no-repeat;
	border:0;
}
.mac_button:hover{ background: url(images/download_mac1.png) no-repeat; }
.windows_button{
	width:160px;
	height:60px;
	background: url(images/download_windows0.png) no-repeat;
	border:0;
}
.windows_button:hover{ background: url(images/download_windows1.png) no-repeat; }

	
/* ---------- Main fancy buttons! -------------*/

.page_item{
	width:100px;
	height:28px;
	float:left;
	border:0;
}
	.page_item.forum{ background: url(images/button_forum0.png) no-repeat; }
	.page_item.forum:hover{ background: url(images/button_forum1.png) no-repeat; }
	.page_item.forum.current{ background: url(images/button_forum1.png) no-repeat; }
	
	.page_item.blog{ background: url(images/button_blog0.png) no-repeat; }
	.page_item.blog:hover{ background: url(images/button_blog1.png) no-repeat; }
	.page_item.blog.current{ background: url(images/button_blog1.png) no-repeat; }
	
	.page_item.media{ background: url(images/button_media0.png) no-repeat; }
	.page_item.media:hover{ background: url(images/button_media1.png) no-repeat; }
	.page_item.media.current{ background: url(images/button_media1.png) no-repeat; }
	
	.page_item.faq{ background: url(images/button_faq0.png) no-repeat; }
	.page_item.faq:hover{ background: url(images/button_faq1.png) no-repeat; }
	.page_item.faq.current{ background: url(images/button_faq1.png) no-repeat; }
	
	.page_item.features{ background: url(images/button_features0.png) no-repeat; }
	.page_item.features:hover{ background: url(images/button_features1.png) no-repeat; }
	.page_item.features.current{ background: url(images/button_features1.png) no-repeat; }

	.page_item.preorder{ background: url(images/button_preorder0.png) no-repeat; }
	.page_item.preorder:hover{ background: url(images/button_preorder1.png) no-repeat; }
	.page_item.preorder.current{ background: url(images/button_preorder1.png) no-repeat; }
	
/* -------------------------------- Social stuff ----------------------------*/

.button_box{
	width:55px;
	height:55px;
	float:left;
	margin-bottom:20px;
}

.rss_button{ 
	width:50px;
	height:50px;
	border:0px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(images/social/feedicon_blue.png);
	cursor:pointer;
}
	
.twitter_button{
	width:50px;
	height:50px;
	border:0px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(images/social/twittericon_blue.png);
	cursor:pointer;
}

.share_buttons{ margin-top:10px; margin-bottom:10px; text-align:center; }
	.share_buttons a{ margin-right:10px; margin-left:10px; }

.share_button{ width:26px; height:26px; border:0px; background-color:transparent; cursor:pointer;}
	.share_button.digg{ background: url(images/social/digg_26.png) no-repeat; }
	.share_button.delicious{ background: url(images/social/delicious_26.png) no-repeat; }
	.share_button.facebook{ background: url(images/social/facebook_26.png) no-repeat; }
	.share_button.reddit{ background: url(images/social/reddit_26.png) no-repeat; }
	.share_button.stumbleupon{ background: url(images/social/stumbleupon_26.png) no-repeat; }
	.share_button.technorati{ background: url(images/social/technorati_26.png) no-repeat; }
	.share_button.twitter{ background: url(images/social/twitter_26.png) no-repeat; }


		/* --- social button hover states, Note: these must all be added to the preloader as well. --- */

		.share_button.digg:hover{ background: url(images/social/digg_26_over.png) no-repeat; }
		.share_button.delicious:hover{ background: url(images/social/delicious_26_over.png) no-repeat; }
		.share_button.facebook:hover{ background: url(images/social/facebook_26_over.png) no-repeat; }
		.share_button.reddit:hover{ background: url(images/social/reddit_26_over.png) no-repeat; }
		.share_button.stumbleupon:hover{ background: url(images/social/stumbleupon_26_over.png) no-repeat; }
		.share_button.technorati:hover{ background: url(images/social/technorati_26_over.png) no-repeat; }
		.share_button.twitter:hover{ background: url(images/social/twitter_26_over.png) no-repeat; }