/*
THEME NAME: Astrobotic
THEME URI: 
DESCRIPTION: Custom theme for the Astrobotic Technology website based on the Sandbox template.
VERSION: 1.0
AUTHOR: Allison Jones
AUTHOR URI:
TAGS:
*/

/*------LAYOUT------*/

body {
	background-color: #323232;
	background-image: url(images/moon-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

blockquote {
	font-style: italic;
}

div#shadowwrapper {
	background-image: url(images/dropshadow.png);
	background-position: center top;
	background-repeat: repeat-y;
}

div#wrapper {
	background-color: #ffffff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	padding-top: 20px;
}

div#container {
	float:left;
	margin:0 -320px 0 0;
	margin-top: 0;
	width:100%;
}

div#content {
	margin:0 320px 0 0;
	padding: 20px;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:300px;
	background-color: #000;
	padding: 10px;
}

div#primary {
	margin-top:0;
}

div#secondary {
	clear:right;
}

div#footer {
	clear:both;
	width:100%;
	height: 120px;
	text-align:center;
}

/*------GLOBAL TAGS------*/

html, body, div, span, img, a, object {
	border: 0 none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #eb2c0d;
	text-decoration: none;
}

a:active {
	color: #eb2c0d;
	text-decoration: none;
}

h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

h2 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

h3 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	clear: both;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}



/*------MENU------*/

div.skip-link {
	display: none;
	position:absolute;
	right:1em;
	top:1em;
}

div#menu {
	background:#ffffff;
	height:1.5em;
	margin:1em 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	font-family: "Century Gothic", Helvetica, Arial, sans serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
}

div#menu ul{
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul li {
	float: left;
}

div#menu ul.children li {
	float: none;
	text-transform: none;
	letter-spacing: normal;
	color: #ffffff;
	background-color: #404040;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	border-top-width: 1px;
	line-height: 30px;
	margin: 0;
	width: 200px;
	
}

div#menu ul.children li a:link {
	color: #ffffff;
}

div#menu ul.children li a:visited {
	color: #ffffff;
	
}

div#menu ul.children li a:hover {
	color: #ffffff;
	background-color: #8d8d8d;
	margin: 0;
}

div#menu ul.children li a:active {
	color: #eb2c0d;
}


div#menu ul.children li ul {
	display: none;
}


	

div#menu ul a {
	display:block;
	margin-right: 0.5em;
	padding:0.2em 0.5em;
	text-decoration:none;
}


div#menu ul li ul {
	left: -999em;
	position:absolute;
	float: none;
}

div#menu ul li:hover ul {
	left:auto;
}


/*------SEARCH BAR------*/

div#search {
	float: right;
	padding-right: 20px;
	position: relative;
	top: -20px;
		
}

input#s {
	border-style: solid;
	border-width: 1px;
	border-color: #868686;
}

input#searchsubmit {
	border-style: solid;
	border-width: 1px;
	border-color: #868686;
	color: #ffffff;
	background-color: #868686;
	font-family: "Century Gothic", Helvetica, Arial, sans serif;
	text-transform: uppercase;
}


/*------CONTENT------*/

.entry-title {
	clear:both;
	margin-bottom: 0;
}

.entry-date {
	font-family: "Century Gothic", Helvetica, Arial, sans serif;
	font-size: 12px;
}

.entry-meta {
	clear: both;
	font-family: "Century Gothic",Helvetica,Arial,sans serif;
	font-size: 10px;
}

.entry-content {
	margin-top: 20px;
}

.entry-meta a:link {
	color: #eb2c0d;
}

.entry-meta a:visited {
	color: #eb2c0d;
}

.entry-meta a:hover {
	color: #eb2c0d;
	text-decoration: underline;
}

.entry-meta a:active {
	color: #eb2c0d;
	text-decoration: underline;
}

div.entry-content a:link {
	color: #eb2c0d;
}

div.entry-content a:visited {
	color: #942e1e;
}

div.entry-content a:hover {
	color: #eb2c0d;
	text-decoration: underline;
}

div.entry-content a:active {
	color: #eb2c0d;
	text-decoration: underline;
}

.navigation {
	font-family: "Century Gothic",Helvetica,Arial,sans serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	

/*------COMMENTS------*/

p#login {
	margin-top: 0px;
	font-family: "Century Gothic", Helvetica, Arial, sans serif;
	font-size: 12px;
}

P#login a:link {
	color: #eb2c0d;
}

p#login a:visited {
	color: #942e1e;
}

p#login a:hover {
	color: #eb2c0d;
	text-decoration: underline;
}

p#login a:active: {
	color: #eb2c0d;
	text-decoration: underline;
}
	

div#respond h3 {
	margin-bottom: 0px;
}



form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
	border: 1px solid;
}

/*------IMAGES------*/

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

/*------GALLERY------*/

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

p.wp-caption-text{
	font-style:italic;
	margin-top: 5px;
	font-size: 12px;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

/*------NAVIGATION------*/

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
	
}

div.navigation div.nav-previous {
	float: left;
}

/*------SIDEBAR------*/

div.sidebar {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.sidebar a:link {
	color: #ffffff;
}
div.sidebar a:visited {
	color: #CCC;
}

div.sidebar a:hover {
	color: #eb2c0d;
}

div.sidebar a:active {
	color: #eb2c0d;
}

div.sidebar h3 {
	font-size:1.2em;
}

div.sidebar input#s {
	width:7em;
}

div.sidebar li {
	list-style:none;
	margin:0 0 10px;
}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul {
	margin:0 0 0 1em;
}

div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}

div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style:circle;
}

div.gallery dl {
	float:left;
}


input#author,input#email,input#url,div.navigation div {
	width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin:0;
	padding:0;
}

/*------CUSTOM WIDGETS------*/

div#posters {
	width: 280px;
	height: 100%;
	padding: 10px;
	background-color: #ffffff;
}

div#posters p {
	color: #000000;
}

div#posters h3 {
	color: #eb2c0d;
}

div#posters form {
	text-align: right;
}

div#video {
	margin-bottom: 20px;
	position: relative;
}

div#video2 {
	margin-bottom: 20px;
}

div.picturelink {
	margin-bottom: 10px;
}
div#piclinkcontainer {
	margin-bottom: 20px;
}

/*------Custom Widget - Link Box------*/

#linkbox {
	background-image:url('http://astrobotic.net/wp-content/themes/astrobotic/images/linksbg2.jpg');
	width: 300px;
	height: 240px;
	margin-bottom: 20px;
}

.link {
	height: 40px;
	display: block;
	padding: 10px;
}

a.linkwidget:link {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 32px;
	color: #eb2c0d !important;
}

a.linkwidget:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 32px;
	color: #eb2c0d !important;
}

a.linkwidget:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 32px;
	color: #f3a514 !important;
}

a.linkwidget:active {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 32px;
	color: #f3a514 !important;
}

div#awesome {
	width: 180px;
	height: 50px;
	float: right;
	position: relative;
	z-index: 201;
	top: -80px;	
}

img#awesomeicon {
	float: left;
	border: none;
}

p#awesometext {
	display:block;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

div#socialicons {
	height: 32px;
	margin-bottom: 10px;
	position: relative;
	width:100%;
}

div.icon {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

div#cmu {
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
