/*
Theme Name: Interstellar
Theme URI: http://www.moonkatcreations.com/
Description: My latest and greatest, half website, half blog
Author: Hollie Phillips
Author URI: http://www.moonkatcreations.com/
Tags: blue, spacy, mysterious, functional
*/

* {
	margin:0;
	padding:0;
}
body {
	background: #333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 80%;
}
#bg {
	background: #FFF url(images/body_bg.png) repeat-x center 0;
	text-align:center;
	float: left;
	width: 100%;
}
#wrapper {
	background: url(images/swirls.jpg) no-repeat;
	width: 860px;
	text-align:left;
	margin:0 auto;
}
#content {
	min-height: 478px;
	_height:478px;
}

#main_nav {
background:url("images/navigation_bg.png") no-repeat scroll center top transparent;
height:30px;
width:860px;
}

#main_nav ul, #attention_tabs ul {
	height:30px;
	text-align:center;
	list-style-type: none;
	font-size:12px;
}

#main_nav ul {
padding-left:230px;
}

#main_nav ul li {
	width: 100px;
	float:left;
	height: 30px;
}

#main_nav a, #attention_tabs a {
display: block;
padding: 6px 0 0;
color:#FFF;
text-decoration:none;
height: 24px;
}

#main_content {
	width:645px;
	float:right;
	min-height:448px;
	_height: 448px;
	background: #FFFFFF;
        line-height: 18px;
}

.subpage #main_content {
	padding-bottom: 50px;
        padding-top:30px;
}

#secondary_content {
	width: 215px;
	height:478px;
	float:right;
	position:relative;
	top:-30px;
	background: url(images/sidenav_bg.png) no-repeat center 254px;
}

.subpage #secondary_content {
	float:none;
}

.feature {
width: 215px;
float:left;
height: 224px;
background:url(images/feature_bg.png) no-repeat;
}
#welcome_message {
height: 224px;
background:url(images/banner_bg.png) no-repeat;
}

#attention_tab_panes {
height:224px;
float:left;
clear:left;
}

#attention_tabs {
display: block;
width:215px;
float:left;
background:url(images/attention_tabs_bg.jpg) no-repeat left 30px;;
}

#attention_tabs li {
width:70px;
float:left;
}

#attention_tabs p {
margin: 15px;
}

.sidebar_item h3 {
display:block;
float:left;
width:204px;
color:#FFF;
font-weight:normal;
height: 20px;
background: #172E53;
padding:7px 0 3px 10px;
font-size: 14px;
border-left: 1px solid #FFF;
}

#footer {
background:url("images/footer_bg.png") no-repeat scroll 0 0 transparent;
clear:left;
height:212px;
margin:0 auto;
width:860px;
text-align:left;
}

.sidebar_item li {
min-height: 30px;
_height: 30px;
border-bottom: 1px solid #eee;
list-style:none;
}

.sidebar_item ul {
width: 100%;
_width: 99%;
float:left;
}

.sidebar_item ul li a, .footer_item ul li a {
display:block;
padding: 10px 10px 9px 10px;
font-size: 11px;
color:#000;
text-decoration:none;
border-left: 1px solid #FFF;
}

.sidebar_item ul li a:hover {
background:#3468BD;
color: white;
}

.footer_item ul li a {
color: #666;
border-left: none;
}

.footer_item ul li a:hover {
background:#172E53;
color: white;
}

h2 {
font-weight: normal;
font-size: 16px;
}

h2:before {
   content: "// ";
}

.feature h2 {
padding: 15px;
}

.feature p {
margin: 0 12px 15px;
}

.footer_item {
height:212px;
width:215px;
float:left;
color: #666;
}

.footer_item div {
padding: 0 10px 10px 10px;
}

.footer_item div a {
color: #666666;
}

.footer_item div a:hover {
color: #FFFFFF;
background: #172E53;
}

.footer_item ul li {
list-style:none;
}

.footer_item ul li a {
padding: 7px 0 7px 14px;
}

.footer_item h2 {
margin: 15px 0 5px 15px;
color:#666;
}

.footer_item select{
margin: 5px 15px;
}

#main_nav a:hover {
	background: url(images/active_pointer.png) no-repeat center 24px;
}

#main_nav a.active {
	background: url(images/active_pointer.png) no-repeat center 24px;
}

#attention_tabs_panes p {
margin: 10px;
}
#welcome_message p{
padding: 10px;
}

/*----------Tabs styles----------*/

/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:18px;
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */

ul.tabs a:hover {
	background-color: #172E53;
	color:#ffffff;
}
	
/* selected tab */
ul.tabs a.current {
	color:#069;	
	cursor:default;
}

ul.tabs a.current.tab_1 {
	background: url(images/tab_1.png) no-repeat center bottom;
}

ul.tabs a.current.tab_2 {
	background: url(images/tab_2.png) no-repeat center bottom;
}

ul.tabs a.current.tab_3 {
	background: url(images/tab_3.png) no-repeat center bottom;
}

/* tab pane */
div.css-panes div {
	display:none;
	/*background: url(images/search_panel_top.jpg) no-repeat 0 -1px;*/
}
div.css-panes {
	width: 352px;
	margin-top: 5px;
	height: 150px;
}

.subpage #main_content p {
	padding:15px;
}
#footer_wrapper {
background: #333 url(images/footer_repeat_bg.png) repeat-x 0 0;
text-align:center;
width:100%;
float: left;
position: relative;
top: -30px;
}

a {
color: #3468BD;
}

a:hover {
color: #CA2D41;
}

.post h2 {
float:left;
font-size:20px;
margin:0px 15px 10px;
width:80%;
}

.alignleft {
width: auto;
float: left;
}

.alignright {
width: auto;
float: right;
}

.post_title {
margin: 0 15px;
font-size:20px;
font-weight:normal;
}

.section_title {
background:none repeat scroll 0 0 #3468BD;
margin:15px;
padding:10px 10px 5px;
}

.section_title h2 {
color:white;
font-size:24px;
}
/* Accordion Menu */
a.toggleLink {
	display: block;
	padding: 5px;
	background: #936;
	color: white;
	border-bottom:1px dotted #CC99CC;
        text-decoration: none;
	}
ul#accordian_menu {
	margin: 0 0 0 20px;
	padding: 0;
	width: 150px;
}
ul#accordian_menu li {
	list-style-type: none;
}
ul#accordian_menu li ul {
	padding-left: 0;
	background: #FFDAEE;
        padding-right: 0;
}
ul#accordian_menu li ul li {
}
ul#accordian_menu li ul li a:hover {
	background: white;
}
ul#accordian_menu li ul li a {
	color: #936;
	display: block;
	border-bottom: 1px dotted #C9C;
	padding: 5px;
       text-decoration: none;
}

#main_content h3 {
margin: 0 15px;
clear:left;
}

.subpage #main_content .post_info p {
background:none repeat scroll 0 0 #D6E1F2;
border-color:#172E53;
border-style:solid;
border-width:1px 0;
clear:left;
font-size:10px;
margin:0 15px 15px;
padding:5px;
}

pre, code {
padding: 10px;
background: #eeeeee;
border:1px solid #cccccc;
display:block;
}

.category_page_header {
padding: 0 15px 15px;
}

.date {
margin-left: 15px;
}

.commentlist {
margin: 15px;
list-style: none;
}

.portfolio .post {
background:none repeat scroll 0 0 #F7F7F7;
border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
border-left:1px solid #EEEEEE;
border-style:solid;
border-width:1px;
float:left;
margin:15px 15px 0;
padding:15px 0;
width:95.5%;
}

a.portfolio img {
border:1px solid #CCCCCC;
margin-right:15px;
}

/*Portfolio */
#largeImage {
	position: absolute;
	}
a.portfolio img {
	float: left;
	clear: left;
border:1px solid #E0CCE4;
}
.portfolio_description {
display: block;
padding: 10px;
float: left;
/*background: #A3BBE0;*/
background: #ABBFE2;
width: 270px;
}
