/*  
Theme Name: DMCC
Theme URI: http://www.mediacomcc.com
Description: Custom theme to match the rest of the dmcc site
Version: 1.0
Author: David Scott
Author URI: http://www.mediacomcc.com
*/

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #2E3192;
}
a:hover {
	color: #9D9FCC;
}
.left .active {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
body {
	background: #B2B6C1;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#page-title {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 35px;
  _height: 43px;
  padding-top: 8px;
  width: 628px;
  _width: 728px;
  text-align: left;
  padding-left: 100px;
  background: #1A3062;
  color: #ffffff;
  font: 24px Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #F78F1E;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 460px;
  width: 222px;
  height: 228px;
  background: #1A3062 bottom left url(http://www.dmcycleclub.com/images/blog/new_header.jpg) no-repeat;
  z-index: 300;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#wording {
   position: absolute;
  top: 90px;
  left: 682px;
  width: 48px;
  height: 238px;
  background: url(http://www.dmcycleclub.com/images/blog/letsride.gif) no-repeat;

}

#header {
  background: url(http://www.dmcycleclub.com/images/blog/new_bike.jpg) no-repeat;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 591px;
  height: 151px;
  background-color: #EE7131;
}

/** body **/
#spacer {
  height: 242px;
}

#body {
  background: url(http://www.dmcycleclub.com/images/blog/body_bg.jpg) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 460px;
}

#left img {
	margin-left:-30px;
}

#nav ul {
  display: block;
  background-color: #FFF; 
  width: 460px;
}
#nav li {
  float: left;
  width: 114px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(http://www.dmcycleclub.com/images/blog/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav li {
  _width: 115px;
}
#nav a {
  font: 16px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.active {
  background: url(http://www.dmcycleclub.com/images/blog/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#main-left {
  background: #EEEEEE;
  padding: 15px 25px 14px 22px;
  min-height: 1400px;
  height: auto !important;
  height: 1400px;
}

#subs-left {
  float: left;
  width: 162px;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#subs-right {
  float: right;
  width: 232px;
  padding-right: 10px;
  margin-top: 10px;
  margin-right: 10px;
}
#subs-left a {
  color: #fff;
}
#subs-left {
  color: #fff;
}
#subs-left h3 {
  color: #CCCCCC;
    padding-bottom: 8px;
  font: 16px Arial, Helvetica, sans-serif;
}
#subs-left p {
  text-align: left;
  margin: 0.6em 0;
}

#subs-right {
  color: #fff;
}

#subs-right img {
	margin-left:25px;
}

#subs-right h3 {
  color: #CCCCCC;
  padding-left: 20px;
  padding-bottom: 8px;
  font: 16px Arial, Helvetica, sans-serif;
}
#subs-right h4 {
  color: #000000;
  font: 14px Arial, Helvetica, sans-serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(http://www.dmcycleclub.com/images/blog/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: left;
  margin: 0.6em 0;
  padding-left: 10px;
}

#right-i {
  padding: 4px 25px 0 20px;
}

#right {
  float: right;
  width: 242px;
}

#right h2 {
  color: #323E51;
  font: 22px Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}

#right p {
  margin-top: 0;
  color: #163348;
  text-align: center;
}
#right .left {
  margin-right: 4px;
}

/*************************************
 +Footer
 *************************************/

#copyright {
  background: #1A3062;
  color: #677DB0;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 265px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
#copyright a {
  text-decoration: underline;
  color:#677DB0;
}
#copyright a:hover {
  text-decoration: underline;
  color:#FF7000;
}


/*************************************
 +Sidebar
 *************************************/
#sidebar{
  font-size:1.1em;
}
#sidebar h3{
  color:#555;
  font-size:1.5em;
  margin:1em 0;
}

#sidebar ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
#sidebar ul li{
  border-bottom:1px dotted #ddd;
  margin-bottom:0.3em;
  padding:0.3em;
}


/*************************************
 +Comments
 *************************************/
.commentsblock{
  margin-left: 0px;
  padding-top: 30px;
}
.commentsblock textarea{
	width:32em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Post
 *************************************/
.postfoot {	
	border-top: 1px solid #B6B157;
	border-bottom: 1px solid #B6B157;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 23px;
}

#main-left a {
  text-decoration: none;
  color: #FF7000;
}
#main-left a:hover {
  text-decoration: underline;
  color: #FF7000;
}
#main-left img {
  margin-left: 0px;
  border: 1px solid #FF7000;
  max-width: 400px;
}
