/*
Theme Name: Stellar Networks
Theme URI: http://bendodson.com/
Description: Custom design for Stellar Networks
Version: 1.0
Author: Ben Dodson
Author URI: http://bendodson.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* Begin Typography & Colors */

body {
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff url('images/body.png') left top;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

ul,li,h1,h2,h3,h4,h5,h6,p,form,input {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square;
	margin-left: 30px;
	margin-bottom: 15px;
}

li {
}

a {
	color: #00adef;
	text-decoration: none;
}

a.button {
	padding: 3px 5px;
	color: #fff;
	background: #00adef;
	font-weight: bold;
}

h1 {
	text-indent: -9999px;
}

h2 {
	color: #00adef;
	font-size: 1.6em;
	margin-bottom: 10px;
}

#respond h3,
.navigation {
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

input.text,
textarea {
	border: 1px solid #00adef;
	padding: 1px 3px;
	color: #666;
	font-size: 1.1em;
}

textarea {
	width: 500px;
}

#wide-wrapper {
	background: url('images/wide-wrapper.png') center top no-repeat;
}

#view-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 130px;
	position: relative;
	background: url('images/wide-wrapper.png') center top no-repeat;
}

#iframe {
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 35px 7px 20px 7px;
}

#iframe iframe,
#iframe iframe body {
	overflow: hidden;
}


#content {
	overflow: hidden;
	position: relative;
}

#main-content {
	width: 614px; /* 630px with padding */
	float: left;
	background: #fff;
	padding: 35px 8px 5px 8px;
}

#sub-content {
	width: 294px; /* 310px with padding + border */
	padding: 15px 7px 10px 7px;
	border: 1px solid #0bb0f0;
	float: right;
	background: #fff;
	margin: 20px 0;
}

#main-content p {
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#footer {
	background: #eee;
}

/* Menu */

#menu {
	position: absolute;
	list-style: none;
	margin: 0;
	top: 115px;
	z-index: 10;
}

#menu li {
	margin: 0 5px 0 15px;
	display: block;
	float: left;
}

#menu li a {
	display: block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #00adef;
	width: 100px;
	font-size: 1.2em;
	background: #fff;
	text-align: center;
}

.home #menu #menu-home a,
.events #menu #menu-events a,
.resource-directory #menu #menu-resource-directory a,
.news #menu #menu-news a,
.community #menu #menu-community a,
#menu li a:hover,
#menu li a:focus {
	color: #00adef;
	border: 1px solid #fff;
}

.home #menu #menu-home a:before,
.events #menu #menu-events a:before,
.resource-directory #menu #menu-resource-directory a:before,
.news #menu #menu-news a:before,
.community #menu #menu-community a:before {
	content: "*";
}


/* Utilities */

#utilities {
	position: absolute;
	bottom: 1px;
	right: 5px;
	color: #fff;
	font-size: 1.1em;
}

#utilities a {
	color: #fff;
}


/* Sidebar */

#sub-content .search {
	margin-bottom: 15px;
}

#sub-content .search label {
	display: none;
}

#sub-content .search #s {
	border: 1px solid #00adef;
	height: 20px;
	padding: 1px 3px;
	color: #666;
	font-size: 1.1em;
	width: 200px;
}

#sub-content .search #searchsubmit {
	border: none;
	background: #00adef;
	color: #fff;
	height: 24px;
	line-height: 24px;
	font-size: 1.1em;
	padding: 0 10px;
	float: right;
}

#sub-content .box {
	background: #ddd url('images/box.png') left top repeat-x;
	margin-bottom: 15px;
}

#sub-content .box h2 {
	background: #00adef url('images/sidebar-h2.png') left top no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 10px 6px 20px;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#sub-content .article {
	overflow: hidden;
	padding: 6px;
	margin-bottom: 5px;
}

#sub-content .article img {
	float: left;
	width: 43px;
	height: 43px;
}

#sub-content .article .content {
	float: right;
	width: 230px;
}

#sub-content .article .content h3 {
	color: #00adef;
	font-weight: normal;
	font-size: 1.1em;
}

#sub-content .article .content h3 span {
	text-transform: uppercase;
	font-size: .7em;
}

#sub-content .article .content p {
	font-size: .75em;
	line-height: 1.3em;
}

#sub-content .social a {
	margin-left: 10px;
}

#sub-content .social a.first {
	margin: 0;
}

#sub-content .social a img {
	height: 63px;
	width: 63px;
}


/* Home */

.home #main-content {
	background: #fff url('images/welcome.gif') right 125px no-repeat;
}

h2.welcome {
	font-size: 4.5em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

div.intro {
	width: 330px;
}

.intro h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}

.intro h3 a {
	padding-right: 25px;
	background: url('images/arrow-white.gif') right center no-repeat;
}

#main-content .intro p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.home .membership {
	background: #00adef;
	color: #fff;
	width: 300px;
	padding: 10px 10px 0 10px;
	position: relative;
	left: -8px;
}

.home .membership h2 {
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	margin-bottom: 10px;
}

.home .membership h3 {
	font-size: .9em;
	font-weight: normal;
}

.home .membership h3 a {
	padding: 2px 20px 2px 0;
	background: url('images/arrow-blue.gif') right center no-repeat;
	color: #fff;
}

.home .membership ul {
	list-style: none;
	font-size: .9em;
	margin-bottom: 15px;
	margin-left: 0;
}

.home .membership ul.last {
	padding-bottom: 5px;
	margin-bottom: 0;
}

.home .membership ul li {
	line-height: 1.2em;
}



.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist img {
	display: none;
}

.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

.commentlist .comment-meta {
	font-size: .85em;
	font-style: italic;
	margin-bottom: 10px;
}

	
#footer a {color: #000000; margin: 0 10px 0 0; display: inline; font-weight: normal; font-size: .8em;}
#footer a:hover { color:#ffffff; background: none; text-decoration: none;}