/*
	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.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background-image: url(images/frey/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #608199;
	color: #615233;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
}

/* IE 6 */ * html body { background-image: none; }
	
	
	
/**************************************/	
/***** Hyperlinks ********************/
/************************************/

a,
a:visited { color: #4d8899; text-decoration: underline; }
	
a:hover { color: #4d8899; text-decoration: none; }
	
a img { border: none; }
	
a:focus,
a:hover,
a:active { outline: none; }


/**************************************/	
/***** var. tags + utilities *********/
/************************************/

small {
	color: #DE9C3D;
	margin: 10px 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.clr,
.clear { clear: both; }

hr {
	width: 100%;
	height: 1px;
	color: #E3DAC7;
	background-color: #E3DAC7;
	margin: 20px auto;
	text-align: center;
	line-height: 0;
	border-width: 0;
	page-break-after: always;
}

p + hr { margin: 10px auto 20px auto; }

* html hr { margin: 0 auto 7px auto; }

* html p + hr { margin: 0 auto 7px auto; }



/*******************************/
/***** Top + Bottom ***********/
/*****************************/

#top,
#bottom {
	width: 980px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 0 none;
}

/* IE 6 */
* html #top,
* html #bottom { right: 5px; }

/* IE 6 */
* html #top { margin-bottom: -1px; }
	
#top { background: url(images/frey/bg_top.png) 0 0 no-repeat; margin-top: 5px; }

#bottom { background: url(images/frey/bg_bottom.png) 0 0 no-repeat; margin-bottom: 5px; }



/********************************/
/***** Wrap ********************/
/******************************/

#wrap {
	background: url(images/frey/bg_wrap.png) 0 0 repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



/***********************************/
/***** Header  ********************/
/*********************************/

#header {
	background: url(images/frey/header.jpg) no-repeat 0 0;
	width: 960px; 
	height: 115px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
	
#header .wrap { padding: 16px 20px 20px 20px; } 

#title-area {
	width: 360px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
}
	
#title-area #title {
	color: #CCC;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	line-height: 36px;
}
	
#title-area #title a {
	color: #CCC;
	margin: 0; 
	padding: 0;
	text-decoration: none;
}
	
#title-area #title a:hover { color: #CCC; text-decoration: none; }
	
#title-area #description {
	color: #FFF;
	margin: 0; 
	padding: 0 0 0 20px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#header .widget-area {
	float: right;
	width: 260px;
	text-align: right;
	margin: 57px 0 0 0; 
	padding: 0;
}
	
#header .widget-area h4 {
	color: #615233;
	margin: 10px 0 0 0; 
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
	
#header .widget-area ul { margin: 0; padding: 0; }
	
#header .widget-area ul li { list-style-type: square; margin: 0 0 0 20px; padding: 0; }
	
	
	
/********************************************************/	
/***** Image Header - Partial Width ********************/
/******************************************************/

.header-image #header #title-area,
.header-image #header #title-area #title,
.header-image #header #title-area #description { 
	display: none;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}



/*****************************************************/
/***** 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: #FFF;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
	
#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: #615233;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 6px 10px 5px 10px;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid #666;
	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: #000; color: #FFF; }
	
#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;
	background: url(images/arrow-down.png);
	width: 10px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	text-indent: -9999px;
}
	
#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: #615233;
	color: #FFF;
	width: 158px; 
	margin: 0;
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	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: #000; }

#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; }



/************************************/
/***** Nav Menu ********************/
/**********************************/

#nav {
	float: left;
	background: url(images/frey/bg_nav.gif);
	width: 650px;
	height: 35px;
	color: #FFFFFF;
	margin: 0 0 0 10px;
	padding: 0;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
}

/* IE 6 */ * html #nav { margin-left: 5px; }

#nav ul { width: 100%; }

#nav ul,
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li a {
	color: #FFF;
	display: block;
    margin: 0;
	padding: 7px 24px 8px 24px;
	text-decoration: none;
	position: relative;	
	border-right: 1px solid #324452;
}

#nav li a:hover,
#nav li a:active { background: url(images/frey/bg_nav_act.gif); color: #FFF; }
	
#nav li a.sf-with-ul { }	
	
#nav li a .sf-sub-indicator { display: none; }
	
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	float: none;
	width: 170px;
	background: #4C6980;
	color: #FFF;
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #324452;
	border-top: none;
}
	
#nav li li a:hover,
#nav li li a:active { background: #324452; color: #FFF; padding: 7px 10px; }

#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 a:hover,
#nav li ul a:active { }

#nav li ul ul { margin: -35px 0 0 191px; }

#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; }
	
#nav li.right { float: right; margin: 0; padding: 7px 10px 6px 10px; }

#nav li.right a {
	display: inline;
	background: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
	
#nav li.right a:hover { color: #FFF; 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; }
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}



/***************************************/	
/***** SubNav Menu ********************/
/*************************************/

#subnav {
	float: right;
	color: #FFF;
	background: url(images/frey/bg_nav.gif);
	width: 310px;
	height: 35px;
	margin: 0 10px 0 0;
	padding: 0;	
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

#subnav ul { width: 100%; }

#subnav ul,	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#subnav li a {
	color: #FFF;
	display: block;
    margin: 0;
	padding: 7px 13px;
	font-size: 10px;
	text-decoration: none;
	position: relative;
}

#subnav li a:hover { color: #009de2; }

#subnav li a:active,
#subnav .current_page_item a { color: #fee700; }
	
#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;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	text-indent: -9999px;
}
	
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #4D8899;
	color: #FFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #000;
	border-top: none;
	position: relative;
}
	
#subnav li li a:hover { color: #387AAA; }

#subnav li li a:active { color: #fee700; }

#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 a:hover,
#subnav li ul a:active { }

#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 { position: relative; width: 980px; margin: 0 auto; padding: 0; }

/* IE 6 */ * html #inner { width: 960px; }


/************************************/    
/***** Homepage ********************/
/**********************************/

.sldrlink { display: none !important; }
.dcg  {
	background: #e3dac7;
	width: 610px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border :1px solid #FFF;
}
	
#content .dcg h2 { font-size: 18px;	font-weight: normal !important; }
	
#featured-top-wide { width: 550px; margin: 0; padding: 20px; }

#featured-bottom { width: 600px; margin: 0; padding: 0; }

/* IE 6 */
* html #featured-bottom { width: 590px; }

.featured-bottom-left,
.featured-bottom-right { 
	width: 290px;
	background: url(images/frey/bg_box_front.jpg) no-repeat 0 0;
	padding: 0;
	border-top: 1px solid #e3dac7;
}

/* IE 6*/
* html .featured-bottom-left,
* html .featured-bottom-right { width: 290px; }

.featured-bottom-left { float: left; }
	
.featured-bottom-right { float: right; }
	
#content #featured-top-wide h2,
#content #featured-top-wide h2 a,
#content #featured-bottom h2,
#content #featured-bottom h2 a {
	color: #615233;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 1em !important;
	border: none;
}
	
#content #featured-top-wide h2 a:hover,
#content #featured-bottom h2 a:hover { color: #615233; text-decoration: underline; }
		
#content #featured-top-wide h4,
#content #featured-bottom h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em;
}

#content #featured-top-wide h4 { color: #DE9C3D; font-size: 21px; }

#content #featured-bottom h4 { color: #989852; font-size: 18px; }

#featured-top.wide .wrap,
#featured-bottom .wrap { margin: 0; padding: 0; }

#featured-bottom .widget { margin: 0; padding: 20px; }

/* IE 6 */ * html #featured-bottom .widget { padding: 10px; }
	
#content #featured-top-wide img,
#content #featured-top-wide p img,
#content #featured-bottom img,
#content #featured-bottom p img { max-width: none; margin: 0 10px 10px 0; }
	
#featured-top-wide .user-profile { overflow: hidden; }
	
#featured-top-wide .user-profile p { padding: 10px; }

#featured-top-wide ul,
#featured-bottom ul { list-style-type: none; margin: 0; padding: 0 0 5px 0; }
	
#featured-top-wide ul li,
#featured-bottom ul li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0;
	padding: 0 0 0 18px;
}
	
/*#featured-top-wide .widget_tag_cloud div { padding: 10px 10px 15px 10px; }*/

.user-profile .avatar {
	float: left;
	background: #e3dac7;
	margin: 0;
	padding: 4px;
	border: 1px solid #FFF;
}
	
.more-from-category a {	font-weight: bold; }
	
.more-from-category a:hover { text-decoration: underline; }


	
/*******************************************************/	
/***** Homepage Featured Post/Page ********************/
/*****************************************************/

#featured-top-wide .featuredpost,
#featured-top-wide .featuredpage,
#featured-bottom .featuredpost
#featured-bottom .featuredpage { margin: 0 0 10px 0; padding: 0; }
	
#featured-top-wide .featuredpost .post,
#featured-top-wide .featuredpage .page,
#featured-bottom .featuredpost .post,
#featured-bottom .featuredpage .page {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}
	
#featured-top-wide .featuredpost .avatar,
#featured-top-wide .featuredpage .avatar,
#featured-bottom .featuredpost .avatar,
#featured-bottom .featuredpage .avatar { margin: 0; padding: 5px; border :1px solid #FFF; }
	
#featured-top-wide .featuredpost img,
#featured-top-wide .featuredpage img,
#featured-bottom .featuredpost img,
#featured-bottom .featuredpage img {
	background: #FFF;
	margin: 0 0 5px 0;
	padding: 5px;
	border :1px solid #FFF;
}



/**************************************/
/***** Breadcrumb ********************/
/************************************/

.breadcrumb { margin: 0 0 10px 0; padding: 0; font-size: 11px; line-height: 11px; }



/***************************************************/
/***** Content-Sidebar Wrapper ********************/
/*************************************************/

.sidebar-content #content-sidebar-wrap,
.content-sidebar #content-sidebar-wrap {
	float: left;
	width: 920px;
	margin: 20px 20px 20px 30px;
	padding: 0;
}

/* IE 6 */ 
* html .sidebar-content #content-sidebar-wrap,
* html .content-sidebar #content-sidebar-wrap { width: 920px; margin: 20px 20px 20px 15px; }

.sidebar-sidebar-content #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap { float: right; }



/***********************************/
/***** Content - Structure*********/
/*********************************/

#content { float: left; }

.sidebar-content #content,
.sidebar-sidebar-content #content { float: right; }
	
.sidebar-content #content,
.content-sidebar #content,
.full-width-content #content { width: 600px; margin: 0; }
	
/* IE 6 */
* html .sidebar-content #content,
* html .content-sidebar #content { width: 580px; }

/* IE 6 */
* html .sidebar-content .hfeed,
* html .content-sidebar .hfeed { width: 580px; padding-left: 2px; }

.full-width-content #content { width: 940px; padding: 0; border-right: none; }

#content .post { margin: 0 0 40px 0; padding: 0; }

#content .post:last-child { margin-bottom: 0; }
	
#content .page { margin: 0; padding: 0; }
	
#content .entry-content .post-image { padding: 5px; border: 1px solid #FFF; }

#content .post-image { margin: 0 10px 10px 0; padding: 5px; border :1px solid #FFF; }
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
}



/***********************************/
/***** Content - var. Tags ********/
/*********************************/

#content p { margin: 0; padding: 0 0 10px 0; }

#content p:last-child { margin-bottom: 0; padding-bottom: 0; }

#content img,
#content p img { max-width: 100%; }

#content blockquote {
	clear: both;
	background: url(images/frey/bg_blckq.png) 0 0 no-repeat;
	margin: 0 20px 20px 10px;
	padding: 5px 0 0 30px;
	font-style: italic;
}

#content .post ul,
#content .page ul,
#content .post ol,
#content .page ol { margin: 0 0 0 40px; padding: 0 0 10px 0; }
	
#content .post ul li,
#content .page ul li { 
	list-style-image: url(images/frey/list.gif);
	list-style-position: outside;
	margin: 5px 0;
	padding: 0;
}
	
#content .post ol li,
#content .page ol li { margin: 5px 0; padding: 0; }
	
#content .post ul ul,
#content .page ul ul { margin: 0; padding: 0; }

#content .post ol ol,
#content .page ol ol { margin: 0; padding: 0; }
	


/***************************************************/
/***** Content - Individual Table-Designs *********/
/*************************************************/

#content table.ansprech { width: 380px; margin: 0pt auto; }

#content table.ansprech td { width: auto; padding: 0 0 15px 0; }

#content table.sponsoring { width: 100%; }

#content table.sponsoring td { width: 33%; vertical-align: top; }

#content table.sponsoring td a { display: block; padding-bottom: 20px; }

#content table.sponsoring td img { margin-bottom: 0; padding: 0; }



/*************************************/	
/***** Post Info + Meta *************/
/***********************************/
	
.post-info,
.post-meta { padding: 5px; font-size: 11px; text-transform: uppercase; }

.post-info { margin: 10px 0; border-bottom: 1px dotted #E3DAC7; }
	
.post-info p { margin: 0; padding: 0; }

.post-meta { clear: both; margin: 10px 0 0 0; border-top: 1px dotted #E3DAC7; }

	

/**************************************/	
/***** Author Box ********************/
/************************************/
	
.author-box {
	background: #f1ede3;
	margin: 20px;
	padding: 10px;
	overflow: hidden;
}
	
.author-box p {	margin: 0; padding: 0; }

.author-box p b { color: #dd7928; font-size: 14px; }
	
.author-box img {
	float: left;
	background: #FFF;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #FFF;
}



/************************************************/
/***** Headlines in Content ********************/
/**********************************************/

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 10px 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#content h1 { color: #d4c096; font-size: 21px;}
	
#content .page .entry-title,
#content .page .entry-title a,
#content .post h1.entry-title,
#content .post h1.entry-title a { 
	color: #DE9C3D;
	margin: 20px 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#content h2 { color: #67accc; font-size: 18px; }

#content .entry-title a:hover { text-decoration: none; }

#content h2.entry-title { font-size: 20px; }

#content h2.entry-title a { color: #dd7928; }
	
#content h3 { color: #dd7928; font-size: 16px; }
	
#content h4 { color: #A68C57; font-size: 15px; }
	
#content h5 { color: #056c8a; font-size: 14px; }
	
#content h6 { color: #C48A36; font-weight: bold; font-size: 13px; }



/**************************************/	
/***** Post Icons ********************/
/************************************/
	
.time { margin: 0; padding: 0; }
	
.post-comments,
.tags { margin: 0; padding: 0; }

.post-comments { float: right; }

.categories a,
.tags a { margin-left: 2px; }

.tags { display: block; }
	
.categories { display: block; margin: 0; padding: 0; }
	


/**********************************/	
/***** Aligns, Images ************/
/********************************/

img.aligncenter  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
	
img.alignnone,
img.alignleft,
img.alignright { display: inline; }

#content img.aligncenter,
#content img.alignnone,
#content img.alignleft,
#content img.alignright { background: #F1EDE3; padding: 5px; border: 1px solid #E3DAC7; }

.aligncenter { display: block; margin: 0 auto 20px; }
	
.alignleft { float: left; margin: 0 20px 20px 0; }

.alignright { float: right; margin: 0 0 20px 20px; }

.wp-caption { background: #F1EDE3; padding: 10px; text-align: center; border: 1px solid #E3DAC7; }

.wp-caption img { margin: 0 0 10px 0; padding: 0; border: 1px solid #E3DAc7; }

.wp-caption p.wp-caption-text {
	margin: 0 0 1px 0 !important;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
}
	
img.wp-smiley,
img.wp-wink {
	float: none;
	margin: 0;
	padding: 0;
	border: none;	
}



/*******************************************/
/***** Post Navigation ********************/
/*****************************************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
	text-transform: uppercase;
}

.navigation a { color: #fff; background: #bcbcbc; padding: 5px; text-decoration: none; }

.navigation a:hover { background: #4d8899; }



/********************************************************/
/***** Primary & Secondary Sidebars ********************/
/******************************************************/

#sidebar,
#sidebar-alt { margin: 0; padding: 0; display: inline; }

#sidebar { 
	float: right;
	width: 279px;
	border-left: 1px solid #E3DAC7;
	padding: 0 0 0 20px;
}

/* IE 6 */ * html #sidebar { padding-left: 10px; }
	
#sidebar-alt { float: left; width: 140px; }

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar { float: left; }
	
.content-sidebar-sidebar #sidebar-alt { float: right; }

#sidebar .widget,
#sidebar-alt .widget,
#home #sidebar .widget {
	/*min-height: 149px;*/
	background: url(images/frey/bg_box_side.jpg) no-repeat 0 0;
	margin: 0 0 10px 0;
	padding: 10px 10px 20px 10px;
	border-top: 1px solid #e3dac7;
}

/* IE 6 */
* html #sidebar .widget,
* html #sidebar-alt .widget,
* html #home #sidebar .widget { width: 260px; }


#sidebar .widget:first-child,
#sidebar-alt .widget:first-child { margin-top: 0; }

#sidebar .widget:last-child,
#sidebar-alt .widget:last-child { margin-bottom: 10px; padding-bottom: 0; border-bottom: 0 !important; }

#sidebar .widget p { margin: 0; padding: 0 0 10px 0; }

#content .widget p:last-child { margin-bottom: 0; padding-bottom: 0; }

#sidebar .widget a:last-child,
#sidebar-alt .widget a:last-child,
#sidebar .widget ul:last-child,
#sidebar-alt .widget ul:last-child,
#sidebar .widget li:last-child,
#sidebar-alt .widget li:last-child,
#sidebar .widget p:last-child,
#sidebar-alt .widget p:last-child { margin-bottom: 0; padding-bottom: 0; }

#sidebar .widget_tag_cloud a { line-height: 1.2em; }
	
#sidebar h1 { font-size: 24px; }

#sidebar p + h1 { margin-top: 5px; }
	
#sidebar h2,
#sidebar h2 a,
#sidebar-alt h2,
#sidebar-alt h2 a,
#home #sidebar h2,
#home #sidebar h2 a {
	color: #615233;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}
	
#sidebar h2 a:hover,
#sidebar-alt h2 a:hover,
#home #sidebar h2 a:hover { color: #4d8899; }

#sidebar h4,
#sidebar-alt h4,
#home #sidebar h4 {
	color: #A68C57;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em !important;	
}
	
/*#sidebar .widget p,
#sidebar-alt .widget p,
#home #sidebar .widget p,
#sidebar .textwidget p,
#sidebar-alt .textwidget p,
#home #sidebar .textwidget p { margin: 0; padding: 0; }*/

#sidebar img,
#sidebar a img,
#sidebar-alt img,
#sidebar-alt a img,
#home #sidebar img,
#home #sidebar a img { border: none; margin: 10px 0 0 0; padding: 0; }

#sidebar ul,
#sidebar ol,
#sidebar-alt ul,
#sidebar-alt ol,
#home #sidebar ul,
#home #sidebar ol { list-style-type: none; margin: 0; padding: 0; }

#sidebar ul ul,
#sidebar ol ol,
#sidebar-alt ul ul,
#sidebar-alt ol ol,
#home #sidebar ul ul,
#home #sidebar ol ol { margin: 0; padding: 0 0 0 18px; }

#sidebar li,
#sidebar-alt li,
#home #sidebar li {
	background: url(images/frey/bg_li_side.gif) no-repeat 0 7px;
	margin: 0;
	padding: 0 0 0 18px;
 	word-wrap: break-word;
}
	
#home #sidebar embed,
#home #sidebar 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: #FFF;
	margin: 0;
	padding: 3px;
	display: inline;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	border :1px solid #FFF;
}
	
#sidebar #cat { width: 238px; }
	
#sidebar-alt #cat { width: 128px; }
	
#home #sidebar #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 {
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #E3DAC7;
}

#sidebar .featuredpost .widget-wrap ul:last-child { margin-bottom: 6px; }
	
#sidebar .featuredpost .avatar,
#sidebar .featuredpage .avatar,
#sidebar-alt .featuredpost .avatar,
#sidebar-alt .featuredpage .avatar,
#sidebar .featuredpost img,
#sidebar .featuredpage img,
#sidebar-alt .featuredpost img,
#sidebar-alt .featuredpage img { margin: 0; padding: 4px; border :1px solid #FFF; }
	
 

/***************************************************/ 
/***** Sidebar(s) User Profile ********************/
/*************************************************/

#sidebar .user-profile,
#sidebar-alt .user-profile { overflow: hidden; }

#sidebar .user-profile .avatar,
#sidebar-alt .user-profile .avatar {
	float: left;
	background: #e3dac7;
	margin: 0;
	padding: 4px;
	border :1px solid #FFF;
}
	
#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;
	width: 260px;
	margin: 0;
	padding: 0;
	text-align: right;
}
	
#sidebar .searchform { padding: 0; }
	
#nav .searchform { float: right; padding: 7px 0 0 0; }
	
.s {
	background: #FFF !important;
	margin: 0 5px 0 0;
	padding: 3px 0 3px 5px;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	border :1px solid #FFF;
}
	
#header .s { width: 175px; }
	
#nav .s,
#sidebar .s { width: 155px; }
	
#sidebar-alt .s { width: 80px; }
	
#home #sidebar .s { width: 195px; }

.searchsubmit {
	color: #FFF;
    background-color: #80AFD4;
	margin: 0;
	padding: 2px 5px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	/*border: 1px solid #000;*/
}

/* IE 6 */ * html .searchsubmit {	width: 55px; height: 24px; margin-top: 1px; }

.searchsubmit:hover { background: #000; }


	
/**************************************************/
/***** 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: #FFF !important;
	width: 190px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	border :1px solid #FFF;
}
	
.enews #subbutton { 
	background: #4D8899;
	color: #FFF;
    margin: 0;
	padding: 2px 5px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #4D8899;
}
	
.enews #subbutton:hover { background: #000; border: 1px solid #000; }



/************************************************/
/***** Latest Tweets Widget ********************/
/**********************************************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
}



/************************************/
/***** Calendar ********************/
/**********************************/

#wp-calendar { width: 100%; margin: 0; padding: 0; }

#wp-calendar caption {
	color: #615233;
	margin: 0;
	padding: 2px 5px 0 0;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

#wp-calendar th { color: #615233; }

#wp-calendar thead {
	margin: 10px 0 0 0;
	color: #e3dac7 !important;
	background: #e3dac7 !important;
	font-weight: bold;
}

#wp-calendar td {
	background: #e3dac7;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	text-align: center;
	
}

#wp-calendar tfoot td { background: none; margin: 0; padding: 0; }


	
/****************************************/
/***** Contact Form ********************/
/**************************************/
	
.gform_footer .button {
	background: #4D8899;
	color: #FFF;
    margin: 0;
	padding: 1px 5px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #4D8899;
}
	
.gform_footer .button:hover { background: #000; border: 1px solid #000; }
	
.gform_footer input.button { color: #FFF !important; }
	
.gform_wrapper .gform_footer { border: none!important; }



/**********************************/
/***** Footer ********************/
/********************************/

#footer {
	clear: both; 
	width: 960px;
	height: 34px;
	background: #324452;
	color: #FFF;
	margin: 0 10px;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
}

#footer .wrap { padding: 7px 20px; }
	
#footer a,
#footer a:visited { color: #FFF; text-decoration: underline; }
	
#footer a:hover { color: #fee700; }
	
#footer p { margin: 0; padding: 0; }

#footer .gototop {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
	
#footer .gototop a {
	background: url(images/footer-top.png) no-repeat left center;
	margin: 0;
	padding: 0 0 1px 15px;
}
	
#footer .creds {
	float: right;
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: right;
}



/************************************/
/***** Comments ********************/
/**********************************/

.comments { font-size: 12px; margin: 0; padding: 0; }

#comments h3,
#respond h3 { color: #67accc; font-size: 21px; }
	
#respond { margin: 0; padding: 0; }

#author,
#email,
#url {
	width: 250px;
	color: #4d8899;
	background: #e3dac7 !important;
	margin: 5px 5px 0 0;
	padding: 3px 0 3px 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border :1px solid #FFF;
	}
	
#comment {
	width: 98%;
	height: 150px;
	color: #615233;
	background: #F6F3ED !important;
	padding: 3px 0 3px 3px;
	margin: 5px 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border :1px solid #FFF;
}
	
#content p.form-submit { margin: 0; padding: 0; }

#submit {
	color: #FFF;
	background: #615233;
    margin: 0;
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
}
	
#submit:hover { background: #DE9C3D; }
	
.comment-list { margin: 0; padding: 0; }
	
.ping-list { margin: 0 0 40px 0; padding: 0; }
	
.comment-list ol,
.ping-list ol { margin: 0; padding: 10px; }

.comment-list li,
.ping-list li {
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	font-weight: bold;	
}

.comment-list li ul li { margin-right: -6px; margin-left: 10px; }

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: none;	
}

.comment-list li .avatar { 
	float: left;
	background: #fff;	
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #FFF;	
}

.comment-list cite,
.comment-list cite a,
.ping-list cite,
.ping-list cite a { font-weight: bold; font-style: normal; }

.commentmetadata { font-size: 11px; font-weight: normal; }

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
.alt { margin: 0; padding: 10px; }
	
.children { margin: 0; padding: 0; }

.nocomments { text-align: center; margin: 0; padding: 0; }
	
.reply a,
.reply a:visited {
	color: #FFF;
	background: #615233;
	margin: 0;
	padding: 2px 5px 3px 5px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #615233;
}
	
.reply a:hover { background: #4D8899; text-decoration: none; border: 1px solid #4D8899; }

#comments .navigation { display: block; margin: 10px 0 0 0; padding: 0; }

.thread-alt,
.thread-even { margin: 0; padding: 0; }

.thread-even { background: #f6f3ed; }

.thread-alt { background: #F1EDE3; }


.depth-1,
.even,
.alt { border :1px solid #FFF; margin: 0; padding: 0; }



/*****************************************/
/***** Frontpage Slideshow **************/
/***************************************/

#content #fs-main { 
	width: 597px !important;
	height: 230px !important;
	background: none !important;
	margin: 0;
	border: none;
}

/* IE 6 */ * html #content #fs-main ul { width: 140px !important; }

#content #fs-main li { height: 77px !important; }

/* IE 6 */ * html #content #fs-main li { height: 74px !important; }

/* IE 6 */ 
* html #content #fs-main #fs-slide,
* html #content #fs-main #fs-picture
 { height: 230px !important; overflow: hidden; }
 
/* IE 6 */
* html #fs-picture { background-position: 0 0 !important; }
 
/* IE 6 */ * html #content #fs-main #fs-placeholder { height: 160px !important; overflow: hidden; }
 
 /* IE 6 */ 
* html #content #fs-main #fs-placeholder #fs-prev,
* html #content #fs-main #fs-placeholder #fs-link,
* html #content #fs-main #fs-placeholder #fs-next { height: 160px !important; margin: 0; padding: 0; }
 
 /* IE 6 */ * html #content #fs-main #fs-text { height: 67px; overflow: hidden; }

#content #fs-main .fs-entry { 
	color: #FFF;
	background: url(images/frey/bg_slide_button.png) transparent 0 0 repeat-x !important;
	margin: 0;
	padding: 0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #fff;
}

#content #fs-main .fs-entry:hover { background: url(images/frey/bg_slide_button_hov.png) transparent 0 0 repeat-x !important; }

#content #fs-main .fs-current { background: url(images/frey/bg_slide_button_act.png) transparent 0 0 repeat-x !important; }

#content #fs-main .fs-entry .fs-title,
#content #fs-main .fs-entry .fs-comment { 
	background: transparent !important;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif !important;
}

#content #fs-main .fs-entry .fs-comment { font-size: 10px !important; }

/* IE 6 */ * html #content #fs-main .fs-entry .fs-title { font-size: 10px !important; line-height: 10px !important; }

/* IE 6 */ * html #content #fs-main .fs-entry .fs-comment { font-size: 9px !important; }



/******************************/
/***** "Sticky" **************/
/****************************/

.taxonomy-description { 
	margin: 20px 0 20px 0;
	padding: 10px 20px;
	font-size: 1.3em;
	line-height: 1.6em;
	border-left: 3px solid #e3dac7;
	border-bottom: none;
}

.taxonomy-description p:first-child { 
	color: #DE9C3D;
	margin: 10px 0;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}



/***********************/
/***** Various ********/
/*********************/

.content-header { 
	background: #f1ede3;
	margin: 0 auto 5px auto;
	padding: 20px !important;
	text-align: center;
	border: 1px solid #E3DAC7 !important;
	display: block;
}

.gallery .attachment-thumbnail { background: #F1EDE3; padding: 5px; border: 1px solid #E3DAC7 !important; }



/********************************/
/***** Social Bookmarks ********/
/******************************/


/* IE 6 */ 
* html .fixed-icons .buttonfixed { 
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 5%; 
	right: 1%;
 }
