body {
	background: #f3f4f4;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
}

.wrap {
	width:960px;
	margin:0 auto;
}

.wrap_wide {
	width:100%;
	float:left;
	margin:0 auto;
}

.background_white {	background:white; }

.home .menu_shadow {background: url(../images/menu_shadow.png) center bottom no-repeat; height:70px;}
.menu_shadow {background: none; height:60px;}
.menu_single {height:52px;}

.home .content {
	background: #fff url(../images/main_content_sep.png) left bottom repeat-x;
	padding:20px 0px;
	float:left;
	width:100%;
}

.content {
	background: #fff url(../images/main_content_sep.png) left bottom repeat-x;
	padding-bottom:6px;
	float:left;
	width:100%;
}

.header {
	padding:20px 0px;
	float:left;
	width:100%;
}

.red {
	color:#e94646;
}

.grey {
	color:#666666;
}

/* Links
-------------------------------------------------------------- */

a{
	color:#97a495;
	text-decoration:underline;
}

a:hover{
	color:#555555;
	text-decoration:underline;
}

/* Main widgets
-------------------------------------------------------------- */

.main .widgets .box {
	width:300px;
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}


/* Logo
-------------------------------------------------------------- */

.logo { float:left; }
.logo span { font-size:11px; }
.logo h1 { padding:15px 0px 0px 0px; }
.logo h1 a {
	padding:0px;
	color:#97a495;
}


/* Top area aka "Header" (Motto + Logo + Search)
-------------------------------------------------------------- */

.margin_pag { margin:20px 0px; }

.motto {
	float:left;
	padding:10px 10px 30px 10px;
	text-align:center;
	width:960px;
}

.motto .right { padding-top:5px; }
.motto .right a { margin-left:5px; }
.motto h1 {	font-size:36px; margin-top:18px;}
.motto h2 {
	color:#999;
	font-size:28px;
}


.slogan {
	border-bottom:1px solid #d1d2d2;
	width:100%;
	float:left;
	padding-bottom:20px;
	padding-top:10px;
}

.slogan2 {
	border-bottom:1px solid #d1d2d2;
	width:100%;
	float:left;
	padding-bottom:0px;
	padding-top:0px;
}

.slogan p {
	color:#666666;
}

.slider {
	display:block;
	float:left;
	width:960px;
}

.header .search {
	display:block;
	float:right;
	padding-top:30px;
}

#searchform #s {
	width: 190px !important;
	margin-right:5px!important;
	float:left;
}

#searchform #searchsubmit {
	width: auto;
	cursor:pointer;
	float:left !important;
	margin:0px !important;
	height:29px!important;
	padding:0px 6px!important;
	line-height:29px!important;
}


/* Top area aka "Header" (Menu)
-------------------------------------------------------------- */

/*** ESSENTIAL STYLES ***/

.menu_holder {
	background:url(../images/menu_back_single.png) left top repeat-x;
	height:58px;
	position: absolute;
	width:100%;
	z-index:9999;
}

.menu_single .menu_holder {
	background:url(../images/menu_back_single.png) left top repeat-x;
	height:58px;
	position: absolute;
	width:100%;
	z-index:9999;
}

.menu-header {
	position:relative;
	z-index:9999;
	float:left;
}

.no-back { background:none !important;}

ul.menu {
	line-height:	1.0;
	position:relative;
	z-index:9999;
	clear:left;
   	float:left;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */

}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
	padding-top:	18px;
	background: url(../images/menu_sep.gif) right top no-repeat;
	padding-bottom:	21px;
	display:block;  	
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			-.1em;
	top:			4em; /* match top ul list item height */
	z-index:		9999;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
	z-index:		9999;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
	z-index:		9999;
}

/*** SKIN ***/
.menu a {
	padding: 		0em 2em;
	text-decoration:none;
	text-transform: capitalize;
}

.no-padding a {
	padding-left:0px;
}

.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#777777;
	font-size:18px;
	font-weight:normal;
	text-shadow:1px 1px 0px #fff;
}

.menu li:hover a, .menu a:hover
{
	outline:		0;
	color:#97a495;
	background:none;
}

.menu li:hover
{
	outline:		0;
	color:#333;
}

.menu li li a, .menu li li li a {
	color:#999!important;
	height:auto;
	background:none;
	text-transform:none !important;
	font-size:12px!important;
}

.menu li li a:hover, .menu li li li a:hover, .menu li li.current_page_item, .menu li li li.current_page_item, .menu li.current_page_item a {
	color:#97a495!important;
}

.menu li.current-menu-item .sub-menu a {
	color:#999!important;
}

.menu li li, .menu li li li {
	background: url(../images/submenu_back.png) left top repeat-x;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:10px 0px;
}



/*** arrows **/

.main-menu .sf-sub-indicator, .menu li:hover a.main-menu span.sf-sub-indicator, .menu li.sfHover a.main-menu span.sf-sub-indicator, .menu li.current_page_item .main-menu .sf-sub-indicator  { background:none; display:none;}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
ul.sf-shadow li ul {
	background:	url(../images/shadow.png) no-repeat bottom right;
	padding: 0px 9px 9px 0;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Sidebar/Footer Menu (If you use the custom menu on sidebar or footer)
-------------------------------------------------------------- */

.sidebar ul.menu, .footer ul.menu {
	line-height: normal;
	width:100%;
}
.sidebar .menu li, .footer .menu li {
	float:			none;
	position:		relative;
	padding:8px 0;
	background: none;
	display:block;
  	
}

.sidebar .menu ul, .footer .menu ul {
	position:		relative;
	top:			0;
	width:			auto; /* left offset of submenus need to match (see below) */
	margin-left:0px;
}

.sidebar ul.sf-shadow li ul, .footer ul.sf-shadow li ul {
	background:none;
	padding:0px;
}

.sidebar .menu li:hover ul, .footer .menu li:hover ul,
.sidebar .menu li.sfHover ul, .footer .menu li.sfHover ul {
	left:			0em;
	top:			0em; /* match top ul list item height */
	z-index:		9999;
}

.sidebar .menu a, .footer .menu a  {
	padding: 		0em;
}

.sidebar .menu li li a, .sidebar .menu li li li a {
	color:#999!important;
	height:auto;
	background:none;
	text-transform:none !important;
	font-size:12px!important;
	padding-left:0px!important;
}


.sidebar .menu li li, .sidebar .menu li li li,
.footer .menu li li, .footer .menu li li li
{
	border-bottom:1px dotted #999999;
	border-left:0px;
	border-right:0px;
	padding-left:0px;
}


/* Slider	*/
.background_slides {margin-top:-20px; height:400px;}


	/* HEADER */
	.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:400px; position:absolute; }
	
	
	/* HEADER TEXT */
	#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:54px; }
	#firstline { background-image:url(../images/textbg.png); color:#999; font-size: 24px; padding:10px; float:left; display:block; }
	#secondline { background-image:url(../images/textbg.png); color:#97a495; text-decoration:none; font-size:36px; padding:15px 13px 15px; float:left; display:block; clear:both; }
	
	#firstline.empty, #secondline.empty, .pictured a.empty { background:none; padding:0px;}
	
	.pictured a {
		background-color:#97a495; color:#FFF; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px;
		font-size:13px; font-style:italic; letter-spacing:0; text-transform:none; text-decoration:none; text-shadow:none; padding:5px 16px;
	}
	.pictured a:hover { text-decoration:underline; }
	
	/* CONTROLS */
	.btn { height:27px; width:27px; float:left; cursor:pointer; margin:0px 5px; }
	#back { background-image:url(../images/btn_back.png); }
	#next_btn { background-image:url(../images/btn_next.png); width:26px; }
	#control { background-image:url(../images/btn_pause.png); width:27px; }
	
	#control.selected_play { background-image:url(../images/btn_play.png); width:27px; }
	#control.selected_pause { background-image:url(../images/btn_pause.png); width:27px; }
	
	/* HEADER HAVIGATION */
	#headernav-outer { position:relative; top:350px; margin:0 auto; background:url(../images/slide_background.png) center top no-repeat; height:60px; }
	#headernav {
	display:block;
	width:600px;
	padding-top:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
	}

/* Text elements
-------------------------------------------------------------- */

.page_holder p, .page_holder_no_height p {
	color:#555555;
	font-size:12px;
	line-height:24px;
	text-shadow:1px 1px 2px #000000;
}

p, em {
	color:#555555;
	text-shadow:1px 1px 0px #fff;
	line-height:1.5em;
	margin:0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	color:#97a495;
	font-weight: normal;
	line-height:1.4em;
	margin:0;
	padding:10px 0px;
	letter-spacing:-1px;
	text-shadow:1px 1px 0px #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a { color:#97a495; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#444444;
	text-decoration:none;
}

.nogap {
line-height: 0.1em;
}

.box h3 {
	font-size:24px;
	color:#97a495;
	border-bottom:1px solid #c2c3c3;
	margin-bottom:20px;
}

.post_entry h1.title { 	padding:0px; }

ol {
	list-style-type:decimal;
	margin:5px 0 5px 0;
	padding-left:20px;
	list-style-position:inside;
}

.left_column ul, .post_entry_wide ul, .post_entry ul {
	list-style-type:disc;
	margin:5px 0 5px 0px;
	padding-left:20px;
	list-style-position:inside;
}

.left_column ul li, .post_entry_wide ul li, .post_entry ul li,
.left_column ol li, .post_entry_wide ol li, .post_entry ol li
{
	padding:5px 0px;	
}

dt { font-weight:bold; }
dd { font-style:italic; }

sup {
	font-size:0.7em;
	vertical-align:top;
}
sub {
	font-size:0.7em;
	vertical-align:bottom;
}
acronym, abbr {
	font-weight:bold;
	letter-spacing:0.1em;
}
.subtle {
	color:#999999;
	font-size:0.9em;
}
.frame {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	padding:8px;
	text-align:center;
}

.hidden {
	display:none;
	visibility:hidden;
}

.no_margin { margin-right:0px !important; }
.no-border { border:0px !important;}
.padding-top { padding-top:35px; }
.padding-top-bottom { padding:40px 0px;}

#wpstats {
	height:0;
	overflow:hidden;
	width:0;
}
.wp-caption {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	margin:10px 10px 1em;
	padding:4px;
	text-align:center;
}
.wp-caption-text {
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:6px 3px 2px;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	margin:5px 0 0;
	padding:0;
}
.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.screen-reader-text { display:none; }
.nocomments { display:none; }

.post_entry table {
	background-color:#000000;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:15px auto;
	padding:0;
}
.post_entry table tr th{
	background-color:#EEEEEE;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#000000;
	font-size:15px;
	margin:15px auto;
	padding:5px;
	text-align:center;
}
.post_entry table tr td {
	background-color:#FFFFFF;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#333333;
	padding:5px 10px;
}

hr {
	border-color:#C0C0C0;
	border-style:solid;
	border-width:1px 0 0;
	height:1px;
	margin:10px 0;
}

form {
	margin:0;
	padding:0;
}

#ajax-contact-form {
	float:left;
	margin:20px 0px;
}

#commentform {
	width:500px;
}

fieldset {
	border:1px solid #C0C0C0;
	margin:0;
	padding:10px;
}

.post_entry input,
.post_entry textarea,
.post_entry button,
.post_entry select {
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	color:#333333;
	margin:5px;
	padding:5px;
}

cite {
    font-size: 11px;
    float: right; 
	margin:0px;
}

pre, code, tt {
	background:#fff url(../images/sidebar_background.png) repeat-y -1px top;
	margin:0 0 20px;
	padding:10px 20px;
	border:1px solid #e4e4e4;
}

.main_color_header pre, .main_color_header code, .main_color_header tt {
	background: none;
}

pre, code { margin:5px 0; }

address {
	margin:0px 20px 0px 0px;
	display:block;
	float:left;
}

img.aligncenter {
	display: block;
	margin:10px auto;
	padding:3px;
}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	padding:3px;
}

img.alignleft {
	margin:10px 20px 10px 0;
	display: inline;
	padding:3px;
}

.slider img.aligncenter, .slider img.alignright, .slider img.alignleft {
	border:0px;
}

.form-comment .holder {
	float:left;
	margin-bottom:5px;
	width:100%;
}

.form-comment label {
	float:left;
	width:80px;
	margin:5px 0 0;
	height:20px;
}

.form-comment label.wide {
	width:150px;
}

.form-comment input, #searchform #s{
	width:250px;
	float:left;
	padding: 6px;
	font-size: 13px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #d1d2d2;
	border-right: solid 1px #d1d2d2;
	border-bottom: solid 1px #d1d2d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0px 0px 7px 0px;
	background: url(../images/input_bg.png) repeat-x top #FFF;

}

.form-comment input { margin-right:10px; }

.form-comment input:focus, #searchform #s:focus{
	border-top: solid 1px #d1d2d2;
	border-left: solid 1px #d1d2d2;
	border-right: solid 1px #d1d2d2;
	border-bottom: solid 1px #999;
	outline: none;
	background: url(../images/focus.png) repeat-x top #FBFBFB;
	-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;

}

.form-comment input.submit{
	width:auto;
	margin-left:80px !important;
	cursor:pointer;
}

.form-comment input.submit_no_margin, .comment-reply-link, #searchform #searchsubmit, .form-comment input.submit, .pagination a, a.nice_button {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #97a495;
	border-left: solid 1px #97a495;
	border-right: solid 1px #97a495;
	border-bottom: solid 1px #97a495;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
	background-color: #97a495;
	background-image: url(../images/button_overlay.png);
	background-repeat: repeat-x;
	background-position: top;
}

p a.nice_button {
    text-shadow: none;
}

a.nice_button {
	padding: 8px 12px !important;
    position: relative;
	width:inherit;
}

a.nice_button.blue {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #03b2e5;
	border-left: solid 1px #00a3d3;
	border-right: solid 1px #00a3d3;
	border-bottom: solid 1px #018db6;
	background: url(../images/button_overlay.png) repeat-x top #00a3d3;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
}

a.nice_button.blue:hover {
	border-top: solid 1px #03b2e5;
	border-left: solid 1px #00a3d3;
	border-right: solid 1px #00a3d3;
	border-bottom: solid 1px #018db6;
	background: url(../images/button_overlay.png) repeat-x top #02b9ef;
}

a.nice_button.blue:active {
	border-top: solid 1px #03b2e5;
	border-left: solid 1px #00a3d3;
	border-right: solid 1px #00a3d3;
	border-bottom: solid 1px #018db6;
	background: url(../images/button_overlay.png) repeat-x 0 -38px #02b9ef;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


a.nice_button.orange {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #db8d18;
	border-left: solid 1px #db8d18;
	border-right: solid 1px #db8d18;
	border-bottom: solid 1px #db8d18;
	background: url(../images/orange/button_overlay.png) repeat-x top #ff9a01;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	position:relative;
	padding:8px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
}

a.nice_button.orange:hover {
	border-top: solid 1px #ff9a01;
	border-left: solid 1px #ff9a01;
	border-right: solid 1px #ff9a01;
	border-bottom: solid 1px #ff9a01;
	background: url(../images/orange/button_overlay.png) repeat-x top #f9b245;
}

a.nice_button.orange:active {
	border-top: solid 1px #db8d18;
	border-left: solid 1px #db8d18;
	border-right: solid 1px #db8d18;
	border-bottom: solid 1px #db8d18;
	background: url(../images/orange/button_overlay.png) repeat-x 0 -38px #db8d18;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.nice_button.pink {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #b2003e;
	border-left: solid 1px #b2003e;
	border-right: solid 1px #b2003e;
	border-bottom: solid 1px #b2003e;
	background: url(../images/pink/button_overlay.png) repeat-x top #f01965;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	position:relative;
	padding:8px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
}

a.nice_button.pink:hover {
	border-top: solid 1px #b2003e;
	border-left: solid 1px #b2003e;
	border-right: solid 1px #b2003e;
	border-bottom: solid 1px #b2003e;
	background: url(../images/pink/button_overlay.png) repeat-x top #f23b7c;
}

a.nice_button.pink:active {
	border-top: solid 1px #b2003e;
	border-left: solid 1px #b2003e;
	border-right: solid 1px #b2003e;
	border-bottom: solid 1px #b2003e;
	background: url(../images/pink/button_overlay.png) repeat-x 0 -38px #a10139;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.nice_button.red {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #920303;
	border-left: solid 1px #920303;
	border-right: solid 1px #920303;
	border-bottom: solid 1px #920303;
	background: url(../images/red/button_overlay.png) repeat-x top #af0808;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	position:relative;
	padding:8px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
}

a.nice_button.red:hover {
	border-top: solid 1px #920303;
	border-left: solid 1px #920303;
	border-right: solid 1px #920303;
	border-bottom: solid 1px #920303;
	background: url(../images/red/button_overlay.png) repeat-x top #c41d1d;
}

a.nice_button.red:active {
	border-top: solid 1px #920303;
	border-left: solid 1px #920303;
	border-right: solid 1px #920303;
	border-bottom: solid 1px #920303;
	background: url(../images/red/button_overlay.png) repeat-x 0 -38px #7c0404;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.nice_button.violet {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #4f3f9f;
	border-left: solid 1px #4f3f9f;
	border-right: solid 1px #4f3f9f;
	border-bottom: solid 1px #4f3f9f;
	background: url(../images/violet/button_overlay.png) repeat-x top #8773ea;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	position:relative;
	padding:8px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
}

a.nice_button.violet:hover {
	border-top: solid 1px #4f3f9f;
	border-left: solid 1px #4f3f9f;
	border-right: solid 1px #4f3f9f;
	border-bottom: solid 1px #4f3f9f;
	background: url(../images/violet/button_overlay.png) repeat-x top #9d8def;
}

a.nice_button.violet:active {
	border-top: solid 1px #4f3f9f;
	border-left: solid 1px #4f3f9f;
	border-right: solid 1px #4f3f9f;
	border-bottom: solid 1px #4f3f9f;
	background: url(../images/violet/button_overlay.png) repeat-x 0 -38px #6854cc;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-comment input.submit_no_margin:focus, .form-comment input.submit_no_margin:hover, .comment-reply-link:hover, #searchform #searchsubmit:hover, .form-comment input.submit:hover, .pagination a:hover, .pagination_wide a:hover, a.nice_button:hover  {
	border-top: solid 1px #555555;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #555555;
	background-color: #777777;
	background-image: url(../images/button_overlay.png);
	background-repeat: repeat-x;
	background-position: top;
}
.form-comment input.submit_no_margin:active, .comment-reply-link:active, #searchform #searchsubmit:active, .form-comment input.submit:active, .pagination a:active, .pagination_wide a:active, a.nice_button:active  {
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #97a495;
	background-image: url(../images/button_overlay.png);
	background-repeat: repeat-x;
	background-position: 0 -38px;
	border: 1px solid #777f76;
}

.form-comment textarea {
	width:450px;
	height:150px;
	padding: 6px;
	font-size: 13px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #d1d2d2;
	border-right: solid 1px #d1d2d2;
	border-bottom: solid 1px #d1d2d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0px 0px 7px 0px;
	background: url(../images/input_bg.png) repeat-x top #FFF;
}

.form-comment textarea:focus {
	border-top: solid 1px #d1d2d2;
	border-left: solid 1px #d1d2d2;
	border-right: solid 1px #d1d2d2;
	border-bottom: solid 1px #999;
	outline: none;
	background: url(../images/focus.png) repeat-x top #FBFBFB;
	-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;
}

.alignright { float: right; }
.alignleft { float: left; }


.sidebar ul li {
	border-bottom:1px dotted #999999;
	padding:8px 0 8px 0px;
}
.sidebar ul li ul li {
	padding-left:15px;
}
.sidebar dd, .footer dd, .widgets dd {
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
	padding-bottom:10px;
}


/* Blockquote
------------------------------------------ */

blockquote  {
	margin-bottom:20px;
	color:#999;
	margin: 0 30px 15px 30px;
	padding: 0 0 0 10px;
	font-size: 1em;
	border-left: 2px solid #ddd;
}

blockquote p { color:#999; margin-bottom:0px; }

.sidebar blockquote, .footer blockquote, .widgets blockquote {
	border:0 none;
	font-style:italic;
	margin:0;
	padding:0;
}


/* Tables 
-------------------------------------------------------------- */

#table_style {
	border-bottom:1px solid #C8C7C8;
	border-collapse:collapse;
	border-top:1px solid #C8C7C8;
	font-size:12px;
	margin:20px 0px 20px 0px;
	text-align:center;
	width:100%;
}
#table_style th {
	background:#F0F0F0;
	border-left:1px solid #C8C7C8;
	border-right:1px solid #C8C7C8;
	font-size:13px;
	font-weight:normal;
	padding:8px;
}
#table_style td {
	border-left:1px solid #C8C7C8;
	border-right:1px solid #C8C7C8;
	color:#231F20;
	padding:8px;
}


/* Calendar 
-------------------------------------------------------------- */

#calendar_wrap { background-color:#DFDFDF; }

table#wp-calendar {
	border-collapse:collapse;
	margin:0 0 0.4em;
	width:100%;
	margin-bottom:0 !important;
	border-spacing:0;
}

#wp-calendar td {
	background-color:#fff;
	border:1px solid #CFCFCF !important;
	padding:6px !important;
	background-image:none;
}

#wp-calendar th {
	background-color:#EEEEEE;
	border:1px solid #CFCFCF !important;
	color:#666;
	padding:3px 0 !important;
	font-weight:bold;
	text-align:center;
}

#wp-calendar caption { padding:10px; background:#EBEBEB; }


/* Footer
-------------------------------------------------------------- */

.footer {
	font-size:12px;
	float:left;
	width:960px;
	padding:20px 0px 0px 0px;
	color:#666;
	text-shadow:1px 1px 0px #fff;
}

.footer a { color:#333; }

.footer .box {
	width:215px;
	float:left;
	margin-right:33px;
	margin-bottom:20px;
}

.footer .box2 {
	width:463px;
	float:left;
	margin-right:33px;
	margin-bottom:20px;
}

.footer h3, 
.sidebar h3
{
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #C2C3C3;
	font-size:24px;
	color:#666;
}

.sidebar h3 { margin-bottom:0px; }

.footer ul li,
.sidebar ul li,
.widgets ul li
{
	border-bottom:1px dotted #999999;
	color:#999999;
	padding:8px 0px 8px 0px;
}

.footer ul li ul li,
.sidebar ul li ul li,
.widgets ul li ul li
{
	border-bottom:0px;
}

.footer ul ul, .sidebar ul ul, .widgets ul ul { margin:0px 0px 0px 12px;}
.footer ul li a, .sidebar ul li a { color:#666; }
.footer ul li a:hover, .sidebar ul li a:hover  { color:#333; }
.footer .no_margin, .sidebar .no_margin { margin-right:0px; }

.footer_copyright { background:url(../images/fotter_separator.gif) left top repeat-x; }

.copyright {
	color:#999999;
	float:left;
	font-size:11px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:960px;
}
.copyright p {
	color:#999999;
	float:left;
	font-size:11px;
	padding:10px 0;
	text-shadow:1px 1px 0 #FFFFFF;
}
.copyright ul {
	color:#999999;
	float:right;
}
.copyright ul li {
	display:inline;
	line-height:22px;
	padding:10px 0;
}
.copyright ul li a {
	color:#666666;
	display:block;
	float:left;
	padding:10px 5px;
}
.copyright ul li a:hover, .copyright ul li a.go_top:hover {
	color:#333333;
}

.copyright ul li a.twitter {
	background:url(../images/footer_twitter_icn.png) no-repeat left 13px;
	padding-left:15px;
}
.copyright ul li a.facebook {
	background:url(../images/footer_facebook_icn.png) no-repeat left 13px;
	padding-left:15px;
}
.copyright ul li a.home {
	background:url(../images/footer_home_icn.png) no-repeat left 13px;
	padding-left:20px;
}
.copyright ul li a.rss {
	background:url(../images/footer_rss_icn.png) no-repeat left 13px;
	padding-left:20px;
}

ul.social li a {
	display:block;
	padding-left:25px;
}

ul.social li {
	background:none repeat scroll 0 0 transparent;
	list-style-position:inherit;
	list-style-type:none;
	padding-left:0;
}
.social a.rss { background:url(../images/feed.png) no-repeat left top; }
.social a.twitter { background:url(../images/twitter.png) no-repeat left top; }
.social a.email { background:url(../images/email.png) no-repeat left top; }
.social a.delicious { background:url(../images/delicious.png) no-repeat left top; }
.social a.flickr { background:url(../images/flickr.png) no-repeat left top; }
.social a.facebook { background:url(../images/facebook.png) no-repeat left top; }
.social a.vimeo { background:url(../images/vimeo.png) no-repeat left top; }
.social a.youtube { background:url(../images/youtube.png) no-repeat left top; }
.social a.linkedin { background:url(../images/linkedin.png) no-repeat left top; }

/* Heading icons - blue
-------------------------------------------------------------- */

.widgets .widget_search h3 { background:url(../images/blue_icon_search.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_text h3 { background:url(../images/blue_icon_text.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .com_widget_popular_entries h3 { background:url(../images/blue_icon_popular.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .com_widget_testimonials h3 { background:url(../images/blue_icon_testimonials.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_twitter h3 { background:url(../images/blue_icon_twitter.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .com_widget_recent_entries h3,
.widgets .widget_recent_entries h3
{
	background:url(../images/blue_icon_categories.png) left top no-repeat;
	height:35px;
	padding-left:55px;
}

.widgets .com_widget_subscribe h3 { background:url(../images/blue_icon_follow.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_calendar h3 { background:url(../images/blue_icon_calendar.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_recent_comments h3 { background:url(../images/blue_icon_comments.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_pages h3{ background:url(../images/blue_icon_pages.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_tag_cloud h3 { background:url(../images/blue_icon_tags.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_flickr h3 { background:url(../images/blue_icon_flickr.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_rss h3 { background:url(../images/blue_icon_rss.png) left top no-repeat; height:35px; padding-left:55px; }

.widgets .widget_archive h3,
.widgets .widget_categories h3
{
	background:url(../images/blue_icon_archives.png) left top no-repeat;
	height:35px;
	padding-left:55px;
}

.widgets .widget_links h3,
.widgets .widget_meta h3
{
	background:url(../images/blue_icon_links.png) left top no-repeat;
	height:35px;
	padding-left:55px;
}

.widgets .rsswidget img { display:none;}

.widgets .com_widget_recent_entries li{
	background:none repeat scroll 0 0 transparent !important;
	display:block;
	float:left;
	line-height:normal !important;
	width:100%;
}

.widgets .com_widget_recent_entries li a.image {
	display:block;
	float:left;
}

.widgets .com_widget_recent_entries span.comments_date {
	border:none;
	color:#9E9E9E;
	display:block;
	font-size:11px;
}

/* Heading icons - grey
-------------------------------------------------------------- */

.sidebar .box{
	margin-bottom:30px;
	font-size:12px;
	width:220px;
	float:left;
}

.sidebar .info{
	width:220px;
	float:left;
}

.footer .widget_search h3,
.sidebar .widget_search h3
{
	background:url(../images/grey_icon_search.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_text h3,
.sidebar .widget_text h3
{
	background:url(../images/grey_icon_text.png) left top no-repeat;
	padding-left:38px;
}

.footer .com_widget_popular_entries h3,
.sidebar .com_widget_popular_entries h3
{
	background:url(../images/grey_icon_popular.png) left top no-repeat;
	padding-left:38px;
}

.footer .com_widget_testimonials h3,
.sidebar .com_widget_testimonials h3
{
	background:url(../images/grey_icon_testimonials.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_twitter h3,
.sidebar .widget_twitter h3
{
	background:url(../images/grey_icon_twitter.png) left top no-repeat;
	padding-left:38px;
}

.footer .com_widget_recent_entries h3,
.footer .widget_recent_entries h3,
.sidebar .com_widget_recent_entries h3,
.sidebar .widget_recent_entries h3
{
	background:url(../images/grey_icon_categories.png) left top no-repeat;
	padding-left:38px;
}

.footer .com_widget_subscribe h3,
.sidebar .com_widget_subscribe h3
{
	background:url(../images/grey_icon_follow.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_calendar h3,
.sidebar .widget_calendar h3
{
	background:url(../images/grey_icon_calendar.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_recent_comments h3,
.sidebar .widget_recent_comments h3
{
	background:url(../images/grey_icon_comments.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_pages h3,
.sidebar .widget_pages h3
{
	background:url(../images/grey_icon_pages.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_tag_cloud h3,
.sidebar .widget_tag_cloud h3
{
	background:url(../images/grey_icon_tags.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_flickr h3,
.sidebar .widget_flickr h3
{
	background:url(../images/grey_icon_flickr.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_rss h3,
.sidebar .widget_rss h3
{
	background:url(../images/grey_icon_rss.png) left top no-repeat;
	padding-left:30px;
}

.footer .rsswidget img, .sidebar .rsswidget img { display:none;}

.footer .widget_archive h3,
.sidebar .widget_archive h3,
.footer .widget_categories h3,
.sidebar .widget_categories h3
{
	background:url(../images/grey_icon_archives.png) left top no-repeat;
	padding-left:38px;
}

.footer .widget_links h3,
.sidebar .widget_links h3,
.footer .widget_meta h3,
.sidebar .widget_meta h3
{
	background:url(../images/grey_icon_links.png) left top no-repeat;
	padding-left:35px;
}


/* Sidebar */

.sidebar_back_holder {
	background:url(../images/sidebar_background.png) 710px top no-repeat;
	float:left;
	width:100%;
	padding:35px 0px;
}

.sidebar {
	float:right;
	width:220px;
	padding-top:15px;
}

.heading_holder {
	border-bottom:1px solid #999999;
	display:block;
	float:left;
	margin-bottom:10px;
	width:100%;
}

.heading_holder h3 {
	border:0;
}

.widget_flickr ul li, .widget_flickr ul li.no-border {
	background:none repeat scroll 0 0 transparent !important;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	padding:0 !important;
	border:0;
}

.widget_flickr ul li img{
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
	padding:5px;
}

.sidebar.wide { width:100%;}

.widget_tag_cloud a {
	color:#828282;
	display:inline;
	padding:4px 0 5px;
	font-style:italic;
	font-size: 1.1em;
}

/* Content area
------------------------------------------ */

.content_area {
	float:left;
	width:690px;
}

.post_entry h1:first-child{
	border-bottom:1px solid #999999;
	display:block;
	float:left;
	margin-bottom:10px;
	width:100%;
}

.post_entry_wide h1:first-child {
	border-bottom:1px solid #999999;
	display:block;
	float:left;
	margin-bottom:10px;
	padding-top:0px;
	width:100%;
}

.portfolio_box {
	width:270px;
	height:300px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
	padding:15px;
}

.portfolio_box .big{
	font-size:12px;
	color:#555555;
	line-height:16px;
}


.portfolio_box_single {
	width:270px;
	height:280px;
	float:left;
	margin-right:20px;
	overflow:hidden;
	padding:15px;
	background:url(../images/portfolio_over_single.png) left top no-repeat;
}

.portfolio_box_single_content {
	float: right;
	width:620px;
}

.portfolio_box .title{
	border-bottom:1px solid #c2c3c3;
	padding:0px 0px;
	margin-bottom:5px;
	font-size:14px;
}

.portfolio_box em{
	font-size:11px;
	color:#999;
}

.portfolio_box_single em{
	font-size:11px;
	color:#999;
	padding-top:7px;
	display:block;
}

.portfolio_box_slide {
	width:230px;
	height:280px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	background:url(../images/portfolio_slide_bg.png) center 200px no-repeat;
	padding-bottom:13px;
	overflow:hidden;
	display:none;
}

.portfolio_box_slide.single {
	display:block;
	background:url(../images/portfolio_over_single_slide.png) left top no-repeat;
	padding:15px;
	width:230px;
	float:left;
	margin-right:20px;
}

.portfolio_box_slide_content.single {
	width:660px;
	float:right;
}

.portfolio_box_slide img {
	display:block;
	width:230px;
	height:200px;
}

.portfolio_slide_loading {
	text-align: center;
	display:block;
	margin:100px auto;
}

.portfolio_box_slide .short_desc { display:none; }

.portfolio_box_slide.single .short_desc {
	display: block;
	margin-top:12px;
}

.portfolio_box_slide p.title {
	border-bottom:1px solid #c2c3c3;
	padding:6px 0px;
	margin-bottom:5px;
}

.portfolio_box_slide em {
	color:#999;
	font-size:11px;
}

.post_meta_top { margin-bottom:10px; }
.post_meta_top ul { font-size:11px; }
.news .post_meta_top ul { padding-left:0px; }

.post_meta_top ul li {
	display:inline;
	color:#999;
}

.border_img img {
	background:url(../images/blog_over.png) left top no-repeat;
	padding:15px;
}

.post_entry {
	border-bottom:1px dotted #CCC;
	margin-bottom:30px;
	float:left;
	width:100%;
}

.post_entry.blog { padding-top:12px;}
.post_entry.news h1 { border:0px;}
.post_entry.single, .post_entry.contact, .post_entry.page { border:0px;}

.post-date {
	float:left;
	width:80px;
	margin-right:30px;
	color:#ddd;
	font-size:36px;
	text-align:center;
	font-style:italic;
	color:#e0e0e1;
	line-height:36px;
}

.news_title {
	float:left;
	width:300px;
	margin-right:50px;
}

.news_content {
	float:left;
	width:500px;
}

.portfolio_gallery_holder {
	float:left;
	width: 100%;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
	position:relative;
}

.portfolio_gallery_holder .slideshow {
	float:left;
	width:500px;
	background:url(../images/background_port_horz.jpg) left top no-repeat;
	height:294px;
	display:block;
	padding:23px 23px 0px 23px;
}

.portfolio_gallery_holder .slideshow a {
	margin:23px 23px 0px 23px;
	display:block;
}

.portfolio_gallery_holder .slideshow.single {
	float:left;
	width:960px;
	background:url(../images/background_port_horz_single.jpg) left top no-repeat;
	height:500px;
	margin-bottom:20px;
}

.portfolio_gallery_holder .slideshow img{ background:none; }

.portfolio_gallery_holder .title {
	float:right;
	width:400px;
}

.portfolio_gallery_holder .nav { display:block!important; opacity:1!important; top:280px!important; position:absolute; left: 22px;}
.portfolio_gallery_holder .nav.single { display:block!important; opacity:1!important; top:460px!important; position:absolute; left: 22px;}
.portfolio_gallery_holder .nav a { margin-right:5px; padding: 3px 8px; border: 1px solid #f0f0f0; background: #fafafa; text-decoration: none}
.portfolio_gallery_holder .nav a.activeSlide { background: #97a495; color:#FFF; }
.portfolio_gallery_holder .nav a:focus { outline: none; }

.related_posts_holder {
	float:left;
	width:100%;
	margin:30px 0px;
}

.related_posts_box {
	float:left;
	width:160px;
	margin-right:10px;
}

.related_posts_box .title {
	border-bottom:1px solid #C2C3C3;
	margin-bottom:5px;
	padding:6px 0;
	font-size:12px;
}

.related_posts_box em {
	color:#999999;
	font-size:11px;
}

.related_posts_box img {
	background:#fafafa;
	border:1px solid #eeeeee;
	padding:8px;
}

.thumbs li {
	background:none !important;
	padding-left:0px !important;
	min-height:65px;
}

.thumbs li .title {
	display:block;
}

.thumbs li .image {
	float:left;
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
	padding:5px;
	margin-right:8px;
	width:50px;
	height:50px;
}

.thumbs li .comments_date {
	font-size:11px;
}

.archive_list {
	float:left;
	width:100%;
	margin-bottom:30px;
}

h1.search_archive {
	text-align:center;
	margin-bottom:30px;
}

.archive_list span.date, .archive_list a:hover span.date {
	color:#666666;
	float:left;
	margin-right:3em;
	padding-left:0.5em;
	text-align:left;
	width:130px;
}

.archive_list span.comments {
	color:#666666;
	float:right;
	margin-right:0.5em;
	width:130px;
}
.archive_list span {
	display:block;
	text-align:right;
}

.archive_list a:hover {
	background:#F9F8F8;
}

.archive_list li a {
	display:block;
	margin:0;
	padding:7px 0;
	border-bottom:1px dotted #999999;
}

div#preloaded-../images/green {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* Comments
------------------------------------------ */

.commentlist, .commentlist ul {
	list-style-type:none;
	padding-left:0px;
}

.commentlist ul.children {
	padding-left:30px;
	background:url(../images/comments_arrow.gif) left 35px no-repeat;
}

.commentlist .avatar img {
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
	float:left;
	margin-right:8px;
	padding:5px;
}

.commentlist .date {
	font-size:11px;
	padding:0px;
}

.commentlist .reply {
	margin-top:-30px;
}

.comment-edit-link {
	margin-top:-10px;
}

.commentlist .date, .commentlist .users {
	float:left;
	width:80%;
	color:#999;
}

.commentlist .avatar {
	float:left;
}


.commentlist .comment-reply-link {
	font-size:12px;
	padding:5px;
	font-weight:bold;
}

.comment-author {
	border-bottom:1px dotted #ccc;
}

.comments_content {
	padding-top:10px;
}


/* Pikachoose gallery (Shortcode use)
------------------------------------------ */
.pika-image {position: relative;}
	/*position image holders */
	.pika-image .animation, .pika-image .main-image {position: absolute; top: 10px; left: 10px;}
	.pika-image .animation {display: none;z-index:2;}
	.pika-image img {border:0; padding:10px; background: #fafafa;}

.pika-image .caption {position: absolute; background: url(../images/75-black.png);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
	.pika-image .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 50%; height: 340px; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 50%; height: 340px; width: 50px; top: 10px; right: -10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(../images/play.png) no-repeat 50% 50%; height: 100px; width: 40px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 50% 50%; height: 100px; width: 40px;top:0;left:50%;display:none;cursor:pointer;}

.pika-textnav {overflow: hidden; margin: 10px 0 0 0;}
.pika-textnav a {font-size: 12px; text-decoration: none; font-family:  helvetica, arial, sans-serif; color: #333; padding: 4px;}
		.pika-textnav a:hover {background: #e5e5e5; color: #0065B2;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
	
.pika-thumbs {margin: 10px 0 0 0; padding: 0; overflow: hidden; }
	.pika-thumbs li {float: left; list-style-type: none; width: 74px; padding: 3px; margin: 0 2px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
		.pika-thumbs li:last {margin: 0;}
		.pika-thumbs li .clip {width: 74px; height: 74px; text-align: center; vertical-align: center; overflow: hidden;}

/* jCarousel Styles */

.jcarousel-skin-pika {
	height:90px;
	float:left;
	width:100%;
	display:block;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 90px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-pika .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Pagination
-------------------------------------------------------------- */
.pagination li, .pagination_wide li {
	list-style-type:none;
	padding:0px;
}

.pagination ul, .pagination_wide ul {
	padding:0px !important;
}

.pagination {
	float:left;
	width:650px;
	background:url(../images/pagination_background.png) no-repeat left top;
	height:36px;
	padding:17px 20px;
}

.pagination_wide {
	float:left;
	width:920px;
	background:url(../images/pagination_background_wide.png) no-repeat left top;
	height:36px;
	padding:17px 20px;
}
.pagination_wide.slide { display:none;}

.pagination a, .pagination_wide a {
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top: solid 1px #628c05;
	border-left: solid 1px #628c05;
	border-right: solid 1px #628c05;
	border-bottom: solid 1px #628c05;
	background: url(../images/button_overlay.png) repeat-x top #87b327;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	padding: 6px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 6px 0 10px 0;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
	width:auto;
}

/* Shortcodes
-------------------------------------------------------------- */

/* Pullquote */

.speech-bubble-bottom {
	background:url(../images/speech-bubble-bottom.gif) no-repeat 0 bottom;
	padding:11px 15px 30px;
}

.speech-bubble-top {
	background:url(../images/speech-bubble-top.gif) no-repeat 0 top;
	height:1%;
}

.speech-bubble {
	background:url(../images/speech-bubble-middle.gif) repeat-y 0 0;
	height:1%;
	margin-top:24px;
}

.speech-bubble-right {
	background:url(../images/speech-bubble-middle.gif) repeat-y right top;
	height:1%;
	margin-top:24px;
}

.speech-holder {
	display:block;
}

.author_pullquote {
	color:#97a495;
	padding:0px;
	margin:0px;
}

.author_company {
	padding:0px;
	font-size:11px;
	margin:0px;
}


/* Lists */

.bullet_list ul, .star_list ul, .plus_list ul, .empty_bullet_list ul, .filled_bullet_list ul {padding-left:0px;}
.bullet_list, .star_list, .plus_list, .empty_bullet_list, .filled_bullet_list {margin:10px 0px;}

.bullet_list ul li {
	background:url(../images/bullet.png) left 6px no-repeat;
	list-style-type:none;
	padding-left:25px;
}

.star_list ul li {
	background:url(../images/star.png) left 6px no-repeat;
	list-style-type:none;
	padding-left:25px;
}

.plus_list ul li {
	background:url(../images/plus.png) left 7px no-repeat;
	list-style-type:none;
	padding-left:22px;
}

.empty_bullet_list ul li {
	background:url(../images/empty_bullet.png) left 5px no-repeat;
	list-style-type:none;
	padding-left:25px;
}

.filled_bullet_list ul li {
	background:url(../images/filled_bullet.png) left 5px no-repeat;
	list-style-type:none;
	padding-left:25px;
}

/* Buttons */

.button_powerpoint {
	background:url(../images/button_powerpoint.png) left top no-repeat;
	width:175px;
	height:64px;
	overflow:hidden;
	padding:10px 5px 10px 110px;
	margin-bottom:20px;
	margin-right:20px;
	font-size:24px;
	line-height:normal;
}

.button_word {
	background:url(../images/button_word.png) left top no-repeat;
	width:175px;
	height:64px;
	overflow:hidden;
	padding:10px 5px 10px 110px;
	margin-bottom:20px;
	margin-right:20px;
	font-size:24px;
	line-height:normal;
}

.button_excel {
	background:url(../images/button_excel.png) left top no-repeat;
	width:175px;
	height:64px;
	overflow:hidden;
	padding:10px 5px 10px 110px;
	margin-bottom:20px;
	margin-right:20px;
	font-size:24px;
	line-height:normal;
}

.button_pdf {
	background:url(../images/button_pdf.png) left top no-repeat;
	width:175px;
	height:64px;
	overflow:hidden;
	padding:10px 5px 10px 110px;
	margin-bottom:20px;
	margin-right:20px;
	font-size:24px;
	line-height:normal;
}

.button_download {
	background:url(../images/button_download.png) left top no-repeat;
	width:175px;
	height:64px;
	overflow:hidden;
	padding:10px 5px 10px 110px;
	margin-bottom:20px;
	margin-right:20px;
	font-size:24px;
	line-height:normal;
}


/* Info boxes */
.success_box, .error_box, .warning_box, .info_box, .question_box { margin:10px 0px;}
/* Success box */

.success_box {
	background:#dbf3be url(../images/success_box_icn.png) 15px 15px no-repeat;
	padding:12px 20px 15px 70px;
	border:1px solid #45a106;
	color:#256302;
}

.error_box {
	background:#fab8b8 url(../images/error_box_icn.png) 15px 15px no-repeat;
	padding:12px 20px 15px 70px;
	border:1px solid #9b1f06;
	color:#691200;
}

.warning_box {
	background:#fbf0b0 url(../images/warning_box_icn.png) 15px 15px no-repeat;
	padding:12px 20px 15px 70px;
	border:1px solid #d98b00;
	color:#774d00;
}

.info_box {
	background:#e0f2ff url(../images/info_box_icn.png) 23px 20px no-repeat;
	padding:20px 20px 20px 70px;
	border:1px solid #6ca1c7;
	color:#1d5e8d;
}

.question_box {
	background:#f3f8f9 url(../images/question_box_icn.png) 15px 15px no-repeat;
	padding:12px 20px 15px 70px;
	border:1px solid #9aaebb;
	color:#424f58;
}

/* Twitt box */
.tweet_list li {
	background: none!important;
    display: block;
    float: left;
    line-height: normal !important;
    width: 100%;
}
.tweet_list li:last-child {
	border:none;
}
.tweet_avatar {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    float: left;
    height: 50px;
    margin-right: 8px;
    padding: 5px;
    width: 50px;
}

ol.commentlist { margin-bottom:30px;}
