/*
Theme Name: Simon
Description: Personal blog of Simon Alexander
Author: 
Author URI: 
*/

body {
	margin:0 auto;
	padding:5px 0 5px 0;
	background:#000;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#444;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#e01a1a;
	text-decoration:none
	}
a:hover {
	color:#fff;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#222;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:2px 0 0 5px;
	}
.alignright {
	float:right;
	padding:2px 7px 0 5px;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#2d2d2d;		
	}
	
	
/* The Top */

#top {
	height:180px;
	margin:auto;
	background:url(images/head.jpg);
	width:658px;
	float:right;
	
	}
.blogname {
	font-family:"Century gothic",Verdana,Tahoma,sans-serif;	

	}
.blogname h1  {
	font-size:1px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	color:#fff;
	text-indent:-9000px;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #fff; 
	}
	
.blogname h1  a:hover { 
	color: #fff; 
	}
.blogname h2 {
	margin:0px 0px 0px 0px;
	font-size:1px;
	font-weight:bold;
	color:#fff;
	text-indent:-9000px;
	}
	
.logo{
	margin:15px 80px 0px 0px;
	float:right;
}

/* The Search */

#search {
	height:38px;
	width:342px;
	padding-top:15px ;
	background:#000;

}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:10px;
	float: left;
	width: 235px;
	padding: 2px 3px;
	background: #EFEFEF url(images/form.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#333;
}

#searchsubmit {
	margin-right:15px;
	float: right;
	margin-top: 0px;
	background: #ae0404 url(images/button.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:23px;
}

/* Menu */
.menu {
	width:100%;
	height:39px;
	font-family:century gothic,Georgia, Arial, sans-serif;	
	margin-top:20px;
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:10px 5px 0 0;
	text-align:center;
	font-weight:normal;
	}
.menu li {
	display:inline;
	font-size:15px;
	padding:0 5px;
	
	}
.menu  a:link,.menu a:visited{
	color:#666;
	text-decoration:none;
	}
.menu a:hover{
	color:#b71516;
	background:none;
	}

/* Main Content*/	
	
	
.content {
	padding:0px 0px 25px 0px;
	background:#2D2D2D url(images/content.jpg);
	background-repeat:repeat-y;
	}	

#content {
	float: right;
	width: 658px;
	background:#c2c2bd url(images/contain.jpg) top no-repeat;
	height:100%;
	}

.title{
	margin: 0 0 0 5px;
	padding: 0px 0px 0px 5px;
	height:65px;
	background:url(images/title.png) no-repeat;
}	
.time{
	text-align:left;
	width:100px;
	height:25px;
	margin-top:2px;
	font-family:Century gothic,Verdana,Helvitica,sans-serif;
	padding:1px 0 0 4px;
	color:#fff;
	float:right;
	}

.date {
	float:left;
	height:14px;
	font-size:13px;
	font-family:century gothic,Verdana,Helvitica,sans-serif;
	margin-left:5px;
	margin-top:2px;
	padding-left:2px;
	font-weight:normal;
   	color:#b71516;
	
	}
	
.post {
	margin: 10px 0px 0 5px;
	padding:0px 0px 0px 0px;
	height: 100%;
	text-align:left;
	color:#333;
	font: 14px century gothic,Arial,georgia, sans-serif;
	width:635px;
	}

.post h2 {
	margin: 0px 0 0 0;
	padding: 4px 0px 0px 5px;
	background: transparent;
	text-align: left;
	font: 24px Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;

	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #2c5265;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #2c5265;
	background-color: transparent;
	}	
.author{
	background:url(images/user.png) no-repeat;
	padding:0 0 0 20px;

}
.clock{
	background:url(images/time.png) no-repeat;
	padding:0 0 0 20px;

}	

.postinfo {
	height:31px;
	margin: 0 0 0 5px;
	padding: 7px 5px 2px 2px;
	background:url(images/meta.png) no-repeat;
			}
			
.postinfo a:link{
	color:#2c5265;
	font-weight:normal;
	text-decoration:none;
	}
.category{
	float:left;
	margin:4px 0 0 10px;
	padding:0px 0 0 20px;
	background:url(images/tag.png);
	background-repeat:no-repeat;
	font-size:12px;
	
	}	

.category a:link,.category a:visited{
	color:#2c5265;
	font-weight:bold;
	text-decoration:none;
	}
.category a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}	
.com{
	background:url(images/com.png) no-repeat;
	padding:0 0 0 20px;
}

.com a:link,
.com a:visited {

	color:#b71516;

}
.com a:hover{

	color:#fff;
}
.entry a:link,
.entry a:visited {
	color: #b71516;
	background-color: transparent;
}

.entry a:hover {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	margin: 0 0;
	padding: 0px 20px;
	}
.cover{
	margin: 0 0;

	}
/* sidebar */
#rightcol{
	padding-top:565px;
	width:342px;
	float:left;
	background:#2d2d2d url(images/side.jpg) no-repeat top;
}

.sidebar{
	float:left;
	width:300px;
	padding-left:20px;
	font-size:16px;
	font-family: "Century gothic", Arial, sans-serif;
	margin-top:15px;

	}

.sidebar h2 {
	height:37px;
	line-height:26px;
	font-size:22px;
	color:#eee;
	margin:5px 0 0 0 ;
	padding:0px 0 0 35px;
	background:url(images/h2.jpg) no-repeat;
	font-weight:normal;

	}
.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 5px;

	
	}

.sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar ul li {
	height:100%;
		line-height:18px;
	}

.sidebar ul li a:link, .sidebar ul li a:visited {
	color: #999;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;

	}

.sidebar ul li a:hover {
	background:url(images/sidehover.jpg);
	background-repeat:no-repeat;
	color:#e4e4e4;
	padding: 5px 0px 5px 20px;
	}

.sidebar p {
	padding: 7px 10px;
	margin:0;

	}

.sidebar table {
	width:100%;
	text-align:center;
	background-color:##2D2D2D;
	color: #999;
	}	
	
/* --- FOOTER --- */

#footer {
	height:55px;
	padding:5px 0 0 0px;
	background:url(images/footer.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	letter-spacing:1px;
	font-family: Century gothic, georgia, Arial, sans-serif;

	}



.credit{
	padding:3px 0 0 10px;
	text-align:left;
	color:#999;
	width:450px;
	float:left;
}
.credit a:link , .credit a:visited{
	color:#999;
	}

.credit a:hover {
	color:#fff;
	}
.credit2{
	padding:3px 10px 0 0px;
	text-align:right;
	color:#2D2D2D;
	width:500px;
	float:right;
}
.credit2 a:link , .credit2 a:visited{
	color:#c90910;
	}

.credit2 a:hover {
	color:#fff;
	}

/* The Navigation */

.navigation {
	height:25px;
	padding:10px 20px;
	font-family: "Century gothic", Arial, sans-serif;

	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#666;
	}
.navigation a:hover {
	color:#fff;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	padding-left:10px;
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#aaa;
	border:1px solid #e1e1e0;
	color:#444;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

	}
#comments-count{
	font-weight:bold;
	font-size:18px;
	padding:0 0 0 25px;

}	
	
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#aaa;
	border:1px solid #E1E1E0;
	color:#333;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:25px;
	background:#B81516;
	border:1px solid #CA4244;
	color:#fff;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	color:#333;
	}