/*
Theme Name: Commerce Media 2009
Theme URI: http://www.extreme-creations.co.uk
Description: Commerce Media 2009 theme based on the main website, 2 Columns, 1 Right Sidebar
Version: 1.0
Author: Extreme Creations Ltd
Author URI: http://www.extreme-creations.co.uk
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #226194;
	
	text-decoration: none;
}
a:hover,
a:active {
	color: #1a486e;
}
a img {
	border: none;
}
#wrapper {
	width: 800px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#header {
	height: 173px;
	width: 800px;
	margin: 0px;
}
#main {
	width: 800px;
}
#content {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 10px;
	float: left;
	line-height: 1.3em;
}
#content h2.pagetitle {
	font-weight: normal;

	color: #555555;

	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}
#sidebar {
	width: 260px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	
	background: url(./images/sidebar_background.jpg) top left no-repeat;
}
#footer {
	float: left;
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	padding: 13px 0 13px 0;
	background: url(./images/footer_background.jpg) top center no-repeat;
}
#footer p {
	font-size: 11px;
	
	color: #cccccc;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
#footer p.copyright {
	float: left;
	
	width: 385px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	
	text-align: left;
}
#footer p.credits {
	float: right;
	
	width: 385px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	
	text-align: right;
}
#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active {
	color: #cccccc;
	
	text-decoration: none;
}
#footer p a:hover,
#footer p a:active {
	color: #8c8c8c;
	
	text-decoration: none;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	float: left;
	
	width: 480px;
	
	font-size: .9em;
	
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	
	background: #f9f9f9;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.post .entry-content, .post .entry-excerpt {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.post .entry-content p, .post .entry-excerpt p {
	font-size: 12px;
	
	line-height: 18px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 10px 3px;
}
.navigation {
  float: left;
  
  width: 500px;

  clear: both;
  
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  float: left;
  
  display: inline;
  
  margin: 0px 0px 10px 3px;
  padding: 0px 0px 0px 0px;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	float: left;
	
	width: 240px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}
#sidebar ul li h2.widgettitle {
	float: left;
	
	width: 240px;

	color: #7c4a72;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:hover,
#sidebar ul li a:active {
	font-size: 0.8em;
	
	color: #226194;
	
	text-decoration: none;
}
#sidebar ul li a:hover,
#sidebar ul li a:active {
	color: #1a476c;
}
#sidebar ul ul {
	float: left;
	
	width: 230px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	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;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	font-weight: normal;
	
	line-height: 28px !important;
	
	color: #7c4a72;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.post h2 a:link,
.post h2 a:visited,
.post h2 a:hover,
.post h2 a:active {
	color: #7c4a72;
	
	text-decoration: none;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	float: left;
	
	display: inline;

	width: 71px;
	/* height: 89px; */
	
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 3px 0px;
	
	text-align: center;
	
	background: #ffffff;
	
	border: 1px solid #e6e6e6;
}
.entry-month {
	float: left;

	width: 68px;
	/* height: 29px; */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 18px;
	font-weight: normal;
	
	color: #226194;
}
.entry-day {
	float: left;

	width: 68px;
	/* height: 29px; */
	
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	
	font-size: 28px;
	font-weight: normal;
	
	color: #226194;
}
.entry-year {
	float: left;

	width: 68px;
	/* height: 29px; */
	
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	
	font-size: 18px;
	font-weight: normal;
	
	color: #226194;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#comments {
	float: left;
	
	width: 480px;
	
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	
	background: #f9f9f9;
}
#respond {
	float: left;
	
	width: 480px;
	
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	
	background: #f9f9f9;
}
#respond h3#comment-form-title {
	font-size: 16px;
	font-weight: bold;

	color: #555555;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
#respond p {
	font-size: .9em;
}
#commentform input {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	border: 1px solid #bababa;
}
#commentform input#submit {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;

	background: #ffffff;

	border: 1px solid #bababa;
}
#commentform textarea {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	border: 1px solid #bababa;
}
#commentform {	
	float: left;

	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
ol.commentlist {
	float: left;
	
	width: 480px;

	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	
	background: #f9f9f9;

}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
ol.commentlist li img {
	float: right;
	
	display: inline;
	
	margin: 5px 10px 10px 10px;
	padding: 2px;
	
	border: 1px solid #e5e5e5;
}
ol.commentlist li div.comment-text p {
	font-size: 12px;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.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;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

/* ########## WIDGETS ########## */

.widget {
	float: left;
	
	width: 240px;
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_tag_cloud {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.widget.widget_tag_cloud a:link,
.widget.widget_tag_cloud a:visited,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:active {
	display: inline;
	
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_search {
	float: left;

	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_search form#searchform {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_search form#searchform input#s {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	border: 1px solid #e6e6e6;
}

.widget.widget_search form#searchform input#searchsubmit {
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;

	background: #f9f9f9;

	border: 1px solid #e6e6e6;
}

.widget.widget_text {
	float: left;

	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_text .textwidget {
	font-size: 11px;
	line-height: 18px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_text .textwidget form {
	float: left;
	
	width: 220px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.widget.widget_text .textwidget form input {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	border: 1px solid #e6e6e6;
}

.widget.widget_text .textwidget form input#email {
	float: left;
	
	display: inline;
	
	width: 100px;
	
	margin: 5px 5px 0px 0px;
	padding: 2px 2px 2px 2px;
}

.widget.widget_text .textwidget form input#submit {
	float: left;
	
	background: #f9f9f9;
	
	margin: 5px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
}

.widget.widget_recent_comments ul#recentcomments li {
	font-size: 12px;
}

.widget.widget_recent_comments ul#recentcomments li a:link,
.widget.widget_recent_comments ul#recentcomments li a:visited,
.widget.widget_recent_comments ul#recentcomments li a:hover,
.widget.widget_recent_comments ul#recentcomments li a:active {
	font-size: 12px;
}