/*

	File: screen.css
	Media: screen
	Copyright: (c) 2008 Church Media Group, Inc. www.churchmedia.cc
	Author: Ismael Burciaga Jr.
	Notes: 

Table of Contents:

	Reset Defaults
	Basic Selectors
	Links
	Main Structure Selectors
	Header Layout
	Main Layout
	Sidebar Layout
	Margins
	
Colors:

	Dark Gray #333
	Medium Gray #777
	Light Gray #ccc
	Red #a90000
	
*/


/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%;}
body { background: #e2e2e2 url(../images/bg/bg_body.jpg) top left repeat-x; font: normal 62.5% Arial, Helvetica, sans-serif; color: #555; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #3d5a6f; }
p { font-size:1.2em; line-height:1.7em; }
small { font-size:1.1em; }

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

.ten { font-size:1em; }
.eleven { font-size:1.1em; }
.twelve { font-size:1.2em; }
.fourteen { font-size:1.4em; }
.sixteen { font-size:1.6em; }
.eighteen { font-size:1.8em; }
.twenty { font-size:2em; }
.twentytwo { font-size:2.2em; }
.twentyfour { font-size:2.4em; }


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none; font-size:1.1em;}
a:link { color: #333e4c;}
a:visited { color: #333e4c;}
a:hover { color: #2cb6de;}
a:active { color: #3d5a6f;}


div.cmg_logo { float:right; margin:0; padding:0;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

#header_box { background: #556271 url(../images/bg/bg_header.jpg) left bottom repeat-x; width: 100%; padding: 5px 0 9px 0; }
#header { width:960px; margin:0 auto 0 auto; overflow: hidden; padding-top: 22px }
#main_container { width:960px; margin: 5px auto; }
#content { width:960px; overflow:hidden; background:url(../images/bg/container_bg.jpg) top right no-repeat; }
#footer { width:960px; padding:12px; border-top:1px solid #b2b5b7;}
.sidebar{ margin:0; float:left; display:inline; width:334px;}
.main { width:566px; padding:38px 20px 20px 32px; float:left; display:inline; overflow:hidden;}

.left_panel { width:256px; float:left; display: inline; margin-right: 24px; }
.right_panel { width: 269px; float: left; display: inline; }



/* Header Layout
--------------------------------------------------------------------------------------- */

#header h1 { float:left; margin-left:16px; display: inline; }
#header h1 a { display:block; width:75px; height:31px; background: transparent url(../images/btn/logo_h1.jpg) top left no-repeat; text-indent:-9999px;}

/*--- NAVIGATION --*/

#navigation_main { width:533px; padding:0; margin:28px 20px 0 0; float:right; display:inline; }
#navigation_main ul { width:533px; overflow:hidden; } 
#navigation_main ul li { float:left; display:inline; }

#navigation_main ul li a { display:block; height:32px; text-indent:-9999px; outline:none;}
#navigation_main ul li a#home { background: transparent url(../images/btn/btn_nav_menu.gif) 0 0 no-repeat; width:65px; }
#navigation_main ul li a#about { background: transparent url(../images/btn/btn_nav_menu.gif) -65px 0 no-repeat; width:88px; }
#navigation_main ul li a#events { background: transparent url(../images/btn/btn_nav_menu.gif) -153px 0 no-repeat; width:62px; }
#navigation_main ul li a#media { background: transparent url(../images/btn/btn_nav_menu.gif) -271px 0 no-repeat; width:56px; }
#navigation_main ul li a#news { background: transparent url(../images/btn/btn_nav_menu.gif) -215px 0 no-repeat; width:56px; }
#navigation_main ul li a#testimonies { background: transparent url(../images/btn/btn_nav_menu.gif) -327px 0 no-repeat; width:88px; }
#navigation_main ul li a#store { background: transparent url(../images/btn/btn_nav_menu.gif) -415px 0 no-repeat; width:56px; }
#navigation_main ul li a#contact { background: transparent url(../images/btn/btn_nav_menu.gif) -471px 0 no-repeat; width:62px; }

#navigation_main ul li a#home:hover { background-position: 0 -32px;  }
#navigation_main ul li a#about:hover { background-position: -65px -64px; }
#navigation_main ul li a#events:hover { background-position: -153px -64px; }
#navigation_main ul li a#media:hover { background-position: -271px -64px; }
#navigation_main ul li a#news:hover { background-position: -215px -64px; }
#navigation_main ul li a#testimonies:hover { background-position: -327px -64px; }
#navigation_main ul li a#store:hover { background-position: -415px -64px; }
#navigation_main ul li a#contact:hover { background-position: -471px -64px; }

body.home #navigation_main ul li a#home { background: transparent url(../images/btn/btn_nav_menu.gif) 0 -32px no-repeat; }
body.about #navigation_main ul li a#about { background: transparent url(../images/btn/btn_nav_menu.gif) -65px -32px no-repeat; }
body.events #navigation_main ul li a#events { background: transparent url(../images/btn/btn_nav_menu.gif) -153px -32px no-repeat; }
body.media #navigation_main ul li a#media { background: transparent url(../images/btn/btn_nav_menu.gif) -271px -32px no-repeat; }
body.news #navigation_main ul li a#news { background: transparent url(../images/btn/btn_nav_menu.gif) -215px -32px no-repeat; }
body.testimonies #navigation_main ul li a#testimonies { background: transparent url(../images/btn/btn_nav_menu.gif) -327px -32px no-repeat; }
body.store #navigation_main ul li a#store { background: transparent url(../images/btn/btn_nav_menu.gif) -415px -32px no-repeat; }
body.contact #navigation_main ul li a#contact { background: transparent url(../images/btn/btn_nav_menu.gif) -471px -32px no-repeat; }

body.home #navigation_main ul li a#home:hover { background: transparent url(../images/btn/btn_nav_menu.gif) 0 -32px no-repeat;  }
body.about #navigation_main ul li a#about:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -65px -64px no-repeat; }
body.events #navigation_main ul li a#events:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -153px -64px no-repeat; }
body.media #navigation_main ul li a#media:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -271px -64px no-repeat; }
body.news #navigation_main ul li a#news:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -215px -64px no-repeat; }
body.testimonies #navigation_main ul li a#testimonies:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -327px -64px no-repeat; }
body.store #navigation_main ul li a#store:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -415px -64px no-repeat; }
body.contact #navigation_main ul li a#contact:hover { background: transparent url(../images/btn/btn_nav_menu.gif) -471px -64px no-repeat; }


/* Main Layout
--------------------------------------------------------------------------------------- */

.banner { width: 546px; padding: 0 6px 24px 14px; clear: both; }

.main p { font-size: 1.2em; color:#5c6569; margin: 12px 0; }

h2.titles { font-size:1.6em; color:#2cb6de; font-weight:bold; padding-bottom:6px; }
.welcome_panel { width:228px; padding:0 0 10px 18px; margin-bottom:0; }
.welcome_panel p { font-size: 1.2em; color:#5c6569; margin: 10px 0; }

.main_padding {padding:0 17px 0 17px; width: 532px;}

div.news { width:238px; padding:0 0 10px 18px;}
div.news_box {  padding:8px 0; border-bottom: 1px dashed #cccccc; }
h2.news_title { font-size:1.2em; color:#3d5a6f; font-weight:bold; line-height: 1.3em;  }
h3.news_title { font-size:1.4em; color:#3d5a6f; font-weight:bold; line-height: 1.3em;  }
div.news_box p { margin: 2px 0; line-height: 1.3em;}


div.events { width:249px; padding:0 0 0 20px; border-left: 1px solid #cccccc; }
div.events_box { width:256px; margin-bottom:14px; padding: 0 0 5px 0; }
div.events_box_blue { width:256px; margin-bottom:14px; padding: 5px 0 5px 0; background:#e6eef1 ; }
h2.events_title { font-size:1.2em; color:#3d5a6f; font-weight:bold;  }
div.events_panel_box p { margin: 2px 0; line-height: 1.3em; }
div.events_panel_box_blue p { margin: 2px 0; line-height: 1.3em; }

.more { float: right; font-size: .65em; }
.more img { margin-right: 8px;}

div.events_panel_box { width:100%; padding: 8px 0 8px 0; }
.alt { background:#e6eef1; }
h2.events_title { font-size:1.2em; color:#3d5a6f; font-weight:bold;  }

.events_product { margin: 0 0 0 0; overflow: hidden; width: 100%;}
.events_product img { margin:0 10px 0 0; padding:0; float: left; display: inline;}
.events_product p { margin:0 0 10px 0; padding:0; float: left; display: inline;}
.events_product h3 { color: #333e4c; margin:0 0 2px 0;}
.events_product h4 { color: #4d7a98;  margin:0 0 6px 0;  }

.table_events { width: 100%; border-collapse: collapse; font-size: 1.2em; margin-top: 16px; }
.table_events td { padding: 10px 8px; border-bottom: 1px solid #bbbbbb; }
.table_events td.titles { background: #5e6874; color: #ffffff; font-weight: bold;}
.table_events td p  { margin: 0; padding: 0; font-size: 1em; }

.back { float: right; font-size: .825em; }

div.about { padding:0 17px; overflow: hidden;}

div.testimonies_box { border-bottom: dashed 1px #bbbbbb; padding:0 0; }

.featured_product_home { width:258px; height:157px; margin:4px 0 0 0;}

.featured_product { width:512px; height:207px; padding:4px 17px 0 37px; overflow: hidden; background: transparent url(../images/bg/featured_product_bg.jpg) top left no-repeat;}
.featured_product h2 { margin: 0 0 16px 0; }

.product_info { margin: 38px 0 0 118px; }
.product_info h3 { color: #333e4c;  }
.product_info h4 { color: #4d7a98; margin:6px 0 8px 0; }

.product { margin: 52px 0 0 0; overflow: hidden; width: 247px; float: left; display: inline; }
.product img { margin:0 10px 0 0; padding:0; float: left; display: inline;}
.product h3 { color: #333e4c; margin:0 0 2px 0;}
.product p{ line-height: 1.3em;}
.product h4 { color: #4d7a98;  margin:0 0 6px 0;  }
.product h2 a { display:block; background: transparent url(../images/btn/buy_now.jpg) top left no-repeat; text-indent:-9999px; width:77px; height:23px; margin-top: 16px;}
.product h2 a:hover { background: transparent url(../images/btn/buy_now.jpg) bottom left no-repeat;}

.product_download h2 a { display:block; background: transparent url(../images/btn/download_now.jpg) top left no-repeat; text-indent:-9999px; width:122px; height:23px; margin-top: 16px;}
.product_download h2 a:hover { background: transparent url(../images/btn/download_now.jpg) bottom left no-repeat;}

.enewsletter_panel { width:214px; padding:0 22px; height:208px; float: left; display: inline; margin-left:10px; background: transparent url(../images/bg/enews_bg.jpg) left top no-repeat; margin-top:20px;}

.contact_info { width: 498px; padding: 0 16px; background: #def0f6; border: 1px solid #98cfe8; margin: 16px 0; text-align: center; color: #333e4c; }

ul.normal li { list-style: disc; margin-left: 34px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 16px; font-style: italic; color: #333e4c; font-weight: bold; }

ul.site_map { margin-top: 16px; }/Applications/MAMP/htdocs/klausmusic.com/css/screen.css
ul.site_map li { list-style: disc; margin-left: 16px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 10px; font-style: italic; color: #333e4c; font-weight: bold; }

/* Sidebar Layout
--------------------------------------------------------------------------------------- */


.network { width: 218px; padding: 24px 20px 26px 20px; float:left; display: inline; margin: 20px 0 20px 42px; background: transparent url(../images/bg/enews_bg.jpg) top left no-repeat;}
.network li { font-size: 1.6em; color: #ffffff; border-bottom: 1px dashed #88919c; }
.network li.title { margin-bottom: 8px; text-transform: uppercase; font-weight: bold; border: none;}
.network li a { padding: 6px 0 6px 24px; display: block; width: 198px; }

.network li a:link { color: #ffffff;}
.network li a:visited { color: #ffffff;}
.network li a:hover { color: #2cb6de;}
.network li a:active { color: #ffffff;}

.network li.btn_booking { background: transparent url(../images/icons/icon_booking.jpg) 0 50% no-repeat; }
.network li.btn_enews { background: transparent url(../images/icons/icon_enews.jpg) 0 50% no-repeat; }
.network li.btn_myspace { background: transparent url(../images/icons/icon_myspace.jpg) 0 50% no-repeat; }
.network li.btn_itunes { background: transparent url(../images/icons/icon_apple.jpg) 0 50% no-repeat; }
.network li.btn_facebook { background: transparent url(../images/icons/icon_facebook.jpg) 0 50% no-repeat; }
.network li.btn_twitter { background: transparent url(../images/icons/icon_twitter.jpg) 0 50% no-repeat; }

a.book_now { display: block; height: 39px; width: 120px; text-indent: -9999px; background: transparent url(../images/btn/book_now.jpg) top left no-repeat; }
a.book_now:hover { background-position: bottom left; }




/* Footer Layout
--------------------------------------------------------------------------------------- */

#footer p.copyright { font-size:1em; color:#888888; float:left; }
#footer h2 { float:right; display:inline; margin-top: 4px; padding: 0;}
#footer h2 a { display:block; background: transparent url(../images/btn/cmg_logo.jpg) top left no-repeat; text-indent:-9999px; width:161px; height:10px; line-height: 0;}
#footer h2 a:hover { background: transparent url(../images/btn/cmg_logo.jpg) bottom left no-repeat;}

.player{width: 218px; margin: 0 0 0 42px;}
.video{width: 230px;}
.video-support{width: 273px; }
.section{border-bottom: 3px solid #CACACA;padding: 0 0 20px 0; margin: 0 0 20px 0;}
.featured-ad{ margin: 0 0 15px 0;text-align:center;padding: 10px;}

