

/*
Theme Name: Nice Shoes
Version: 1.0
Author: Nice Shoes
Author URI: http://www.niceshoes.com/
*/
/*
.ie .example {
			background-color: yellow
		}
		
		.ie7 .example {
			background-color: orange
		}
		.gecko .example {
			background-color: gray
		}
		.win.gecko .example {
			background-color: red
		}
		.linux.gecko .example {
			background-color: pink
		}
		.opera .example {
			background-color: green
		}
		.konqueror .example {
			background-color: blue
		}
		.safari .example {
			background-color: black
		}
		.chrome .example {
			background-color: cyan
		}
		.example {
			width: 10px;
			height: 10px;
		}
*/

/*		
@font-face {
	font-family: 'ITCAvantGardeGothicBook';
	src: url('fonts/avantgarde-book-webfont.eot');
	src: local('?'), url('fonts/avantgarde-book-webfont.woff') format('woff'), url('fonts/avantgarde-book-webfont.ttf') format('truetype'), url('fonts/avantgarde-book-webfont.svg#webfontwbBqi1ha') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
    font-family: 'ITCAvantGardeGothicBold';
    src: url('fonts/itc_avant_garde_gothic_bold-webfont.eot');
    src: local('?'), 
url('fonts/itc_avant_garde_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_gothic_bold-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_gothic_bold-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_gothic_bold-webfont.svg#ITCAvantGardeGothicBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeGothicBook';
    src: url('fonts/itc_avant_garde_gothic_book-webfont.eot');
    src: local('?'), url('fonts/itc_avant_garde_gothic_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_gothic_book-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_gothic_book-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_gothic_book-webfont.svg#ITCAvantGardeGothicBook') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ITCAvantGardeGothicMedium';
    src: url('fonts/itc_avant_garde_gothic_medium-webfont.eot');
    src: local('?'),url('fonts/itc_avant_garde_gothic_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_gothic_medium-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_gothic_medium-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_gothic_medium-webfont.svg#ITCAvantGardeGothicMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeGothicExtraLight';
    src: url('fonts/itc_avant_garde_gothic_extra_light-webfont.eot');
    src: url('fonts/itc_avant_garde_gothic_extra_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_gothic_extra_light-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_gothic_extra_light-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_gothic_extra_light-webfont.svg#ITCAvantGardeGothicExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('fonts/helvetica_65_medium-webfont.eot');
    src: local('☺'),url('fonts/helvetica_65_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_65_medium-webfont.woff') format('woff'),
         url('fonts/helvetica_65_medium-webfont.ttf') format('truetype'),
         url('fonts/helvetica_65_medium-webfont.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('fonts/helvetica_55_roman-webfont.eot');
    src: local('☺'),url('fonts/helvetica_55_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_55_roman-webfont.woff') format('woff'),
         url('fonts/helvetica_55_roman-webfont.ttf') format('truetype'),
         url('fonts/helvetica_55_roman-webfont.svg#HelveticaNeueRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}




html, body { 
	margin: 0; 
	padding: 0; 	


}

#player1{
	clear:both;
	position:relative;		
	z-index:1211;
	margin-top: -17px;
}

#posterimage{
		position:relative;
		padding-bottom:2px;	
		margin-top:19px;
}

#posterimage_hidden{
			top:-2000px;
			position:absolute;
}

#closeX{
	position:relative;	
	z-index:1004;
	margin-top:7px;
	margin-left:720px;
	font-size:16px;
	color:#ffe360;
	padding:12px;
	width:20px;
}

.title{
	font-size:18px;
	color: #ffe360;
}

#black{
display:none;
padding-top: 5px;
margin-top:-15px;
}

.webkit #black{
display:none;
padding-top: 5px;
margin-top:-13px;
}


#background{
	
	z-index:6;
	position:absolute;
}


#credits{
	clear:both;
	margin-top: 12px;
	padding-top:12px;
	color:#fff;
}


#credits .title{
	font-size:18px;
	color: #ffe360;
	padding-bottom:12px;
	cursor:pointer;
}

#credits .subtitle{
	font-size:14px;
	color: #ffe360;
	padding-left:10px;
	padding-bottom:12px;
	cursor:pointer;
}

 
#credits .copy{
	font-size:12px;
	line-height: 16px;
	padding-bottom:20px;
	color:#d1d3d4;
/*	font-weight: 100;
*/
}

#bio {
	color:#fff;
	clear:both;
	float:left;
	margin-top:18px;
}


#bio .title{
	font-size:18px;
	color: #ffe360;	
	padding-bottom:2px;
	cursor:pointer;
}


#bio .copy{
	font-size:12px;
	padding-bottom:20px;
	color:#CCC7B7;

}





#black_video_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:1002;
	-moz-opacity: 0.88;
	opacity:.88;
	filter: alpha(opacity=88);
}

.ie #black_video_overlay {
	display: none;
	top: 0%;
	left: 0%;
	width: 0;
	height: 0;


}

#bg_image { 
	position: absolute; 
	
	top: 50px; 
	height: 900px;
	overflow: hidden;
	z-index: 1; 
	}

#home_container{
	margin-left:-62px;
}

#scrollable { 
	min-width: 1150px; 
	height: 100%;
	padding-bottom:20px;
	overflow:hidden;
	top: 0; 
	left: 0; 
	z-index: 3090909; 
	}
	
#slideshow-about {
	width: 1200px;
	overflow:hidden;
	margin: 0px auto;
	background-color:#000;
	position:absolute;
	z-index:5;
	}
	
#aboutpost {
	width: 500px;
	margin-bottom: 200px;
	position: absolute;
	z-index: 9994532;
	
	}
	
#aboutnav {
	left: 717px;
	width:400px;
	margin-left: 0px;
	height: 30px;
	text-align:right;
	position: relative;
	}

#slideshow {
	width: 1200px;
	height:100%;
	margin: 0px auto;
	margin-top:0px;
	z-index:12;

	position:relative;
	}

#slidenav {
	z-index: 998;
	left: 544px;
	margin-top: -225px;
	width:400px;
	margin-left: 0px;
	height: 30px;
	text-align:right;
	position: relative;
	}
	
.ie #slidenav {
	z-index: 998;
	left: 544px;
	margin-top: -285px;
	width:400px;
	margin-left: 0px;
	height: 30px;
	text-align:right;
	position: relative;
	}
		

	
#slidetitle {
	z-index: 989;
	top:365px;
	left: 503px;
	margin-bottom:0px;
	width:503px;
	position:absolute;
	margin-left: 60px;
	height: 90px;
	color: #fff;
	text-transform:uppercase;
	text-align:right;
	}
	
#slidetitle a {
	color: #fff;
	}
	
.slidetitle {
	z-index: 979;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	font-size: 32px;
	line-height: 25px;
	vertical-align: top;
	color: #fff;
	text-align: right;
	}
	
.slidetitle a {
	color: #fff;
	}
	
	

#slidebottom {
	position: absolute;
	bottom: 0px;
	text-align:right;
	right: 0px;
	}

	




	
	
	
	
	
#aboutslidetitle {
	z-index: 989;
	top:397px;
	left: 396px;
	margin-bottom:0px;
	vertical-align:bottom;
	width:603px;
	position:absolute;
	margin-left: 60px;
	height: 90px;
	color: #fff;
	text-transform:uppercase;
	text-align:right;
	}
	
#aboutslidetitle a {
	color: #fff;
	}
	
.aboutslidetitle {
	z-index: 979;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	font-size: 35px;
	vertical-align: top;
	color: #fff;
	}
	
.aboutslidetitle a {
	color: #fff;
	}
	
ul.navigation { 
	text-align:right;
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-bottom: 0.9em; 
	margin-top:140px;
	border: none;
	} 
 
ul.navigation li { 
	display: inline; 
	margin-right: 0em; 
	border: none;
	background: #000;
	} 

ul.navigation li a { 
	text-align:right;
	display: inline; 
	margin-right: 0em; 
	border: none;
	background: #000;
	} 
 
ul.navigation a { 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 5px; 
	padding-right: 5px; 
	color: #fff; 
	text-decoration: none; 
	float: right;
	text-align:right;
	margin-left: 5px;
	font-size: 12px;
	background-color: #000;
	} 
 
ul.navigation a:hover { 
	background: #000;
	color: #616161;
	} 

ul.navigation a:selected { 
	background: #fco;
	color: #616161;
	} 
 
ul.navigation a:focus { 
	outline: none; 
	} 

.slideshow-home img {
	max-width:1200px;
	height:100%;
	padding-bottom: 4px; 
	z-index:123;
	}

.slideshow img {
	display:none;
	}
	
.slideshow img.first {display:block; }


#navigation { 
	position:relative;
	list-style: none; 
	top:300px;
	
	padding-top: 300px; 
	padding-left: 0; 
	margin:top:140px;
	padding-bottom: 0.9em; 
	border: none;
	margin-right: 0em; 
	float: right;
	
	}

#navigation a { 
	width: 16px;
	height: 16px;
	text-decoration: none; 
	float: left;
	font-size: 0px;
	margin-left: 3px;
	color: #000;
	background-image: url(images/Slide1.png);
	} 

#navigation a.activeSlide { 
	background-image: url(images/Slide2.png);
	}

#navigation a:focus { 
	outline: none; }

a:active, a:focus {
   outline: none;
   }

	
/* Begin Typography & Colors */
	


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "HelveticaNeueMedium", Arial, Sans-Serif;
	color: #FFF;
	background-color:#000;
	margin: 0px;
	}
	
.linetest {
	line-height: 20px;
	color: #C63;
	}

.some {
	color: #999;
}


#header {
	height: 42px;
	z-index:109993;
	position:relative;
	}

#headerimg 	{
	height: 60px;
	width: 205px;
	margin-top: 57px;
	margin-left:12px;
	margin-bottom:-2px;
	float: left;
	position:relative;
	z-index:10002;
	}
.webkit #headerimg      {
        height: 60px;
        width: 205px;
        margin-top: 54px;
        margin-left:9px;
        float: left;
        position:relative;
        z-index:10002;
        }
	
#headertxt {
	width: 900px;
	margin-left: 210px;
	
	}
.webkit #headertxt {
        width: 900px;
        margin-left: 210px;

        }


	
.city {
	font-style:italic;
	color: #A6ABB0;
	}

.webkit #box1 {
width: 0px;
height: 0px;
border-color: #fff #fff transparent transparent;
border-style:solid;
border-width: 6px 6px 6px 6px;
float:left;
margin-top:3px;
margin-right:3px;
}

#box1{
width: 0px;
height: 0px;
border-color: #fff #fff transparent transparent;
border-style:solid;
border-width: 6px 6px 6px 7px;
float:left;
margin-top:4px;
margin-right:3px;
}

up {
font-size:15px;
vertical-align: top;
}


#menu li a:hover #box1 {
	border-color: #fde339 #fde339 transparent transparent;
}

.nav3 #box1 {
	border-color: #fde339 #fde339 transparent transparent;
}

.ie 	#menu {
	position:absolute;
		top: 62px;
		left: 200px;
		padding-bottom: 0px;
		margin-bottom: -20px;
		}

#menu {
	margin-left: -45px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -20px;
	}
	
	
.webkit #menu {
	padding-top: -5px;
	padding-bottom: 0px;
	margin-bottom: -20px;
	margin-left: -45px;
	}
	
#menu li a {
	display:block;
	height:100%;
	font-size: 15.5px;
	font-weight:bolder;
/*	letter-spacing:0.8px;*/
	font-family:"ITCAvantGardeGothicMedium",Helvetica; 
	text-transform: uppercase;
	margin-right: 0px;
	padding-right: 23px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	}
	
#menu li a thin {
	font-weight:normal;
	font-family:"ITCAvantGardeGothicBook";
	}

	
.webkit #menu li a {
	display:block;
	height:100%;
	font-size: 15.5px;
        font-weight:bolder;
/*      letter-spacing:0.8px;*/
        font-family:"ITCAvantGardeGothicMedium",Helvetica; 
	text-transform: uppercase;
	margin-right: 0px;
	padding-right: 18px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	}
	
#menu li a:hover {
	color: #fde339;
	}
	
	
	
#menu ul {
	list-style:none;
	padding-top:0px;
	z-index: 993;
	position: relative;
	}
.webkit #menu ul {
        list-style:none;
        padding-top:0px;
        z-index: 993;
        position: relative;
        }

#menu li {
	float:left;
	margin:0;
	padding-right:0px;
	/*min-width:50px;*/
	width:auto !important;
	width:50px;
	}	
	
.webkit #menu li {
        float:left;
        margin:0;
        padding-right:0px;
        /*min-width:50px;*/
        width:auto !important;
        width:50px;
        }


.nav1  {
	color: #FFFFFF;
	}
	
.nav2  {
	color: #FFFFFF;
	}
	
.nav3  {
	color: #fde339;
	}

#morecat li.nav4 a {
        color: #fde339;
        }
.webkit #morecat li.nav4 a {
        color: #fde339;
        }
.ie #morecat li.nav4 a {
        color: #fde339;
        }

.ie #people {
	height: 20px;
	margin-left: 67px;
	z-index: -109999;
	position:relative;
	top: -14px;
	width: 700px;
	display: none;
	}
	
.ie #address{
	top:34px;
	position:relative;
}	
	
.ie #post-14{
	top:124px;
	position:absolute;
}	
	
#people {

	margin-left: 70px;
	z-index: -109999;
	position: absolute;
	margin-top: 7px;
	width: 700px;
	display: none;
	}
	
.webkit #people {
	margin-left:64px;
	z-index:-109999;
	position: absolute;
	margin-top: 5px;
	width: 700px;
	display: none;
	}
	
#people li a {
	display:block;
	height:100%;
	font-size: 16px;
	font-family:itcavantgardegothicbook; 
	text-transform: uppercase;
	margin-right: 0px;
	margin-top: 35px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #fff;
	}
.webkit #people li a {
        display:block;
        height:100%;
        font-size: 16px;
        font-family:itcavantgardegothicbook;
        text-transform: uppercase;
        margin-right: 0px;
        margin-top: 44px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 0px;
        color: #fff;
        }	

#people li.current-cat a{
	color: #fde339;
	}
	
#people li a:hover {
	/* color: #ffe360;*/
	color: #fde339;
	}
	
#people ul {
	list-style:none;
	margin-right:10px;
	padding:0;
	z-index: -9595958;

	}

#people li {
float:left;
margin:0;
padding:0;
min-width:50px;
width:auto !important;
width:50px;
z-index: -9595959;

}


#morecat {
margin-left: 564px;
z-index: -109992;
position: absolute;
margin-top: 7px;
width: 400px;
}

.webkit #morecat {
margin-left: 550px;
z-index: -109992;
position: absolute;
margin-top: 5px;
width: 400px;
}

#morecat li a {
display:block;
height:100%;
font-size: 16px;
font-family:ITCAvantGardeGothicBook, Helvetica; 
text-transform: uppercase;
margin-right: 0px;
margin-top: 35px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 0px;
color: #FFF;
}

.webkit #morecat li a {
display:block;
height:100%;
font-size: 16px;
font-family:ITCAvantGardeGothicBook, Helvetica;
text-transform: uppercase;
margin-right: 0px;
margin-top: 44px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 0px;
color: #FFF;
}

#morecat li.current-cat a{
/* color: #ffe360;*/
color: #fde339;
}

#morecat li a:hover {
/* color: #ffe360;*/
color: #fde339;
}

#morecat ul {
list-style:none;
margin-right:10px;
padding:0;
z-index: -9595958;

}

#morecat li {
float:left;
margin:0;
padding:0;
min-width:50px;
width:auto !important;
width:50px;
z-index: -9595959;

}
  


	
#visual {

margin-left: 564px;
z-index: -110000;
position: absolute;
margin-top: 7px;
width: 400px;
display: none;
}

.ie #visual {
height: 20px;
padding-bottom:50px;
z-index: -110000;
position:absolute;
left:80px;
top: 35px;
/*margin-right: -100px;*/
bottom: 100px;
/*width: 600px;*/
display: none;
}


.webkit #visual {
margin-left: 550px;
z-index: -110000;
position: absolute;
margin-top: 5px;
width: 400px;
display: none;
}

#visual li a {
display:block;
height:100%;
font-family: 'ITCAvantGardeGothicBook', Helvetica;
font-size: 16px;
text-transform: uppercase;
margin-right: 0px;
margin-top:35px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 0px;
color: #FFF;
}

.webkit #visual li a {
display:block;
height:100%;
font-family: 'ITCAvantGardeGothicBook', Helvetica;
font-size: 16px;
text-transform: uppercase;
margin-right: 0px;
margin-top:44px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 0px;
color: #FFF;
}



#visual li.current-cat a{
/*color: #ffe360;*/
color: #fde339;
}

#visual li a:hover {/*???*/
/*color: #ffe360;*/
color: #fde339;
}

#visual ul {
list-style:none;
margin-right:10px;
padding:0;
z-index: -9595958;

}

#visual li {
float:left;
margin:0;
padding:0;
min-width:50px;
width:auto !important;
width:50px;
z-index: -9595959;

}	

#more {

margin-left: -160px;
z-index: 110000;
position: absolute;
margin-top: -10px;
/*width: 600px;*/
display: block;
}

.ie #more {
height: 20px;
padding-bottom:50px;
z-index: 110000;
position:absolute;
left:80px;
top: 35px;
/*margin-right: -100px;*/
bottom: 100px;
/*width: 600px;*/
display: block;
}

.webkit #more {
height: 20px;
margin-left: -160px;
z-index: 993;
position: absolute;
margin-top: -9px;

/*width: 600px;*/
display: block;
}

#more li a {
display:block;
height:100%;
font-size: 15px;
text-transform: uppercase;
margin-right: 0px;
margin-top: 15px;
padding-right: 12px;
padding-bottom: 0px;
padding-left: 0px;
/*color: #b09b38;*/
/*change color of "visual" submenu to white*/
color: #FFF;
}

.webkit #more li a {
display:block;
height:100%;
font-size: 15px;
text-transform: uppercase;
margin-right: 0px;
padding-right: 12px;
padding-bottom: 0px;
padding-left: 0px;
/*color: #b09b38;*/
/*same to above*/
color: #FFF;
}

#more li.current-cat a{
/*color: #ffe360;*/
color: #fde339;
}

#more li a:hover {/*???*/
/*color: #ffe360;*/
color: #fde339;
}

#more ul {
list-style:none;
margin:0;
padding:0;
z-index: 9595958;

}


#more li {
float:left;
margin:0;
padding:0;
min-width:50px;
width:auto !important;
width:50px;
z-index: 9595959;

}


.ie #people2 {
		margin-left: 63px;
		z-index: -998999;
		width: 700px;
		position: relative;
		margin-top: 5px;
		}	
	
#people2 {
	margin-left: 38px;
	z-index: -998999;
	width: 700px;
	position: absolute;
	margin-top: 7px;
	}

.webkit #people2 {
        margin-left: 78px;
        z-index:-998999;
        position: absolute;
        margin-top: 5px;
        width: 700px;
        }
	
#people2 li a {
	display:block;
	height:100%;
	font-size: 16px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-right: 0px;
	margin-top: 43px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #fff;
	font-family: itcavantgardegothicmedium, helvetica;
	}

.webkit #people2 li a {
        display:block;
        height:100%;
        font-size: 16px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-right: 0px;
        margin-top: 52px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 0px;
        color: #fff;
        font-family: itcavantgardegothicmedium, helvetica;
        }
	
#people2 li.current-cat a{
	color: #fde339;
	}
	
#people2 li a:hover {
	color: #fde339;
	}
	
#people2 ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#people2 li {
	float:left;
	margin:0;
	padding:0;
	min-width:50px;
	width:auto !important;
	width:50px;
	}	
	
	
	
	
	
#about {
	margin-right: 10px;
	width: 200px;
	}
	
#statement {
/*	font-weight: 100;
*/
	font-size: 19px;
	line-height: 24px;
	color: #b09b38;
	}

#statement b {
	color: #b09b38;
/*	font-weight: 400;
*/
	}

#content {
	font-size: 1.2em;
	position:relative;
	height:800px;

	}
	

.ie #content {
	font-size: 1.2em;
	position:relative;
	z-index:83838;

	}	

.blog {
	margin-right:25px;
	margin-top:10px;
	}

.webkit .blog {
        margin-right:25px;
        margin-top:16px;
        }

.widecolumn .entry p {
	font-size: 1.05em;
	}

.blogentry {
	width: 600px;
	line-height: 19.2px;
	font-size: 15px;
/*	font-weight: 100;
*/
	margin-top:30px;	
	}

.blogmeta {
 font-family: ITCAvantGardeGothicBook;
    margin-top: 15px;	
}


.entry {
/*	line-height: 1.4em;*/
	font-size: 16px;
/*	font-weight: 100;
*/
	margin-bottom:20px;
	}

.contactinfo {
	margin-top:-57px;
	}

.webkit .contactinfo {
        margin-top:-56px;
        }

.on {
	color: #b09b38;
	}
	
#similar-post {
	font-size: 11px;
	}
	


.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-right: 5px;
	}
	
small a {
	color: #999;
}


h1 {
		font-size: 32px;
	}

#headerimg .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 26px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
/*	font-weight: bold;
*/
	border:0px;
	background: #000;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	background: #000;
	display:none;
	}

.commentlist cite, .commentlist cite a {
/*	font-weight: bold;
*/
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
/*	font-weight: normal;
*/
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
/*	font-weight: normal;
*/
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a { 
	color: #FFF;
	text-decoration: none;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





/* Begin Structure */
body {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height:100%;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 980px;

	min-height:630px; 
	height:100%;
	}
	
.blog-page {
	max-width: 1600px;
	margin-bottom: 90px;
	padding-top:27px;
	}

.webkit .blog-page {
        max-width: 1600px;
        margin-bottom: 90px;
        padding-top:30px;
        }

.blog-page m2 a{
	font-family: 'ITCAvantGardeGothicBook';
	font-size:26px;
	color:#fff;	
}

.blog-page .blogmeta a {
	color:#fff;
	}

.blog-page p {
	font-family: 'HelveticaNeueRoman';
	font-size:16px;
	line-height:19.2px;
	}
	
.blog-page img{
		max-width: 600px;
		}	

.blog-page a{
	color:#8c8c8c;
	}
.blog-page a:hover {	
	color:#fff;
	}


.ie .blog-page {
		width: 1600px;
		margin-bottom: 90px;
		}


.ie .projectcolumn {
	float: right;
	top:41px;
	width: 740px;
	margin-top: 26px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	position:relative;
	}
		
.projectcolumn {
	float: right;
	width: 740px;
	margin-top: 60px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right:-20px;
	padding-top: 0;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
	
.webkit .projectcolumn {
	float: right;
	width: 740px;
	margin-top: 67px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
	
.colorcolumn {
	float: right;
	width: 740px;
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
	
.webkit .colorcolumn {
	float: right;
	width: 740px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}

.narrowcolumn {
	float: right;
	width: 740px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}

.post {
	margin: 15px 0 40px;
	font-family: 'HelveticaNeueRoman';
	line-height:19.2px;
	}

.post hr {
	display: block;
	}

.blogmetadata {
	clear: both;
	font-size: 10px;
	padding-top: -5px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 600px;
	}

.commentbubble{
	float:left;
	margin-top:1px;
	margin-right:3px;
}

.postmetadata {
	clear: both;
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #616068;
/*	font-weight:100;
*/
	text-transform: capitalize;
	}

.postmetadata a {
	color: #d1d3d4;
	}

.postmetadata a:hover {
	color: #fff;
	}
	
.postleft {
	float: left;
	}
	
.postright {
	float: right;
	}

.clear {
	clear: both;
	}

h4 {
	font-size: 18px;
	color: #b09b38;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 5px;
	margin-bottom: -9px;
	}
	
h6 {
	font-size: 11px;
	color: #666;
	line-height: 14px;
/*	font-weight: normal;
*/
	text-transform: none;
	padding-top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}
	
.itemlabel {
	width: 167px;
	text-transform: uppercase;
	font-size:10px;
	z-index:999;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #000;
	position:relative;
	z-index: 999;
	height: 13px;
	overflow: hidden;	
	top: 100px;
	filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;-khtml-opacity: 0.7;
	}
	
.webkit .itemlabel {
	width: 167px;
	text-transform: uppercase;
	font-size:10px;
	z-index:999;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #000;
	position:relative;
	z-index: 999;
	height: 13px;
	overflow: hidden;
	top: 100px;
	filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;-khtml-opacity: 0.7;
	}
	
	
#related {
	margin-right: 15px;
	margin-top: -35px;
	}
	
.relatedlabel {
	width: 167px;
	color: #fff;
	text-transform: uppercase;
	font-size:10px;
	z-index:999;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-color: #000;
	position:relative;
	z-index: 999;
	top: 114px;
	height: 13px;
	filter:alpha(opacity=75);
	-moz-opacity:.8;
	opacity:.8;
	-khtml-opacity: 0.8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	
.webkit relatedlabel {
	width: 167px;
	color: #fff;
	text-transform: uppercase;
	font-size:10px;
	z-index:999;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #000;
	position:relative;
	z-index: 999;
	top: 114px;
	filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	
.catlabel a {
	color: #fff;
	}
	
.relatedlabel:hover {
	color: #fff;
	filter:alpha(opacity=95);-moz-opacity:.9;opacity:.9;-khtml-opacity: 0.9;
	background-color: #000;
	}
	
.itemlabel:hover {
	color: #fff;
	filter:alpha(opacity=95);-moz-opacity:.9;opacity:.9;-khtml-opacity: 0.9;
	background-color: #000;
	}

.newside {
	padding-bottom:10px;
	}



.newslabel {
	width: 260px;
	color: #9a9a98;
	text-transform: uppercase;
	font-size:11px;
	z-index:990;
	position:relative;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	}
	
.newslabel a {
	color: #9a9a98;
}

.newslabel a:hover {
	color: #b09b38;
}


#newsitem {
	margin-top: 0px;
	z-index: 3;
}

.sub {
	font-size: 20px;
	color: #b09b38;
	line-height: 24px;
/*	font-weight: bold;
*/
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#categories {
	padding-top: 10px;	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#cat {
	margin-bottom: 13px;
	}
	
.nav-side {
	padding-bottom: 6px;
	line-height: 20px;
	}
	
#categories a {
	color: #b09b38;
	line-height: 14px;
	}
	
#categories a:hover {
	color: #000;
	line-height: 14px;
	}

#nav-about {
	font-size: 12px;
/*	font-weight: bold;
*/
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#nav-about a {
	color: #b09b38;
	}
	
#nav-about a:hover {
	color: #000;
	}
	
#part {
	height: 80px;
	margin-top: 30px;
	width: 310px;
	}
	
#partimg {
	float: left;
	margin-right: 15px;
	height: 65px;
	width: 65px;
	background-color:#b09b38;
	}
	
#partimg img {
	height: 65px;
	width: 65px;
	}

#partinfo {
	float: right;
	margin-right: 20px;
	width: 210px;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	}
	
.partname {
	font-size: 18px;
	line-height: 22px;
	color: #b09b38;
	padding-top: 5px;
	padding-bottom: 4px;
	}
	
.partname a {
		color: #b09b38;
	}

#pageTitle{
	z-index:2020200;
/*	height:30px;
*/
	position:relative;
}	

.big {
	font-size: 32px;
	color: #fde339;
/*	letter-spacing: -1px;*/
	margin-bottom: -10px;
	z-index:1011010;
	position:relative;
	}
	
.big h1 {
	padding-top: 0px;
	color: #fde339;
	font-family: ITCAvantGardeGothicBook;
	font-weight:bolder;
	font-size: 16px;
	z-index:1110010;
	text-transform: uppercase;
	}	
	
.ie .big h1 {
	padding-top: 50px;
	color: #fde339;
	font-family: ITCAvantGardeGothicBook;
        font-weight:bolder;
	z-index:1110010;
	text-transform: uppercase;
	}
	
.big h2 {
	margin-top:16px;
	}	

.big hh1 {
        padding-top: 0px;
        color: #fde339;
        font-family: 'ITCAvantGardeGothicBook';
        font-size: 26px;
        z-index:1110010;
        text-transform: uppercase;
        }

.ie .big hh1 {
        padding-top: 50px;
        color: #fde339;
        font-family: 'ITCAvantGardeGothicBook';
        z-index:1110010;
        text-transform: uppercase;
        }

.big hh2 {
        padding-top: 0px;
        color: #fff;
        font-family: 'ITCAvantGardeGothicBook';
        font-size: 26px;
        z-index:1110010;
        text-transform: uppercase;
        }

.ie .big hhf {
        padding-top: 50px;
        color: #fff;
        font-family: 'ITCAvantGardeGothicBook';
        z-index:1110010;
        text-transform: uppercase;
        }
		
.big-tag {
	font-size: 32px;
	color: #ffe360;
	letter-spacing: -1px;
	margin-bottom: -12px;
	text-transform:capitalize;
	}
	
.descript {
	font-size: 16px;
	line-height: 22px;
	margin-top:-15px;
	width:700px;
	}
	
.bio {
	padding-top:14px;
	padding-left:2px;
	font-size: 14px;
	line-height: 22px;
	color:#fff;
	}	
	
.descript p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:20px;
	font-family:'HelveticaNeueRoman';
	line-height: 19.2px;
	}
	

#about{
	margin-top: 75px;
	margin-bottom: 25px;
	}

#about hh1{
	color:#fde339;
	font-size:26px;
	text-transform: uppercase;
	font-family: 'ITCAvantGardeGothicBook';
	}

cont {
        color:#fde339;
        font-size:16px;
        text-transform: uppercase;
        font-family: 'ITCAvantGardeGothicMedium';
        font-weight:bolder;
        }

#about-context{
	width:740px;
	color:#fff;
	font-size: 16px;
	font-family: 'HelveticaNeueRoman';
	line-height:19.2px;	
}


	
#item {
	width: 200px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-top: 30px;
	min-height:215px;
	height:auto !important;
	height:215px;
	}
	
	
.sidetitle {
		color: #ffe360;
		font-size: 12px;
		font-family: 'ITCAvantGardeGothicMedium';
		text-align: right;
		margin-bottom: 5px;
		text-transform: uppercase;
}

#newsfeatures {	
	margin-top: 6px;
	width: 740px;
	}
	
.headline { 
	margin-bottom: 7px; 
	}
	
.ie .headline { 
		margin-bottom: 10px;
		position:relative;
		}	
	

#archiveline {
	font-size: 16px;
	line-height: 18px;
	}
	
#archiveline a {
	color: #8c8c8c;
	padding-bottom: 4px;
	}
	
#archiveline a:hover {
	color: #fff;
	}
	
#archivebox {
	margin-top: 20px;
	margin-bottom: 50px;
	}
	
	
#newsline {
	font-size: 12px;
	line-height: 16px;
	margin-right: 25px;
    	margin-top: 40px;
	font-family:'ITCAvantGardeGothicMedium';
	text-align: right;
	}

.webkit #newsline {
        font-size: 12px;
        line-height: 16px;
        margin-right: 25px;
        margin-top: 44px;
        font-family:'ITCAvantGardeGothicMedium';
        text-align: right;
        }	

.newsline {
		font-size: 12px;
		font-family:'ITCAvantGardeGothicMedium';
		line-height: 16px;
		text-align: right;
		margin-bottom: 40px
		
		}
		
.newsline li{
	list-style:none;
	line-height: 0px;
	text-align: right;
	}			

	
.newstitle {
	font-size: 26px;
	font-family:ITCAvantGardeGothicBook;
	color: #fff;
	margin-top: 0px;
	padding-top: 22px;
	margin-bottom: 0px
	}

.newstitle hh1{
	font-size:26px;
	font-family:'ITCAvantGardeGothicBook';
	color: #fff;	

	}


.newstitle-single {
        font-size: 26px;
        font-family:ITCAvantGardeGothicBook;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 0px
        }

.newstitle-single h1{
	font-size:26px;
}
	
#newsline a {
	color: #8c8c8c;
	line-height: 16px;
	padding-bottom: 4px;
	}
	
#newsline a:hover {
	color: #fff;
	}
	
	
	.newsline a {
		color: #8c8c8c;
		line-height: 16px;
		padding-bottom: 4px;
		}

	.newsline a:hover {
		color: #fff;
		}
	
#newslist { 
	margin-top: 40px;
	}

#newsleft {
	margin-right: 5px;
	float: left;
	width: 70px;
	color: #9a9a98;
	}
	
#newsright {
	display: inline;
	}

#newsright a {
	color: #fff;
	}

#newsright a:hover {
	color: #ffe360;
	}
	
	
	
.newsbox {
	width: 320px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px;
	}

#morenews {
	margin-top: -15px;
	color: #b09b38;
	margin-bottom: 5px;
	font-size: 10px;
	}

#morenews a {
	color: #b09b38;
	}

#morenews a:hover {
	color: #000;
	}

#more {
	margin-top: -15px;
	color: #b09b38;
	}

#more a {
	color: #b09b38;
	}

#more a:hover {
	color: #000;
	}
	
.itementry {
	font-size: 12px;
	line-height: 20px;
	margin-top: -7px;
	margin-bottom: 20px;
	color: #918F9B;
/*	font-weight: 100;
*/
	}
	
.itemtitle {
	font-size: 20px;
	font-family: ITCAvantGardeGothicBook;
	padding-bottom: 0px;
	margin-top: 0px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	}

.selected{
	color: #fde339;
}

.itemtitle a {
	color: #FFF;
	}
	
.itemtitle a:hover {
	color: #fde339;
	}
	
.hidden{
	display:none;
}	

 

.list {
	margin-top: 55px;
	margin-bottom: 15px;	
	padding-bottom: 15px;
	line-height: 18px;
	font-size: 11px;
	height: 300px;
	z-index:993;
	position:relative;
	}
	

.ie	.list {
		margin-top: -30px;
		height: 330px;
		}	

.index {
margin-top:90px;
margin-left:-2px;
}

#address {
	margin-top: 35px;
	width: 200px;
	font-size: 13px;
	text-transform:capitalize;
	text-align: right;
	font-family: 'ITCAvantGardeGothicMedium';
	margin-left: -20px;
	}
.webkit #address {
        margin-top: 37px;
        width: 200px;
        font-size: 13px;
        text-transform:capitalize;
        text-align: right;
        font-family: 'ITCAvantGardeGothicMedium';
        margin-left: -20px;
        }

#address a {
	color:#fde339;
	}
	
#break {
	height: 10px;
	}
	
#pdf {
	float: left;
	}
	
#pdf a:hover {
	color: #fff;
	}
	
#link {
	float: right;
	}
	
#link a:hover {
	color: #fff;
	}
	
.ie #contact-form {
	top: -50px;
	line-height: 10px;
	width: 250px;
	/*padding-left: 25px;*/
	font-size: 11px;
	float: left;
	/*background-color: #000;*/
	margin-right: 30px;
	position:relative;
	/*filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;-khtml-opacity: 0.7;*/
	}

#contact-form {
	margin-top: 0;
	/*padding-top: 20px;*/
	line-height: 10px;
	width: 250px;
	/*padding-left: 25px;*/
	font-size: 11px;
	float: left;
	/*background-color: #000;*/
	margin-right: 30px;
	padding-bottom:15px;
	/*filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;-khtml-opacity: 0.7;*/
	font-family:'HelveticaNeueRoman';
	}
		
#contact {
	margin-top: 35px;
	width: 300px;
	float: left;
	}
	
#contact-txt {
	margin-top: 10px;
	line-height: 15px;
	font-size: 14px;
/*	font-weight: 100;
*/
	color: #ffe360;
	}
	
#contact-txt a {
	font-size: 12px;
	color: #fff;
/*	font-weight: 100;
*/
	}
	
#contact-txt a:hover {
	color: #ffe360;
	}
	
#main-contact {
	margin-top: 10px;
	width: 300px;
	float: left;
	}
	
.ie #main-contact {
	top: -100px;
	width: 300px;
	float: left;
	}	
	
.ie #main-contact-txt {
	margin-top: 0;
	line-height: 16px;
	font-size: 16px;
	font-family: HelveticaNeueRoman;
	color: #FFF;
	width:400px;
	}
	
#main-contact-txt {
	margin-top: 0px;
	line-height: 19.2px;
	font-size: 16px;
	color: #fff;
	font-family: HelveticaNeueRoman;
	width:400px;
	}
	
.webkit #main-contact-txt {
        margin-top: 0px;
        line-height: 16px;
        font-size: 16px;
        color: #fff; 
        font-family: HelveticaNeueRoman;
        width:400px;
        }

#main-contact-txt p{
	padding-bottom:7px;
	line-height:22px;
	}

.webkit #main-contact-txt p{
        padding-bottom:7px;
	line-height:22px;
        }

#main-contact-txt a {
	font-size: 16px;
	color: #8c8c8c;
	}
	
#main-contact-txt a:hover {
	color: #fff;
	}
	

.ie #main-contact-form {
	top: 74px;
	line-height: 16px;
	width: 310px;
	padding-left: 25px;
	font-size: 11px;
	float: right;
	background-color: #000;
	margin-right: 30px;
	position:relative;
/*	filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;-khtml-opacity: 0.7;
*/
	}

#main-contact-form {
	margin-top: 40px;
	line-height: 16px;
	width: 310px;
	padding-left: 25px;
	font-size: 11px;
	float: right;
	background-color: #000;
	margin-right: 30px;
	padding-bottom:30px;
	}
.webkit #main-contact-form {
        margin-top: 40px;
        line-height: 16px;
        width: 310px;
        padding-left: 25px;
        font-size: 11px;
        float: right;
        background-color: #000;
        margin-right: 30px;
        padding-bottom:30px;
        }

#contacttxt {
	font-family:'HelveticaNeueRoman';
	cursor:pointer;

}

	
.ie #tags {
	top: 24px;
	line-height: 16px;
	width: 200px;
	text-transform:capitalize;
	text-align: right;
	position:relative;
	font-family: 'ITCAvantGardeGothicMedium';
	}

#tags {
	margin-top: -11px;
	font-size:12px;
	line-height: 16px;
	width: 200px;
	text-transform:capitalize;
	text-align: right;
	margin-left: -20px;
	padding-right: 25px;
	font-family: 'ITCAvantGardeGothicMedium';
	}

.webkit #tags {
        margin-top: -5px;
        font-size:12px;
        line-height: 16px;
        width: 200px;
        text-transform:capitalize;
        text-align: right;
        margin-left: -20px;
        padding-right: 25px;
        font-family: 'ITCAvantGardeGothicMedium';
        }

#tags a {
	margin-left: 10px;
	color: #8c8c8c;
/*	font-weight:100;
*/
	padding-bottom: 3px;
	}
	
#tags a:hover {
	color: #fff;
	}

	
#hometags {
	margin-top: 270px;
	line-height: 20px;
	width: 600px;
	text-transform:capitalize;
	z-index:11112212992;
	position:relative;
	font-family: 'ITCAvantGardeGothicBook';	
	}

.webkit #hometags {
        font-family: 'ITCAvantGardeGothicBook';
        }


#hometags a {
	margin-right: 7px;
	color: #8c8c8c;
	font-size:15px;
	padding-bottom: 3px;
	}
	
#hometags a:hover { 
	color: #fff;
	}
	
#home {
	clear: both;
	left:108px;
	margin-top: 20px;
	z-index:12344534;
	position:relative;
	}
	
#float {
	z-index: 99999999999;
	position: absolute;
	}
	
	
	
	
.ie	#searchbox {
		top: -2px;
		margin-left: 495px;
		margin-bottom: 18px;	
		width: 400px;
		font-size: 12px;
		position:absolute;
		font-family: 'ITCAvantGardeGothicBook';	
	}	
	
#searchbox {
	margin-top: -2px;
	margin-left: 495px;
	margin-bottom: 18px;	
	width: 400px;
	font-size: 12px;
	font-family: 'ITCAvantGardeGothicBook';    
}
	
#searchbox a {
	color: #9a9a98;
	}
	
#searchbox a:hover {
	color: #ffe360;
	}
	
.top {
	margin-top: 6px;
	font-size: 11px;
	}
	
.top a:hover {
	color: #ffe360;
	}
	
#promobox {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	}
	
	
#footer {
	padding-top: 30px;
	padding-left:20px;
	margin: 0 auto 10px 237px;;
	width: 980px;
	clear: both;
	font-family: 'ITCAvantGardeGothicMedium';
	font-size: 13px;
	color: #fff;
	z-index:991;
	position:relative;
	}
	
#footer a {
	color: #9a9a98;
	}
	
	
#homefooter {
	padding-top: 10px;
	z-index: 9990;
	margin: 0 auto;
	width: 985px;
	clear: both;
	margin-bottom: 40px;
	font-size: 13px;
	color: #fff;
	z-index:991;
	position:relative;
	font-family: 'ITCAvantGardeGothicMedium';
	}
	
#homefooter a {
	color: #9a9a98;
	}

/* End Structure */



/*	Begin Headers */
h1 {

	}

h2 {
/*	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;*/
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.ie #sidebar{
	margin-top:80px;
	position:relative;
	
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	padding: 0;
	}

#searchform #s {
	width: 120px;
	height: 19px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:3px;
	background-image: url(images/search.png);
	background-color:transparent;
	border: 0px solid #E2E5EE;
	font-size:9px;
	color: #828280;
/*	font-weight: 100;
*/
	}
	
.webkit #searchform #s {
	width: 120px;
	height: 23px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-bottom:-4px;
	background-image: url(images/search.png);
	background-color:#transparent;
	border: 0px solid #E2E5EE;
	font-size:9px;
	color: #828280;
/*	font-weight: 100;
*/
	}

#searchsubmit {
	margin-left: 0px;
	margin-bottom: -4px;
	}
	
.searchtext { 
	line-height: 20px;
	font-family: HelveticaNeueRoman;
	font-size:14px;
}
	
.searchtext a:hover {
	color: #fde339;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commbox {
	width: 600px;
	margin-bottom: 20px;
	filter:alpha(opacity=55);-moz-opacity:.5;opacity:.5;-khtml-opacity: 0.5;
	}
	
#commentform textarea {
	width: 100%;
	border:0px;
	background:#000;
	color:#fff;
	}
	
#respond {
	margin-bottom: 20px;
	margin-top: 0px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 0px;
	margin-top: 10px;
	width: 200px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	}

.webkit #sidebar {
        margin-left: 0px;
        margin-top: 10px;
        width: 200px;
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        float: left;
        }


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	} 

.center {
	text-align: left;

	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.top a img {
	padding-left:3px;
	}



.hide img {
	width: 170px;
	height: 95px;
	}

	
.navigation-news {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	text-transform: uppercase;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	}
	
.newsnav {
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	text-transform: uppercase;
	padding-left: 102px;
	
	}

#newslinkr {
	width: 340px;
	text-align: left;
	}
	
#newslinkr a { 
	color: #ffe360;
	font-size: 12px;
	}
	
#newslinkr a:hover { 
	color: #fff;
	}
	
#newslink {
	width: 340px;
	text-align: right;
	}


#newslink a { 
	color: #ffe360;
	font-size: 12px;
	}
	
#newslink a:hover { 
	color: #fff;
	}
	
	
.newslink a { 
	color: #ffe360;
	font-size: 12px;
	}
	
.newslink a:hover { 
	color: #fff;
	}
	
#gridnav {
	clear: both;
}
		   
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#wrap {
	background-color: #066;
	}

#box {
	width: 170px;
	height: 100px;
	margin-bottom: 4px;
	margin-right: 10px;
	float: left;
	display: inline;
	}
	
#boximg {
	z-index: 997;
	position: relative;
	}
	
#boxtxt {
	z-index: 996;
	position: relative;
	padding-top: 5px;
/*	font-weight: 100;
*/
	padding-left: 5px;
	padding-bottom: 6px;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 11px;
	text-transform: uppercase;
	color: #fff;
	}
	
#boxtxt a {
	color: #fff;
	}
	
#relatedbox {
	background: #0F6;
	float: left;
	}

#poster_image{
	margin-top:22px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#grid { 
	margin-top: 18px;
	}
		
.hide {  
	color:#fff;  
	text-align: left;  
  	} 
	
.hide #textbox {
	z-index: 9999991;
	position: relative;	
	height: 50px;
	margin-top: -50px;
	display:none;
	}
	
.hide #textbottom {
	bottom: 3px;
	position: absolute;

	}

	
#relwork .hide #textbottom {
		bottom: 12px;
		position: absolute;
		

		}	
	
.hide .text {
	color: #fff;
	text-transform: uppercase;
	z-index: 9999993;
	position: relative;	
	background: #000;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 11px;
	width: 165px;
	font-family: 'HelveticaNeueRoman';
	}
	
.webkit .hide .text {
	color: #fff;
	text-transform: uppercase;
	z-index: 9999993;
	position: relative;	
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 11px;
	width: 165px;
	}
	

.webkit	#relwork .hide #textbottom {
			bottom: 16px;
			position: absolute;

			}
						
#work:hover .hide{ 	 
	cursor: pointer;  

	}  


	
	
	
					
#relwork:hover .hide{  
	cursor: pointer;  

	}  



.hide #ff {
	margin-top: 2px;
	}
	
.webkit .hide #ff {
	margin-top: 0px;
	}

	
#meebo{
	z-index: 9999999;
}

.meebo-inlineShare a{
	color:#ffcc00;
}

.addtoany_list{
	clear: both;
	padding-left:0px;
	margin-left:0px;
	padding-right:26px;
	margin-top:6px;
	padding-bottom:12px;
	width:100%;	
	float:right;
	text-align:right;
}
.addtoany_share_save{
	clear:both;
	
	position:relative;
	padding:0px;
	margin:0px;
	padding-left:0px;
	margin-left:0px;
	margin-top:8px;
	float:right;
	text-align:right;
}

.blogwidth{
	width:620px;
	padding-top:0px;
}

.itemtags{
	display:none;
}

.IpTitle{
	font-size:26px;
	color: #fff;
	margin-bottom: 20px;
    	margin-top: -10px;
	font-family: ITCAvantGardeGothicBook;
}

.IpThumbnail{
	float:left;
/*	margin-right:30px;
*/
}

.IpThumbnail img{
	width:680px;
	height:390px;
}

.IpCopy{
	float:left;
}

.IpContent{
/*	margin-top:-30px;*/
	width:690px;
	font-size:16px;
	line-height:20px;
	padding-bottom:12px;
	font-family:'HelveticaNeueRoman';
}

.ie .IpContent{
	margin-top:0;
	width:400px;
	font-size:14px;
	padding-bottom:12px;
	font-family:'HelveticaNeueRoman';
}

.IpContent a{
	color:#8c8c8c;
	}

.IpEntry{
	float:left;
	margin-top:20px;
	margin-bottom:30px;

}

.hrates{

	margin-top: 85px;
}


.ie .hrates{

	padding-top:25px;
}

.main-contact-title{
	margin-top:10px;
	margin-left:0;
	font-size:14px;
	margin-bottom:5px;
}


.contact-title{
	margin-top:30px;
	margin-left:17px;
	font-size:14px;
}

.mainContactFormItems {
	margin-left:-3px;
	color:#8c8c8c;
}

.FormSubmitButton{
	margin-top:5px;
}
.ContactFormItems{

	margin-top:0px;
	margin-bottom:-10px;
	margin-left:10px;
}

.ie .ContactFormItems{

	top:0;
	bottom:0;
}

.ContactFormItems td {

	height:10px;
	padding: 0;
}

.ie .ContactFormItems td {

	margin-top:0;
	padding: 5px;
}

.ContactFormItems td .label {

	width:250px;
	margin-top:8px;
	margin-bottom:8px;
}

.ie .ContactFormItems td .label {

	/*margin-top: -175px;*/
}



.ie .mainContactFormItems{

	margin-top:0;
}

.mainContactFormItems td {

	height:20px;
	padding: 0;
}

.ie .mainContactFormItems td {

	margin-top:0;
	padding: 0;
}

.ie .mainContactFormItems td .label {

	margin-top: -175px;
}

.addthis_toolbox{
	float:right;
	margin-top:10px;
	margin-right:27px;
	margin-bottom:12px;
}

.addthis_button_facebook_like {
	margin-top:-2px;
	margin-right:-15px;
}

.webkit .addthis_button_facebook_like {
	margin-top:-2px;
	margin-right:3px;
}

.addthis_button_google_plusone{

	margin-right: -20px;
}

