/*
Theme Name: BigBoyAudio Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: BBA - Marc Juneau
Author URI: http://www.nolagraphics.com
*/

/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES*/


*{border:none;outline:none; }

input#saddr{
	border: 1px solid #000000;
}

html,body{font-family:Arial, Helvetica, sans-serif; color:#999;}
html,body{width:100%; /*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/ font-size:11px;}
/*html { overflow-y: scroll; }*/
/*html { overflow: -moz-scrollbars-vertical; }*/
body{background:url(images/bg-body.gif); margin:0; padding:0;}

/* TYPOGRAPHY */
a{text-decoration:none; color:#D7CD0E; cursor:pointer;}
a:hover{color:#efefef; text-decoration:underline;}
h2 a{color:#fff;}
h1{color:#ededed; font-size:36px; font-weight:normal; margin-bottom:12px;}
h2{color:#efefef; font-size:18px; text-transform:uppercase; margin:20px 0px 10px; clear:both;}
h3{color:#efefef; font-size:18px;  margin:20px 0px 10px; font-weight:normal;}
h4{color:#efefef; font-size:14px;  margin:20px 0px 10px; font-weight:normal;}
p{line-height:16px; margin:0px 0px 12px 0px;}
blockquote{float:left; clear:both; color:#777; font-style:italic; margin:20px 0px 20px 0px; padding-left:64px; min-height:50px;background:url(images/quote.gif) no-repeat top left;}
pre{ line-height:20px; margin-bottom:20px; max-width:100%;}

ul{margin:2px 20px 20px; padding:0; list-style-type:square; width:auto; display:block; }
ol{margin:2px 20px 20px; padding:0; list-style-type:decimal; width:auto; display:block; }
ul li, ol li{ padding:4px 0px; margin:0px; color:#777; width:auto;}
ul li a{} q
ul li a:hover, ol li a.hover{color:#fff;  text-decoration:none;}

table{width:100%; border-collapse:collapse; float:left; clear:both; margin:0px 0px 30px 0px;}
table caption{width:100%;  padding:12px 12px; color:#999; font-weight:bold; background:#222;}
table th,table td {padding:12px 12px; border:1px solid #000; text-align:left; color:#999; display:table-cell;}
table tr {background:#111;}
table tr:hover{background:#151515;}
table th {background:#222;}
table a{font-weight:bold; padding:4px 8px; }
table a:hover{color:#999; padding:4px 8px; }



/* -------------------------------------------*/
/* PAGE STRUCTURE */
/* -------------------------------------------*/

/* MAIN STRUCTURE */
#wrapper{background:url(images/speakers.jpg) repeat-y top center; margin:0px 0px; padding:0; width:100%; float:left; clear:both; }

#my-inner-wrap{
	margin:0px 0px;
	padding:0;
	width:100%;
	float:left;
	clear:both;
}


#inner-wrap{width:960px; margin:0 auto; clear:both;}

#inner{background:url(images/header.jpg) no-repeat top center; } 
#inner{width:960px; float:left;  clear:both; background-color:#000;}

/* HEADER BAR ABOVE MAIN MENU */

#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/bg-chromeline-full.jpg) no-repeat scroll left bottom;
clear:both;
display:inline;
float:left;
height:40px;
margin:10px 0 0;
width:960px;
}


#header #info{width:710px; float:left; padding-left:50px; height:30px; padding-top:12px; font-size:18px; color:#ccc;}
#header #search{width:200px; float:left; height:30px; margin-top:4px; clear:none;}
#header #search #s{width:160px; background:#111; border:1px solid #4a4a4a; padding:5px; color:#999; font-size:100%; float:left; margin:2px 0px 0px 0px;}
#header #search #searchsubmit{width:26px; height:26px; display:block; float:left; background:url(images/icon-search.gif); border:none; margin:2px 0px 0px 2px; cursor:pointer;}


/* MAIN MENU */
#nav {
clear:both;
display:inline;
float:left;
height:100px;
position:relative;
width:960px;
}
#logo{
	width:353px;
	height:105px;
	display:inline;
	margin-top:10px;
	z-index:10;
	position:absolute;
	left:-20px;
	background-image: url(images/bba-logo.png);
	background-repeat: no-repeat;
}
#logo a{	width:353px;
	height:105px;
	display:block;
	text-indent:-9999px;
} 

#menu {
display:inline;
float:left;
left:175px;
position:absolute;
width:800px;
}

/* Level 1 */
#menu ul {
display:inline;
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
width:auto;
z-index:5000;
}
#menu ul li{clear:none;float:left; padding:0px; border:none; position:relative; background:url(images/left_red.png) no-repeat center top;} 


#menu ul li:hover{clear:none;float:left; padding:0px; border:none; position:relative; background:url(images/left_yellow.png) no-repeat center top;} 

#menu ul li a{float:left; padding:60px 30px 2px; height:33px;  text-transform:uppercase; color:#fff; font-weight:bold; font-size:100%;}
#menu ul li a:hover{background:url(images/left_yellow.png) no-repeat center top; color:#fff; text-decoration:none;}
#menu ul li.current_page_item a{color:#fff; font-weight:bold;}
/* Level 2 */
#menu ul ul { margin: 0px 0px 0px 10px; padding: 0px; position:absolute; visibility: hidden; width:auto; z-index:2000; background:#4a4a4a;}
#menu ul ul li { height: 26px; float: left; display: inline; font-size:100%; clear:both; margin:-1px 0px 0px 0px !important; text-transform:none; padding:1px; }
#menu ul ul li a, #menu ul li.current_page_item ul li a{width:220px; background:#000; color:#777; margin:0px; padding:10px 10px 10px;  font-weight:normal; display:inline; height:auto;}
#menu ul ul li a:hover, #menu ul li.current_page_item ul li a:hover {background:#111;padding:10px 10px 10px; height:auto; color:#fff;}

/* Level 3*/
#menu ul ul ul{margin: 0px 0px 0px -1px; padding:0px; position:absolute; visibility: hidden; width:auto; z-index:1000; background:#4a4a4a; border-top:1px solid #4a4a4a;}
#menu ul ul ul li { float: left; display: inline; font-size:100%; clear:both; margin:-1px 0px 0px 0px; text-transform:none; padding:1px; }
#menu ul ul ul li a{ width:220px; background:#000; color:#777; margin:0px; padding:10px 10px 10px;  font-weight:normal; display:inline; height:auto;}
#menu ul ul ul li a:hover{background:#111;padding:10px 10px 10px; height:auto;}


/* BREADCRUMB */
#breadcrumb{width:880px; height:18px; float:left; clear:both; display:inline; padding:8px 30px 6px 50px;}
#breadcrumb ul{margin:0; padding:0; list-style:none; float:left; width:880px;}
#breadcrumb ul li{margin:0px 5px 0px 0px; float:left; display:block; width:auto; clear:none;}
#breadcrumb ul li a {margin:0px 5px 0px 0px; float:left; display:block; width:auto;}

/* FEATURE SLIDESHOW */
#feature{width:960px; height:320px; float:left; clear:both; display:inline; position: relative; z-index:20; }
.lights{width:640px; height:320px; background:url(images/lights.png) no-repeat right top; z-index:10; position:absolute; right:0;}
.slideWrap{width:960px; height:320px; margin:0 auto; background:url(images/bg-chromeline-half.jpg) no-repeat left bottom;z-index:1; }
.slide{width:960px; height:320px; display:block; background:url(images/bg-feature-purple.jpg) left top;}
.slide .text{width:320px; height:200px; margin-left:50px; margin-top:30px; float:left; display:inline; z-index:11;}
.slide h1{color:#efefef; margin:0px; font-size:28px; border-bottom:1px solid #000; padding-bottom:10px; width:330px; }
.slide h3{color:#ccc;font-weight:normal; line-height:13px; margin-bottom:2px; font-size:20px;}
.slide p {color:#efefef; border-bottom:1px solid #000; border-top:1px solid #3a0e0f; padding:15px 0px; margin:0px;}
.slide .image{width:480px; height:260px; border:1px solid #333; margin-left:50px; margin-top:30px; float:left; display:inline; background:url(images/bg-feature-image.jpg) no-repeat; padding:3px; overflow:hidden;}
.slide .image .inner{float:left; width:480px; height:260px; overflow:hidden; position:relative; z-index:100; }
.slide .image .inner .overlay{position:absolute; top:0px; right:0px; /*background:url(images/bg-feature-image-gloss.png) no-repeat; */ height:260px; width:210px;}

/* Button list feature field and blog*/
ul.post-bt{margin:0; padding:15px 0px; float:left; width:330px;list-style:none; border-top:1px solid #3a0e0f;  border-bottom:1px solid #3a0e0f;}

#theposts ul.post-bt{margin:0; padding:15px 0px; float:left; width:330px;list-style:none; border-top:0;  border-bottom:0;}


ul.post-bt li{clear:none;  height:30px; float:left; display:block; padding:0px; margin-right:4px; background:url(images/bg-pager.jpg) repeat-x; }

ul.post-bt li.date{clear:none;  height:30px; float:left; display:block; padding:0px; margin-right:4px; background:none; margin-left:100px;
margin-top:-65px;}


ul.post-bt li a{background-color:#000;  height:28px; padding:0px; margin:1px; float:left; display:inline-block; text-decoration:none; color:#999; }
ul.post-bt li a:hover{background:#333;}
ul.post-bt li a span{background:url(images/bg-button-highlight.png) repeat-x top left; width:auto; float:left;  padding:8px 14px 0px 14px; text-align:center; text-transform:uppercase; display:block;}

/* PAGE TITLE */
#title-wrap{width:880px; float:left; clear:both; display:inline; padding:0px 30px 0px 50px; background:url(images/subhead.jpg) no-repeat  center 3px; }
#page-title{width:880px; float:left; display:inline; clear:both; }
#page-title h1{font-size:30px; font-weight:normal; margin:15px 0 20px 0; float:left; clear:none; color:#fff;}
body.page #page-title h1{font-size:48px; font-weight:normal; margin:15px 0 20px 0; float:left; clear:none; color:#fff;}


#page-title h2{font-size:24px; font-weight:normal; margin:0 0px 0 20px; float:left; clear:none; color:#fff; text-transform:none;}

/* PAGE SUB NAVIGATION */
#sub-nav{width:870px; float:left; display:inline; clear:both; margin:20px 0px 0px;}

/* PAGE CONTENT */
#content{width:960px; float:left; clear:both; display:inline; background:#141414 url(images/bg-chromeline-half.jpg) no-repeat top left ; padding:0px 0px 0px 0px; }
#content-full{width:960px; float:left; clear:both; display:inline; background:#000 url(images/bg-chromeline-half.jpg) no-repeat top left ; padding:0px 0px 0px 0px; }
#content-two-third{width:560px; float:left; clear:both; display:inline; background:#000 url(images/bg-chromeline-half.jpg) no-repeat top left ; padding:0px 0px 0px 0px; }
#content-three-quarter{width:640px; float:left; clear:both; display:inline; background:#000 url(images/bg-chromeline-half.jpg) no-repeat top left ; padding:0px 0px 0px 0px; }
#content #services{width:950px; padding:0px 0px 0px 10px; display:inline; float:left; clear:both; background:url(images/home-foot-repeat.png) repeat-x top left;}
#content #widgets{width:880px; padding:20px 30px 0 50px; display:inline; float:left; clear:both; background:url(images/bg-footer.gif); border-top:1px solid #4a4a4a;}
#content #widgets h2{font-size:14px;}

.sub-nav-wrapper{width:880px; float:left; clear:both; display:inline; background:url(images/bg-chromeline-half.jpg) no-repeat top left; padding:0px 30px 16px 50px;}
.page-content{width:880px; float:left; clear:both; display:inline; background:#080c14 url(images/bg-chromeline-half.jpg) no-repeat top left; padding:40px 30px 16px 50px;}
.page-content img{border:1px solid #4a4a4a; padding:4px; background-color:#111;}

/* POSTS */
.post{width:960px;  float:left; clear:both; display:inline; margin-bottom:55px; background:url(images/bg-feature-purple.jpg); border-bottom:1px solid #4a4a4a; border-top:1px solid #777; padding-bottom:30px; position:relative;}
.post .meta{position:absolute; left:50px; bottom:-40px;height:30px; display:block; }

#theposts .post .meta{height:30px; display:block; position:relative; top:0; left:0;}


.post .meta p{color:#777; border:none;}
.post .text{width:330px; margin-left:50px; margin-top:40px; float:left; display:inline;}
#theposts .post .text{width:500px; margin-left:50px; margin-top:5px; float:left; display:inline;}


.post h1{color:#efefef; margin:0px; font-size:28px; border-bottom:1px solid #000; padding-bottom:10px; width:330px;}
.post h3{color:#ccc;font-weight:normal; line-height:13px; margin-bottom:2px; font-size:20px;}
.post p {color:#efefef; border-bottom:1px solid #000; border-top:1px solid #3a0e0f; padding:15px 0px; margin:0px;}

#theposts .post p {color:#efefef; border-bottom:0; border-top:0; padding:15px 0px; margin:0px;}


.post .image{width:480px;  border:1px solid #333; margin-left:50px; margin-top:26px; float:left; display:inline; background:url(images/bg-feature-image.jpg) no-repeat; padding:3px; overflow:hidden;}
.post .image .inner{float:left; width:480px; height:260px;  position:relative; padding:0; border:none; overflow:hidden; }
.post .image .inner .overlay{position:absolute; top:0px; right:0px; background:url(images/bg-feature-image-gloss.png) no-repeat; height:260px; width:210px;}

/* FEATURED ITEM */
.featured-item{width:960px; height:330px; float:left; clear:both; display:inline; background:#000 url(images/bg-feature-purple.jpg) left top; border-bottom:1px solid #4a4a4a; border-top:1px solid #4a4a4a;}
.featured-item .text{width:330px; height:200px; margin-left:50px; margin-top:50px; float:left; display:inline;}
.featured-item h1{color:#fff; margin:0px; font-size:28px; border-bottom:1px solid #000; padding-bottom:10px; width:330px;}
.featured-item h3{color:#fff;font-weight:normal; line-height:13px; margin-bottom:2px; font-size:20px;}
.featured-item p {color:#fff; border-bottom:1px solid #000; border-top:1px solid #3a0e0f; padding:15px 0px; margin:0px;}
.featured-item .image{width:480px; height:260px; margin-left:50px; margin-top:30px; float:left; display:inline; background:url(images/bg-feature-image.jpg) no-repeat; padding:3px; overflow:hidden;}
.featured-item .image .inner{float:left; width:480px; height:260px;  position:relative; padding:0; border:none;  }
.featured-item .image .inner .overlay{position:absolute; top:0px; right:0px; background:url(images/bg-feature-image-gloss.png) no-repeat; height:260px; width:210px;}

#respond{margin:0px 0px; float:left;}
#respond input{background-color:#222; border:1px solid #4a4a4a; padding:6px; color:#999; width:300px; margin-right:20px; }
#respond input:focus, #contact-form textarea:focus {background-color:#333;}
#respond textarea{width:560px; height:200px; background-color:#222; border:1px solid #4a4a4a;padding:10px; color:#999; font-family:Arial, Helvetica, sans-serif; font-size:100%}
#respond h2{text-transform:uppercase;}

#sidebar #respond input{background-color:#222; border:1px solid #4a4a4a; padding:10px; color:#999; width:200px; margin:0 auto; }
#sidebar #respond input:focus, #contact-form textarea:focus {background-color:#333;}
#sidebar #respond textarea{width:200px; height:200px; background-color:#222; border:1px solid #4a4a4a;padding:10px; color:#999; font-family:Arial, Helvetica, sans-serif; font-size:100%}



#comments{float:left; margin-top:40px;}
.commentlist{margin:1px 0px 0px; float:left; list-style:none; padding:0; width:100%;}
.commentlist li{border-bottom:1px solid #4a4a4a; float:left; margin-bottom:10px; width:100%;}
.comment-body{}
.comment-author{float:left; margin: 0px 10px 6px 0px; display:inline; width:50px;}
.comment-author cite{clear:both; font-weight:bold;}
.vcard{float:left; clear:both; padding:0;}
.comment-meta{font-weight:bold; margin-bottom:8px; width:100%;}
.fn{float:left; clear:both; margin:4px 0px 0px 0px;}
.says{display:none;}


/* CONTENT FLOATERS */
.full{width:910px; float:left; clear:both; display:inline; padding:40px 0px 16px 50px; background: url(images/bg-chromeline-half.jpg) no-repeat top left; position:relative;}
.full-content{width:860px; float:left; clear:both; display:inline; padding:30px 50px 0 50px; background: url(images/bg-chromeline-half.jpg) no-repeat top left; position:relative;}
.full img, .full-content img{border:1px solid #4a4a4a; padding:4px; background-color:#111;  margin:0px 0px 15px 0px;}
.two-third{width:590px; float:left; display:inline;  margin-right:20px; }
.three-fourth{width:620px; float:left; display:inline; }
.one-fourth{width:217px; float:left; display:inline;  margin-right:20px;}
#widgets .one-fourth{width:200px; float:left; display:inline;  margin-right:20px;}

.one-fourth-third{width:217px; float:left; display:inline;  margin-right:20px;}


.one-third{width:280px; float:left; display:inline;  margin-right:10px; margin-bottom:20px;}
.one-third-last{width:280px; float:left; display:inline; margin:0;}
.one-third-page{width:280px; float:left; display:inline;  margin-right:30px; margin-bottom:20px;}
.one-third-page-last{width:280px; float:left; display:inline; margin:0; margin-bottom:20px;}
#two-col{width:960px; float:left; clear:both; display:inline; background:url(images/bg-sidebar.gif) repeat-y right 10px ; padding:0px; margin:0 0px;}
#two-col img{border:1px solid #4a4a4a; padding:4px; margin:0px 0px 0px 0px;}

#my-two-col{width:960px; float:left; clear:both; display:inline; background:none !important; padding:0px; margin:1px 0px; }
#my-two-col img{border:1px solid #4a4a4a; padding:4px; background-color:#111;  margin:0px 0px 0px 0px;}
#my-content-two-third{float:left; display:inline; padding:30px 0px 0 50px; margin:0px 50px 0px 0px; background:none;}


#my-two-col .post{width:600px;  float:left; clear:both; display:inline; margin-bottom:0; background:none !important; border-bottom:1px solid #4a4a4a; border-top:1px solid #777; padding-bottom:5px; position:relative;}

#theposts{width:600px;  float:left; }

.sidebar-box-wrap-black{width:300px;  float:right; }

#content-two-third{width:590px; float:left; display:inline; padding:30px 0px 0 50px; margin:0px 50px 0px 0px; background:none;}
#sidebar{vfloat:left; padding:10px 19px 10px 20px;  margin:1px 0px; border-left:1px solid #4a4a4a;background:#111; float:right; width:300px}
#two-col #sidebar{width:230px; float:right; }

#footer{
	width:880px;
	padding:20px 30px 0 50px;
	display:inline;
	float:left;
	clear:both;
	background-color:#000000;
	border-top:1px solid #4a4a4a;
	height:196px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Misc classes */
.chromeline-full{background:url(images/bg-chromeline-full.jpg) no-repeat top left; height:1px; width:960px; display:inline; float:left; clear:both; font-size:0px;}
.chromeline-half{background:url(images/bg-chromeline-half.jpg) no-repeat top left; height:1px; width:960px; display:inline; float:left; clear:both; font-size:0px;}
.clear{clear:both; float:left;}
.fadeimage{background:url(images/zoomer.jpg) no-repeat center center;}
.fadeimage img{margin:0px;}

#content-two-third .right-align{float:right; margin:4px 0px 10px 10px; display:block;}
#content-two-third .left-align{float:left; margin: 4px 10px 10px 0px; display:block;}
#content-two-third .alignright{float:right; margin:4px 0px 10px 10px; display:inline;}
#content-two-third .alignleft{float:left; margin: 4px 10px 10px 0px; display:inline;}

#my-content-two-third .right-align{float:right; margin:4px 0px 10px 10px; display:block;}
#my-content-two-third .left-align{float:left; margin: 4px 10px 10px 0px; display:block;}
#my-content-two-third .alignright{float:right; margin:4px 0px 10px 10px; display:inline;}
#my-content-two-third .alignleft{float:left; margin: 4px 10px 10px 0px; display:inline;}
#my-content-two-third .flashmovie{float:right; margin:4px 0px 10px 10px; display:inline;}

#my-content-two-third .svccont{float:left; width:300px;}

.widgettitle a{color:#fff;}
small{font-size:11px; color:#666;}

.main-image{width:960px; padding:1px 0px; border-top:1px solid #4a4a4a; float:left; clear:both;}
.button {margin-top:8px; display:inline-block;width:auto;float:left;margin-right:4px;background-color:#4d4a36;background:url(images/bg-button-right.gif) no-repeat top right;}
.button span{background:url(images/bg-button-left.gif) no-repeat top left; padding:9px 16px 12px 16px; display: inline-block;text-transform:uppercase;font-weight:bold;font-size:100%;cursor:pointer;color:#ccc;}
.button:hover {color:#ccc; background:url(images/button-right.jpg) no-repeat top right; text-decoration:none}
.button span:hover{background:url(images/button-left.jpg) no-repeat top left; color:#fff;}

#contact-form{margin:10px 0px; float:left; width:400px;}
#contact-form ul{list-style:none; margin:0;padding:0;}
#contact-form input{background-color:#222; border:1px solid #4a4a4a; padding:6px; color:#999; width:300px; margin-right:20px; }
#contact-form input:focus, #contact-form textarea:focus {background-color:#333;}
#contact-form textarea{width:360px; height:200px; background-color:#222; border:1px solid #4a4a4a;padding:10px; color:#999; font-family:Arial, Helvetica, sans-serif; font-size:100%}


/* LISTS AND MENUS */

/* Services row on mainpage */
#services ul{margin:0px 0px 20px; padding:0px; list-style:none; clear:both;float:left;}
#services ul li.icon{
	width:217px;
	height:60px;
	clear:both;
	float:left;
	text-align:center;
	padding-top:14px;
	background-image: url(images/home-foot.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#services .one-fourth-third ul li.icon{
	width:217px;
	height:257px;
	clear:both;
	float:left;
	text-align:center;
	padding-top:14px;
	background-image: url(images/home-foot-frame.png);
	background-repeat: no-repeat;
	background-position: center 14px;
}

#services form {float:left; margin:20px 0 0 0;}
#services form input { background-color:#8e8e8e; color:#FFFFFF; margin:0 0 10px 0; padding:0 0 0 15px; width:200px;} 
#services form button { margin:10px 0 10px 0; float:right; clear:both;} 

#replacement-1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/button.png) no-repeat scroll left top;
border:0 none;
cursor:pointer;
height:55px;
margin:0;
padding:0;
text-indent:-1000em;
vertical-align:middle;
width:65px;
}

#services ul li.icon h2 {margin:17px 0 0 0;}
#services ul li.title{color:#efefef; text-align:center; width:217px;line-height:18px; font-size:14px; text-transform:uppercase; font-weight:bold; float:left; clear:both; margin:0;}
#services ul li.title a{color:#efefef;}
#services ul li.exerpt{color:#999; float:left; clear:both; text-align:justify; width:200px;}

/* Widgets on bottom of mainpage */
#widgets ul{margin:8px 0px; padding:0; list-style:none; clear:both; width:200px; position:relative;}
#widgets li{ width:200px; float:left; clear:both; padding:2px 0px 6px; margin:2px 0px; border-bottom:1px solid #2a2a2a; color:#777;position:relative;}
#widgets li a:hover{color:#fff; text-decoration:none;}
#widgets a{color:#D7CD0E !important; text-decoration:none;}
#widgets .textwidget h3{color:#D7CD0E !important; text-decoration:none;}


/* Sidebar list */
#sidebar ul{margin:0px 0px 30px; padding:0; list-style:none; float:left; clear:both; width:230px; position:relative;}
#sidebar li{ width:230px; float:left; clear:both; padding:2px 0px 6px; margin:2px 0px; border-bottom:1px solid #2a2a2a; color:#777;}
#sidebar li a:hover{color:#fff;  text-decoration:none;}

/* List in footer (Social media icons) */
#footer ul{margin:0; padding:0; list-style:none; clear:both; }
#footer li{ width:20px; float:left; clear:none; padding:20px;  color:#777; overflow:hidden; border:none;}
#footer li a:hover{color:#fff;  text-decoration:none; width:200px;}
#footer .three-fourth li{ width:100px; float:left; clear:none; padding:5px;  color:#777; overflow:hidden; border:none;}

/* Pager list styles */
#pager{padding:20px 30px 25px 50px; width:880px; float:left; clear:both; display:inline; background:#000 url(images/bg-chromeline-half.jpg) no-repeat; border-bottom:1px solid #4a4a4a;}
#pager ul{margin:0; padding:0; list-style:none; width:800px;}
#pager li{clear:none;width:30px; height:30px; float:left; display:block; padding:0px; margin-right:4px; background:url(images/bg-pager.jpg) no-repeat; }
#pager li a{background-color:#000; width:28px; height:28px; padding:0px; margin:1px;float:left; display:inline-block; text-decoration:none; color:#999;}
#pager li a:hover, #pager li.current a{background-color:#d5b944; color:#efefef; display:inline-block; margin-bottom:0;}
#pager li.current a{background-color:#333; color:#efefef; display:inline-block; margin-bottom:0;}
#pager li a span{background:url(images/bg-button-highlight.png) no-repeat top left; width:30px; height:10px; padding-top:8px; text-align:center; display:block; }
#pager .pages{display:none;}


/* Button list */
ul.bt{margin:0; padding:0; list-style:none; }
ul.bt li{clear:none;  height:30px; float:left; display:block; padding:0px; margin-right:4px; margin-bottom:4px; background:url(images/bg-pager.jpg) repeat-x; }
ul.bt li a{background-color:#000;  height:28px; padding:0px; margin:1px; float:left; display:inline-block; text-decoration:none; color:#999; }
ul.bt li a:hover{background:#333; text-decoration:none;}
ul.bt li a span{background:url(images/bg-button-highlight.png) repeat-x top left; width:auto; float:left;  padding:8px 14px 0px 14px; text-align:center; text-transform:uppercase; display:block;}
ul.bt li.current_page_item a{background:#d5b944; color:#fff;}
ul.bt li ul{display:none;}




/* Calendar */

#calendar_wrap{margin:0px 0px 0px 0px;}

#wp-calendar{width:100%; border-collapse:collapse; float:left; clear:both; margin:0px 0px 30px 0px;}
#wp-calendar caption{width:100%; text-align:center; padding:6px 0px; color:#999; font-weight:bold; background:#222; border:1px solid #000; border-bottom:none;}
#wp-calendar th,#wp-calendar td {padding:2px 0px; border:1px solid #000; text-align:center; color:#ccc;}
#wp-calendar td {background:#111;}
#wp-calendar td:hover{background:#222;}
#wp-calendar th {background:#222;}
#wp-calendar a{font-weight:bold; padding:2px 2px; }
#wp-calendar a:hover{color:#999; padding:2px 2px; }


#slider2 { height: 1%; overflow:hidden; }
#slider2 .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; }
#slider2 .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider2 .next { margin: 30px 0 0 10px;  }
#slider2 .disable { visibility: hidden; }
#slider2 .overview { list-style: none; position: absolute; left: 0 top: 0; }
#slider2 .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px;}


/***********************************************
blog DATE STYLES 
***********************************************/

.entry-date {float:left; width:65px;}
.post-content {float:left; padding:15px 0 0 0; width:550px;}
.post-content .thecontent{padding:0 0 0 15px;}

.entry-date .day-name{color:#F9CD47; font-weight:bold; font-size:15px;}

.entry-date .date {
-x-system-font:none;
background:transparent url(images/calendar.png) no-repeat scroll 0 0;
color:#666666;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:70px;
line-height:100%;
padding:2px 2px 0 0;
text-align:center;
width:45px;
}

.entry-date .date span {
-x-system-font:none;
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:16px;
line-height:normal;
text-align:center;
}

.entry-date .date .month{
-x-system-font:none;
color:#ffffff !important;
padding-top:7px;
}

.entry-date .date .time{
-x-system-font:none;
color:#000000 !important;
padding-top:7px;
}

.entry-date .date .day  {
-x-system-font:none;
color:#000000 !important;
font-size:12px;
font-weight:bold;
margin-top:-2px;
}
.entry-date .date .year{
color:#000000 !important;
font-size:11px;
margin-top:-3px;
}



ul#sitemap_list li.cat-item, ul#sitemap_list li.page_item{float:left; width:190px; margin-right:20px !important; font-size:16pt;}
#sitemap_list li li {font-size:10pt !important; } 


div.shr-bookmarks {
    clear: both !important;
    margin: 0 !important;
}


