/*
Theme Name: Spaceflux
Theme URI: http://www.makeyouhip.com/themes/
Description: Spaceflux is a dynamic Wordpress theme designed by Hip Web Design.
Version: 1.1
Author: Hip Web Design
Author URI: http://www.makeyouhip.com/
*/

/*################################################
GLOBAL
################################################*/

html {
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #0d0d0d;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

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

.thumb object, .thumb embed {
	padding: 0;
	margin: 0;
	width: 315px;
	height: 215px;
}

.clear {
	clear: both;
}

/*################################################
HEADER
################################################*/

#header {
	position: relative;
	width: 1050px;
	background: #0d0d0d;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
}

#header-content {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	display: inline-block;
}

#logo img {
	width: auto;
	max-height: 150px;
}

#tagline {
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
	font-weight: 100;
	height: 55px;
	vertical-align: middle;
	padding-left: 25px;
	font-size: 14pt;
}

#search {
	position: absolute;
	top: -1px;
	right: 0;
}

/*################################################
NAV
################################################*/

#nav {
	width: 1050px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #0d0d0d url('images/nav-bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}

#nav ul ul {
	display: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 39px;
	width: auto;
	background: #0e0e0e;
	border-top: 1px #000000 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 10px;
	z-index: 999;
}

#nav ul li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: inline-block;
	padding: 12px 20px;
	font-size: 10pt;
	font-weight: lighter;
}

#nav li a span {
	background: url('images/children-arrow.png') no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 0 0 10px;
}

#nav li a span.drop {
	background: url('images/children-arrow-down.png') no-repeat;
	width: 10px;
	height: 10px;
}

#nav li.active {
	background: #0e0e0e;
}

#nav ul li li a {
	background: #0e0e0e;
	display: block;
	width: 150px;
	list-style: none;
}

#nav ul li li a:hover {
	background: #292929;
}

#nav li a:hover {
	background: #0e0e0e;
}

#nav ul li.current_page_item a {
	background: #0e0e0e;
}

.socialicons {
	position: absolute; 
	right:3px; 
	top:70px;
}

/*################################################
PAGE
################################################*/

#page {
	position: relative;
	background: #ffffff url('images/page-bg.jpg') repeat-y;
	width: 1050px;
	height: auto;
	margin: 5px auto 0 auto;
	padding: 0;
	z-index: 1;
}

#content {
	width: 785px;
	float: right;
	line-height: 1.5em;
	color: #292929;
	margin: 0;
	padding: 20px 20px 20px 5px;
}

.post {
	background: #efefef;
	padding: 15px;
	margin: 10px 0 10px 0;
	clear: both;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.entry img {
	max-width: 745px;
	height: auto;
}

.entry a {
	color: #00b3c3;
}

.entry a:hover {
	color: #aeaeae;
}

.single-post {
	background: #efefef;
	padding: 20px;
	margin: 0 0 10px 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.first {
	margin: 0px 0 10px 0;
	background: #f6f6f6;
}

.rule {	
	border-bottom: 1px #e6e6e6 solid;
}

.thumb {
	float: left;
	width: 315px;
	height: 215px;
	padding: 0;
	margin: 0 15px 5px 0;
	overflow: hidden;
	border-right: 7px #e4e4e4 solid;
}

.thumb img {
	width: 315px;
	height: auto;
}

.thumb img.portrait {
	width: 315px;
	height: auto;
}

.thumb img.landscape {
	width: auto;
	height: 215px;
}

.post-preview {
	padding: 0;
	margin: 0;
}

.excerpt-more a {
	background: #e3e3e3 url('images/read-more-bg.jpg') 0 0 repeat-x;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 3px 25px;
	display: inline-block;
	color: #9e9e9e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: italic;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.excerpt-more a:hover {
	background: #e3e3e3 url('images/read-more-bg.jpg') 0 -27px repeat-x;
	color: #5b5b5b;
}

.tags {
	padding: 15px 0px 5px 0;
}

.tags a {
	color: #5b5b5b;	
}

.tags img {
	padding-right: 15px;
}

#load-more {
	padding: 15px;
	background: #efefef;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a9a8a8;
}

#load-more:hover {
	cursor: pointer;
}

.loading {
	margin: 0 auto;
	display: none;
}

.no-posts {
	display: none;
}

li.linkcat {	
	list-style: none;
}

li.linkcat ul {
	margin: 0;
	padding: 0;
}

li.linkcat li {
	list-style: none;
	margin: 2px;
	padding: 10px 15px;
	color: #b7b7b7;
	font-style: italic;
	background: #efefef;
}

li.linkcat li a {
	color: #171717;
	font-style: normal;
}

/*################################################
SIDEBAR
################################################*/

#sidebar {
	position: relative;
	width: 239px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 239px;
}

#sidebar ul li.list-header {
	background: url('images/list-header-bg.jpg') repeat-x;
	margin: 0;
	padding: 10px 30px;
	list-style: none;
	color: #909090;
	text-transform: uppercase;
	width: 155px;
}

#sidebar ul li {
	list-style: none;
	margin: 1px 0;
	padding: 0;
}

#sidebar ul li.list-item a, #sidebar .widget ul li a {
	background: #393939;
	padding: 9px 30px;
	width: 157px;
}

#sidebar ul li.list-item a:hover, #sidebar .widget ul li a:hover {
	background: #464646;
}

#sidebar ul li a {
	background: #282828 url('images/list-item-bg.jpg') repeat-x;
	color: #909090;
	display: block;
	padding: 9px 30px 9px 60px;
	width: 128px;
	margin: 0;
}

#sidebar ul li a:hover {
	background: #4b4b4b url('images/list-item-bg.jpg')  0 -32px repeat-x;
}

#sidebar ul li.current-cat {
	background: url('images/current-item-arrow.jpg') 218px 0px no-repeat;
}

#sidebar ul li.current-cat a {
	color: #4a4a4a;
	background: url('images/current-list-item-bg.jpg') repeat-x;
	width: 128px;
}

#sidebar ul li.current-cat a:hover {
	background: url('images/current-list-item-bg.jpg') repeat-x;
}

#sidebar li.widget_links ul li {
	background: #393939;
	padding: 9px 30px;
	width: 157px;
}

#sidebar li.widget_links ul li:hover {
	background: #464646;
}

#sidebar li.widget_links ul li a {
	padding: 0;
	background: 0;
}

#sidebar li.widget_links ul li a img {
	max-width: 157px;
}

#calendar_wrap {
	padding: 10px;
	background: #393939;
	width: 198px;
}

#calendar_wrap table {
	margin: 10px auto 0 auto;
	text-align: center;
	color: #909090;
}

.widget_tag_cloud div {
	padding: 15px 30px;
	background: #393939;
	width: 157px;
}

.textwidget {
	padding: 5px 30px;
	background: #393939;
	width: 157px;
	color: #909090;
}

.rssSummary {
	padding: 10px 30px;
	background: #2f2f2f;
	width: 157px;
	color: #909090;
}

#sidebar li cite {
	padding: 10px 30px;
	background: #2f2f2f;
	width: 157px;
	color: #909090;
	display: block;
}

 #sidebar li span.rss-date {
 	padding: 10px 30px 0px 30px;
	background: #2f2f2f;
	width: 157px;
	color: #909090;
	display: block;
 }

#sidebar li.widget_archive .select_wrap {
	background: #393939;
	padding: 9px 30px;
	width: 157px;
}

#sidebar li.widget_archive ul li {
	background: #393939;
	padding: 9px 30px;
	width: 157px;
}

#sidebar li.widget_archive ul li:hover {
	background: #464646;
}

#sidebar li.widget_archive ul li a {
	padding: 0;
	background: 0;
	display: inline;
	margin-right: 5px;
}

#sidebar li.widget_categories ul li a {
	background: #282828 url('images/list-item-bg.jpg') repeat-x;
	color: #909090;
	display: block;
	padding: 9px 30px 8px 60px;
	width: 128px;
}

#sidebar li.widget_categories ul li a:hover {
	background: #4b4b4b url('images/list-item-bg.jpg')  0 -32px repeat-x;
}

#sidebar li.widget_categories ul li.current-cat {
	background: url('images/current-item-arrow.jpg') 217px -1px no-repeat;
}

#sidebar li.widget_categories ul li.current-cat a {
	color: #4a4a4a;
	background: url('images/current-list-item-bg.jpg') repeat-x;
	width: 128px;
}

#sidebar li.widget_categories ul li.current-cat a:hover {
	background: url('images/current-list-item-bg.jpg') repeat-x;
}

#sidebar li.widget_categories .select_wrap {
	background: #393939;
	padding: 9px 30px;
	width: 157px;
}

#sidebar li.widget_recent_comments ul li.recentcomments {
	padding: 10px 30px;
	background: #2f2f2f;
	width: 157px;
	color: #909090;
	display: block;
}

#sidebar li.widget_recent_comments ul li.recentcomments a {
	background: 0;
	color: #696969;
}

#sidebar li.widget_search div {
	padding: 10px 30px;
	background: #2f2f2f;
	width: 157px;
	color: #909090;
	display: block;
}

#sidebar li.widget_search input {
	margin: 5px 0;
}

/*################################################
FOOTER
################################################*/

#footer {
	width: 1050px;
	height: 127px;
	margin: 0 auto;
	background: url('images/footer-bg.jpg') repeat-x;
	text-align: center;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #838383;
	font-weight: lighter;
}

#footer ul.footernav {
	padding: 35px 25px 15px 25px;
	margin: 0;
}

#footer li {
	display: inline-block;
	list-style: none;
}

#footer li span {
	padding: 0 10px;
}

#footer a {
	color: #838383;
}

#footer a:hover {
	color: #ffffff;
}

/*################################################
HEADINGS
################################################*/

h2, h1 {
	font-size: 18pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #000000;
	margin: 15px 0;
	padding: 0;
	line-height: 1.1em;
}

h2 a:link, h2 a:visited {
	color: #000000;
}

h2.page_heading {
	font-size: 22pt;
	margin: 0 0 25px 0;
}

h2.post_heading {
	font-size: 22pt;
	margin: 0 0 10px 0;
}

h2.excerpt_heading {
	margin: 0 0 10px 0;
}

h2.searchtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #171717;
	margin: 0;
	padding: 0;
}

h2.widgettitle {
	font-size: 9pt;
	background: url('images/list-header-bg.jpg') repeat-x;
	margin: 0;
	padding: 10px 30px;
	list-style: none;
	color: #909090;
	text-transform: uppercase;
	width: 155px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}

h2.widgettitle a:link, h2.widgettitle a:visited {
	color: #909090;
	margin: 0;
	padding: 0;
}

h2.widgettitle a img {
	display: none;
}

h2.comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #171717;
	background: #efefef;
	padding: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ul.comment-list h2.comments {
	background: 0;
	padding: 0 15px;
	margin: 25px 0 15px 0;
}

h2.alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #171717;
	font-size: 20pt;
}

h3 {
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #000000;
	margin: 15px 0;
	padding: 0;
	font-style: italic;
}

h4 {
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	margin: 15px 0;
	padding: 0;
}

h5 {
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #999999;
	margin: 15px 0;
	padding: 0;
	font-style: italic;
}

small {
	color: #a9a8a8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 9pt;
	font-weight: lighter;
}

small a:link, small a:visited {
	color: #a9a8a8;
}

li.linkcat h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #171717;
	background: #efefef;
	padding: 15px;
}

/*################################################
COMMENTS
################################################*/

ul.commentlist {
	margin: 0;
	padding: 0;
}

li.comment {
	position: relative;
	background: #efefef;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	min-height: 130px;
	list-style: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

li.comment ul.children {
	margin: 0;
	padding: 0;
}

li.comment ul li {
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 15px 10px;
	border: 2px #ffffff solid;
	background: #f4f4f4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

li.comment ul ul li {
	background: #f8f8f8;
	border: 2px #e6e6e6 solid;
}

.user-info {
	position: absolute;
	width: 100px;
	padding-right: 15px;
	text-align: center;
	top: 15px;
	left: 15px;
}

.user-info a {
	color: #a7a7a7;
}

.user-comment {
	width: 600px;
	padding: 0 15px 0 25px;
	margin-left: 115px;
	border-left: 7px #e4e4e4 solid;
	min-height: 120px;
}

ul.children .user-comment {
	border-left: 7px #ececec solid;
}

.comment-form {
	background: #efefef;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}

.reply .comment-form {
	padding: 0 15px 15px 15px;
}

.reply a {
	width: 100px;
	background: #e3e3e3 url('images/read-more-bg.jpg') 0 0 repeat-x;
	text-align: center;
	padding: 3px;
	display: inline-block;
	color: #9e9e9e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: italic;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.reply a:hover {
	background: #e3e3e3 url('images/read-more-bg.jpg') 0 -27px repeat-x;
	color: #5b5b5b;
}

.cancel-comment-reply a {
	color: #00b3c3;
}

.cancel-comment-reply a:hover {
	color: #aeaeae;
}

/*################################################
FORMS
################################################*/

input.search {
	width: 300px;
	background: url('images/search-bg.jpg') repeat-x;
	padding: 10px;
	border: 1px #242424 solid;
	border-top: 0;
	color: #464646;
	font-size: 11pt;
	font-weight: lighter;
	font-style: italic;
}

input.search:active, input.search:focus {
	color: #6d6d6d;	
}

/*################################################
IMAGES
################################################*/

a img {
	border: 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.aligncenter {
	margin: 0 auto;
	text-align: center;	
}

.wp-caption {
	position: relative;
	border: 1px #dddddd solid;
	background: #eaeaea;
	padding: 10px 0 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-caption-text {
	font-size: 8pt;
	font-style: italic;
	color: #a1a1a1;
}

/*################################################
TOOLTIP
################################################*/
