@charset "utf-8";
/*
Theme Name: The Daily Alien Official Theme
Theme URI: http://www.siasan.com
Description: A theme by <a href="http://www.siasan.com">Siasan Design</a>.
Version: 1
Author: Emma J Lomman
Author URI: http://www.siasan.com
*/

/* typography*/
body, #sidebar ul ul, #wp-calendar td, ul, ol, p, h4 {
	font-family:"Trebuchet MS", "Liberation Sans", verdana, arial, helvetica, sans-serif ;
	font-size: small;

}
h1, h2, h3, #description, #nav, #sidebar ul {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

/* standard tags*/
body {
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #000;
	background-attachment: fixed;
}
ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

a:link {
	color: #007D4F;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #D55A00;
}
a:visited {
	color: #723298;
	text-decoration: none;
}
textarea {
	width: 700px;
	border: 1px solid #CCC;
	height: 200px;
}
input {
	border: 1px solid #CCC;
}
blockquote, pre {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}
/*full sheet area*/
#page {
	width: 950px;
	margin: auto;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y;
}
/*page header - contains nav, blog title & blog description*/
#header {
	background-image: url(images/header.jpg);
	height: 350px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
/* blog title*/
#header a img {
	border: 0;	
	height: 288px;
	width: 717px;
}
/*heading 1 image*/
#headerimg {

}
/*blog description*/
#description {
	text-align: center;
	font-size: large;
}
/*navigation - in a separate div but included in header.php*/

#nav {
	width: 930px;
	float: left;
	clear:both;
	padding-left: 1%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #f2f2f2;
	margin-top: 10px;
	height: 32px;
}
#nav ul {
	list-style: none;
	background-color: #f2f2f2; /*normal bg colour*/
	margin-top: 0;
	margin-right: 0;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold; /* text colour*/
	border-right: 1px solid #ccc;
}
#nav li a:hover {
	background-color: #F5F5F5;/* hover bg colour*/
}
/* wrapper div to try to solve some annoying IE issues - only visible to IE*/
#wrapper {
	float: left;
	clear: both;
	overflow: auto;
	margin-top: 30px;
}
/*main content area - posts, forms and everything else like that*/
#content {
	width: 72%;
	float: left;
	margin: 0px;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-right: 1%;
	padding-left: 1%;
	margin-top: 0px;
}
.entry li {
	list-style-type: disc;
	padding: 5px;
	margin-left: 20px;
}
/*sidebar - widgets etc.*/
#sidebar {
	float: right;
	width: 21%;
	padding-right: 2%;
	padding-left: 1%;
	padding-top: 2%;
	margin-top: -10px;
}
#sidebar ul {
	font-weight: bold;
	font-size: medium;
	padding-bottom: 15px;
}
#sidebar ul ul {
	font-weight: normal;
	padding: 5px 0 5px 0;
}
/* override of Firefox formatting because IE does it differently */
#wrapper #sidebar {
	margin-top: 0px;
}
/*footer information - usually copyright etc.*/
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	height: 100px;
	background-repeat: no-repeat;
}
#footer p {
	text-align: center;
	padding: 40px;
}
#wp-calendar {
	width: 98%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom:  1px solid #ccc; 
}
#wp-calendar td {
	font-weight: normal;
	font-size: small;
	text-align: center;
}
#searchform {
	padding-bottom: 15px;
	border-bottom:  1px solid #ccc; 
	margin-bottom: 10px;
}
.post {
	padding-top: 1px;
}
.alt {
	background-color: #FAFAFA;
}
.alignleft {
	float: left;
}
.alignright {
	float: left;
}
.wp-caption {
	border: 1px solid #ccc;
	margin:5px;
	padding:5px;
	padding-top: 7px;
	text-align:center;
	background-color: #FAFAFA;
}
.wp-caption-text {
	padding: 0;
	margin: 0;
}
h4 {
	clear:both;
}
.addtoany_share_save_container { clear: both;}
.more-link { clear: both;}
