/*
Theme Name: English (based on Anolox)
Theme URI: http://themeforest.net/user/webinpixels/portfolio
Description: Modified by Blair Marketing
Version: 3.0
Author: Blair Marketing
Author URI: http://www.blairmarketing.com
*/

/** prettyPhoto css */
@import url("prettyPhoto.css");

/* ==== RESET ==== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,address,code,del,dfn,em,img,q,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,br,fieldset,textarea{
	letter-spacing:0px;
	word-spacing:0;
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	outline: 0;
	}
strong, b{font-weight:bold;}
em, dfn, i{font-style:italic;}
a, img{
	outline: none; 
	border: 0;
	}
a{text-decoration: none;}


/* ==== STYLES (General/Global) ==== */
@font-face {
  font-family: 'Copperplate Gothic';
    src: url("fonts/Copperplate-Gothic-Bold-Regular.eot");
    src: local('Copperplate Gothic Bold Regular'),
       /*url("fonts/copperplategothic.svg#copperplategothic") format('svg'),*/
       url("fonts/Copperplate-Gothic-Bold-Regular.ttf") format('truetype');
}

body { 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	font-family: Tahoma, Arial, 'sans-serif';
	font-size: 12px;
	line-height: 20px;
	background-color: #f9f9f9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	color: #666; 
	height: 100%;
	}
	
h1, h2, h3, h4, h5, h6  {
	font-family: "Copperplate Gothic", Georgia, serif;
	color: #9a280c;
}
	
h1,
h1#page-title  {
	font-weight: bold;
	color: #9a280c;
	font-size: 18px;
	letter-spacing: normal;
} 

h2  {font-size: 22px;} 

h3  {font-size: 18px;}
 
h4  {
	font-size: 17px; 
	line-height: 22px;
	} 
h5  {
	font-size: 15px; 
	line-height: 22px;
	} 
h6  {
	font-size: 13px; 
	line-height: 22px; 
	font-weight: bold;
	}
h1 strong{
	font-size: 40px;
	font-weight: bold;
	}
h1,h2,h3,h4,h5,h6,hr,p,ul,ol,dl,pre,address,table,form{margin:0 0 20px}
ul,li{
	list-style:none outside;
	margin-left:20px;
	list-style-type:disc;
	}
	
ol, ol li{list-style:decimal outside;}

ol, dd{margin-left:24px;}

ul ul, ol ul, ul ol, ol ol{
	margin-bottom:0;
	margin-top:0;
	}
	
a img{
	text-decoration: none; 
	border: none;
	}
	
blockquote{margin: 10px 20px; padding-left: 25px; font-size: 12px; color: #666; font-style: italic; font-family: Georgia, serif; background: url(images/quote.png) 0px 0px repeat-y; }
blockquote p{padding: 0px;}
pre,code{font-family:mono-space,monospace;white-space:pre;overflow-x:auto;overflow-y:hidden;padding:0px;line-height: 20px;font-weight: 400;}
pre{padding:0px 5px; border: 1px solid #CCC; border-top: 0;background-image: url(images/pre.gif);background-position: 0px 1px; background-repeat: repeat;}
pre code{margin: 0; padding: 0;}
pre strong,code strong,
pre b,code b{font-weight: normal; color: #333;}

	table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;margin-bottom:18px;}
	table,td,th {vertical-align:middle;}
	th{padding:10px;color:#666;border-top:1px solid #fff;text-transform:uppercase;}
	td{padding:10px;color:#888;}
	td#next{text-align: right;}
	tr{background-color: #FAFAFA;}
	tfoot td{border:0px;}
	th{background-color:#F1F1F1;}
	tr:hover{background-color:#FEFEFE;}

/** === FORM ELEMENTS === */
#adm-contact{margin: 0px 0px 20px; padding: 10px 0px 0px}
fieldset{padding:20px;border:1px solid #e5e5e5;}
legend, label{letter-spacing:1px;text-transform:uppercase;font-size:11px;}
input[type=text], input[type=password], input[type=file], select{padding:5px;width:50%;}
textarea{width:70%;height:140px;padding:5px;}
input, textarea, select {outline-style:none!important;}
input[type="submit"]::-moz-focus-inner{border : 0px!important;} 
input[type="submit"]:focus{outline:none;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
input[type=text], input[type=password], input[type=file], textarea, select{
	background-color:#FEFEFE;
	border-color:#D9D9D9 #EAEAEA #f5f5f5;
	border-style:solid;
	border-width:1px;
	color:#666;
	font-size: 12px;
	font-family: Georgia, serif;}

.wrap{margin: 0 auto; padding: 0px; width: 960px;}
.clear{display: inline-block;}
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

.alignright,
img.alignright,
a img.alignright {
	float:right; 
	margin:0 0px 10px 15px;
	}
	
.alignleft,
img.alignleft,
a img.alignleft {
	float:left; 
	margin:0px 15px 10px 0;
	}
	
.aligncenter,
img.aligncenter,
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}
	
.wp-caption {
	border: 1px solid #ddd;
	margin-bottom:18px;
	text-align: center;
	background-color: #fff;
	padding: 8px 4px 4px;
	color: #333;
	font-style: italic;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	}
	
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
	margin: 0px 0px 0px;
	letter-spacing: 1px;
	}
	
.center{text-align:center;}

.floatleft{float: left; _display: inline;}

.floatright{float: right; _display: inline;}

.relative{position: relative;}

img.post-thumbnail{padding: 3px; border: 1px solid #ccc; margin-top: 2px!important;}
.gallery-caption{font-style: italic; font-family: Georgia, serif;}
.gallery-icon{}
.gallery-icon a img{border: 1px solid #ddd!important; padding: 5px; display: block; margin: 0px auto; text-align: center;background-color: #fff; -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}


/**
 * /////////////////////////////////////////////////////////
 * TOP LAYOUT
 * 
 * 1. Logo area
 * 2. Menu structure
 * /////////////////////////////////////////////////////////
 */

/* 1. Logo area */
 
#top {
	margin: 0 0 15px 0; 
	padding: 10px 0 30px 0;
	background-color: #9a270c;
	}
	
#top .wrap{text-align:center;}

#top .wrap a#logo{
	display: inline-block; 
	margin: 0px auto; 
	padding: 0px;
	}

#top .wrap a#logo img{
	display: block; 
	margin: 0; 
	padding: 0;
	}
	
/* 2. Menu structure */

#menu{
	margin: 0;
	padding: 0;
	height: 65px;
	display: block;
}
#menu ul#eqnav{
	margin: 0; 
	padding: 0px; 
	list-style-type: none;
	z-index: 1002;
	position: relative;
	}
#eqnav li{ 
	position:relative;
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	float: left;
	display: inline; 
	background: url(images/menu-separator.png) 0% 0% no-repeat;
	}
#eqnav li:first-child{background: none;}
#eqnav li a{
	margin: 0; 
	padding: 0px 30px 0px 35px; 
	display: block; 
	height: 59px; 
	line-height: 59px; 
	text-transform: uppercase; 
	letter-spacing: 3px;
	}
#eqnav ul {
	position:absolute;
	list-style-type: none;
	top:auto;
	left: 0; 
	margin: 0;
	padding: 0px;
	display:none;
	z-index: 1001;
	width: 222px;
	}
#eqnav ul ul, 
#eqnav ul ul ul, 
#eqnav ul ul ul ul, 
#eqnav ul  li.onhove ul{
	position:absolute;
	top:auto;
	left:212px;
	margin:0px 0px 0px 10px;
	padding: 0px;
	}
#eqnav ul li{
	padding: 0;
	margin: 0;
	border-left: none; 
	border-right: none;
	background: none;
	}
#eqnav ul .onhove, 
#eqnav ul li:hover, 
#eqnav ul .current_page_item{
	padding: 0px;
	margin: 0;
	z-index: 1000;
	}
#eqnav li:hover ul ul, 
#eqnav li:hover ul ul ul, 
#eqnav li:hover ul ul ul ul{display:none;}
#eqnav li:hover ul, 
#eqnav li li:hover ul, 
#eqnav li li li:hover ul, 
#eqnav li li li li:hover ul{
	display:block; 
	z-index: 1001;
	}
#eqnav li ul a, #eqnav li.onhove ul a, 
#eqnav li.onhove li.onhove ul a, 
#eqnav li.onhove li.onhove li.onhove ul a{
	width : 182px; 
	height: auto;
	line-height: 20px;
	font-size: 10px; 
	letter-spacing: 2px;
	padding: 7px 20px;
	margin: 0;
	float:left;
	display: block;
	}


/**
 * /////////////////////////////////////////////////////////
 * MAIN LAYOUT
 * 1. Main
 * 2. Slider
 * 3. Home-page structure
 * /////////////////////////////////////////////////////////
 */	

/* 1. Main */
#main{
	margin: 0px; 
	padding: 20px 0px;
}

/* 2. Slider */
#home-slider{
	margin: 0px 0px 30px; 
	padding: 0px; 
	height: 475px;
	background: url(images/featured-slider.png) 0 0 no-repeat;
	}
#home-slider #slider-play{
	float: left; 
	margin: 15px; 
	width: 930px; 
	height: 340px; 
	position: relative; 
	overflow: hidden;
	background: url(images/loader.gif) center no-repeat;
	}
#home-slider #slider-thumbnail-area{
	float: left;
	width: 700px;
	height: 100px;
	margin: 0px 0px 0px 130px;
	position: relative;
	overflow: hidden;
}
#slider-thumbnail-area #slider-thumbnail{
	position: relative;
	left: 30px;
	top: 0px;
	width: 640px;
	height: 100px;
	overflow: hidden;
}
#slider-thumbnail ul#slider-thumbnail-player{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100px;
	min-width: 640px;
	position: absolute;
	top: 0px; 
	left: 0px;
}
#slider-thumbnail ul#slider-thumbnail-player li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline-block;
	width: 160px;
	height: 100px;
	background: url(images/slider-thumbnail.png) 100% 0% no-repeat;
}
#slider-thumbnail ul#slider-thumbnail-player li.marked,
#slider-thumbnail ul#slider-thumbnail-player li:hover{background-position: 0% 0%;}
#slider-thumbnail ul#slider-thumbnail-player li a{
	display: block; 
	margin: 0; 
	padding: 0;
	width: 160px;
	height: 100px;
	}
#slider-thumbnail ul#slider-thumbnail-player li a img{
	float: left;
	margin: 15px;
	padding: 0;
	width: 130px;
	height: 70px;
}
#slider-thumbnail-area a#sp_slider{
	position: absolute;
	left: 10px;
	top: 40px;
	width: 20px;
	height: 20px;
	background: url(images/sta-left.png) 0% 0% no-repeat;
}
#slider-thumbnail-area a#sn_slider{
	position: absolute;
	right: 10px;
	top: 40px;
	width: 20px;
	height: 20px;
	background: url(images/sta-right.png) 0% 0% no-repeat;
}
#slider-thumbnail-area a#sn_slider:hover,
#slider-thumbnail-area a#sp_slider:hover{background-position: 0% 100%;}
#slider-thumbnail ul#slider-thumbnail-player li .timg,
#slider-thumbnail ul#slider-thumbnail-player li .dfors,
#slider-thumbnail ul#slider-thumbnail-player li .dlink{display: none;}
#home-slider #slider-play ul#slide-play{position: absolute; top: 0px; left: 0px; list-style-type: none; margin: 0; padding: 0;height: 340px;}
#home-slider #slider-play ul#slide-play li{list-style-type: none; float: left; margin: 0px; padding: 0px; width: 930px; height: 340px; display: inline-block; position: relative; overflow: hidden;}
#home-slider #slider-play ul#slide-play li img{display: block; margin: 0; padding: 0; width: 930px; height: 340px;}
#home-slider #slider-play ul#slide-play li a.sslink{display: block; margin: 0; padding: 0; width: 930px; height: 340px;}
#home-slider #slider-play ul#slide-play li .feat_desc{position: absolute; right: 0px; bottom: 0px; padding: 10px; width: 910px; height: 35px; text-align:left; background: #000; color: #fff; font-size: 11px; z-index: 2;filter:alpha(opacity=60);-moz-opacity:0.60;-khtml-opacity: 0.60;opacity: 0.60;}
#home-slider #slider-play ul#slide-play li .feat_desc h2{
	letter-spacing: 1px;
	font-style: italic;
	word-spacing: 2px;
	font-size: 18px;
	line-height: 16px;
	margin: 0 0 5px 0;
}
#home-slider #slider-play ul#slide-play li .feat_desc p{
	line-height: 12px;
}

/* 3. Home-page structure */
#latesp_home{
	margin: 0px 0px 20px;
	padding: 0px;
}
.sp_title{
	margin: 0px 0px 25px;
	padding: 0px 15px 0px 0px;
	position: relative;
	height: 40px;
	background:  url(images/title-bg.png) scroll 100% -40px no-repeat;
}
.sp_title .sp_title_in{
	margin: 0px;
	padding: 0px;
	height: 40px;
	overflow:hidden;
	background: url(images/title-bg.png) scroll 0 0 no-repeat;
}
.sp_title .sp_title_shadow{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 173px;
	height: 5px;
	bottom: -5px;
	left: 0px;
	display: block;
	background:  url(images/title-bg.png) scroll 0% 100% no-repeat;
}
.sp_title .sp_title_in h3{
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #FFF 0px 1px 0px;
}
.sp_title .to_full{
	position: absolute;
	right: 15px;
	top: 0px;
	line-height: 40px;
	font-size: 11px;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 1px;
	text-shadow: #FFF 0px 1px 0px;
}
#half_container{
	margin: 0px;
	padding: 0px;
}
.two_columns{
	margin: 0px;
	padding: 0px;
}
.two_columns.left{
	float: left;
	width: 700px;
	
}
.two_columns.right{
	float: right;
	width: 200px;
}
.big_widget{
	margin: 0px;
	padding: 0px 0px 30px;
}
.big_widget .main_widget_title{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	padding: 0px 0px 18px;
	letter-spacing: 8px;
	word-spacing: 5px;
	background: url(images/widget-title.png) 0% 100% no-repeat;
	color: #444;
	text-shadow: #FFF 0px 1px 0px;
}

/**
 * Portfolio Sections
 */

#portfolio-container{
	margin: 0px;
	padding: 0px;
}
#portfolio-container .portfolio-item{
	width: 300px;
	padding: 0px;
}
#portfolio-container .portfolio-item.left{
	float: left;
	margin: 0px 30px 50px 0px;
}
#portfolio-container .portfolio-item.right{
	float: right;
	margin: 0px 0px 50px 0px;
}
.portfolio-item .portfolio-item-thumb{
	display: block;
	margin: 0px 0px 10px;
	height: 190px;
	background: url(images/portfolio-thumbnail.png) 0 0 no-repeat;
}
.portfolio-item .portfolio-item-thumb a{
	float: left;
	margin: 0px;
	width: 300px;
	height: 180px;
	background: url(images/looking.png) center no-repeat;
}
.portfolio-item .portfolio-item-thumb a img{
	display: block;
	margin: 15px;
	padding: 0px;
	width: 270px;
	height: 150px;
}
.portfolio-item .portfolio-item-thumb:hover{
	background-position: 100% 0%;
}
.portfolio-item .portfolio-item-desc{
	margin: 0px;
	padding: 0px 15px;
}
.portfolio-item .portfolio-item-desc h3{
	font-size: 17px;
	letter-spacing: 2px;
	text-shadow: #FFF 0px 1px 0px;
	margin: 0px 0px 12px;
}
.portfolio-item .portfolio-item-desc h3 a{
	color: #333;
}
.portfolio-object{
	display: block;
	padding: 0px;
	margin: 0px 0px 15px;
	background-image: url(images/plus.png);
	background-position: center -3000px;
	background-repeat: no-repeat;
}
.portfolio-object.hover{
	background-position: center center;
	background-color: #000;
}
.portfolio-object img{
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto!important;
}

/**
 * Page / Posts
 */
h1#page-title{
	border-bottom: 1px dotted #aaa;
	letter-spacing: 3px;
	font-size: 32px;
	word-spacing: 2px;
	font-style: italic;
	padding: 15px 0px 25px;
	margin: 0px 0px 30px;
}
h1#archive-title{
	font-size: 15px;
	margin: 0px 0px 0px;
	padding: 15px 0px 0px;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #666;
	text-shadow: #FFF 0px 1px 0px;
}
h1#archive-search-title{
	font-size: 15px;
	margin: 0px 0px 20px;
	padding: 15px 0px 15px;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #666;
	text-shadow: #FFF 0px 1px 0px;
	border-bottom: 1px dotted #aaa;
}
#content-container{
	margin: 0px;
	padding: 0px 0px 30px;
}
#left-content{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 630px;
}
#sidebar{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 280px;
}
#full-width{
	margin: 0;
	padding: 0;
}
.sp-sep{
	display: block;
	margin: 10px 0px;
	padding: 0px;
	height: 5px;
}
h3.post-title{
	margin: 0px 0px 20px;
	padding: 15px 0px 15px 0px;
	letter-spacing: 2px;
	word-spacing: 3px;
	border-bottom: 1px dotted #aaa;
	text-shadow: #FFF 0px 1px 0px;
	font-size: 22px;
}


/**
 * Blog section
 */
 
.blog-container, .search-container{
	margin: 0px;
	padding: 15px 0px;
}
.blog-lists, .search-lists{
	margin: 0px;
	padding: 0px 0px 10px;
}
.blog-lists .blog-heading{
	margin: 0px 0px 10px;
	padding: 15px 0px;
	border-top: 1px dotted #dadada;
}
.blog-heading .post-date{
	margin: 0px 0px 5px;
	padding: 0px;
	display: block;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	letter-spacing: 2px;
	color: #aaa;
}
.blog-heading h2{
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-size: 18px;
	text-align:left;
	text-shadow: #FFF 0px 1px 0px;
}
.blog-heading .post-by{
	margin: 0px;
	padding: 10px 0px 0px;
	display: block;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	letter-spacing: 2px;
	color: #aaa;
}
.blog-lists img{
	max-width: 630px;
}
.blog-lists a.featured-image{
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}
.blog-lists a.featured-image.hover{
	background-color: #000;
}
.blog-lists a.featured-image img{
	display: block;
	margin: 0;
	padding: 0;
	width: 630px;
}
.blog-lists a.blog-more{
	font-style: italic;
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: lowercase;
}
.blog-lists img.single-thumbnail{
	display: block;
	width: 630px;
	height: auto;
	margin: 0px 0px 20px;
	padding: 0px;
}
.search-lists h2.search-heading{
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	background: url(images/line.gif) left bottom repeat-x;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1px;
}


/**
 * Sidebar
 */
.sidebarbox{
	margin: 0px;
	padding: 0px 0px 40px;
}
.sidebarbox h3.sidebar-title{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	padding: 0px 0px 18px;
	letter-spacing: 8px;
	word-spacing: 5px;
	background: url(images/widget-title.png) 0% 100% no-repeat;
	color: #444;
	text-shadow: #FFF 0px 1px 0px;
}
.sidebarbox ul,
.big_widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebarbox ul li,
.big_widget ul li{
	margin: 0;
	padding: 8px 0px;
	list-style-type: none;
	border-bottom: 1px dotted #e3e3e3;
}
.sidebarbox ul li:first-child,
.big_widget ul li:first-child{
	padding-top: 0px;
}
.sidebarbox ul ul li,
.big_widget ul ul li{
	padding-left: 24px;
}
.sidebarbox ul ul li:first-child,
.sidebarbox ul ul ul li:first-child,
.sidebarbox ul ul ul ul li:first-child{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #e3e3e3;
}
.big_widget ul ul li:first-child,
.big_widget ul ul ul li:first-child,
.big_widget ul ul ul ul li:first-child{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #e3e3e3;
}
 
/**
 * Widgets stylesheet
 */

ul.latest_posts_widget{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.big_widget ul.latest_posts_widget li,
.sidebarbox ul.latest_posts_widget li, 
.footer-widget ul.latest_posts_widget li{
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #e1e1e1;
}
.footer-widget ul.latest_posts_widget li {
	border-bottom: 1px dotted #c5c5c5;
}
ul.latest_posts_widget li  h5{
	font-style: italic;
	font-size: 12px;
	margin: 0px 0px 5px;
	text-shadow: #FFF 0px 1px 0px;
}
.footer-widget ul.latest_posts_widget li  h5{
	text-shadow: #f1f1f1 0px 1px 0px;
	font-size: 11px;
}
ul.latest_posts_widget li .widget_posts_meta{
	margin: 0px;
	font-size: 10px;
	line-height: 15px;
	color: #aaa;
	letter-spacing: 2px;
	word-spacing: 3px;
}

.big_widget ul.flickr_photos,
.sidebarbox ul.flickr_photos, 
.footer-widget ul.flickr_photos{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
.big_widget ul.flickr_photos li,
.sidebarbox ul.flickr_photos li, 
.footer-widget ul.flickr_photos li{
	list-style-type: none;
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 0px 3px 3px 3px;
	padding: 0;
	border: 0 none;
}
.sidebarbox ul.flickr_photos li,
.big_widget ul.flickr_photos li{
	list-style-type: none;
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 0px 3px 3px 3px;
	padding: 0;
	border: 0 none;
}
ul.flickr_photos li a{
	display: block;
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 5px;
	background: #d5d5d5;
}
ul.flickr_photos li a img{
	display: block;
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
}
ul.flickr_photos li a:hover{
	background: #fafafa;
}

.search-form-container{
	margin: 0px;
	padding: 0px 0px 0px 39px;
	height: 50px;
	background: url(images/search-form.png) 0 0 no-repeat;
	position: relative;
}
.search-form-container.onpress{
	background-position: 0px -60px;
}
.search-form-container #search-form{
	margin: 0px;
	padding: 0px;
	height: 50px;
	background: url(images/search-form.png) scroll 100% -110px no-repeat;
}
.search-form-container #search-form.onpress{
	background-position: 100% 100%;
}
#search-form input#searchbox{
	float: left;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	border: 0 none;
	width: 90%;
	background: none;
	font-family: Georgia, serif;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
}
#search-form input#searchbox:focus{
	font-style: normal;
	color: #888;
}
.widget_tag_cloud a{
	font-size: 11px!important;
	font-style: italic;
	padding: 1px 5px;
	display: inline-block;
	background-color: #999;
	border-bottom: 1px solid #999;
	color: #fff;
	margin: 0px 5px 8px 0px;
}
.widget_tag_cloud a:hover{
	background-color: #dadada;
	color: #444;
}

ul#recentcomments{
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
ul#recentcomments li.recentcomments{
	margin: 0;
	padding-left: 30px;
	list-style-type: none;
	background: url(images/comm.png) scroll 0px 12px no-repeat;
}
ul#recentcomments li.recentcomments a{
	border-bottom: 1px dotted #ccc; 
	background: none;
}
ul#recentcomments li.recentcomments:first-child{
	border-top: 0;
	background-position: 0px 5px;
	}
.footer-widget ul#recentcomments li.recentcomments:first-child{
	border-top: 0;
	background-position: 0px 3px;
}

.vr_social_links{
	list-style-type: none!important; 
	margin: 0px; 
	padding: 8px 1px!important; 
	border: 0!important; 
	background: none!important;
}
.footer-widget .vr_social_links, 
.big_widget .vr_social_links, 
.sidebarbox .vr_social_links{
	padding: 8px 3px!important;
	}
.vr_social_links li{
	list-style-type: none!important; 
	display: inline; 
	margin: 3px 3px!important; 
	padding: 0px!important; 
	border: 0!important; 
	background: none!important;
}
.vr_social_links li a{
	display: inline-block; 
	margin: 0px; 
	padding: 0px; 
	border: 0;
	}
.vr_social_links li a img{
	display: block; 
	margin: 0px; 
	padding: 0px;
	}

.twitter_widget li {
	background: url(images/tweet.png) 0px 14px no-repeat!important;
}
.twitter_widget li:first-child {
	background: url(images/tweet.png) 0px 7px no-repeat!important;
}
.twitter_widget li .twitter-text{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px
}
.twitter_widget li .twitter-date{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-size: 10px;
	font-style: italic;
}
	
/**
 * FOOTER
 */

#footer{
	margin: 0px;
	padding: 0px;
	background-color: #666;
	border-top: 1px solid #ededed;
}
#footer-widget-area{
	margin: 0px;
	padding: 50px 0px 30px;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}
.footer-widget-column{
	width: 32%;
	padding: 0px;
}
.footer-widget-column.left{
	float: left;
	margin: 0 4% 0 0;
}
.footer-widget-column.right{
	float: left;
	margin: 0px 0px 0px 0px;
}
.footer-widget-column .footer-widget{
	margin: 0px;
	padding: 0px 0px 30px;
}
.footer-widget-column .footer-widget h3.footer-widget-title{
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	color: #fff;
	padding: 0px 0px 10px;
	margin: 0px 0px 15px;
	border-bottom: 1px dotted #aaa;
}
.footer-widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-widget ul li{
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 8px 0px 8px;
	border-bottom: 1px dotted #aaa;
}
.footer-widget ul li:first-child{
	padding-top: 0px;
}
.footer-widget ul ul li{
	padding-left: 24px;
}
.footer-widget ul ul li:first-child,
.footer-widget ul ul ul li:first-child,
.footer-widget ul ul ul ul li:first-child{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #aaa;
}
#copyright{
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px dotted #aaa;
	color: #fff;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-size: 9px;
	text-transform: uppercase;
	position: relative;
}
#copyright .backtotop{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(images/backtotop.png) 0 0 no-repeat;
}
#copyright .backtotop:hover{
	background-position: 0% 100%;
}

/** === CONTACT FORM === */		
.label{
	display: inline-block; 
	width: 80px;
	margin: 0px;
	vertical-align: top;
	padding-top: 3px; 
	font-style: italic;
	letter-spacing: 1px;
	}
.req{
	color: #ED3C3C; 
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	padding-top: 3px;
	}
.req small{
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	}
.contactload{
	margin: 4px 0px 0px 8px;
	height: 17px; 
	line-height: 16px; 
	padding-left: 22px;
	padding-top: 5px;
	display: inline-block;
	vertical-align:top;
	background:url(images/small_loader.gif) 0 5px no-repeat; 
	font-style: italic; 
	font-size: 11px;
	}
#contact_success{
	background: #C3FF88 url(images/success.gif) 5px 50% no-repeat;
	border: 1px solid #8DFF1C;
	color: #333;
	padding: 6px 0px 6px 35px;
	margin: 0px 0px 20px;
	position: relative;
	}
#contact_success .jq_close{
	display: block;
	cursor: pointer; 
	position: absolute; 
	right: 3px; 
	top: 3px;
	width: 16px; 
	height: 16px; 
	background: url(images/close.png) 0 0 no-repeat;
	}

/* === COMMENTS === */
#comments{margin: 20px 0px; padding: 0px 0px 15px;}
h3#comments-title{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	padding: 0px 0px 18px;
	letter-spacing: 8px;
	word-spacing: 5px;
	background: url(images/widget-title.png) 0% 100% no-repeat;
	color: #444;
	text-shadow: #FFF 0px 1px 0px;	
}
ol.commentlist{list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 15px; background:url(images/line.gif) repeat-x scroll center bottom;}
ol.commentlist li{list-style-type: none;margin: 0; padding: 10px 0px 0px 0px;}
ol.commentlist li .comment_entries{margin:  0px; padding: 10px 10px 10px 95px; position: relative; min-height: 70px;background-image: url(images/button-fade-hover.png); background-position: 0% 100%; background-repeat: repeat-x; background-color: #f5f5f5; border: 1px solid #f5f5f5; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.comment_entries .comment-author{position: absolute; top: 10px; left: 10px; width: 70px; height: 70px; background: url(images/small_thumb.png) 0 0 no-repeat;}
.comment_entries .comment-author img{display: block; margin: 5px; width: 60px; height: 60px;}
.comment_entries .reply{position: absolute; right: 1px; bottom: 1px; display: inline-block;line-height: 100%;}
.comment_entries .reply .comment-reply-link{display: inline-block; padding: 3px 5px; line-height: 100%; margin: 0; background-color: #999; background-image: url(images/button-fade.png); background-position: 0% 0%; background-repeat:repeat-x;color: #FFF; text-transform: uppercase;font-size: 10px;text-shadow: none;}
.comment_entries .reply .comment-reply-link:hover{background-position: 0% 100%;}
.comment_entries .commentmetadata{font-size: 10px; font-style: italic; letter-spacing: 2px; color: #aaa; padding: 5px 0px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; margin: 0px 0px 15px;}
.comment_entries .commentmetadata strong{font-size: 12px; letter-spacing: 1px; color: #444; padding-right: 5px; font-style: normal; font-weight: normal;}
.comment_entries .comment-body{margin: 0; padding: 0px 0px 10px; font-size: 11px;}
.comment_entries .comment_waiting{position: absolute; bottom: 0; left: 0; padding: 1px 5px; background: #f1f1f1; color: #aaa; font-size: 10px;font-style: italic;}
#respond{padding: 20px; margin: 10px 0px 0px; background-image: url(images/button-fade-top.png); background-position: left top; background-repeat: repeat-x; background-color: #f7f7f7; border: 1px solid #FFF;}
#respond label{ float: left; display: block; width: 80px; margin: 0px; padding: 5px 0px 0px; text-transform: none; font-style: italic;}
#respond .required{display: none;}
h3#reply-title {display: block; position: relative;margin: 0px; padding: 15px 0px 30px;border: 0; background: none;letter-spacing: 8px; word-spacing: 5px; font-size: 11px; text-transform: uppercase;}
h3#reply-title a#cancel-comment-reply-link{position: absolute; right: 0; top: 0;display: inline-block; padding: 3px 5px; line-height: 100%; margin: 0; background-color: #999; background-image: url(images/button-fade.png); background-position: 0% 0%; background-repeat:repeat-x;color: #FFF; text-transform: uppercase;font-size: 10px;text-shadow: none;letter-spacing: 0px; word-spacing: 0px;}
h3#reply-title a#cancel-comment-reply-link:hover{background-position: 0% 100%;}
form#commentform{padding-top: 20px;}
.do_com_fix{display: inline-block; margin: 0; padding: 0; height: 15px; width: 100%;}

p.form-allowed-tags, .comment-notes{display: none;}
p.logged-in-as{padding: 0px; line-height: 18px; font-style: italic; font-size: 11px; color: #aaa; letter-spacing: 1px;}
p.form-submit{padding-left: 80px;}
p.form-submit input#submit, input#contact_submit{display: inline-block;padding: 10px 15px;margin: 0px;background-image: url(images/button-fade.png); background-position: 0% 0%; background-repeat:repeat-x; cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
p.form-submit input#submit:hover, input#contact_submit:hover{background-position: 0% 100%;}

.navigation{margin: 0; padding: 0; height: 35px;}
.navigation .nav-previous{float: left;margin: 0; padding: 0}
.navigation .nav-next{float: right; margin: 0; padding: 0;}

.wega-pagenavi{height: 20px;padding-top: 5px; margin-bottom: 20px;font-size: 11px;}
.wega-pagenavi span{display: inline-block; height: 20px; line-height: 20px; padding: 0px 6px;margin: 0px 2px;background: #f8f8f8;border-top: 1px solid #e3e3e3; border-bottom: 1px solid #fefefe;border-left: 1px solid #e8e8e8; border-right: 1px solid #fefefe;}
.wega-pagenavi a{display: inline-block; height: 20px; line-height: 20px; padding: 0px 6px;margin: 0px 2px;background: #DADADA url(images/button-fade.png) scroll left top repeat-x;border-top: 1px solid #F9F9F9; border-bottom: 1px solid #e3e3e3;border-left: 1px solid #F9F9F9; border-right: 1px solid #e3e3e3;text-shadow: none;}
.wega-pagenavi a:hover{color: #555; background-color: #f8f8f8; background-position: 0% 100%;text-shadow: none; border-bottom: 1px solid #F9F9F9; border-top: 1px solid #e3e3e3;border-right: 1px solid #F9F9F9; border-left: 1px solid #e3e3e3;}
.wega-pagenavi span.current{background-image: url(images/button-fade.png); background-position: left top; background-repeat: repeat-x; color: #FFF;text-shadow: none;border-top: 1px solid #F9F9F9; border-bottom: 1px solid #e3e3e3;border-left: 1px solid #F9F9F9; border-right: 1px solid #e3e3e3;}

.sticky{}
.bypostauthor{}

#bm_fm_filemanager_container {
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	height: 100%;
}

#bm_fm_filemanager_files {
	padding: 10px 20px;
	height: 100%;
	overflow-y: scroll;
	margin-right: 300px;
}

#bm_fm_filemanager_files a.active {
	background: #bbddff;
}

#bm_fm_filemanager_files_info {
	float: right;
	width: 300px;
	height: 100%;
	background: #DADADA;
	font-size: 11px;
	position: absolute;
	top: 0; right: 0;
	overflow-y: auto;
}

#bm_fm_filemanager_files_info .content {
	padding: 15px 10px;
}

#bm_fm_filemanager_files_info p {
	color:  #aaa;
	font-size: 16px;
	line-height: 30px;
	padding-top: 90px;
	text-align: center;
}

#bm_fm_filemanager_container .bm_fm_file {
	width: 64px; height: 64px;
	margin-left: 108px;
	background: url(images/icons.full.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: default;
}

	#bm_fm_filemanager_container .bm_fm_file.file_ext_bat,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_com,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_exe { background-position: -64px 0px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_css { background-position: -128px 0px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_afp,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_afpa,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_asp,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_aspx,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_c,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_cfm,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_cgi,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_cpp,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_h,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_lasso,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_xml,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_vb { background-position: -192px 0px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_doc,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_docx { background-position: -256px 0px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_3gp,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_avi,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_mov,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_mp4,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_mpg,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_mpeg,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_wmv { background-position: -320px 0px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_fla,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_swf { background-position: 0px -64px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_htm,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_html { background-position: -64px -64px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_jar { background-position: -128px -64px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_m4p,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_mp3,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_ogg,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_wav { background-position: -192px -64px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_pdf { background-position: -256px -64px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_php { background-position: -320px -64px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_bmp,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_gif,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_jpg,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_jpeg,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_pcx,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_png,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_tif,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_tiff { background-position: 0px -128px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_ppt { background-position: -64px -128px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_psd { background-position: -128px -128px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_js,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_pl,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_py { background-position: -192px -128px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_log,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_txt,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_dat { background-position: -256px -128px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_xls { background-position: -320px -128px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_zip,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_gz,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_rar,
	#bm_fm_filemanager_container .bm_fm_file.file_ext_tar { background-position: 0px -192px; }
	
	#bm_fm_filemanager_container .bm_fm_file.bm_fm_file_multi { background-position: -64px -192px; }
	
	#bm_fm_filemanager_container .bm_fm_file.file_ext_folder { background-position: -128px -192px; }
	
	

#bm_fm_filemanager_container .bm_fm_title {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	font-size: 12px;
}

#bm_fm_filemanager_container .bm_fm_type {
	margin: 5px 0;
}

#bm_fm_filemanager_container .bm_fm_link_download,
#bm_fm_filemanager_container .bm_fm_link_delete,
#bm_fm_filemanager_container .bm_fm_link_move,
#bm_fm_filemanager_container .bm_fm_folder_rename, 
#bm_fm_filemanager_container .bm_fm_folder_delete,
#bm_fm_filemanager_container .bm_fm_folder_open {
	display: block;
	width: 122px;
	height: 31px;
	line-height: 30px;
	font-size: 14px;
	margin: 15px 0 0 79px;
	background: url(images/buttons.small.png) top left no-repeat;
	text-align: center;
}

#bm_fm_filemanager_container .bm_fm_link_download:hover,
#bm_fm_filemanager_container .bm_fm_link_delete:hover,
#bm_fm_filemanager_container .bm_fm_link_move:hover,
#bm_fm_filemanager_container .bm_fm_folder_rename:hover, 
#bm_fm_filemanager_container .bm_fm_folder_delete:hover,
#bm_fm_filemanager_container .bm_fm_folder_open:hover {
	background-position: bottom left;
	color: #eee;
}

#bm_fm_filemanager_path {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	border-bottom: 0;
}

#bm_fm_filemanager_files_info table {
	background: none;
	border: none;
	padding: 0;
	text-align: center;
}

#bm_fm_filemanager_files_info table tr {
	background: none;
	padding: 0;
}

#bm_fm_filemanager_files_info table tr td {
	padding: 5px 10px;
	line-height: 13px;
	height: 13px;
	text-align: left;
	width: 50%;
}

#bm_fm_filemanager_files_info table tr td.meta_title {
	text-align: right;
}

#bm_fm_filemanager_files_info table tr td.meta_message {
	text-align: center;
}

.bm_fm_error {
	color: #af0000;
}

#bm_fm_filemanager_errors {
	height: 20px;
}

#bm_fm_filemanager_errors span {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	display: none;
	color: #af0000;
}

#bm_fm_filemanager_errors span.success {
	color: green;
}

.bm_fm_filemanager_loading {
	background-color: #fff;
	position: absolute;
	top: 0; left: 0;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 10px 0 0 20px;
	display: none;
}

#bm_fm_loading_content {
	position: absolute;
	top: 0; left: 0;
}

#upload-queue-container .uploadifyQueueItem {
background-color: #FFFFFF;
border: none;
border-bottom: 1px solid #E5E5E5;
font: 11px Verdana, Geneva, sans-serif;
height: 50px;
margin-top: 0;
padding: 10px;
width: 580px;
}
#upload-queue-container {
	padding-top: 20px;
}
#upload-queue-container .uploadifyError {
background-color: #FDE5DD !important;
border: none !important;
border-bottom: 1px solid #FBCBBC !important;
}
#upload-queue-container .uploadifyQueueItem .cancel {
float: right;
}
#upload-queue-container .uploadifyQueue .completed {
color: #C5C5C5;
}
#upload-queue-container .uploadifyProgress {
background-color: #E5E5E5;
margin-top: 10px;
width: 100%;
}
#upload-queue-container .uploadifyProgressBar {
background-color: #0099FF;
height: 3px;
width: 1px;
}
#upload-queue-container #custom-queue {
/*border: 1px solid #E5E5E5;
height: 213px;
margin-bottom: 10px;
width: 600px;
overflow-x: hidden;
overflow-y: auto;
*/}

#upload_files {
	display: block;
	width: 120px; height: 30px;
	background: url(images/uploadfiles.png) top left no-repeat;
	text-indent: -9999px;
	float: left;
	padding-right: 15px;
	display: none;
}

UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 45px;
	margin: 0px;
	white-space: nowrap;
}

ul.jqueryFileTree li.directory {
	padding-left: 20px;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree LI.dir_up a {
	color: #999;
}

UL.jqueryFileTree A:hover,
UL.jqueryFileTree LI.dir_up A:hover {
	background: #BDF;
	color: #333;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(images/directory.png) left top no-repeat; }
.jqueryFileTree LI.dir_up { background: url(images/up_16.png) top left no-repeat; }
.jqueryFileTree LI.dir_create { 
	background: url(images/folder.add.png) top left no-repeat; 
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.jqueryFileTree LI.expanded, .jqueryFileTree LI.folderopen { /*background: url(images/folder_open.png) left top no-repeat;*/ }
.jqueryFileTree LI.file { background: url(images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree LI.ext_3gp { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_afp { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_afpa { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_asp { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_aspx { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_avi { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_bat { background: url(images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_bmp { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_c { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cfm { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cgi { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_com { background: url(images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_cpp { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_css { background: url(images/css.png) left top no-repeat; }
.jqueryFileTree LI.ext_doc, .jqueryFileTree LI.ext_docx { background: url(images/doc.png) left top no-repeat; }
.jqueryFileTree LI.ext_exe { background: url(images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_gif { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_fla { background: url(images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_h { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_htm { background: url(images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_html { background: url(images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_jar { background: url(images/java.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpg { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpeg { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_js { background: url(images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_lasso { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_log { background: url(images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_m4p { background: url(images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mov { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp3 { background: url(images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp4 { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpg { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpeg { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_ogg { background: url(images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_pcx { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(images/pdf.png) left top no-repeat; }
.jqueryFileTree LI.ext_php { background: url(images/php.png) left top no-repeat; }
.jqueryFileTree LI.ext_png { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_ppt { background: url(images/ppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_psd { background: url(images/psd.png) left top no-repeat; }
.jqueryFileTree LI.ext_pl { background: url(images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_py { background: url(images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_rb { background: url(images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rbx { background: url(images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rhtml { background: url(images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rpm { background: url(images/linux.png) left top no-repeat; }
.jqueryFileTree LI.ext_ruby { background: url(images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_sql { background: url(images/db.png) left top no-repeat; }
.jqueryFileTree LI.ext_swf { background: url(images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_tif { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_tiff { background: url(images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_txt { background: url(images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_vb { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_wav { background: url(images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_wmv { background: url(images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_xls { background: url(images/xls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xml { background: url(images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_zip { background: url(images/zip.png) left top no-repeat; }

#bm_fm_filemanager_files .jqueryFileTree li {
	background-position: 25px top;
	position: relative;
}

#bm_fm_filemanager_files .jqueryFileTree li.directory,
#bm_fm_filemanager_files .jqueryFileTree li.wait {
	background-position: top left;
}

#bm_fm_filemanager_files.wait .jqueryFileTree li {
	background-position: top left !important;
}

#bm_fm_filemanager_files .jqueryFileTree li input {
	position: absolute;
	top: 0; left: 0;
}

.bm_fm_error {
	color: #af0000;
}

.category-project .blog-lists {
	float: left;
	width: 300px;
	padding-right: 30px;
}

.category-project .blog-lists.alt {
	/*padding-right: 0;*/
}

.category-project .blog-heading {
	border: 1px dotted #dadada;
	border-width: 0 0 1px 0;
}

.category-project .blog-heading h2 {
	height: auto;
}

.category-project .blog-lists a.featured-image img {
	width: 300px; height: 200px;
}

#status-message {
	display: none;
	padding: 15px;
}

#bm_fm_filemanager_resizeable {
	position: relative;
	height: 340px;
	padding-bottom: 52px;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	left: 0;
	bottom: -5px;
	width: 100%;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 9999;
	display: block;
}

.ui-icon {
	width: 16px; height: 16px;
	background: url(images/icons.png) 1000px 1000px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-resizable-se {
	cursor: se-resize;
	right: 1px; bottom: 1px;
}

body {
	background: #f5f5f5 url(images/body.bg.jpg) top left repeat-x;
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2;
}

h1,
h1#page-title,
h1#archive-title {
	font-weight: bold;
	color: #9a280c;
	font-size: 24px;
	letter-spacing: normal;
	border: none;
	font-style: normal;
	margin: 15px 0;
	padding: 0;
} 

h1#page-title,
h1#archive-title,
.blog-heading h1 {
	margin: 0;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 21px;
	color: #666;
	font-weight: normal;
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	font-weight: normal;
}

h5 {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
}

h6 {
	font-size: 11px;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	margin: 0 0 10px 0;
}

hr {
	border: 1px solid #dddddd;
	border-width: 1px 0 0 0;
}

body a,
body a:visited,
body a:active {
	color: #992409;
	text-decoration: none;
}

body a:hover {
	color: #992409;
	text-decoration: underline;
}

#searchbar {
	height: 38px;
	background: none;
}

	#searchbar .center_container {
		width: 960px; height: 38px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	#searchbar #search {
		float: right;
		padding-top: 7px;
		width: 180px;
	}

	#searchbar #s {
		background: #464646 url(images/search.button.jpg) top left no-repeat;
		border: none;
		margin: 0; padding: 0 10px 0 25px;
		line-height: 24px;
		width: 110px; height: 24px;
		color: #b4b4b4;
		font-size: 11px;
		text-transform: uppercase;
		font-family: Tahoma, Arial, sans-serif;
		float: left;
	}
	
	#searchbar #s:focus {
		text-transform: none;
	}
	
	#searchbar #searchsubmit {
		color: #dbdbdb;
		width: 30px; height: 24px;
		text-align: center; 
		margin: 0; padding: 0;
		line-height: 24px;
		text-transform: uppercase;
		font-size: 11px;
		float: right;
		border: none;
		background: #959595;
	}

#top {
	height: 124px;
	background: none;
	margin: 0;
	padding: 0;
}

	#top .wrap {
		position: relative;
	}

	#top .wrap a#logo {
		display: block;
		width: 214px; height: 48px;
		background: url(images/logo.jpg) top left no-repeat;
		text-indent: -9999px;
		position: absolute;
		top: 29px; left: 0;
	}
	
	#top #motto {
		width: 425px; height: 25px;
		background: url(images/motto.jpg) top left no-repeat;
		position: absolute;
		top: 37px; right: 0;
		text-indent: -9999px;
	}
	
.menu_container {
	position: relative;
	width: 960px; height: 69px;
	margin-top: -30px;
}

	.menu_left,
	.menu_right {
		width: 12px; height: 69px;
		background: url(images/menu.corners.png) top left no-repeat;
		position: absolute;
		top: 0;
	}
	
	.menu_left { left: 0; }
	.menu_right { 
		right: 0; 
		background-position: top right;
	}
	
	.menu_container .center {
		width: 936px; height: 69px;
		padding: 0 12px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		display: block;
	}
	
	#menu {
		background-image: url(images/menu.inner.png) !important;
		background-position: top left !important;
		background-repeat: repeat-x !important;
		width: 936px; height: 69px;
		clear: both;
		float: left;
		margin: 0; padding: 0;
		position: relative;
		display: block;
	}
	
	#menu #eqnav {
		float: right;
		position: relative;
		right: 50%;
		display: block;
	}
	
	#menu #eqnav li {
		background: none;
		left: 50%;
		position: relative;
		float: left;
	}
	
	#menu #eqnav li a {
		padding: 0 30px;
		color: #a3a4a4;
		height: 69px; line-height: 69px;
		font-size: 15px;
		font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
		letter-spacing: normal;
		border: none;
		text-decoration: none;
	}
	
	#menu #eqnav li a:hover,
	#menu #eqnav li.onhove > a {
		color: #7A8891;
		background: url(images/menu.item.hover.png) top left repeat-x;
		border: none;
		text-decoration: none;
	}
	
	#menu #eqnav ul {
		top: 64px; left: -7px;
		width: 272px;
		background: url(images/menu.sub.png) bottom left no-repeat;
		padding-bottom: 10px !important;
	}
	
	#menu #eqnav ul ul {
		top: 0; left: 246px; /* width of dropdown menu - 26px */
	}
	
	#menu #eqnav ul li {
		background: none;
		left: 0;
		position: relative;
		float: left;
		padding-left: 8px;
	}
	
	#menu #eqnav ul li a {
		width: 227px; height: auto;
		line-height: 30px;
		color: #7A8891;
		font-size: 15px;
		padding: 0 15px;
		margin: 0;
		background: none;
		border: none;
	}
	
	#menu #eqnav ul li a:hover,
	#menu #eqnav ul li.onhove > a {
		color: #3aaad4;
		background: url(images/menu.sub.hover.png) top left repeat-x;
		border: none;
	}
	
hr {
	clear: both;
}
	
#left-content {
	width: 700px;
}

#left-content.full-width,
.home_container {
	width: 960px;
	float: none;
}

	.content_top {
		width: 700px; height: 19px;
		background: url(images/content.top.png) top left no-repeat;
	}
	
	.content_inner {
		width: 648px;
		overflow: hidden;
		padding: 0 26px;
		background: url(images/content.inner.png) top left repeat-y;
	}
	
	.content_bottom {
		width: 700px; height: 19px;
		background: url(images/content.bottom.png) top left no-repeat;
	}
	
	#left-content.full-width .content_top,
	.home_container .content_top {
		width: 960px;
		background-image: url(images/content.top.full.png);
	}
	
	#left-content.full-width .content_inner,
	.home_container .content_inner {
		width: 908px;
		background-image: url(images/content.inner.full.png);
	}
	
	#left-content.full-width .content_bottom,
	.home_container .content_bottom {
		width: 960px;
		background-image: url(images/content.bottom.full.png);
	}

#sidebar {
	width: 250px;
}

	.sidebar_top {
		width: 250px; height: 19px;
		background: url(images/sidebar.top.png) top left no-repeat;
	}
	
	.sidebar_inner {
		width: 214px;
		padding: 0 18px;
		background: url(images/sidebar.inner.png) top left repeat-y;
	}
	
	.sidebar_bottom {
		width: 250px; height: 19px;
		background: url(images/sidebar.bottom.png) top left no-repeat;
		padding-bottom: 10px;
	} 
	
	#sidebar .sidebarbox {
		padding: 0 0 5px 0;
	}
	
	#sidebar ul {
		margin: 0; padding: 0;
	}
	
	#sidebar ul li,
	#sidebar ul li.current_page_item ul li,
	#sidebar ul li.current_page_ancestor ul li,
	#sidebar ul li.current_page_parent ul li,
	#sidebar ul li.current-menu-item ul li,
	#sidebar ul li.current-menu-ancestor ul li,
	#sidebar ul li.current-menu-parent ul li,
	#sidebar ul li.current-post-ancestor ul li {
		background: url(images/sidebar.bullet.jpg) 0 3px no-repeat;
		padding: 5px 0 5px 24px;
		border: none;
		line-height: 12px;
	}
	
	#sidebar ul li.current_page_item,
	#sidebar ul li.current_page_ancestor,
	#sidebar ul li.current_page_parent,
	#sidebar ul li.current-menu-item,
	#sidebar ul li.current-menu-ancestor,
	#sidebar ul li.current-menu-parent,
	#sidebar ul li.current-post-ancestor {
		background: none;
		padding: 5px 0;
	}
	
	#sidebar ul li.current_page_item a,
	#sidebar ul li.current_page_ancestor a,
	#sidebar ul li.current_page_parent a,
	#sidebar ul li.current-menu-item a,
	#sidebar ul li.current-menu-ancestor a,
	#sidebar ul li.current-menu-parent a,
	#sidebar ul li.current-post-ancestor a,
	#sidebar ul li.current_page_item a:hover,
	#sidebar ul li.current_page_ancestor a:hover,
	#sidebar ul li.current_page_parent a:hover,
	#sidebar ul li.current-menu-item a:hover,
	#sidebar ul li.current-menu-ancestor a:hover,
	#sidebar ul li.current-menu-parent a:hover,
	#sidebar ul li.current-post-ancestor a:hover {
		font-family: "Copperplate Gothic", Georgia, serif;
		font-weight: bold;
		color: #9a280c;
		font-size: 14px;
		font-style: normal;
		margin: 0;
		padding: 0 0 10px 0;
		text-decoration: none;
		text-transform: uppercase;
		background: none;
	}
	
	#sidebar ul li a,
	#sidebar ul li ul.children li a,
	#sidebar ul li.current_page_item ul li a,
	#sidebar ul li.current_page_ancestor ul li a,
	#sidebar ul li.current_page_parent ul li a,
	#sidebar ul li.current-menu-item ul li a,
	#sidebar ul li.current-menu-ancestor ul li a,
	#sidebar ul li.current-menu-parent ul li a,
	#sidebar ul li.current-post-ancestor ul li a {
		font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 12px;
		color: #959595;
		text-decoration: none;
	}
	
	#sidebar ul li a:hover,
	#sidebar ul li.current_page_item ul li a:hover,
	#sidebar ul li.current_page_ancestor ul li a:hover,
	#sidebar ul li.current_page_parent ul li a:hover,
	#sidebar ul li.current-menu-item ul li a:hover,
	#sidebar ul li.current-menu-ancestor ul li a:hover,
	#sidebar ul li.current-menu-parent ul li a:hover,
	#sidebar ul li.current-post-ancestor ul li a:hover {
		font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 12px;
		color: #40add6;
		text-decoration: underline;
	}
	
	#sidebar ul li ul li.current_page_item,
	#sidebar ul li ul li.current-menu-item,
	#sidebar ul li ul li.current-menu-parent {
		background: url(images/sidebar.bullet.active.jpg) 0 3px no-repeat;
	}

	#sidebar ul li ul li.current_page_item a,
	#sidebar ul li ul li.current-menu-item a,
	#sidebar ul li ul li.current-menu-parent a {
		color: #70757b;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidebar ul li ul li.current_page_item a:hover,
	#sidebar ul li ul li.current-menu-item a:hover,
	#sidebar ul li ul li.current-menu-parent a:hover {
		color: #70757b;
		font-weight: bold;
		text-decoration: underline;
	}
	
#footer {
	border: none;
	background: #e8e8e8;
	color: #9d9d9d;
	text-align: center;
	padding: 17px 0;
}

	#footer a {
		color: #992409;
		text-decoration: none;
		font-weight: bold;
	}
	
	#footer a:hover {
		color: #992409;
		text-decoration: underline;
	}
	
	#footer p {
		font-size: 11px;
		line-height: 12px;
		padding: 10px 0; margin: 0;
	}
	
.formBuilderForm .formBuilderLabelRequired {
	font-weight: normal !important;
}

input[type='text'],
input[type='password'],
input[type='file'],
textarea,
select {
	border: 1px solid #c1c1c1;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='file']:focus,
textarea:focus {
	border-color: #a4a3a3;
}

input[type='submit'] {
	background: #959595;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 5px; 
	margin: 0;
}

input[type='submit']:hover {
	background: #80c8e3;
}

#formbuilder-1-page-1 {
	position: relative;
}

.formBuilderError {
	color: #af0000;
}

#formBuilderCSSIDContact_Us .formBuilderInput input {
	width: 208px;
}

#formBuilderCSSIDContact_Us .formBuilderForm .formBuilderLabel,
#formBuilderCSSIDContact_Us .formBuilderForm .formBuilderLabelRequired {
	width: 75px !important;
}

#formBuilderCSSIDContact_Us .large_text_area {
	width: 312px;
	position: absolute;
	top: 0; right: 0;
}

#formBuilderCSSIDContact_Us .large_text_area textarea {
	width: 210px;
	float: right;
}

#formBuilderCSSIDContact_Us .formBuilderForm .formBuilderSubmit {
	padding-top: 40px;
}

.wpcolumn-wrapper-2 {
	overflow: hidden;
	background: url(images/divider.jpg) top center repeat-y;
}

	.wpcolumn-1 {
		float: left;
		width: 308px;
	}
	
	.wpcolumn-2 {
		float: right;
		width: 308px;
	}

.wpcolumn-wrapper-2.login {
	background: none;
	height: 580px;
}

	.wpcolumn-wrapper-2.login label {
		width: 80px;
		text-transform: capitalize;
		float: left;
		margin-top: 7px;
	}
	
	.wpcolumn-wrapper-2.login p.login-remember label {
		width: auto;
		float: none;
		margin: 0;
	}
	
	.wpcolumn-wrapper-2.login input[type='text'],
	.wpcolumn-wrapper-2.login input[type='password'] {
		width: 200px;
	}

	.wpcolumn-1 {
		width: 317px;
	}
	
	.wpcolumn-2 {
		width: 317px; height: 400px;
	}

ul li {
	padding: 5px 0;
}

.blog-lists a.featured-image {
	margin: 0;
}

.category-project .blog-heading {
	border: none;
	margin: 0; padding: 0;
	line-height: 22px;
	letter-spacing: normal;
}

.category-project .blog-heading h2 a {
	color: #959595;
	font-style: italic;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: normal;
}

.category-project .blog-lists {
	padding-bottom: 25px;
}

.blog-lists .blog-heading {
	border: none;
}

.projects_container {
	overflow: hidden;
}

	.projects_left {
		width: 182px;
		float: left;
	}
	
		.projects_left h2 {
			text-indent: -9999px;
			display: block;
			width: 182px; height: 24px;
			background: url(images/highlights.jpg) top left no-repeat;
			margin-bottom: 10px;
		}
		
		.projects_left ul {
			margin-left: 10px;
		}
	
	.projects_right {
		width: 442px;
		float: right;
	}

.project_slides {
	width: 648px; height: 425px;
	overflow: hidden;
}

.project_slides.slimslides {
	width: 442px; height: 290px;
}

	.project_slides ul,
	.project_slides li {
		margin: 0; padding: 0;
		list-style: none;
		border: none;
		background: none;
		text-align: center;
	}
	
	.project_slides li {
		width: 648px; height: 425px;
	}
	
	.project_slides.slimslides li {
		width: 442px; height: 290px;
	}
	
	.project_controls_container {
		width: 648px;
		padding: 15px 0 25px 0;
		overflow: hidden;
	}
	
	.project_controls_container.slimslides {
		width: 442px;
	}
	
		.project_slide_description,
		.project_slide_controls {
			width: 319px; 
			float: left;
			font-size: 11px;
			font-style: italic;
		}
		
		.slimslides .project_slide_description,
		.slimslides .project_slide_controls {
			width: 216px;
		}
		
		.project_slide_controls {
			float: right;
		}
		
		#project_slide_controls {
			float: right;
		}
		
		#project_slide_controls a {
			display: block;
			float: left;
			width: 18px; height: 18px;
			background: url(images/sidebar.bullet.jpg) top left no-repeat;
			padding: 0 2px;
			text-indent: -9999px;
		}
		
		#project_slide_controls a.activeSlide {
			background-image: url(images/sidebar.bullet.active.jpg);
		}
		
.home_slides_container {
	overflow: hidden;
}

	.home_slides_left {
		width: 696px;
		float: left;
	}
	
		.home_slides_left h2 {
			font-size: 14px;
			line-height: 14px;
			padding-bottom: 15px;
			margin: 0;
			font-style: italic;
			font-weight: normal;
			text-align: center;
			color: #a6a6a6;
		}
		
		.home_slides_left ul,
		.home_slides_left li {
			margin: 0; padding: 0;
			list-style: none;
			border: none;
			background: none;
			text-align: center;
			overflow: hidden;
			width: 696px; height: 320px;
		}
	
	.home_slides_right {
		width: 196px;
		float: right;
	}
	
		.home_slides_right h2 {
			font-size: 12px;
			line-height: 14px;
			padding-bottom: 15px;
			margin: 0;
			font-style: normal;
			text-align: center;
			font-weight: normal;
			color: #a6a6a6;
			text-transform: uppercase;
		}
		
	.home_slide_thumbs {
		width: 196px; height: 320px;
		overflow: hidden;
	}
	
	.home_slide_thumbs ul {
		position: relative;
	}
		
	.home_slide_thumbs ul,
	.home_slide_thumbs li {
		margin: 0; padding: 0;
		list-style: none;
		border: none;
		background: none;
		overflow: hidden;
	}
	
	.home_slide_thumbs li {
		width: 196px; height: 72px;
		padding-bottom: 10px;
	}
	
	.home_controls_container {
		width: 196px; height: 18px;
		padding-top: 5px;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
	
		.home_controls_center {
			clear: both;
			float: left;
			margin: 0; padding: 0;
			width: 196px; height: 18px;
			position: relative;
		}
		
		#home_slide_controls {
			float: right;
			position: relative;
			right: 50%;
			display: block;
		}
		
		#home_slide_controls a {
			display: block;
			width: 18px; height: 18px;
			text-indent: -9999px;
			background: url(images/sidebar.bullet.jpg) top left no-repeat;
			position: relative;
			left: 50%;
			float: left;
			padding: 0 2px;
		}
		
		#home_slide_controls a.activeSlide {
			background-image: url(images/sidebar.bullet.active.jpg);
		}
		
.home_bottom_container #left-content {
	width: 680px;
	float: right;
}

	.home_bottom_container #left-content p {
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: .5px;
	}

.home_bottom_container #sidebar {
	float: left;
	width: 188px; height: 155px;
	position: relative;
}

	.home_bottom_container #sidebar .ngg_slideshow {
		position: absolute;
		top: 0; left: 0;
	}

	.home_bottom_container #sidebar h4 {
		position: absolute;
		bottom: 0; left: 0;
		text-align: center;
		width: 188px; height: 22px;
		line-height: 22px;
		font-size: 11px;
		color: #949494;
		text-transform: uppercase;
		margin: 0; padding: 0;
		font-weight: normal;
	}
	
.home_bottom_container #content-container {
	padding-bottom: 0;
	color: #949494;
}

.clearblog {
	overflow: hidden;
}

.blog-left {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #c5c2c2;
	padding: 0 7px 7px 4px;
	margin: 0;
}

.blog-right {
	float: right;
	width: 563px;
}

.blog-month,
.blog-day,
.blog-year {
	position: absolute;
	text-indent: -9999px;
	background: url(images/dates.png) top left no-repeat;
}

.blog-month { top: 2px; left: 4px; width: 32px; height: 24px; background-position: 0 4px;}
.blog-day { top: 25px; left: 4px; width: 32px; height: 25px; background-position: -50px 0;}
.blog-year { bottom: 7px; right: 7px; width: 17px; height: 48px; background-position: -150px 0;}

.m-01 { background-position: 0 4px;}
.m-02 { background-position: 0 -27px;}
.m-03 { background-position: 0 -58px;}
.m-04 { background-position: 0 -89px;}
.m-05 { background-position: 0 -120px;}
.m-06 { background-position: 0 -151px;}
.m-07 { background-position: 0 -182px;}
.m-08 { background-position: 0 -213px;}
.m-09 { background-position: 0 -244px;}
.m-10 { background-position: 0 -275px;}
.m-11 { background-position: 0 -306px;}
.m-12 { background-position: 0 -337px;}

.d-01 { background-position: -50px 0;}
.d-02 { background-position: -50px -31px;}
.d-03 { background-position: -50px -62px;}
.d-04 { background-position: -50px -93px;}
.d-05 { background-position: -50px -124px;}
.d-06 { background-position: -50px -155px;}
.d-07 { background-position: -50px -186px;}
.d-08 { background-position: -50px -217px;}
.d-09 { background-position: -50px -248px;}
.d-10 { background-position: -50px -279px;}
.d-11 { background-position: -50px -310px;}
.d-12 { background-position: -50px -341px;}
.d-13 { background-position: -50px -372px;}
.d-14 { background-position: -50px -403px;}
.d-15 { background-position: -50px -434px;}
.d-16 { background-position: -50px -465px;}
.d-17 { background-position: -98px 0;}
.d-18 { background-position: -98px -31px;}
.d-19 { background-position: -98px -62px;}
.d-20 { background-position: -98px -93px;}
.d-21 { background-position: -98px -124px;}
.d-22 { background-position: -98px -155px;}
.d-23 { background-position: -98px -186px;}
.d-24 { background-position: -98px -217px;}
.d-25 { background-position: -98px -248px;}
.d-26 { background-position: -98px -279px;}
.d-27 { background-position: -98px -310px;}
.d-28 { background-position: -98px -341px;}
.d-29 { background-position: -98px -372px;}
.d-30 { background-position: -98px -403px;}
.d-31 { background-position: -98px -434px;}

.y-2007 { background-position: -150px 0;}
.y-2008 { background-position: -150px -50px;}
.y-2009 { background-position: -150px -100px;}
.y-2010 { background-position: -150px -150px;}
.y-2011 { background-position: -150px -200px;}
.y-2012 { background-position: -150px -250px;}
.y-2013 { background-position: -150px -300px;}
.y-2014 { background-position: -150px -350px;}
.y-2015 { background-position: -150px -400px;}

#left-content #wpmem_reg {
	width: 317px;
	padding: 0;
	float: none;
	position: absolute;
	top: 38px; left: 330px;
}

#left-content #wpmem_reg fieldset {
	border: none;
	margin: 0; padding: 0;
}

#left-content #wpmem_reg legend {
	display: none;
}

#left-content #wpmem_reg div small {
	display: none;
}

#left-content #wpmem_reg label {
	width: 100%; height: 30px;
	line-height: 30px;
	text-transform: capitalize;
	float: left;
	margin-top: m7px;
	letter-spacing: 1px;
	font-size: 11px; 
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-family: Calibri, Candara, Segoe, '“Segoe UI”', Optima, Arial, sans-serif;
}

#left-content #wpmem_reg .div_text {
	width: auto;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	height: 35px;
}

#left-content #wpmem_reg input[type="text"],
#left-content #wpmem_reg input[type="password"] {
	width: 200px;
	border: 1px solid #c1c1c1;
	background: #fefefe;
	color: #666;
	font-size: 12px;
	font-family: Georgia, sans-serif;
	padding: 5px;
}

#left-content #wpmem_reg .button_div {
	width: 317px;
	float: left;
	background: none;
	border: none;
	text-align: left;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}

#left-content #wpmem_reg .button_div input[type="submit"] {
	background: #959595;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 5px;
	margin: 0;
	font-family: 'Lucida Grande';
	font-size: 11px;
}

#left-content #wpmem_reg .button_div input[type="submit"]:hover {
	background: #80C8E3;
}

#left-content #wpmem_reg .button_div input[type="reset"] {
	display: none;
}

.wpmem_reg_required {
	display: none;
}

#register_container {
	position: relative;
}

#left-content .wpmem_msg {
	width: 100%;
	padding: 0;
	border: 1px solid #9a2b0c;
	background: #edc2c2;
	margin: 20px 0;
}

#left-content .wpmem_msg p {
	margin: 0;
	line-height: 1.2;
}

#left-content #wpmem_login {
	display: none;
}

#reg_success_msg {
	position: relative;
}

#reg_success_msg .wpmem_msg {
	position: absolute;
	width: 307px;
	padding: 5px;
	right: 0; top:20px;
	background: #ced6ff;
	border: 1px solid #001A9B;
}

#sortableProjectsContainer {
	position: relative;
	width: 648px;
	overflow: hidden;
}

#sortableProjects {
	width: 700px; height: 600px;
	overflow-y: visible;
}

#sortableProjects .blog-heading {
	height: 49px;
}

#sortableProjects .blog-lists {
	height: 249px;
	padding: 0;
	margin: 0 30px 0 0;
}

#sortableProjects .blog-lists a.featured-image {
	width: 300px; height: 200px;
	overflow: hidden;
}

#sortableProjects .blog-lists a.featured-image img {
	width: 300px; height: 200px;
}

.error {
	color: #9a280c;
	padding: 5px;
}