/*  
Theme Name: CTS Audio
Theme URI: http://www.ctsaudio.com/
Description: CTS Audio Custom Wordpress Layout
Version: 1.0
Author: Joseph Vadala
Author URI: http://www.josephvadala.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #000;
	padding-bottom: 30px;
}

body {
	background: #334F60;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a.index:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}
h1 {
	font: normal 24px 'Century Gothic', 'Gill Sans', Arial, sans-serif;
	color: #2d0e7a; 
	text-transform: uppercase;
}
h2 {
	font: normal 20px 'Century Gothic', 'Gill Sans', Arial, sans-serif;
	color: #2d0e7a; 
}
h3 {
	font: normal 16px 'Century Gothic', 'Gill Sans', Arial, sans-serif;
	color: #000;
}
h4 {
	font: normal 14px 'Century Gothic', 'Gill Sans', Arial, sans-serif;
	color: #000;
}
h5 {
	font: normal 12px Arial, sans-serif;
	color: #000; 
	line-height: 13px;
}
.black {
	color: #000;
}
.indent {
	margin-left: 25px;
}
.indentsmall {
	margin-left: 10px;
}
.top-pad {
	padding-top: 20px;
}
.wp-caption-text {
	font-size: 10px;
}
/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
	padding-top: 15px;
}

.right-col {
	float: right;
}

.left_column {
	width: 500px;
	margin-left: 25px;
}

.right_column {
	float: right;
	width: 175px;
	margin-right: 75px;
}

/* Container */

#container {
	width: 825px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 825px;
	height: 283px;
	background: url(images/header_bg.png);
	position: relative;
}

#header h1 {
	padding: 30px 0 0 20px;
}

/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
	position: absolute;
	top: 223px;
	left: 51px;
}

#menu_top {
	width: 350px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 475px;
}

#menu ul li, #menu_top ul li {
	float: left;
	line-height: 30px;
	display: inline;
	font-weight: normal;
	font-family: "Century Gothic", "Lucida Grande", sans-serif;
	font-size: 14px;
}

#menu ul li a, #menu_top ul li a {
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 10px 0 0;
	color: #fff;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: inline-block;
	height: 30px;
	padding: 0 0 0 27px;
}
#logo_link {
	width: 300px;
	height: 200px;
	position: absolute;
	left: 500px;
	top: 75px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	position: relative;
}

/* Main Menu - Drop-down menus */
#menu .nav li ul  { height: auto; margin-left: 0; margin-top: 0; background: #F5F5F5; position: absolute; width: 180px; z-index:999; }
#menu .nav li ul li  { float: left; background:#F5F5F5; }
#menu .nav li ul li a  { float: none; margin: 0; padding: 0 0 0 20px!important; line-height: 28px; height: auto; width:160px; color:#555; font-size:0.8em; border: none; background: none; }
#menu .nav li ul li a span  { padding: 0; height: auto; background: none; }
#menu .nav li ul li a.sf-with-ul { padding:5px 10px; }
#menu .nav li ul li a:hover  { background:#e0e0e0;}
#menu .nav li ul ul  { margin: -25px 0 0 180px; }
#menu .nav li ul ul li a  {  }
#menu .nav li ul li ul li a  {  }

#menu .nav li:hover, #menu .nav li.hover  { position:static; }
#menu .nav li:hover ul ul, #menu .nav li.sfhover ul ul,
#menu .nav li:hover ul ul ul, #menu .nav li.sfhover ul ul ul,
#menu .nav li:hover ul ul ul ul, #menu .nav li.sfhover ul ul ul ul { left:-999em; }
#menu .nav li:hover ul, #menu .nav li.sfhover ul,
#menu .nav li li:hover ul, #menu .nav li li.sfhover ul,
#menu .nav li li li:hover ul, #menu .nav li li li.sfhover ul  { left:auto; }

#menu .nav .sf-sub-indicator {background: url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:0.9em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
#menu .nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}

/* Content Area - Content and Sidebar */

.background {
	background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
}

/* Content */

#content {
	width: 825px;
	margin: 0 auto;
	padding-left: 26px;
	position: relative;
	overflow: hidden;
}
.no_pad {
	padding-left: -26px;
}
.bg_white {
	background: url(images/index_repeatbg_white.png) repeat-y;
}
.bg_black {
	background: url(images/index_repeatbg.png) repeat-y;
}
.bg_news {
	background: url(images/index_repeatbg_newscol.png) repeat-y;
}
.bg_blog {
	background: url(images/index_repeatbg_blogcol.png) repeat-y;
}
h2.arh {
	width: 460px;
	margin-left: 160px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF0D4;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}

/* Post */

.post {
	width: 100%;
	padding: 10px 0;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 440px;
	margin-right: 40px;
	display: inline;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h2 {
	font-size: 28px;
	line-height: 30px;
}

.post-content h2 a {
	color: #404040;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content Images*/

.post-content img {
	padding: 5px;
	background: #1A272E;
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	width: 140px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 55px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 225px;
	padding-right: 75px;
	min-height: 1100px;
}

#sidebar h2 {
	font-size: 13px;
	color: #4A8393;
}

/* Sidebar Search */

#search {
	width: 100%;
	height: 57px;
	height: 50px;
}

#search form {
	padding: 5px 0 0 5px;
}

#search form div {
	width: 200px;
	height: 28px;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */

#sidebar .block {
	padding: 14px 4px 14px 14px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	width: 825px;
	height: 105px;
	margin: 0 auto;
	background: url(images/footer_bg.png);
	position: relative;
}

/* Copyright */

#copyright {
	width: 250px;
	clear: both;
	color: #999;
	position: absolute;
	font: normal 12px "Century Gothic", "Lucida Sans", sans-serif;
	top: 60px;
	left: 625px;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Threaded comments */

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

ol.commentlist li{
	list-style-type:none;
}

ol.commentlist li ul.children {
	padding-left:20px;
}
ol.commentlist li ul.children li{
	border-top:1px dotted #D7D7D7;	
	border-bottom:none;
	padding-top:15px;
}

/* Grey Theme - Permanent Add */

body {
	background: #393939;
}
.background {
	background: #FFFFFF;
}
#sidebar .block, #sidebar .adverts{
	background: url(grey/sidebar_block_top.gif) repeat-x 0 0;
}
.post-content a span.read_more {
	color: #97c0f0;
}

#footer a {
	color: #90938e;
}

#footer a:hover {
	color: #a6a9a4;
}

#footer h2 {
	color: #848783;
}
#sidebar h2 {
	color:#91938f;	
}
#sidebar .block a {
	color:#676966;
}
#wp-calendar th{
	background:#dfe0df none repeat scroll 0 0;
}
#footer #subscribe {
	color:#e1e2e3;
}

#footer_facebook {
	height: 30px; 
	width: 150px;
	position: absolute;
	top: 80px;
	right: 35px;
}

/* Template Page - Services */

#services_4images {
	position: absolute;
	top: 60px;
	left: 417px;
	height: 377px;
	width: 411px;
}
#services_text {
	position: absolute;
	top: 15px;
	left: 45px;
	height: 300px;
	width: 350px;
	line-height: 10px;
}
/* Template Page - Index */

#index_news-stories {
	width: 500px;
	height: 190px;
	position: absolute;
	top: 300px;
	left: 325px;
	float: left;
	text-align: right;
}
#index_emailsignup {
	height: 75px;
	width: 250px;
	position: absolute;
	top: 300px;
	left: 35px;
}
#index_news_story_performance-audio_content {
	width: 425px;
	min-height: 1000px;
	margin-left: 25px;
}
#index_news_story_performance-audio_title {
	width: 125px;
	height: 275px;
	margin-left: 25px;
	text-align: right;
	float: left;
	color: #FFF;
	cursor: pointer;
}
#index_news_story_installation-news_content {
	width: 425px;
	min-height: 1000px;
	margin-left: 25px;
}
#index_news_story_installation-news_title {
	width: 125px;
	height: 275px;
	margin-left: 25px;
	text-align: right;
	float: left;
	color: #FFF;
	cursor: pointer;
}
#index_news_story_pro-audio-sales_content {
	width: 425px;
	min-height: 1000px;
	margin-left: 25px;
	padding-top: 20px;
}
#index_news_story_pro-audio-sales_title {
	width: 125px;
	height: 275px;
	margin-left: 25px;
	text-align: right;
	float: left;
	color: #FFF;
	cursor: pointer;
	overflow: visible;
}
#story_permalink1 {
	width: 125px;
	height: 25px;
	position: absolute;
	top: 190px;
	left: 25px;
}
#story_permalink2 {
	width: 125px;
	height: 25px;
	position: absolute;
	top: 190px;
	left: 175px;
}
#story_permalink3 {
	width: 125px;
	height: 25px;
	position: absolute;
	top: 190px;
	left: 325px;
}
/* Template Page - News */

#news_story_performance-audio_content {
	width: 425px;
	min-height: 1000px;
	margin-left: 25px;
}
#news_story_performance-audio_title {
	width: 125px;
	height: 215px;
	margin-left: 25px;
	text-align: left;
	float: left;
	color: #000;
	cursor: pointer;
}
#news_story_installation-news_content {
	width: 425px;
	min-height: 1000px;
	margin-left: 25px;
}
#news_story_installation-news_title {
	width: 125px;
	height: 215px;
	margin-left: 25px;
	text-align: left;
	float: left;
	color: #000;
	cursor: pointer;
}
#news_story_pro-audio-sales_content {
	width: 425px;
	min-height: 1000px;
	margin-left: 25px;
	padding-top: 20px;
}
#news_story_pro-audio-sales_title {
	width: 125px;
	height: 215px;
	margin-left: 25px;
	text-align: left;
	float: left;
	color: #000;
	cursor: pointer;
}
#news_story_announcements {
	height: 1075px;
	width: 265px;
	background-color: #949494;
	float: right;
	margin-right: 75px;
}
#news_content {
	width: 225px;
	height: auto;
	margin-left: 21px;
}

/* Template Page - Contact */

#contact_image {
	height: 335px;
	width: 412px;
	float: right;
	margin-right: 77px;
	margin-top: 33px;
	text-align: right;
}
#contact_text {
	position: absolute;
	top: 15px;
	left: 45px;
	height: 300px;
	width: 350px;
	line-height: 10px;
}
#contact_info ul li {
	font-weight: bold;
	display: inline-block;
	text-align: right;
}

/* Template Page - About */

#about_staff {
	height: 500px;
	width: 300px;
	float: right;
	margin-top: 60px;
	margin-right: 75px;
}
#about_text {
	position: absolute;
	top: 15px;
	left: 45px;
	height: 550px;
	width: 400px;
}

/* Post - single.php */

#blog_post {
	width: 475px;
	float: left;
	padding-left: 25px;
	overflow: hidden;
}

/* Search - search.php */

#search_results {
	width: 475px;
	float: left;
	padding-left: 25px;
	overflow: hidden;
}

/* Bio Colorbox Styles */
.bio_title {
	font: bold 12px Verdana, Geneva, sans-serif;
	height: 10px;
	width: 250px; 
	position: absolute;
	left: 130px;
	top: 5px;
}
.bio_logo {
	width: 120px;
	height: 59px;
	position: absolute;
	top: 27px;
	left: 130px;
}
.bio_image {
	width: 72px;
	height: 108px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bio_text {
	width: 350px;
	height: 350px;
	position: absolute;
	left: 161px;
	top: 139px;
	font: normal 11px Verdana, Geneva, sans-serif;
}

/* Template Page - Blog */

#blog_content {
	width: 450px;
}

/* Blank Template Page */

#blank_template_text {
	position: absolute;
	top: 15px;
	left: 45px;
	height: 300px;
	width: 650px;
	line-height: 10px;
}

/* Newsletter Viewer */

#newsletter_viewer {
	margin-left: -8px;
}

/* Template Page - Portfolio */
#portfolio_slideshow {
	width: 730px;
	height: 750px;
	position: absolute;
	top: 12px;
	left: 47px;
	overflow: hidden;
}
#portfolio_categories {
	height: 300px;
	width: 300px;
	position: absolute;
	top: 500px;
	right: 99px;
	float: right;
}
.portfolio_captions {
	height: 300px;
	width: 350px;
	position: absolute;
	top: 490px;
	left: 10px;
	font: italic 12px 'Century Gothic', 'Gill Sans', Arial, sans-serif;
	color: #999;
	display: none;
	z-index: 1000;
}
#portfolio_name {
	height: 25px;
	width: auto;
	position: absolute;
	top: 451px;
	left: 0px;
	font: normal 20px 'Century Gothic', 'Gill Sans', Arial, sans-serif;
	color: #FFF;
	padding: 5px 7px 5px 5px;
	background-color:#CCC;
}
/* Template Page - Services Sub-Pages */

#services_subpages_text {
	position: absolute;
	top: 15px;
	left: 45px;
	height: auto;
	width: 735px;
}

/* Misc Text Colors */

.white {
	color: #FFF;
}
.orange {
	color: #F63;
}
