/*

	Theme Name: Corporate Child Theme
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.1
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {

	background: #ffffff;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0;
	padding: 0;
	line-height: 20px;
	}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/ColabLig-webfont.eot');
    src: url('fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont.woff') format('woff'),
         url('fonts/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('fonts/ColabMed-webfont.eot');
    src: url('fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabMed-webfont.woff') format('woff'),
         url('fonts/ColabMed-webfont.ttf') format('truetype'),
         url('fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('fonts/ColabBol-webfont.eot');
    src: url('fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabBol-webfont.woff') format('woff'),
         url('fonts/ColabBol-webfont.ttf') format('truetype'),
         url('fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***** Leftlinks ********************/

left, left:visited {
	color: #1117DD;
	text-decoration: none;
	}

left:hover {
	color: #1117DD;
	text-decoration: underline;
	}

/***** Hyperlinks ********************/

a, a:visited {
	color: #fffff2;
	text-decoration: none;
	}
a:hover {
	color: #edc62a;
	text-decoration: none;
	}

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}
 
/***** Wrap ********************/

#wrap {

	/*background: #ffffff;*/
	width: 960px;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	/*-moz-box-shadow: 0 5px 10px #333333;*/
	}

/***** Header  ********************/

#header {
    background: url("images/header.png") no-repeat scroll center 0 ;
    height: 110px;
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 960px;
}

#title-area {
   	width: 360px;
	float: left;
	margin: 0; 
	padding: 0 0 0 0;
	overflow: hidden;
	}
#title-area #title {
	color: #CCCCCC;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 36px;
	}

#title-area #title a {
	color: #CCCCCC;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}

#title-area #title a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
    float: right;
    height: 111px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 320px;
}

#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}


/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
    background: url("http://www.berwickpalace.com.au/images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 255px;
    width: 400px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
	z-index: -9999;
position: absolute;
	top: 11px;
	right: 560px;

   }	

.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}	

/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}
#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #000000;
	color: #FFFFFF;
	}

#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	

	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
	}
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}
#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}
#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}
#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -33px 0 0 179px;
	}
#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;

	}
#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Primary Navigation ********************/

#nav {
    background: url("images/blockdefault.gif") repeat-x scroll center center ;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Tahoma,Verdana;
    overflow: hidden;
    text-transform: uppercase;
    width: 960px;
/*border: 1px solid #666;*/

}
#nav ul {
	width: 100%;
	float: left !important;
	list-style: none;
	margin: 12px 0 3px 0;
	padding: 0;

	}

#nav li {
	float: left;
	list-style: none;
	font-size: 14px;
	}
#nav li a {
	color: #fff;
	font-size: 14px;
	display: block;
        margin: 0;
	padding: 7px 15px 8px 15px;
	text-decoration: none;
	position: relative;	
	border-right: 1px solid #4d0012;
	}

#nav li a:hover, #nav li a:active {
	/*background: url(images/navhov.png);*/
	color: #cea766;
	font-size: 14px;
	}
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #ececec;
	color: #01365a;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	}

#nav li li a:hover, #nav li li a:active {
	background: #55cdec;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

/***** Primary Navigation Extras ********************/

#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}

#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}

/***** Secondary Navigation ********************/

#subnav {
	clear: both;
	width: 960px;
	background: #89c33a;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	margin: 25px 0 0 0;
	border: 1px solid #94c945;

	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin:  0;

		}

#subnav li {
	float: left;
	list-style: none;
	}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: url(images/navhov2.png);
	color: #89c33a;

	}

#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #444444;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
	}

#subnav li li a:hover, #subnav li li a:active {
	background: #000000;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 0 0 0 0 ;
	padding: 0;
	}

/***** Homepage ********************/

.dcg  {
	/*background: #F7F7F7;*/
	width: 960px;
	height: 200px;
	float: left;
	margin: 0 0 0 0;
	/*padding: 2px;
	border: 1px solid #330033;*/
	}

#content .dcg h2 {
	font-size: 18px;
	font-weight: normal !important;
	}
#featured-extra {
	width: 960px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	}

	.featured-extra-one {
	background: #ffffff;
	width: 310px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*border: 1px solid #E6E6E6;*/
	}

#featured-top-wide {
	background: url("http://www.berwickpalace.com.au/images/wide.jpg") no-repeat scroll center bottom transparent;
	width: 960px;
	float: left;
	margin: 3px 0 5px 0;
	padding: 5px 0 0 0;
	/*border: 1px solid #ff000c;*/
	} 
		
.feature-top-wide-close{
    background: url("images/featured-top-wide-bottom11.png") no-repeat scroll center bottom transparent;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 29px;
}
.feature-top-wide-open{
    background: url("images/featured-top-wide-bottom11.png") no-repeat scroll center top transparent;
    overflow: hidden;
}
#featured-top-wide h4{
    color: #fff !important;
    font-size: 24px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 8px 0 10px 0 !important;
    /*text-shadow: 1px 1px 2px #222222;*/
    width: 960px;
}
#featured-top-wide .widget-wrap .post, #featured-top-wide .widget-wrap .page{
    background: url("images/featured-top-wide-bg11.png") repeat-y scroll 0 0 transparent;
    padding: 10px;
}


#featured-top-wide p{
	margin:0 12px 0 12px;
	color: #cea766;
	font-size: 16px !important;

}
#featured-top-wide a{
	color:#fff;
}

/*

.feature-wrap-bg{
    background: url("images/featured-bg.png") repeat-y scroll center top transparent;
    margin: 15px 0 15px 0;
    overflow: hidden;
}
.feature-wrap-open{
    background: url("images/featured-top.png") no-repeat scroll center top transparent;
	overflow: hidden;
}
.feature-wrap-close{
    background: url("images/featured-bottom.png") no-repeat scroll center bottom transparent;
clear: both;
    padding: 0;
}	*/

#featured-top-top {
	background: #aaa366;	
	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	line-height: 20px;
	width: 960px;
	float: center;
	margin: 0 0 0 0;
	padding: 0;
	}

	.top-left {
	/*background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;*/
	width: 218px;
	float: left;
	margin: 0 19px 0 0;
	padding: 5px 5px 0 8px;
	/*border-right: 1px solid #999;*/
	}

	.top-middle {
	/*background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;*/
	width: 218px;
	float: left;
	margin: 0 19px 0 0;
	padding: 5px 0 0 5px;
	/*border-right: 1px solid #999;*/
	}
	
	.top-middle-right {
	/*background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;*/
	width: 218px;
	float: left;
	margin: 0 19px 0 0;
	padding: 5px 0 0 5px;
	/*border-right: 1px solid #999;*/
	}


	.top-right {
	/*background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;*/
	width: 218px;
	float: right;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	/*border-right: 1px solid #999;*/
	}

#featured-top {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0;
	padding: 0 0 0 0;
	line-height: 20px;
	width: 960px;
	float: center;
	/*margin: 10px  0 0;
	padding: 0 ;*/
	}

	.featured-top-left {
	/*background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;*/
	width: 218px;
	float: left;
	margin: 0 19px 0 0;
	padding: 5px 5px 0 5px;
	/*border-right: 1px solid #999;*/
	}

	.featured-top-middle {
	background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;
	width: 218px;
	float: left;
	margin: 0 19px 0 0;
	padding: 5px 0 0 5px;
	/*border-right: 1px solid #999;*/
	}
	
	.featured-top-middle-right {
	background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;
	width: 218px;
	float: left;
	margin: 0 19px 0 0;
	padding: 0 0 0 5px;
	/*border-right: 1px solid #999;*/
	}


	.featured-top-right {
	background: url("http://www.berwickpalace.com.au/images/box.jpg") no-repeat scroll 0 0 transparent;
	width: 218px;
	float: right;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	/*border-right: 1px solid #999;*/
	}

#featured-top .more-link{
    /*background: url("images/enews.png") no-repeat scroll 0 0 transparent;*/
    display: inline-block;
    float: left;
    font-family: georgia,trebuchet MS,times New Roman;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    margin: 20px 0 0;
    padding: 4px 0 0 15px;
    width: 229px;	
}
#featured-top .more-link:hover{
 /*background: url("images/twitter.png") no-repeat scroll 0 0 transparent;*/
    display: inline-block;
    float: left;
    font-family: georgia,trebuchet MS,times New Roman;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    margin: 20px 0 0;
    padding: 4px 0 0 15px;
    width: 149px;	
}

#featured-top a{
	color: #f4f4f4;
background: url(images/read.png )  no-repeat Top Left;
height: 33px
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	}
#featured-top a:hover{
	color: #e3e3e3;
background: url(images/readhov.png  ) no-repeat Top Left;
height: 33px
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	}
#featured-top .more-link{
 background: none repeat scroll 0 0 #620001;
border-radius: 7px 7px 7px 7px;
    display: inline-block;
    float: left;
    font-family: georgia,trebuchet MS,times New Roman;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    margin: 20px 0 0;
    padding: 4px 0 0 15px;
    width: 149px;	
}

#featured-top .more-link:hover{
background: none repeat scroll 0 0 #cea766;
border-radius: 7px 7px 7px 7px;
color: #fff;
    display: inline-block;
    float: left;
  font-family: ColaborateLightRegular;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    margin: 20px 0 0;
    padding: 4px 0 0 15px;
    width: 149px;	
}


#content #featured-top h2, #content #featured-extra h2, #content #featured-extra h2 a, #content #featured-top h2 a, #content #featured-bottom h2, #content 

#featured-bottom h2 a {
	color: #009900;
	font-size: 18px;
	font-weight: mormal;
	font-family: ColaborateLightRegular;
	margin: 0;
	padding: 0;
	border: none;
	}

#content #featured-top h2 a:hover, #content #featured-extra h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #9987DD;
	text-decoration: underline;
	}
#content #featured-top-wide h4{
	color: #222333;
	font-size: 18px;
	font-family: ColaborateLightRegular;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
 #content #featured-extra h4 {
	color: #01365a;
	font-size: 18px;
	font-family: ColaborateLightRegular;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
#content #featured-bottom h4 {
	color: #999333;
	font-size: 16px;
	font-family: ColaborateLightRegular;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
#content #featured-top h4 {
    /*background: url("images/heading.jpg") repeat-y scroll 0 0 transparent;*/
    color: #fff;
    font-family:  ColaborateLightRegular;
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    margin: 5px 0 0 5px;
    padding: 6px 0 5px 0;
   /* text-shadow: 1px 1px 2px #222222;*/

	}


#featured-top .wrap, #featured-extra .wrap, #featured-extra .widget, #featured-bottom .wrap, #featured-bottom .widget, #featured-top .widget {
	margin: 0;
	padding: 0;
	}



#featured-top p; {
color: #999;
	font-size: 14px;
	font-family: Century Gothic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 4px;
	}

#featured-top-top p {
color: #666666;
	font-size: 12px;
	font-family: Century Gothic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 9px 0;
	}

#content #featured-bottom img, #content #featured-extra img, #content #featured-extra p img, #content #featured-bottom p img, #content #featured-top img, 

#content #featured-top p img {
	max-width: none;
	}

#featured-bottom .user-profile {
	overflow: hidden;
	}

#featured-bottom .user-profile p {
	padding: 10px;
	}

#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}

#featured-bottom .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

.more-from-category a {
	font-weight: bold;
	}

.more-from-category a:hover {
	text-decoration: underline;
	}/***** Homepage Featured Post/Page ********************/

#featured-top .featuredpost, #featured-extra .featuredpost, #featured-extra .featuredpage, #featured-top .featuredpage, #featured-bottom .featuredpost, #featured-bottom .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}

#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-extra .featuredpost .post, #featured-extra .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page {
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #009903;*/
	overflow: hidden;
	}

#featured-top .featuredpost .avatar, #featured-extra .featuredpost .avatar, #featured-extra .featuredpage .avatar, #featured-top .featuredpage .avatar, #featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar {
	margin: 0;
	padding: 4px;
width: 226px;
	border: 1px solid #E6E6E6;
	}

#featured-top .featuredpost img, #featured-extra .featuredpost img, #featured-top .featuredpage img, #featured-bottom .featuredpost img, #featured-bottom 

.featuredpage img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	/*padding: 23px;
	border: 1px solid #E6E6E6;*/
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #E6E6E6;
	}

/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}

#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 810px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
background: #220a0a;
	width: 520px;
	margin: 0 0 10px 0;
	padding: 20px 5px 0 10px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 650px;
	margin: 0 0 10px 0;
	padding: 20px 10px 0 10px;
	}

.home #content {
	width: 920px;
background: transparent;
	margin: 0 0 10px 0;
	padding: 0;
	}	

.full-width-content #content {
	width: 960px;
	margin: 0 0 0 0;
	padding: 0;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #f1f1f1;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #01b8da;
	}
#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}

#content .page {
	margin: 0 0 5px 10px;
	padding: 0;
	}
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
	}

.clear {
	clear: both;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #fff;
	/*font-family: Georgia, Times New Roman, Trebuchet MS;*/
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}
#content h1 {
	font-size: 20px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #CCCCCC;
	}
#content h2 {
	color: #fff;
	font-size: 18px;
	padding: 0 0 5px 0;
	/*border-bottom: 2px solid #CCCCCC;*/
	}

#content h2 a, #content h2 a:visited {
	color: #fff;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #3A87DD;
	text-decoration: none;
	}

#content h3 {
	color: #cea766;
	font-size: 18px;
	}
#content h4 {
	font-size: 14px;
	}
#header .widget-area h4 {
	margin: 10px 0 0 0; 
	}
#content h5 {
	font-size: 12px;
	}
#content h6 {
	font-size: 10px;
	}

/***** Unordered/Ordered Lists ********************/

#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul, #featured-bottom ul, #featured-top ul  {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li, #featured-bottom ul li, #featured-top ul 

li {
	margin: 0 0 0 25px;
	padding: 0;
	}

#content .post ul li, #content .page ul li, #header .widget-area ul li, #featured-bottom ul li, #featured-top ul li {
	list-style-type: none;
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 0 5px;
	padding: 0 0 0 18px;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
.post-info {
	font-size: 11px;
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	}
.post-info p {
	margin: 0;
	padding: 0;
	}

/***** Post Meta ********************/

.post-meta {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-top: 2px solid #CCCCCC;
	clear: both;
	}

/***** Author Box ********************/

.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}

.author-box p {
	margin: 0;
	padding: 0;
	}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Post Icons ********************/

.time, .categories {
	margin: 0;
	padding: 0;
	}
.post-comments, .tags {
	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #990099;
	}
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #009900;
	}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}
img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}
.alignright {
	float: right;
	margin: 0 0 0 10px;
	}
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}
.wp-caption img {
	border: 0;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #9997DD;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #ccc7DD;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}
.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}
.navigation li.active a {
	background: #F7F7F7;
	color: #6667DD;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}


/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 260px;
	float: right;
	display: inline;
	margin: 0 0 10px 0;
	padding: 5px 5px 0 0;
	}
#sidebar-home {
	width: 230px;
	float: right;
	margin: 0 0 10px 0;
	display: inline;
	}
#sidebar-alt {
background: #450201;
	width: 140px;
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	padding: 5px;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget, #sidebar-home .widget {
	/*background: #e6e6e6;*/
	margin: 10px 0 10px 0;
	/*padding: 2px;
	border: 1px solid #E6E6E7;*/
	}

#sidebar h1, #sidebar h1 a, #sidebar-alt h1, #sidebar-alt h1 a, #sidebar-home h1, #sidebar-home h1 a {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a, #sidebar-home h2, #sidebar-home h2 a {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#sidebar h2 a:hover, #sidebar-alt h2 a:hover, #sidebar-home h2 a:hover {
	color: #ff00cc;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4, #sidebar-home h4 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
#sidebar .widget p, #sidebar-alt .widget p, #sidebar-home .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p, #sidebar-home .textwidget p {
	margin: 0;
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img, #sidebar-home img, #sidebar-home a img {
	border: none;
	margin: 2px 0 0 0;
	padding: 0;
	}
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol, #sidebar-home ul, #sidebar-home ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol, #sidebar-home ul ul, #sidebar-home ol ol {
	margin: 0;
	padding: 0 0 0 18px;
	}

#sidebar li, #sidebar-alt li, #sidebar-home li {
	/*background: url(images/sidebar-list.png) no-repeat top left;*/
	font-color: #fff000;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0;
 	word-wrap: break-word;
	}
#sidebar-home embed, #sidebar-home object {
	width: 280px; 
	height: 225px;
	margin: 0; 
	padding: 0;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 5px 5px 5px;
	}

/***** Sidebar(s) Category Dropdown ********************/

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 0;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}

#sidebar #cat {
	width: 238px;
	}

#sidebar-alt #cat {
	width: 128px;
	}
#sidebar-home #cat {
	width: 278px;
	}
/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 9px;
	}

#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	}

#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img, #sidebar .featuredpost .avatar, 

#sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/


#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}
#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #ff00cc;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}

/***** Search Form(s) ********************/
.searchform {
	margin: 0;
	}
#header .searchform {
	float: right;
	margin: 0 10px 0 0;
	padding: 71px 0 0 0;
	}
#sidebar .searchform {
	padding: 0;
	}
#nav .searchform {
	float: right;
	padding: 7px 0 0 0;
	}
.s {
	background: #FFFFFF !important;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 3px 0 3px 5px;
	border: 1px solid #E6E6E6;
	}
#header .s {
	width: 175px;
	}
#nav .s, #sidebar .s {
	width: 155px;
	}
#sidebar-alt .s {
	width: 80px;
	}
#sidebar-home .s {
	width: 195px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
#sidebar .enews p {
	margin: 0;
	padding: 5px 10px 0 0;
	}
.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#sidebar .enews #subscribe {
	padding: 0;
	}
.enews #subbox {
	background: #FFFFFF !important;
	width: 190px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}
/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}
#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}

/***** Buttons ********************/

#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
background: #cea766 !important;	
/*background: url(images/nav11.png) !important;*/
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px !important;
	border: 1px solid #000000;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #9b0214 !important;
	border: 1px solid #000000;
	}

/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer input.button {
	color: #ffffff !important;
	}
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
.gform_wrapper li, .gform_wrapper form li {
	background: none !important;
	margin: 0 0 10px 0 !important;
	}
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/


#footer-widgeted {
    clear: both;
    overflow: hidden;
}
#footer-widgeted .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0;
    width: 960px;
}
#footer-widgeted .widget {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
#footer-widgeted h4 {
    background: url("images/footer-underline.jpg") repeat-x scroll center bottom transparent;
    color: #867774;
    font-family: georgia,trebuchet MS,arial;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0;
}
#footer-widgeted p {
color: #666;
	font-size: 12px;
	font-family: Century Gothic;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#footer-widgeted a, #footer-widgeted a:visited {
    text-decoration: none;
color: #27408B;
	font-size: 14px;
	font-family: Century Gothic;
    font-weight: normal;
}
#footer-widgeted a:hover {
color: #A4D3EE;
	font-size: 14px;
	font-family: Century Gothic;
    font-weight: normal;

}
#footer-widgeted ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer-widgeted ul li {
    color: #330033;
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0;
}
.footer-widgeted-1 {
    float: left;
    margin: 0 20px 0 0;
    width: 305px;
}
.footer-widgeted-2 {
    float: left;
    margin: 0 20px 0 0;
    width: 305px;
}
.footer-widgeted-3 {
    float: left;
    margin: 0 0 0 0;
    width: 305px;
}
.footer-widgeted-4 {
    float: right;
    margin: 0;
    width: 223px;
}
#before-footer {
}
.footer {
background: #450102;
   /* background: url("images/footer-underline.jpg") repeat-x scroll center top transparent ;*/
    clear: both;
    color: #cea766;
    font-family: georgia;
    font-size: 11px;
    margin: 15px auto 0;
    overflow: hidden;
    padding: 10px 0;
    text-transform: uppercase;
    width: 960px;
}
#footer {
    margin: 0;
    padding: 0;
}
#footer-bg {
    background: url("images/footer-bg.jpg") repeat scroll 0 0 transparent;
    clear: both;
    font-size: 12px;	
    overflow: hidden;
}
#after-footer {
    background: url("images/bg-footer-bottom.png") repeat scroll 0 0 transparent;
    float: left;
    height: 34px;
    width: 100%;
}
#footer a, #footer a:visited, .footer a, .footer a:visited {
    color: #fff;
    text-decoration: none;
}
#footer a:hover, .footer a:hover {
    color: #cea766;
    text-decoration: none;
}
#footer p, .footer p {
    margin: 0;
    padding: 0;
}
#footer .gototop, .footer .gototop {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 195px;
}
#footer .gototop a, .footer .gototop a {
    background: url("images/footer-top.png") no-repeat scroll left center transparent;
    margin: 0;
    padding: 0 0 1px 15px;
}
#footer .creds, .footer .creds {
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    width: 740px;
}
.comments {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#respond {
    margin: 0 0 15px;
    padding: 0;
}
#author, #email, #url {
    background: none repeat scroll 0 0 #F7F7F7 !important;
    border: 1px solid #E6E6E6;
    color: #3A87DD;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 3px 0 3px 3px;
    width: 250px;
}
#comment {
    background: none repeat scroll 0 0 #F7F7F7 !important;
    border: 1px solid #E6E6E6;
    color: #3A87DD;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 150px;
    margin: 5px 0;
    padding: 3px 0 3px 3px;
    width: 98%;
}
.comment-list, .children {
    margin: 0;
    padding: 0;
}
.ping-list {
    margin: 0 0 40px;
    padding: 0;
}
.comment-list ol, .ping-list ol {
    margin: 0;
    padding: 10px;
}
.comment-list li, .ping-list li {
    font-weight: bold;
    list-style: none outside none;
    margin: 15px 0 5px;
    padding: 10px 5px 10px 10px;
}
.comment-list li ul li {
    margin-left: 10px;
    margin-right: -6px;
}
.comment-list p, .ping-list p {
    font-weight: normal;
    margin: 10px 5px 10px 0;
    padding: 0;
    text-transform: none;
}
.comment-list li .avatar {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E6E6E6;
    float: right;
    margin: 0 5px 0 10px;
    padding: 4px;
}
.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
    font-style: normal;
    font-weight: bold;
}
.commentmetadata {
    font-size: 11px;
    font-weight: normal;
}
#respond:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.alt {
    margin: 0;
    padding: 10px;
}
.nocomments {
    margin: 0;
    padding: 0;
    text-align: center;
}
#comments .navigation {
    display: block;
    margin: 10px 0 0;
}
.thread-alt, .thread-even {
    background: none repeat scroll 0 0 #F7F7F7;
    margin: 0;
    padding: 0;
}
.even, .alt, .depth-1 {
    border: 1px solid #E6E6E6;
    margin: 0;
    padding: 0;
}


/* Icons */
.phone{
    background: url("images/phone-icon.png") no-repeat scroll left top transparent;
    display: block;
    line-height: 8px;
    margin: 15px 0;
    text-indent: 20px;
}
.email{
    background: url("images/email-icon.png") no-repeat scroll left top transparent;
    display: block;
    line-height: 8px;
    margin: 10px 0;
    text-indent: 20px;
}
.address{
    background: url("images/address-icon.png") no-repeat scroll left center transparent;
    display: block;
    line-height: 16px;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

/***** OPW sidebars ********************/
/*.opw {
	width: 180px;
	float: right;
	padding: 5px 0 0 0;
	display: inline;
	}*/
.opw ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 120px; /* Width of Menu Items */
border-bottom: 1px solid #ff00cc;
}
.opw ul li{
position: relative;
}
/*Sub level menu items */
.opw ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
}
/* Sub level menu links style */
.opw li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #cea766;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-decoration: none;
background: url(blockactive.gif) repeat-x bottom left;
padding: 2px 5px;
/*border-top: 1px solid #b3ec00;
border-left: 1px solid #b3ec00;
	border-right: 1px solid #b3ec00;*/
	border-bottom: 1px solid #eeb111;
}
.opw li a:visited{
/*color: #009900;*/
}
.opw li a:hover{
color: #a36f35;
border-bottom: 1px solid #cea766;
/*background: #414141 ;*/
background-image: url(images/blockleft.gif);
}

.opw .subfolderstyle{
background: url(images/blockdefault.gif) repeat-x bottom left;
}
/* Holly Hack for IE \*/
* html .opw ul li { float: left; height: 1%; }
* html .opw ul li a { height: 1%; }
/* End */


/* WP cycle */
#rotator {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;		
    border-radius: 10px 10px 10px 10px;
}

.wprmm_menu ul li span.menu_price {
font-size: 20px;
font-color: #fff000 !important;
    min-height: 20px;
    min-width: 20px;
    padding-top: 0;
}