/* 
Theme Name: Soundworkz
Description: Soundworkz theme
Version: 1.0
Author: Andy
*/

body {
  margin: 0;
  background: #007db7 url(images/bg.jpg) left top repeat-x;
  }

p, body, li, ul, dd, td {
  font: 10pt arial, verdana, helvetica, sans-serif;
  color: #000;
  line-height: 150%;
  }

img a, a img {
  border: 0;
  }
  
a {
  font: 10pt arial, verdana, helvetica, sans-serif;
  color: #36b443;
  text-decoration: underline;
  outline: none;
  }
  
a:hover {
  color: #ff9900; 
  text-decoration: underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  line-height: 120%;
  font-family: "trebuchet ms", trebuchet, helvetica, sans-serif;
  color: #000;
  }

h1, h1 a {
  font-size: 14pt;
  margin: 0 0 0 0;
  padding-left: 22px;
  height: 41px;
  line-height: 41px;
  background: url(images/header-bg.png) left top no-repeat;
  display: block;
  color: #007db6;
  font-weight: normal;
  }
h2, h2 a {
  font-size: 12pt;
  }
h3, h3 a {
  font-size: 11pt;
  }

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: #dddddd;
  color: #ddddde;
  margin: 5px 0 15px 0; 
  }
  


#outerwrapper {
  width: 100%;
  margin:auto;
  background:url(images/header-new.jpg) center top no-repeat;
  }

#wrapper {
  width: 972px;
  margin: 0 auto;
  }

#header {
  height: 318px;
  padding-right: 24px;
  text-align: right;
  }
#header a {
  color: #fff;
  font-size: 16px;
  margin: 0 15px;
  line-height: 38px;
  text-decoration: none;
  }
#header a:hover {
  text-decoration: underline;
  }
  
#content {
  overflow: auto;
  height: 100%;
  min-height: 300px;
  }

#leftcolumn {
  width: 229px;
  float: left;
  padding: 0;
  }
#leftcolumn-bottom {
  height: 41px;
  background: url(images/leftcol_bottom.png);
  }
#leftcolumn ul {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  list-style-image: none;
  }
#leftcolumn ul li {
  width: 100%;
  margin: 0;
  border-bottom: 1px dotted #333333;
  padding: 8px 0 8px 16px;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  }
#leftcolumn ul li a {
  padding: 0 12px;
  line-height: 46px;
  text-decoration: none;
  display: block;
  color: #333;
  font: 10pt "trebuchet ms", trebuchet, helvetica, sans-serif;
  font-weight: bold;
  }
#leftcolumn ul li a:hover, #leftcolumn li.current_page_item a {
  text-decoration: underline;
  }

#rightcolumn {
  margin-left: 10px;
  width: 732px;
  float: left;
  }

#rightcolumn-bottom {
  height: 41px;
  background: url(images/bodytext-bottom.png);
  }

#bodytext {
  padding: 8px 32px 22px 24px;
  background: url(images/bodytext-bg.png) left top repeat-y;
  overflow: auto;
  height: 100%;
  }

#bodytextleft {
  width: 440px;
  padding-right: 14px;
  float: left;
  border-right: 1px dotted #000;
  }
#bodytextright {
  width: 200px;
  margin-left: 20px;
  float: left;
  }


#footer {
  padding: 30px 22px 15px 0;
  text-align: right;
  }
 
#footer a, #footer, #footer p {
  color: #c5dfeb;
  font-size: 12px;
  font-weight: bold;
  }

#homelink {
  height: 41px;
  background: url(images/leftcol_top.png) left top no-repeat;
  }
#homelink a {
  display: block;
  padding-left: 15px;
  line-height: 41px;
  font-size: 14pt;
  color: #007db6;
  font-weight: normal;
  text-decoration: none;
  }
#homelink a:hover {
  text-decoration: underline;
  }
#leftcolumn-content {
  background: url(images/leftcol-bg.png);
  padding: 0 40px 0 10px;
  }

#news {
  padding: 0;
  clear: all;
  }
#news h2 {
  background: url(images/news-bg.png) left top no-repeat;
  height: 43px;
  width: 198px;
  line-height:43px;
  padding: 0 10px;
  font-size: 13pt;
  color: #007db6;
  margin-left: -10px;
  font-weight: normal;
  }
#news p {
  margin-bottom: 0;
  }

#logo {
  position: absolute;
  top: 75px;
  left: 10px;
  z-index: 6;
  width: 600px;
  height: 200px;
  }

#social {
  position: absolute;
  top: 1px;
  left: 26px;
  z-index: 9;
  width: 360px;
  height: 45px;
  text-align: left;
  }
#social a {
  margin: 0 4px 0 0;
  }
#social a:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  }
  
#blogposts h3 a {
  text-decoration: none;
  font-family: "trebuchet ms", trebuchet, helvetica, sans-serif;
  color: #007db6;
  font-weight: bold;
  font-size: 14px;
  }
#blogposts h3 a, #blogposts h3 {
  margin: 20px 0 4px 0;
  }
#blogposts h3 a:hover {
  text-decoration: underline;
  }
#blogposts p {
  margin: 0;
  }
.date {
  font-size: 10px;
  color: #aaa;
  }

a.readmore {
  font-size: 11px;
  color: #007db6;
  text-decoration: none;
  }
a.readmore:hover {
  text-decoration: underline;
  }

a.colorbox-link {
  font-size: 20px;
  background: url(images/video.png) left top no-repeat;
  text-decoration: none;
  padding: 10px 0 10px 40px;
  }

.eightpt, a.eightpt, .eightpt a {
  font-size: 8px;
  }
.tenpt, a.tenpt, .tenpt a {
  font-size: 10px;
  }
.twelvept, a.twelvept, .twelvept a {
  font-size: 12px;
  }
.fourteenpt, a.fourteenpt, .fourteenpt a {
  font-size: 18px;
  }
.sixteenpt, a.sixteenpt, .sixteenpt a {
  font-size: 16px;
  }
.eighteenpt, a.eighteenpt, .eighteenpt a {
  font-size: 18px;
  }

#viewcart {
  background: url(images/view-cart.gif) left top no-repeat;
  width: 107px;
  height: 32px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  }

#viewcart:hover {
  background-position: left -32px;
  }


#twitter_update_list {
  list-style-type: none;
  padding: 0;
  }


li.widget_mailchimpsf_widget, .mc_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  }
h2.widgettitle {
  color: #007db6;
  }
.mc_form_inside {
  padding: 5px 10px;
  overflow: atuo;
  }
#mc_display_rewards, #mc_display_rewards a {
  color: #555;
  text-decoration: none;
  font-size: 10px;
  }
.mc_input {
  width: 150px;
  border: 1px solid #ddd;
  padding: 4px;
  }
#mc_signup_submit {
  background: #059ade;
  color: #fff;
  border: 0;
  padding: 6px;
  width: 162px;
  float: left;
  margin: 8px 0 0 1px;
  font-weight: bold;
  }
#mc-indicates-required {
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
  color: #059ade;
  }
.mc_list li {
  padding: 2px 0;
  }

#diggdigg {
  clear: both;
  padding-top: 30px;
  }
#diggdigg div, #diggdigg iframe, #diggdigg a {
  margin-right: 10px;
  padding: 0;
  float: left;
  }

/*#leftcolumn ul li a { */

#twitter_div ul li {
  background: none;
  margin: 0;
  border: none;
  font-size: 12px;
  padding: 0 0 16px 0;
  }

#twitter_div ul li a {
  font-size: 12px;
  color: #18abd1;
  display: inline;
  padding: 0;
  }
  
#twitter_div {
  background: #e2faff;
  width: 171px;
  padding: 0 10px;
  margin: -8px 0 0 2px;
  }

  
/* comment styles */
#comments-list ol {
  margin: 0;
  }
.comment-meta, .comment-meta a {
  font-size: 11px;
  color: #00a0de;
  }
.comment-author {
  font-size: 14px;
  font-weight: bold;
  }
.comment-content {
  marginr-bottom: 20px;
  }
.comment-content p {
  margin: 5px 0 0 0;
  }

.odd {
  background: #f0f2f2;
  padding: 10px;
  margin: 0 10px 10px 0;
  }
.even {
  padding: 10px;
  margin: 0 10px 10px 0;
  }


  
/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}