/*
Theme Name: Imenex Theme
Theme URI: http://www.imenex.co.uk
Description: Basic one column theme, no sidebars.
Version: 1.0
Author: Anthony Rome @ Silvermarbles
Author URI: http://www.silvermarbles.co.uk
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Segoe UI, Tahoma, Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #363636;
	background-color:#000;
	background-image:url(images/bg_watermark.jpg); background-repeat:no-repeat;
}
#wrapper {
	width: 971px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background:#FFFFFF;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 114px;
	width: 971px;
	margin: 0px;
	background-image:url(images/imenex_02.jpg);
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	height: 32px;
	width: 971px;
	margin: 0px;
	padding:0px;
	background-image:url(images/imenex_04.jpg);
	position:relative;
}

#mytime {
font: bold 13px Segoe UI, Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#FFFFFF;
position:absolute; top:6px; right:20px;
}

.form {font: normal 13px Segoe UI, Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.redtext {font: bold 13px Segoe UI, Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FF0000;}
.current_page_item,page_item {font: bold 13px Segoe UI, Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#CustomContent {background:#ebebeb; padding:6px; }
#CustomContentInner {padding:10px; background:#FFFFFF; background-image:url(images/welcome_bg.jpg); background-position:top right; background-repeat:no-repeat; }

#CustomContentVariable {background:#ebebeb; padding:6px; min-height:360px;}
#CustomContentInnerVariable {padding:10px; background:#FFFFFF; background-image:url(images/welcome_bg.jpg); background-position:top right; background-repeat:no-repeat; min-height:370px;}


#main {
	width: 971px;
	margin:auto;
	min-height:345px;
}
#content {
	width: 671px;
	padding: 10px;
	line-height: 1.3em;
	float:left;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.8em;
	font-weight:normal;
	margin-top:0px;
}
#sidebar-right h1 {
	font-size: 1.6em;
	font-weight:bold;
	margin-top:0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  width: 600px;
  color: #000000;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  padding: 18px;
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}

/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#commentform {	
	padding: 10px;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
/* no sidebar in Basic 101 */
/*=== END SECTION 5 - Sidebar Region ===*/

#CustomFeedContent {background:#d3f2c2; padding:6px; min-height:685px;}
#CustomFeedContentInner {padding:10px; background:#5aa331; min-height:695px;}

#sidebar-right {
	width: 270px;
	float: right;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 10px;
	color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif
}

#sidebar-right h2 a:link, #sidebar-right a:visited { color:#FFFFFF; margin:0; padding:0px;}

#sidebar-right h2 a:link:hover { color:#CCCCCC; margin:0; padding:0px;}

#sidebar-right ul { margin:0px; padding:0px;}

#sidebar-right li { list-style:none; margin-top:10px;}

#sidebar-right a:link, #sidebar-right a:visited { color:#FFFFFF; margin:0; padding:0px; font-weight:bold;}

#sidebar-right a:link:hover{ color:#CCCCCC; margin:0; padding:0px; font-weight:bold;}

#sidebar-right .widgettitle{ margin:0;padding:0;}
.rsswidget {font-size:0.9em; }
.rss-date {font-size:0.8em;}
.rssSummary {font-size:0.7em;}
cite {font-size:0.6em; margin-bottom:10px; border-bottom:#FFFFFF 1px solid;}

/*=== START SECTION 6 - Footer Region ===*/
#footer {
	width:972px;
	height: 217px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0 0 0 0;
	background:url(images/imenex_09.jpg); background-repeat:no-repeat;
	margin:auto;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/
