@charset "UTF-8";
/* CSS Document */
@import url(/css/reset.css);



/* LAYOUT */

#dots{
	min-height:100%;
	background:url(/images/dots.gif) repeat top center;
	margin-bottom:-69px;
	overflow:hidden;
}

#container{
	background:url(/images/glow.png) no-repeat top center;
	width:960px;
	text-align:left;
	margin:0 auto;
	position:relative;
	}

#header{
	height:143px;
	position:relative;
}

#socialTop{
	width:120px;
	margin:4px 0 0 0;
	position:absolute;
	top:4px;
	left:840px;
}

#mm{
	float:right;
	width:601px;
	margin-top:42px;
}

#sm{
	margin:7px 0 13px 0;
	border-top:solid 1px #686868;
	border-bottom:solid 1px #686868;
	height:29px;
	padding:5px 0px;
	position: relative;
}

#pageHeadline{
	display:block;
	height:69px;
	text-indent:-9999px;
	margin-left:7px;
}

#content{
	margin-top:42px;
	overflow:auto;
}


.push{
	clear:both;
	width:100%;
	height: 69px; /* .push must be the same height as #footer */
}


#footer{
	width:100%;
	clear:both;
	background-color:#020202;
	height:39px;
	color:#666;
	font-size:11px;
	font-style:italic;
	text-align:left;
	margin-top:30px
	
}

#footer a{
	color:#666;
	text-decoration:none;
}

#footer a:hover{
	color:#ffb400;
	text-decoration:underline;
}

#footLeft{
	width:260px;
	float:left;
	line-height:39px;
	padding:0 18px;
}

#footRight{
	width:225px;
	float:right;
	padding:9px 0 0 0;
	height:30px;
}

#footRight span{
	display:block;
	width:77px;
	height:21px;
	line-height:21px;
	float:left;
}

/* NAVIGATION & MENUS */

a.logo_main{
	display:block;
	width:67px;
	height:99px;
	text-indent:-9999px;
	background:url(/images/logo_main.png) no-repeat top left;
	float:left;
}

#mm a{
	display:block;
	height:37px;
	color:#999999;
	font-family: Futura-CondensedBold;
	font-weight: 700;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	float:left;
	margin-left:12px;
	display:inline;
	background:none;
	text-decoration:none;
}

#mm a span{
	display:block;
	padding:0px 11px 1px 6px;
	margin-left:5px;
	line-height:37px;
	height:37px;
}


#mm a:hover,.about #mm a.mm_about,.services #mm a.mm_services,.portfolio #mm a.mm_portfolio,.wwtk #mm a.mm_wwtk,.contact #mm a.mm_contact{
	background:url(/images/mml.png) no-repeat top left;
	color:#fff;
}
#mm a:hover span,.about #mm a.mm_about span,.services #mm a.mm_services span,.portfolio #mm a.mm_portfolio span,.wwtk #mm a.mm_wwtk span,.contact #mm a.mm_contact span{
	background:url(/images/mmr.png) no-repeat top right;
	color:#fff;
}

#sm a{
	display:block;
	height:29px;
	font-family: Futura-CondensedBold;
	font-weight: 700;
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	float:left;
	margin-right:23px;
	display:inline;
	text-decoration:none;
}

#sm a span{	
	padding:0px 11px 0 6px;
	line-height:29px;
	display:block;
	margin-left:5px;
}

#sm a:hover{
	background:url(/images/sml.png) no-repeat top left;
	text-shadow:1px 1px 1px #cc8200;
}

#sm a:hover span{
	color:#fff;
	background:url(/images/smr.png) no-repeat top right;
	
}


a.sidenav,a.sidenav_on{
	display:block;
	font-weight:bold;
	color:#acacac;
	text-decoration:none;
	line-height:24px;
}

a.sidenav:hover,a.sidenav_on{
	color:#c27d02;
}

/* REUSABLE COLUMNS */

.coltwo{
	width:469px;
}

.colthree{
	width:32%;
	margin-right:12px;
}

.colfour{
	width:24%;
	margin-right:11px;
}

.colhalf{
	width:300px;
	margin-right:12px;
}

.listcoltwo{
	overflow:auto;
	
}

.listcoltwo li{
	width:40%;
	float:left;
	display: list-item;
}

.listcolthree{
	overflow:auto;
}

.listcolthree li{
	width:28%;
	float:left;
	display: list-item;
}


#colthird,.colthird{
	width:286px;
}

#colthird h1,.colthird h1{
	text-align:right;
}

#coltwothird,.coltwothird{
	width:625px;
}

#coltwothird p,.coltwothird p{
	margin-right:7px
}

ol li.one,ol li.two,ol li.three{
	list-style-type:none;
	padding:4px 0 12px 36px;
	margin-left:0px;
	margin-top:4px;
	font-style:italic;
}

ol li.one{
	background:url(/images/li_one.png) no-repeat top left;
}
ol li.two{
	background:url(/images/li_two.png) no-repeat top left;
}
ol li.three{
	background:url(/images/li_three.png) no-repeat top left;
}



/* BUTTONS */

a.btn_big{
	display:block;
	height:35px;
	background:url(/images/btn_bigl.png) no-repeat top left;	
	line-height:35px;
	float:left;
	text-decoration:none;
}

a.btn_big span{
	display:block;
	height:35px;
	background:url(/images/btn_bigr.png) no-repeat top right;
	line-height:35px;
	padding-right:34px;
	margin-left:10px;
	color:#b8b8b8;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}

a.btn_big:hover span{
	color:#fff;
}

a.btn_big span strong{
	color:#c18c0e;
}

a.btn_big:hover span strong{
	color:#ffb400;
}

.arrow_org{
	background:url(/images/arrow_org.png) no-repeat right 4px;
	padding-right:12px;
}

.read_more {
	display: block;
	height: 16px;
	width: 65px;
	overflow: hidden;
}


.read_more span {
	display: block;
	text-indent: 999px;
}

a.btn_grtw{
	display:block;
	width:161px;
	height:28px;
	background:url(/images/btn_greytw.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	padding-left:34px;
	line-height:28px;
	color:#ccc;
}

a.btn_grli{
	display:block;
	width:161px;
	height:28px;
	background:url(/images/btn_greyli.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	padding-left:34px;
	line-height:28px;
	color:#ccc;
}

a.btn_grtw:hover,a.btn_grli:hover{
	color:#fff;
	background-position:bottom left;
}


#socialTop a{
	display:block;
	width:18px;
	height:18px;
	text-indent:-9999px;
	float:left;
	margin-left:5px;
	background-position:top left;
}

#socialTop a:hover{
	background-position:top right;
}

a.btn_topRSS{
background:url(/images/btn_topRSS.png) no-repeat;
}

a.btn_topFlkr{
background:url(/images/btn_topFlkr.png) no-repeat;
}

a.btn_topTw{
background:url(/images/btn_topTw.png) no-repeat;
}

a.btn_topFb{
background:url(/images/btn_topFb.png) no-repeat;
}

a.btn_topLkn{
background:url(/images/btn_topLkn.png) no-repeat;
}


#footRight a{
	display:block;
	width:22px;
	height:21px;
	text-indent:-9999px;
	float:left;
	margin-left:5px;
	background-position:top left;
}

#footRight a:hover{
	background-position:top right;
}

a.btn_footRSS{
background:url(/images/btn_footRSS.gif) no-repeat;
}

a.btn_footFlkr{
background:url(/images/btn_footFlkr.gif) no-repeat;
}

a.btn_footTw{
background:url(/images/btn_footTw.gif) no-repeat;
}

a.btn_footFb{
background:url(/images/btn_footFb.gif) no-repeat;
}

a.btn_footLkn{
background:url(/images/btn_footLkn.gif) no-repeat;
}




/* GENERAL CLASSES */

.big_bold{
	font-size:14px;
	font-weight:bold;
	color:#ddd;
}

.divideBlock{
	border-top:solid 1px #686868;
	margin:28px 0 0 0;
	padding:28px 0 0 0;
	overflow:auto;
}

.side_tw{
	width:277px;
	font-style:italic;
}

.side_tw h2{
	background:url(/images/btn_greytw.png) no-repeat top left;
	padding:5px 0 0 34px;
	margin-bottom:6px;
	height:23px
}

.side_tw a{
	font-size:13px;
	color:#8c8c8c;
	text-decoration:none;
}

.side_tw a:hover{
	color:#ffb400;
	text-decoration:underline;
}
.side_tw a:hover h2{
	background:url(/images/btn_greytw.png) no-repeat bottom left;
}
.side_jb{
	width:277px;
	padding:3px 0;
}

.side_jb img{
	border:solid 1px #686868;
	width:56px;
	float:left;
}
.side_jb p{
	width:196px;
	font-style:italic;
	line-height:17px;
	margin-top:3px;
	font-size:12px;
}

.song{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#dcdcdc;
}	

.shortpost{
	padding:0 0 13px 0;
	margin:0 0 13px 0;
	border-bottom:solid 1px #686868;
}
.shortpost a{
	color:#8c8c8c;
	text-decoration:none;
}
.shortpost a:hover{
	text-decoration:none;
	color:#b1b1b1;
}

#content p.shortpost {
	margin-right:0px;
}

.date{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#666;
}

.title_grey{
	color:#ccc;
	font-size:14px;
	margin-top:27px;
}

.title_serif{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#cecece;
}

/* SLIDESHOW CSS */

#slider {
	width:469px;
	overflow:hidden;
}

#bgSlider {
	width:1000px;
	height:382px;
	position:relative;
	z-index:0;
}


/* DEFAULT CLASSES */

.tpbtmborder{
	margin:24px 0;
	padding:17px 0 10px 0;
	border-top:solid 1px #686868;
	border-bottom:solid 1px #686868;
}


.borderBtm{
	border-bottom:solid 1px #686868;
}

.borderTop{
	border-top:solid 1px #686868;
}

.borderLeft{
	border-left:solid 1px #686868;
}

.borderRight{
	border-right:solid 1px #686868;
}

.last{
	border:none;
}

.twoCol{
	float:left;
	width:50%;
}

.threeCol{
	float:left;
	width:33%;
}


.center {
	margin: 0 auto;
}


.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	line-height:0px;
	height: 0px;
	clear: both;
}

.clearBlock{
	clear:both;
}





