/*  
Theme Name: Frontpage-Space to Party
Theme URI: http://www.belifted.com/
Description: Main layout for spacetoparty.com
Author: George
Author URI: http://www.belifted.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Verdana, Sans-Serif;
	background: #000;
	color: #666666;
	padding: 13px 0 25px 0;
	border-top:0px solid #ffffff;
	}

p {	
	margin: 15px 0;
}

a:link, a:visited {
	color: #ad0000;
	text-decoration:none
	}

a:hover, a:active {
	color:#ad0000;

	}

a img {
	border:0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
select {
	width: 130px;
	}	




/* Structure */

#container{
	width:980px;
	margin:0 auto;
	background: #fff;
	color: #666666;
	padding: 20px 0 20px 0;
	}
		
#page {
	width:960px;
	margin:0 auto;
	font-size:1em;
	background: #fff;
	color: #666666;

	}

#branding {
	width:500px;
	}

#masthead {
	margin-top:5px;

	padding-top:15px;
	}

.left {
	float:left;
	}

.right {

	float:right;
	text-align:center;
	width:340px;
	}

.widecolumn {
	width: 616px;
	float:left
	}

#sidebar {
	width: 310px;
	float:right
	}
		




/*	Begin Headers */

h1 {
	font-size:80px;
	color:#000000;
	margin-top:-20px;
	padding-top;0px;

	}

h1 a:link, h1 a:hover, h1 a:visited{

	color:#000000;
	}
	
h2 {
	font-size: 1.6em;
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
	margin: 20px 0;
	}

h3 {
	font-size: 1.2em;
	background:#f0f0f0;
	text-transform:uppercase;
	padding:8px;
	}

h3.comments {
	margin: 40px auto 20px ;
	}




/* Home Content */

.description {
	font-size: 1.1em;
	font-weight: bold; 
	font-style:italic;
	color:#a4a4a4;
	}

#leadpic {
	width:496px;
	height:238px;
	margin-top:0;
}

#features {
	width:460px;
	}

#features .clearfloat {
	margin-bottom:20px;
	}
	
#features img {
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	}

.bottomadleft img {
	float:left;
	margin-top:20px;
	margin-left:0px;
	}

.bottomad img {
	float:right;
	margin-top:20px;
	margin-left:30px;
	}

.bullets {
	padding: 5px 15px 15px 35px;
	list-style:square
	}

.bullets li {
	padding:2px 0;
	}
	
.bullets_author li {
	display: inline;
	}

.subcat {
	font-weight:bold;

	}

.subcat p {
	font-weight:normal;
	margin:0;
	}
	
h2 span {
	font-size:0.8em;
	}



/* Interior Content */
							
small {
	font-size: 0.9em;
	}

.post hr {
	display: block;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

#author {
	background:#f0f0f0;
	margin:15px 0;
	padding:15px;
	}

#author img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#author span {
	display:block;
	font-size:0.85em;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#author p {
	margin:0;
	width:490px;
	}	
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}




/* Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}


#searchform input {
border: 1px solid #bbb;
outline: none;
padding: 4px;
width: 280px;
}



#searchsubmit, #s {
	background:#ffffff;
	border: 1px solid #ffffff; 

	}

.entry form {
	text-align:center;
	}

#commentform input {
	color:#333;
	background:#f0f0f0;
	border: 1px solid #666; 
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	color:#333;
	background:#f0f0f0;
	border: 1px solid #666; 
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	color:#333;
	background:#f0f0f0;
	border: 1px solid #666; 
	color: #ccc;
	float: right;
	}



/* Comments*/


.alt {
	background: #ffffff;
	border-top: 1px solid #ccc;
	padding: 10px;
	}

.commentlist {
	text-align: justify;
	}

.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;
	}

.commentmetadata {
	display: block;
	}



/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	




/*Scott*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B2E05D;
	font-weight: bold;
	background-color: #B2E05D;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

.loginbar {font-size:11px; font-weight:bold; color:#333333;padding-top:2px;}
.loginbar a {color:#333333;}
.loginbar input {height:12px; font-size:10px; color:#333333;}
.loginbar label {font-size:10px; color:#333333;}
.loginbar input.button {padding:0px; margin:0px; height:16px; width:16px; border:none; background-color: transparent; background-image: url(http://spacetoparty.com/wp-content/themes/frontpage/images/login_btn.gif);}

/* tabs */

.tab_container { width: 950px; height:190px; margin: 0px; padding: 0px; border: 5px solid #CCCCCC; }
.tab_container_in { height:170px; margin: 0px; padding: 10px; border-left: 1px solid #CCCCCC; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.tab_menu_container { padding: 0px 0px 0px 0px; height: 32px; background-color: #cccccc;}
#tab_menu li {margin: 0px; padding: 7px 5px 2px 0px; background-color: #cccccc; font-size: 18px; line-height: normal; float: left; list-style: none; cursor: pointer; border-bottom: none;}
#tab_menu .first {padding: 7px 5px 2px 6px; }
#tab_menu li a, #tab_menu li a:visited {margin: 0px; padding: 3px 6px 3px 6px; background-color: #cccccc; color: #AD0000; text-decoration: none; display: block;font-weight:bold;}
#tab_menu li a:hover, #tab_menu li a.current {background-color: #FFFFFF; color: #AD0000; text-decoration: none;font-weight:bold; }
.tab_content_list { display: none;	 }
#tab_content_tags a, #tab_content_tags a:visited {color: #000; text-decoration: none; }
#tab_content_tags a:hover {color: #000000; text-decoration: none;}
.tab_container ul {list-style: none;}

/* slick box*/
.slickheading { margin-top:0px;
		background-color: #ffffff; 
		font-weight: bold; 
		font-size:2em; padding: 5 px; 
		text-align:center;
		line-height:50px;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		width:960px;
		}

/* top buttons */
.email_btn{ background-image: url(http://spacetoparty.com/wp-content/themes/frontpage/images/email.gif);}

/* tab buttons */
li.tab_list {display:inline;}
#tab_button { font-size:1.5em; text-align:center; float:left; padding:40px 10px 0px 10px; margin:10px; width: 140px; height: 110px; background-color:#cccccc;}

/* comments popular posts  & stuff  on Footer*/

#front-popular {
	font-size:0.7em;
	color:#333;
	width: 940px;
	background-color:#ffffff ;
	margin: 0 auto;
	padding:20px 10px 0px 10px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #ccc;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #ccc;
	}


#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #ccc;
	padding:5px;
	display:block;
	}


#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #666;
	}

/* comments popular posts  & stuff  on Footer end here */

/* Footer*/

#footer {
	margin: 0 auto;
	text-align:center;
	width: 960px;
	background-color: #ffffff;
	border-top: 1px solid #ccc;
	margin-top:20px;
	font-size:0.8em;
	padding-top:15px;
	}
