/*  
Theme Name: Mark Cleghorn
Theme URI: http://www.webtonesdigitalmedia.com
Description: A custom theme by <a href="http://www.webtonesdigitalmedia.com">Webtones Digital Media</a>.
Version: 1.0
Author: Stephen Knott
Author URI: http://www.webtonesdigitalmedia.com
*/

body {
	padding: 20px 0 20px 0;
	margin: 0;
	background: #FFFFFF;
	text-align: center;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

hr {
   background-color: #000000;
	height: 10px;
	width: 100%;
}

#container {
	margin: 0 auto 0 auto;
	width: 760px;
	background: #FFFFFF;
	text-align: left;
    border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
   border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
   border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

a img {
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #FE57FF;
	text-decoration: none;
}


#header {
	position: relative;
}

#header img {
	display: block;
}

#top-nav {
	background: #000000;
    color: #FFFFFF;
	font-size: 12px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    z-index: 2;
}

#top-nav a {
    color: #FFFFFF;
	text-decoration: underline;
}

#top-nav a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 520px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
	float: right;
	display: inline;
}

#teaserplayer {
	margin: 0px;
	position: relative;
	width: 520px;
	height: 0px;
}

.post {
	margin: 0 0 20px 0;
}

#content h1 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #000000;
}

#content h1 a {
	text-decoration: underline;
}

#content h1 a:hover {
	text-decoration: none;
}

#content h1.pagetitle {
	font-size: 1.1em;
	color: #888888;
	margin-bottom: 6px;
}

#content h2 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin: 0 0 2px 0;
	font-size: 14px;
    font-style: italic;
	color: #000000;
}

#content h3 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #2C3980;
}

#content h4 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #526CF5;
}

#content .post-date {
	color: #707070;
	font-size: 0.8em;
	margin: 0 0 3px 0;
}

#content p {
	margin: 0 0 12px 0;
	line-height: 140%;
}

#content .post-info {
	color: #505050;
	font-size: 0.8em;
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
}

#content .post-info a {
	text-decoration: none;
}

#content .post-info a:hover {
	text-decoration: underline;
}

#content .single-date {
	text-align: right;
	font-size: 0.9em;
	color: #707070;
	margin-bottom: 3px;
}

#content .attachment-image {
	text-align: center;
	padding: 10px 0 10px 0;
}


code {
	font: 0.9em 'Courier New', Courier, Fixed;
	color: #456FA2;
}

blockquote {
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}




acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #808080;
}




.navigation {
	display: block;
}






img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}




.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}


/**START SIDEBAR CSS**/

#sidebar {
	width: 200px;
	float: left;
    background: url(http://www.markcleghorn.com/wp-content/themes/markcleghorn/images/magenta-gradient.gif) #FE57FF repeat-x;
}

#sidebar p {
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
    padding: 10px;
}

#shoppingcartbg {
    width: 200px;
	float: left;
    background: url(http://www.markcleghorn.com/wp-content/themes/markcleghorn/images/blue-gradient.gif) #526CF5 repeat-x;
}

.cart-total {
    display: block;
	 margin-left: auto;
	 margin-right: auto;
}

#shoppingcartbg p {
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #2C3980;
    text-align: right;
}

#shoppingcartbg p a {
	color: #FFFFFF;
    text-decoration: underline;
}

#shoppingcartbg p a:hover {
    text-decoration: none;
}

#widgettitle {
    width: 180px;
	 margin-left: auto;
	 margin-right: auto;
    background: #2C3980;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    padding: 10px;
}

#textwidget {
    width: 180px;
	 margin-left: auto;
	 margin-right: auto;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    padding: 10px;
    background: url(http://www.markcleghorn.com/wp-content/themes/markcleghorn/images/magenta-gradient.gif) #FE57FF repeat-x;
}

#textwidget a {
	color: #000000;
    text-decoration: underline;
}

#textwidget a:hover {
    text-decoration: none;
}

/**END SIDEBAR CSS**/


#footer {
	clear: both;
    border-top: 30px solid #000000;
background: url(http://www.markcleghorn.com/wp-content/themes/markcleghorn/images/worldpay.gif) no-repeat bottom right;
}

#copyright {
   height: 80px;
   	color: #999999;
	font-size: 10px;
	text-align: right;
   padding: 5px;
}

#copyright a {
    color: #999999;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

#producttable {
   width: 100%;
   border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
    z-index: 1;
}

#moreinfo  {
   position: relative;
float: right;
   width: 82px;
   height: 30px;
   z-index: 1;
}

#moreinfo a  {
   background: url(http://www.markcleghorn.com/wp-content/themes/markcleghorn/images/moreinfo.gif) no-repeat;
   display: block;
   height: 30px;
   width: 82px;
   background-position: 0% 0px;
}

#moreinfo a:hover  {
   background-position: -82px 0%;
}

#addtocart  {
   position: relative;
float: right;
   width: 131px;
   height: 30px;
   z-index: 1;
}

#addtocart a  {
   background: url(http://www.markcleghorn.com/wp-content/themes/markcleghorn/images/addtocart.gif) no-repeat;
   display: block;
   height: 30px;
   width: 131px;
   background-position: 0% 0px;
}

#addtocart a:hover  {
   background-position: -131px 0%;
}
