
h1.h-underline, h2.h-underline, h3.h-underline, h4.h-underline, h5.h-underline, h6.h-underline {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ecee;
}
.fancy-header {
	margin: 20px 0 20px;
	padding-left: 18px;
	height: 38px;
	line-height: 38px;
	background: transparent url('../images/skins/dark-blue/pre-header-graphic.png') no-repeat left center;
}
.fancy-header h5 {
    margin: 0;
    padding: 0 0 0 20px;
    height: 38px;
    line-height: 38px;
    font-weight:bold;
    border-left: none;
    background:transparent url("/images/skins/dark-blue/sidebar-header-bg.png") repeat-x left center;border:0px;color:#191E25;
}
.optin p {
    /*margin-bottom: 3px;*/
	
    padding-bottom: 5px !important;
}
.fancy-header h5 a {
	margin-right: 20px;
	padding: 2px 0;
	border-bottom: 1px solid #4c5157;
	color: #a2a8b0;
}
.fancy-header h5 a:hover {
	border-color: #fff;
}
.fancy-header h5 a.current-title {
	color: #191E25;
	border: none;
	cursor: default;
}
/* ------ Paragraphs, blockquotes & typography ------ */	
p {
	padding-bottom: 15px;
	overflow: hidden
}
blockquote {
	margin-bottom: 20px;
	padding: 20px;
	color: #191e25;
	border-left: 5px solid #1a8fcc;
	background: #f8fafb url('../images/skins/dark-blue/blockquote-bg.png') repeat-y right center;
}
blockquote.pull-right {
	margin: 10px 0 10px 15px;
	padding: 10px;
	width: 235px;
	background: #f1f3f6;
	float: right;
}
blockquote.pull-left {
	margin: 10px 15px 10px 0;
	padding: 10px;
	width: 235px;
	background: #f1f3f6;
	float: left;
}
.highlight-1 {
	padding: 3px 6px;
	color: #191e25;
	background: #bce7fe;
}
.highlight-2 {
	padding: 3px 6px;
	color: #d6dadd;
	background: #1e242b;
}
.cufon {
	margin-bottom: 5px;
}
.bold-text {
	font-size: 25px;
	color: #191e25;
}
.small-text {
	font-size: 10px;
}
/* ------ Text boxes ------ */	
.fancy-textbox {
	margin-bottom: 20px;
	padding: 10px 25px 30px;
	width: 610px;
	min-height: 75px;
	background: transparent url('../images/skins/dark-blue/box-type1-bg.png') no-repeat center bottom;
}
.author-box {
	min-height: 80px;
}
.text-box-full-1, .fancy-textbox-fullwidth {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 25px 30px;
	width: 910px;
	min-height: 75px;
	background: transparent url('../images/skins/dark-blue/box-type1-full-bg.png') no-repeat center bottom;
	overflow: hidden;
}
.text-box-full-1 .box-if-go-button {
	width: 780px;
	min-height: 84px;
	float: left;
}
.text-box-full-1 .go-button {
	position: absolute;
	right: 25px;
	bottom: 10px;
	margin-bottom: 30px;
	width: 84px;
	height: 84px;
	background: transparent url('../images/skins/dark-blue/go-button.png') no-repeat center top;
}
.text-box-full-1 .go-button:hover {
	background: transparent url('../images/skins/dark-blue/go-button.png') no-repeat center bottom;
}
.wrap-around {
	display: block;
	padding-bottom: 20px;
}
/* ------ Table styling ------ */
table {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 11px;
}
th, thead {
	padding: 0 25px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #003453;
	border-bottom: 1px solid #003453;
	background: #1371be url('../images/skins/dark-blue/thead-bg.png') repeat-x center top;
	vertical-align: text-top;
}
td {
	border-top: 1px solid #fdfefe;
	border-bottom: 1px solid #e8ebec;
	vertical-align: middle;
}
tr {
	background: #f5f7f9;
}
table tr:hover {
	color: #191e25;
	background: #f1f3f6;
}
table#wp-calendar th, table#wp-calendar thead, table#wp-calendar td {
	padding: 0 13px;
}
table#wp-calendar th, table#wp-calendar thead {
	text-align: center;
}
table#wp-calendar tbody td {
	text-align: center;
}
table#wp-calendar tfoot td {
	color: #191e25;
	background: #f1f3f6;
}
/* ------ Other HTML ------ */
ol {
	margin: 0 0 20px 20px;
}
ol li {
	line-height: 2em;
}
ol li ol {
	list-style-type: upper-alpha;
	margin-bottom: 10px;
}
ol li ol li ol {
	list-style-type: lower-alpha;
}
dl {
	margin-bottom: 20px;
}
dt {
	font-weight: bold
}
dd {
	margin-bottom: 10px;
	padding-left: 20px;
}
address {
	margin-bottom: 10px;
}
pre {
	margin-bottom: 20px;
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	background: #f2f4f7;
	overflow-x: auto;
	overflow-y: hidden;
}
code {
	padding: 3px 6px;
	background: #f2f4f7;
}
/*									HEADER
---------------------------------------------------------------------------- */

#page-top-border {
	display: block;
	height: 7px;
	background: #CC611A;
	border-bottom: 1px solid #011111;
}
#header-wrap {
	background: #11161c;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #11161c url('../images/skins/dark-blue/header-bg.jpg') no-repeat center top;
	z-index: 500;
}
#logo, #logo img, #logo-desc {
	float: left;
}
#logo {
	min-height: 98px;
}
#logo-desc {
	display: none;
}
#logo-desc p {
	margin: 0;
	margin-top: 33px;
	padding: 0 15px;
	max-width: 400px;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	color: #a2a8b0;
	background: #11161c;
}
/* ------ Login ------ */
#login-button, #logout-button {
	margin-top: 33px;
	margin-left: 10px;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	color: #a2a8b0;
	background: #11161c url('../images/skins/dark-blue/button-bg.png') no-repeat -100px -100px;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	border: 1px solid #11161c;
	cursor: pointer;
}
#login-button span, #logout-button span {
	float: left;
}
#login-button img, #logout-button img {
	margin-top: 5px;
	margin-left: 10px;
}
#login-button:hover, #logout-button:hover {
	color: #fff;
	background: transparent url('../images/skins/dark-blue/button-bg.png') no-repeat left top;
	border: 1px solid #003453;
}
#logout-button a {
	color: #a2a8b0;
}
#logout-button a:hover, #logout-button:hover a {
	color: #fff;
}
#login-box {
	display: none;
	position: absolute;
	top: 0px;
	right: 103px;
	padding: 4px 9px;
	width: 232px;
	height: 74px;
	background: url('../images/skins/dark-blue/login-box-bg.png') repeat-x left top;
	float: right;
}
#login-box form {
	position: relative;
	width: 232px;
	height: 78px;
}
#login-box input {
	margin: 3px 0px 2px 0px;
	padding: 5px 7px;
	width: 166px;
	height: 20px;
	line-height: 20px;
	color: #525a61;
	background: #fff url('../images/skins/dark-blue/input-bg.png') repeat-x left top;
	border: 1px solid #e1e4e9;
}
#login-box #wp-submit {
	padding: 0;
	width: 25px;
	height: 17px;
	background: transparent url('../images/skins/dark-blue/login-button.png') no-repeat left top;
	border: none;
	cursor: pointer;
}
#login-box #wp-submit:hover {
	background: transparent url('../images/skins/dark-blue/login-button.png') no-repeat left bottom;
}
#login-box #sub-box {
	padding-top: 2px;
	width: 230px;
	height: 13px;
	background: #1b2128;
}
#login-box .sub-box {
	margin: 0;
	padding: 0;
	color: #959daa;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
#login-box .sub-box a {
	color: #959daa;
}
#login-box .sub-box a:hover {
	color: #1a8fcc;
}
#close-login {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 17px;
	height: 17px;
	background: transparent url('../images/skins/dark-blue/login-close.png') no-repeat left top;
	cursor: pointer;
}
#close-login:hover {
	background: transparent url('../images/skins/dark-blue/login-close.png') no-repeat left bottom;
}
/* ------ Search form ------ */
#header-search-block {
	margin-top: 33px;
	width: 232px;
	max-width: 232px;
	height: 32px;
	float: right;
}
#search {
	width: 233px;
	height: 32px;
}
#search-box, #sidebar-content #search-box {
	margin:0;
	padding: 5px 5px;
	width: 182px;
	height: 20px;
	line-height: 20px;
	color: #525a61;
	border: 1px solid #edeeee;
	border-right: none;
	background: #fff url('../images/skins/dark-blue/search-input-bg.png') repeat-x left top;
	float: left;
}
#sidebar-content #search-box {
	width: 181px;
	border: 1px solid #c9ccce;
	border-right: none;
	background-image: none;
}
#search-but, #sidebar-content #search-but {
	margin:0;
	width: 39px;
	height: 32px;
	border: none;
	background: transparent url('../images/skins/dark-blue/search-button.png') no-repeat left top;
	float: left;
	cursor: pointer;
}
#sidebar-content #search-but {
	background: transparent url('../images/search-button.png') no-repeat left top;
}
#search-but:hover {
	background: transparent url('../images/skins/dark-blue/search-button.png') no-repeat left bottom;
}
#sidebar-content #search-but:hover {
	background: transparent url('../images/search-button.png') no-repeat left bottom;
}
/* ------ Primary top menu ------ */
#main-menu-container {
	position: relative;
	height: 35px;
}
#main-menu {
	list-style: none;
	position: absolute;
	margin: 0 auto;
	padding: 1px 10px 2px;
	width: 960px;
	height: 44px;
	background: transparent url('../images/skins/dark-blue/main-menu-bg.png') no-repeat left top;
}
#main-menu li {
	position: relative;
	float: left;
	height: 41px;
	line-height: 41px;
	
	font-family:Georgia;
	font-size:11px;

	text-transform: uppercase;
	color: #fff;
	background: transparent url('../images/skins/dark-blue/main-menu-li-bg.png') no-repeat left top;
	border: none;
}
#main-menu li a.has-submenu {
	padding-right: 29px;
	background-image: url('../images/dropdown-arrow.png');
}
#main-menu li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
    font-size: 13px;
}
#main-menu li:hover {
	background: #AF2F16;
}
#main-menu li ul {
	display: none;
	position: absolute;
	top: 41px;
	left: 0px;
	width: 230px;
	background: #f36522;
	border: 1px solid #044269;
}
#main-menu li ul li {
	position: relative;
	float: none;
	display: block;
	padding: 0;
	padding-left: 15px;
	height: 37px;
	line-height: 37px;
	
	font-size: 11px/37px;
	font-family: Georgia;
	border: none;
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: none;
}
#main-menu li ul li a {
	background-position: -100% -100%; /* Gets rid of parents background image */
	padding: 0px;
}
#main-menu li ul li:hover {
	background-color: #AF2F16;
	background-image: none;
}
#main-menu li ul li.sub-has-sub {
	background-image: url('../images/dropdown-right-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#main-menu li ul li ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 230px;
	width: 230px;
	background: #1781c5;
	border: 1px solid #044269;
}
#main-menu li.current-menu-item {
	background-color: #AF2F16;
}
#main-menu li.current-parent {
	background-color: #2273b6;
}
#pre-body-area {
	position: relative;
	overflow: hidden;
}
/* ------ Fixed image slider ------ */
#fixed-slider-image {
	position: relative;
	height: 380px;
	border-bottom: 1px solid #11161c;
	background-color: #11161c;
	background-repeat: no-repeat;
	background-position: center top;
}
img.fixed-slide-bg-img {
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.fixed-slider-loader {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: #11161c url('../images/skins/dark-blue/slider-loader.gif') no-repeat center center;
}
/* ------ Mbiz slider ------ */
#mbiz-slides {
	position: relative;
	height: 405px;
	border-bottom: 1px solid #11161c;
	background: #11161c url('../images/skins/dark-blue/slider-loader.gif') no-repeat center center;
	overflow: hidden;/*overflow: auto;*/
}
.mbiz-slide-bg {
	padding-top: 35px;
	height: 370px;
	max-height: 370px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.mbiz-slide {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 370px;
	overflow: hidden;
}
.mbiz-slide-info {
	position: absolute;
	left: 0px;
	width: 370px;
}
.mbiz-slide-info-custom-wrap {
	margin-bottom: 20px;
	padding: 15px;
	background: url('../images/skins/dark-blue/contentPattern.png') repeat left top;
}
.mbiz-slide-info-custom-wrap p {
	padding: 0;
	margin: 0;
}
.mbiz-slide-img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.slide-img-has-border a {
	position: relative;
	display: block;
	width: 550px;
	height: 340px;
}
.slide-img-has-border .slide-img-border {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 536px;
	height: 326px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.slide-wide-img a {
	width: 960px;
}
.slide-wide-img .slide-img-border {
	width: 946px;
	border: 7px solid #000;
}
img.mbiz-slide-bg-img {
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.mbiz-slide h2 {
	color: #fff;
	padding-bottom: 0;
}
.mbiz-slide p {
	margin-top: 5px;
	color: #a2a8b0;
	font-size: 13px;
	line-height: 1.7em;
}
.mbiz-slide .mbiz-dark-text h2 {
	color: #191e25;
}
.mbiz-slide .mbiz-dark-text p {
	color: #525a61;
}
.mbiz-slide h2 span.stand-out {
	color: #1c99d1;
	font-size: 32px;
}
#mbiz-slider-nav {
	height: 26px;
	line-height: 22px;
	background: #11161c url('../images/skins/dark-blue/slider-nav-bg.jpg') no-repeat center top;
	text-align: center;
}
.mbiz-slider-butt {
	background: transparent url('../images/skins/dark-blue/mbiz-slider-butt-link.png') no-repeat center top;
	border: 1px solid transparent;
	cursor: pointer;
}
.mbiz-slider-butt img {
	width: 17px;
	height: 15px;
}
/* ------ Buttons ------ */
.button, p.form-submit, #content-960 input[type="submit"] {
	display: block;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('../images/skins/dark-blue/button-bg.png') no-repeat left top;
	float: left;
	cursor: pointer;
}
#content-960 input[type="submit"] {
	margin: 10px 0 0 0;
	width: auto;
}
#content-610 .button, #portfolio-container .button {
	margin: 0 0 10px;
}
.portfolio-more a {
	padding: 10px 0;
	color: #fff;
}
p.form-submit {
	height: 27px;
	line-height: 27px;
}
#comments-wrap #respond p.form-submit {
	height: 34px;
	line-height: 34px;
}
.download-button {
	display: block;
	margin: 0 5px;
	padding: 0 20px 0 44px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('../images/skins/dark-blue/button-download-bg.png') no-repeat left top;
	border: 1px solid #003453;
	float: left;
	cursor: pointer;
}
#mbiz-slides .button {
	float: right;
}
.button:hover {
	color: #fff;
	background: transparent url('../images/skins/dark-blue/button-bg.png') no-repeat left bottom;
}
.download-button:hover {
	color: #fff;
	background: transparent url('../images/skins/dark-blue/button-download-bg.png') no-repeat left bottom;
}
/* ------ Header intro ------ */
#header-intro {
	padding-top: 52px;
	padding-bottom: 34px;
	margin: 0 auto;
	width: 960px;
	min-height: 40px;
	background: #11161c url('../images/skins/dark-blue/header-intro-bg.jpg') no-repeat center top;
}
#header-intro h1{
    font-size: 16px;
    padding-bottom: 4px;
    color: #fff;
}
#header-intro p, #header-intro h2 {
	padding-bottom: 0px;
	font-size: 14px;
	color: #ccc;/*text-transform: capitalize;*/;
	line-height: 18px;
}

#header-intro p a:hover {
	color: #fff;
}
/* ------ Breadcrumbs ------ */
#bread-crumbs-wrap {
	padding-top: 15px;
	font-size: 10px;
	text-transform: uppercase;
}
#bread-crumbs-wrap li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	height: 12px;
}
#bread-crumbs-wrap a {
	padding-right: 10px;
	height: 12px;
	line-height: 12px;
	background: transparent url('../images/skins/dark-blue/bread-crumbs-arrow.png') no-repeat right 3px;
}
/*									BODY
---------------------------------------------------------------------------- */

#body-wrap {
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	background: #f8fafb url('../images/skins/dark-blue/body-bg.png') repeat-x center top;
}
#content-960 {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#content-full-width {
	padding: 50px 0;
}
#content-610 {
	position: relative;
	padding: 16px 0;
	width: 660px;
	float: left;
}
/* ------ Sidebars ------ */
#sidebar-wrap {
	width: 300px;
}
#sidebar-menu-wrap {
	width: 340px;
}
.alignright #border-topend {
	width: 300px;
	height: 17px;
	background: transparent url('../images/skins/dark-blue/sidebar-leftborder-topend.png') no-repeat left bottom;
}
.alignleft #border-topend {
	width: 340px;
	height: 50px;
	background: transparent url('../images/skins/dark-blue/sidebar-rightborder-topend.png') no-repeat right bottom;
}
#sidebar-content {
	width: 260px;
	overflow: hidden;
}
.alignright #sidebar-content {
	padding-left: 40px;
	background: transparent url('../images/skins/dark-blue/sidebar-leftborder-middle.png') repeat-y left top;
}
.alignleft #sidebar-content {
	padding-right: 50px;
	background: transparent url('../images/skins/dark-blue/sidebar-rightborder-middle.png') repeat-y right top;
}
.alignright #border-bottomend {
	width: 300px;
	height: 70px;
	background: transparent url('../images/skins/dark-blue/sidebar-leftborder-bottomend.png') no-repeat left top;
}
.alignleft #border-bottomend {
	width: 340px;
	height: 70px;
	background: transparent url('../images/skins/dark-blue/sidebar-rightborder-bottomend.png') no-repeat right top;
}
/* ------ Sidebar content ------ */
.sidebar-widget {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
.sidebar-header {
	margin-bottom: 15px;
	padding-left: 18px;
	height: 38px;
	line-height: 38px;
	background: transparent url('../images/skins/dark-blue/pre-header-graphic.png') no-repeat left center;
}
.sidebar-header h4 {
	margin: 0;
	padding: 12px 0 0 15px;
	height: 26px;
	line-height: 13px;
	background: transparent url('../images/skins/dark-blue/sidebar-header-bg.png') repeat-x left center;
}

.sidebar-header h4 .tweets-load, .sidebar-header h4 .flickr-load {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	width: 26px;
	height: 26px;
	background: transparent url('../images/skins/dark-blue/widget-loader.gif') no-repeat center center;
}
.sidebar-widget ul li {
	padding: 7px 0 7px 25px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 14px;
}
.sidebar-widget ul li ul li {
	background: transparent url('../images/skins/dark-blue/list-style-4.png') no-repeat left 14px;
}
.sidebar-widget ul li ul li ul li {
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 14px;
}
ul.popular-posts-list a {
	color: #525A61;
}
ul.popular-posts-list a:hover {
	color: #F16623;
}
ul.popular-posts-list img {
	margin-right: 15px;
	float: left;
}
ul.popular-posts-list p {
	padding: 0;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
}
ul.popular-posts-list li {
	margin-bottom: 4px;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #dadee0;
	background: none;
	overflow: hidden;
}
.popular-post-date, .recent-tweets-date {
	display: block;
	color: #919598;
	font-size: 10px;
	text-transform: uppercase;
}
.recent-tweets-date a {
	color: #919598;
}
.recent-tweets-date a:hover {
	color: #000;
}
ul.recent-tweets li {
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('../images/skins/dark-blue/recent-tweets-bullet.png') no-repeat left 6px;
}
ul.flickr-photos {
	margin-bottom: 7px;
	padding-left: 3px;
	width: 290px;
	overflow: hidden;
}
ul.flickr-photos li {
	margin: 7px 7px 7px 8px;
	padding: 0;
	width: 79px;
	height: 79px;
	background: none;
	border: none;
	float: left;
}
.flick-no-r {
	color: #0063dc;
	text-transform: lowercase;
}
.r-in-flickr {
	color: #ff0084;
	text-transform: lowercase;
}
ul.ads125-widget {
	padding-left: 4px;
}
#sidebar-wrap ul.ads125-widget li {
	margin: 8px;
	padding: 0;
	width: 125px;
	height: 125px;
	background: #f4f5f6 url('../images/ads125-bg.png') no-repeat left top;
	border: none;
	float: left;
}
ul.ads125-widget li a {
	color: #888a8b;
}
#sidebar-wrap ul.ads125-widget li:hover {
	background: #f4f5f6 url('../images/ads125-bg.png') no-repeat left bottom;
	cursor: pointer;
}
ul.ads125-widget li a:hover {
	color: #4e4f50;
}
ul.ads125-widget li span.ad-here {
	margin: 0;
	padding: 52px 10px 10px;
	width: 105px;
	height: 65px;
	text-align: center;
	border: none;
	float: left;
}
#content-960 ul.ads125-widget li img {
	padding: 0;
	border: none;
}
ul#recentcomments li {
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('../images/skins/dark-blue/recent-comments-bullet.png') no-repeat left 6px;
}
.widget-list li {
	margin-bottom: 7px;
	padding: 0 0 7px 25px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('../images/skins/dark-blue/list-style-1.png') no-repeat left 6px;
}
#sidebar-menu li {
	border-bottom: 1px solid #e9ecee;
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 13px;
}
#sidebar-menu a.has-submenu {
	background-image: url('../images/skins/dark-blue/side-dropdown-arrow.png');
}
#sidebar-menu li ul {
	padding-left: 25px;
	display: none;
}
#sidebar-menu li ul li {
	font-size: 11px;
	background: transparent url('../images/skins/dark-blue/list-style-4.png') no-repeat left 13px;
}
#sidebar-menu li ul li ul li {
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 13px;
}
#sidebar-menu li a {
	display: block;
	padding: 7px 0 7px 25px;
	color: #525a61;
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar-menu li a:hover {
	color: #1a8fcc;
}
#sidebar-menu a.current-a {
	color: #aeafaf;
	cursor: default;
}
#sidebar-menu a.current-parent {
	color: #aeafaf;
}
#sidebar-menu a.current-a:hover {
	color: #aeafaf;
}
/* Custom menu widget */
ul.menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9ecee;
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 13px;
}
ul.menu a.has-submenu {
	background-image: url('../images/skins/dark-blue/side-dropdown-arrow.png');
}
ul.menu li ul {
	padding-left: 25px;
	display: none;
}
ul.menu li ul li {
	font-size: 11px;
	background: transparent url('../images/skins/dark-blue/list-style-4.png') no-repeat left 13px;
}
ul.menu li ul li ul li {
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 13px;
}
ul.menu li a {
	display: block;
	padding: 7px 0 7px 25px;
	color: #525a61;
	background-repeat: no-repeat;
	background-position: right center;
}
ul.menu li a:hover {
	color: #1a8fcc;
}
ul.menu a.current-a {
	color: #aeafaf;
	cursor: default;
}
ul.menu a.current-parent {
	color: #aeafaf;
}
ul.menu a.current-a:hover {
	color: #aeafaf;
}
#sidebar-wrap .social-icons {
	margin-bottom: 10px;
}
#sidebar-wrap .social-icons li {
	margin: 0;
	margin-right: 5px;
	padding: 0;
	border: none;
	background: none;
}
#sidebar-wrap .social-icons li img {
	margin-bottom: 5px;
	border: none;
}
#sidebar-wrap .contact-widget li {
	margin-right: 0;
	float: none;
}
.popular-posts-list li:last-child, .recent-tweets li:last-child, .widget-list li:last-child, .sidebar-widget ul li:last-child, #sidebar-menu li:last-child, #sidebar-menu li ul li:last-child, #sidebar-menu li ul li ul li:last-child, #big-footer ul#recentcomments li:last-child, #footer-wrap ul.menu li:last-child, #footer-wrap ul.menu li ul li:last-child, #big-footer .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#sidebar-wrap .widget_rss {
	max-width: 290px;
}
.rss-date {
	display:block
}
#sidebar-wrap .rss-date {
	color: #919598
}
#sidebar-wrap .widget_rss cite {
	color: #919598
}
/* ------ Homepage content ------ */
.featured-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px dotted #dadee0;
	overflow: hidden;
}
.featured-wrap-fullwidth {

	margin: 0 10px 20px 10px;
	width: 300px;
	float: left;
}
.featured-img-wrap-fullwidth {
	margin-bottom: 10px;
	width: 300px;
	height: 154px;
}
.featured-img-wrap {
	width: 194px;
	height: 154px;
	float: left;
}
.featured-item .info {
	margin-left: 25px;
	width: 400px;
	float: left;
}
.pro-info .short_entry{
   height: 90px;
   overflow: hidden;
}
.featured-item .pro-info{
margin-left: 25px;
	width: 270px;
	float: left;
border-right: 1px solid #ccc;
padding-right: 10px;
}
.featured-item .pro-price{
	width:100px;
	float:left;
	margin-left:10px;
}
.featured-item .info h3{
    height: 42px;
    
    overflow: hidden;
    line-height: 26px;
}
#latest-news-fullwidth {
	margin-right: 28px;
	width: 463px;
	float: left;
}
.latest-news-item {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #dadee0;
}
.date-tag {
	margin-right: 10px;
	padding: 0px 10px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: #1a8fcc;
	float: left;
	margin-top: 4px;
}
.date-tag a {
	color: #fff;
}
#from-gallery-fullwidth {
	width: 463px;
	float: left;
}
.from-gallery-imgs {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
#text-widget-home {
	padding-top: 20px;
}
/* ------ Blog ------ */
.post-block {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.search-results-post-block {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #dadee0;
}
.post-block h1, .post-block h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ecee;
}
.floated-post {
	width: 360px;
	float: right;
	margin-bottom: 10px;
}
.floated-post-img-wrap {
	margin-bottom: 10px;
	width: 234px;
	height: 204px;
	float: left;
}
.full-post-img-wrap {
	width: 620px;
	height: 234px;
}
.fancy-post-meta {
	position: relative;
	margin: 15px 0 15px 0;
	padding-left: 18px;
	height: 38px;
	line-height: 38px;
	background: transparent url('../images/skins/dark-blue/pre-header-graphic.png') no-repeat left center;
}
.fancy-post-meta p,.navigation {
	position: relative;
	margin: 0;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	background: transparent url('../images/skins/dark-blue/sidebar-header-bg.png') repeat-x left center;
}
.fancy-post-meta h4,.fancy-post-meta h1{
position: relative;
	margin: 0;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;

	background: transparent url('../images/skins/dark-blue/sidebar-header-bg.png') repeat-x left center;
font-size: 17px;
overflow: hidden;
}
.search-results-post-block .fancy-post-meta, .search-results-post-block .fancy-post-meta p {
	margin: 0;
	padding: 0;
	background: none;
}
.meta-full-size {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e9ecee;
}
.thedawn_attachment {
	padding: 10px 0 20px 0;
	text-align: center;
}
.post-comments {
	position: absolute;
	top: 0px;
	right: 10px;
}
.post-meta .post-comments {
	position: absolute;
	top: 0px;
	right: 0px;
}
ul.page-numbers {
	clear: both;
}
#body-wrap ul.page-numbers li {
	float: left;
	margin: 0;
	margin-right: 7px;
	padding: 0;
	height: 29px;
	width: 29px;
	font-size: 11px;
	text-align: center;
	background: none;
}
#body-wrap ul.page-numbers li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	width: 29px;
	border: 1px solid #a9b3bc;
	background: url('../images/skins/dark-blue/pagination-link-bg.png') repeat-x left top;
}
#body-wrap ul.page-numbers li a:hover {
	background: url('../images/skins/dark-blue/pagination-link-bg.png') repeat-x left bottom;
}
#body-wrap ul.page-numbers li span.current {
	display: block;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	width: 29px;
	color: #fff;
	border: 1px solid #363e46;
	background: url('../images/skins/dark-blue/pagination-span-bg.png') repeat-x left top;
}
/* Single */
.post-meta {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 20px;
	font-size: 11px;
	border-bottom: 1px solid #e9ecee;
	overflow: hidden;
}
.post-meta-bottom {
	padding-top: 10px;
	font-size: 11px;
	clear: both;
}
.share-this-wrap {
	margin-top: 10px;
	padding: 0;
	padding-left: 26px;
	height: 24px;
	background: transparent url('../images/skins/dark-blue/icon-share-this.png') no-repeat left center;
    clear: both;
}
.share-this {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #191e25;
	background: #eef0f4;
	text-transform: uppercase;
	float: left;
    margin-right: 20px;
}
#share-social-icons {
	visibility: hidden;
	margin-top: -1px;
	padding: 0 0 0 5px;
}
#content-610 #share-social-icons li {
	display: inline;
	margin-right: 5px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	background: none;
}
.tiny-header {
	display: block;
	font-weight: bold;
}
.tabs-posts .tabs-content {
	height: 150px;
}
.popular-widget-item {
	margin: 0 7px;
	width: 191px;
	float: left;
}
.popular-widget-img-wrap {
	margin-bottom: 10px;
	width: 191px;
	height: 102px;
}
.popular-widget-item a {
	color: #525a61;
}
.popular-widget-item a:hover {
	color: #1a8fcc;
}
/* Comments */
#content-610 #comments-wrap li, #content-full-width #comments-wrap li {
	padding: 0;
	background: none;
}
#content-610 #comments-wrap .children, #content-full-width #comments-wrap .children {
	margin-top: 10px;
	background: none;
}
#content-610 #comments-wrap .depth-1, #content-full-width #comments-wrap .depth-1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: transparent url('../images/skins/dark-blue/gradient-divider-610.png') no-repeat left bottom;
}
#content-610 #comments-wrap .depth-2, #content-610 #comments-wrap .depth-3, #content-610 #comments-wrap .depth-4, #content-610 #comments-wrap .depth-5, #content-full-width #comments-wrap .depth-2, #content-full-width #comments-wrap .depth-3, #content-full-width #comments-wrap .depth-4, #content-full-width #comments-wrap .depth-5 {
	padding-top: 40px;
	padding-left: 40px;
	background: transparent url('../images/skins/dark-blue/gradient-divider-610-comment-depth.png') no-repeat left top;
}
.comment-body {
	padding-left: 10px;
	overflow: hidden;
	min-height: 100px;
}
.comment .date-tag {
	margin-top: 3px;
}
.comment .comment-index {
	color: #767c84;
	font-size: 10px;
}
.comment .tiny-header {
	display: inline;
	margin-right: 20px;
	font-weight: bold;
	float: left;
}
.reply-button {
	font-size: 10px;
	float: right;
}
.edit-comment {
	font-size: 10px;
}
.overflow {
	overflow: hidden;
}
.comment-navigation {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.comment-navigation .nav-previous {
	float: left
}
.comment-navigation .nav-next {
	float: right
}
#content-610 #comments-wrap .pingback {
	margin-bottom: 20px;
	padding-bottom: 20px;
	min-height: 50px;
	background: transparent url('../images/skins/dark-blue/gradient-divider-610.png') no-repeat center bottom;
}
/* Forms: comment & contact */
.contact-form {
	position: relative;
    margin-bottom: 10px;
}
#add-comment input, .contact-form input, #content-960 input[type="password"], #content-960 input[type="text"] {
	margin: 3px 15px 3px 0;
	padding: 5px 7px;
	width: 200px;
	height: 15px;
	line-height: 15px;
	color: #525a61;
	background: #fff url('../images/skins/dark-blue/input-bg.png') repeat-x left top;
	border: 1px solid #e1e4e9;
}
#add-comment p, .contact-form p {
	padding-bottom: 6px;
}
#add-comment textarea, .contact-form textarea, textarea {
	margin: 3px 0;
	padding: 5px 7px;
	width: 594px;
	height: 130px;
	line-height: 20px;
	font-family: Georgia;
	font-size: 12px;
	color: #525a61;
	background: #fff url('../images/skins/dark-blue/input-bg.png') repeat-x left top;
	border: 1px solid #e1e4e9;
}
.contact-form textarea {
	width: 570px;
}
#respond textarea {
	width: 70%
}
#respond {
	overflow: hidden;
}
#sidebar-content .contact-form input, #big-footer .contact-form input {
	width: 70%;
}

#sidebar-content .contact-form textarea, #big-footer .contact-form textarea {
	width: 94%;
	height: 100px;
}
#sidebar-content .contact-form .response, #big-footer .contact-form .response {
	width: 95%
}
#add-comment #submit-button, #respond #submit-button, .contact-form .submitemail, #sidebar-content .contact-form .submitemail, #big-footer .contact-form .submitemail {
	margin: 0;
	padding: 0;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
    height: 24px;
    height: 34px;
}
.submitemailx {
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF !important;
}
.submitemailx:hover {
    color:#ccc !important;
}
.form-submit-optin {
    background: none repeat scroll 0 0 #A33206;
    height: 18px;
    border-radius: 5px;
    margin-right: 79px;
    padding: 2px 12px !important;

    margin-left: 5px !important;
}
.contact-form p {
	overflow: visible;
}
#sidebar-content .contact-form p, #big-footer .contact-form p {
	margin-left: 0px;
}
.contact-form p.form-submit {
	position: relative;
	margin-left: 0;
}
.form-lable {
	display: block;
}
.contact-form-loader {
	position: absolute;
	top: 124px;
	right: 50px;
	display: none;
	width: 18px;
	height: 18px;
	background: transparent url('../images/skins/dark-blue/loader.gif') no-repeat center center;
}
#big-footer .contact-form-loader {
	background: transparent url('../images/skins/dark-blue/loader-dark.gif') no-repeat center center;
}
div.response {
	display:none;
	margin-top: 0;
	width: 594px;
	clear: both;
	color:rgb(240, 47, 47);
}
.theDawnfield-container {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.contact-form fieldset {
	margin-bottom: 20px;
	padding: 15px 0 0 5px;
	border: 1px solid #e1e4e9;
}
.contact-form fieldset legend {
	padding: 0 5px;
	font-size: 11px;
	text-transform: uppercase;
}
.form-allowed-tags {
	font-size: 11px;
	margin-bottom: 10px;
}
/* ------ Portfolios ------ */
.portfolio-page {
	position: relative;
	padding: 50px 0;
	width: 960px;
	float: left;
	overflow: hidden;
}
#portfolio-nav {
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	height: 23px;
	line-height: 23px;
}
.prev-portfolio {
	width: 90px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('../images/skins/dark-blue/portfolio-prev.png') no-repeat center top;
	float: right;
	cursor: pointer;
}
.prev-portfolio:hover {
	color: #fff;
	background: transparent url('../images/skins/dark-blue/portfolio-prev.png') no-repeat center bottom;
}
.next-portfolio {
	width: 90px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('../images/skins/dark-blue/portfolio-next.png') no-repeat center top;
	float: right;
	cursor: pointer;
}
.next-portfolio:hover {
	color: #fff;
	background: transparent url('../images/skins/dark-blue/portfolio-next.png') no-repeat center bottom;
}
.portfolio-count {
	font-size: 11px;
	padding: 0 0 0 15px;
	float: right;
}
.portfolio-length {
	font-size: 11px;
	padding: 0 15px 0 5px;
	float: right;
}
.portfolio-page h1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecee;
}
.portfolio-page-img-wrap {
	width: 610px;
	height: 100%;
	float: left;
}
#portfolio-container.portfolio-post-img-wrap {
	width: 610px;
	height: 359px;
	float: left;
}
#portfolio-sidebar-container.portfolio-post-img-wrap {
	width: 304px;
	height: 184px;
}
.portfolio-page-info, .portfolio-post-info {
	width: 310px;
}
.portfolio-post-info-sidebar {
	width: 290px;
}
#portfolio-container {
	position: relative;
	list-style: none;
	padding: 50px 0;
	width: 100%;
	overflow: hidden;
}
#portfolio-sidebar-container {
	width: 100%;
	overflow: hidden;
}
#portfolio-sidebar-container .portfolio-post h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecee;
}
.portfolio-post {
	padding: 0 0 70px 0;
	width: 100%;
	overflow: hidden;
}
.portfolio-post-2columns {
	margin: 0 18px 30px 18px;
	width: 444px;
	min-height: 330px;
	max-height: 330px;
	float: left;
}
.text-out-2col {
	min-height: 490px;
	max-height: 490px;
}
.portfolio-post-wrap a:hover {
	color: #fff;
}
.portfolio-post-2columns .portfolio-post-wrap {
	position: relative;
	margin-bottom: 15px;
	width: 444px;
	height: 274px;
}
.portfolio-post-wrap img, .portfolio-post-wrap .portfolio-post-info {
	position: absolute;
	top: 0px;
}
.portfolio-post-2columns .portfolio-post-info {
	padding: 25px;
	width: 394px;
	height: 224px;
	color: #fff;
	background: transparent url('../images/skins/dark-blue/portfolio-bg.png') repeat left top;
}
.portfolio-post-3columns {
	margin: 0 8px 30px 8px;
	width: 304px;
	min-height: 220px;
	max-height: 220px;
	float: left;
}
.text-out-3col {
	min-height: 360px;
	max-height: 360px;
}
.portfolio-post-3columns .portfolio-post-wrap {
	position: relative;
	margin-bottom: 15px;
	width: 304px;
	height: 184px;
}
.portfolio-post-3columns .portfolio-post-info {
	padding: 10px;
	width: 284px;
	height: 164px;
	color: #fff;
	font-size: 11px;
	background: transparent url('../images/skins/dark-blue/portfolio-bg.png') repeat left top;
}
.portfolio-post-3columns .portfolio-post-info-out {
	font-size: 11px;
}
/* Scrollable plugin for portfolio sliding pages */
.scrollable {
	position:relative;
	overflow:auto;
	width: 100%;
	height: 1000px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
a.disabled {
	visibility:hidden !important;
}
/* ------ Gallery ------ */
#gallery-container {
	margin: 0 auto;
	padding: 50px 0;
	width: 896px;
	overflow: hidden;
}
#gallery-container .gallery-img-wrap {
	margin: 0 15px 30px 15px;
	width: 194px;
	height: 154px;
	float: left;
}
#gallery-container-sidebar {
	padding: 50px 0;
	width: 620px;
	overflow: hidden;
}
#gallery-container-sidebar .gallery-img-wrap {
	margin: 0 13px 26px 13px;
	width: 126px;
	height: 100px;
	float: left;
}
.from-gallery-imgs .gallery-img-wrap {
	margin: 0 7px 14px 7px;
	width: 191px;
	height: 154px;
	float: left;
}
.full-width-home .gallery-img-wrap {
	margin: 0 4px 13px 4px;
	width: 145px;
	height: 117px;
}
.from-gallery-imgs .last-img {
	margin-right: 0;
}
/*							TheDawn elements style
---------------------------------------------------------------------------- */

a.load-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.zoom-wrap, .play-wrap, .read-wrap, .flickr-wrap, .play-lightbox-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.zoom-wrap, .play-wrap, .read-wrap {
	height: 50%;
	background: transparent url('../images/skins/dark-blue/enlarge-img-bg.png') no-repeat center center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.play-wrap {
	background: transparent url('../images/skins/dark-blue/play-img-bg.png') no-repeat center center;
}
.read-wrap {
	background: transparent url('../images/skins/dark-blue/read-img-bg.png') no-repeat center center;
}
.flickr-wrap {
	background: #f8fafb url('../images/skins/dark-blue/flickr-img-bg.png') no-repeat center center;
}
.play-lightbox-wrap {
	background: transparent url('../images/skins/dark-blue/play-lightbox-bg.png') no-repeat center center;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.play-lightbox-wrap .vid-title {
	display: block;
	background: #000;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
}
.img-load-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #f8fafb url('../images/skins/dark-blue/loader.gif') no-repeat center center;
	cursor: pointer;
}
a.zoom-img:hover, a.play-img:hover, a.read-img img:hover {
	opacity: 0.85;
}
/* ------ List styles ------ */
#content-610 ul, #content-full-width ul, #gallery-container ul, #gallery-container-sidebar ul {
	margin-bottom: 20px;
}
#content-610 ul li ul, #content-full-width ul li ul, #gallery-container ul li ul, #gallery-container-sidebar ul li ul {
	margin-bottom: 0;
}
.navigation li{
    float:left;
    list-style:none;
    background:none !important;
    height: 20px;
    padding-top: 8px;
}
#content-610 ul li, #content-full-width ul li, #gallery-container ul li, #gallery-container-sidebar ul li {
	padding-left: 25px;
	line-height: 2em;
}
#content-610 ul li ul li, #content-full-width ul li ul li, #gallery-container ul li ul li, #gallery-container-sidebar ul li ul li {
	background: transparent url('../images/skins/dark-blue/list-style-4.png') no-repeat left 8px;
}
#content-610 ul li ul li ul li, #content-full-width ul li ul li ul li, #gallery-container ul li ul li ul li, #gallery-container-sidebar ul li ul li ul li {
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 8px;
}
#content-610 ul.list-style-2 li, #content-610 ul li ul.list-style-2 li, #content-610 ul li ul li ul.list-style-2 li, #content-full-width ul.list-style-2 li, #content-full-width ul li ul.list-style-2 li, #content-full-width ul li ul li ul.list-style-2 li, #gallery-container ul.list-style-2 li, #gallery-container ul li ul.list-style-2 li, #gallery-container ul li ul li ul.list-style-2 li, #gallery-container-sidebar ul.list-style-2 li, #gallery-container-sidebar ul li ul.list-style-2 li, #gallery-container-sidebar ul li ul li ul.list-style-2 li {
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 8px;
}
#content-610 ul.list-style-3 li, #content-610 ul li ul.list-style-3 li, #content-610 ul li ul li ul.list-style-3 li, #content-full-width ul.list-style-3 li, #content-full-width ul li ul.list-style-3 li, #content-full-width ul li ul li ul.list-style-3 li, #gallery-container ul.list-style-3 li, #gallery-container ul li ul.list-style-3 li, #gallery-container ul li ul li ul.list-style-3 li, #gallery-container-sidebar ul.list-style-3 li, #gallery-container-sidebar ul li ul.list-style-3 li, #gallery-container-sidebar ul li ul li ul.list-style-3 li {
	background: transparent url('../images/skins/dark-blue/list-style-3.png') no-repeat left 7px;
}
#content-610 ul.list-style-4 li, #content-610 ul li ul.list-style-4 li, #content-610 ul li ul li ul.list-style-4 li, #content-full-width ul.list-style-4 li, #content-full-width ul li ul.list-style-4 li, #content-full-width ul li ul li ul.list-style-4 li, #gallery-container ul.list-style-4 li, #gallery-container ul li ul.list-style-4 li, #gallery-container ul li ul li ul.list-style-4 li, #gallery-container-sidebar ul.list-style-4 li, #gallery-container-sidebar ul li ul.list-style-4 li, #gallery-container-sidebar ul li ul li ul.list-style-4 li {
	background: transparent url('../images/skins/dark-blue/list-style-4.png') no-repeat left 8px;
}
#content-610 ul.list-style-5 li, #content-610 ul li ul.list-style-5 li, #content-610 ul li ul li ul.list-style-5 li, #content-full-width ul.list-style-5 li, #content-full-width ul li ul.list-style-5 li, #content-full-width ul li ul li ul.list-style-5 li, #gallery-container ul.list-style-5 li, #gallery-container ul li ul.list-style-5 li, #gallery-container ul li ul li ul.list-style-5 li, #gallery-container-sidebar ul.list-style-5 li, #gallery-container-sidebar ul li ul.list-style-5 li, #gallery-container-sidebar ul li ul li ul.list-style-5 li {
	background: transparent url('../images/skins/dark-blue/list-style-5.png') no-repeat left 7px;
}
#content-610 ul.list-style-6 li, #content-610 ul li ul.list-style-6 li, #content-610 ul li ul li ul.list-style-6 li, #content-full-width ul.list-style-6 li, #content-full-width ul li ul.list-style-6 li, #content-full-width ul li ul li ul.list-style-6 li, #gallery-container ul.list-style-6 li, #gallery-container ul li ul.list-style-6 li, #gallery-container ul li ul li ul.list-style-6 li, #gallery-container-sidebar ul.list-style-6 li, #gallery-container-sidebar ul li ul.list-style-6 li, #gallery-container-sidebar ul li ul li ul.list-style-6 li {
	background: transparent url('../images/skins/dark-blue/list-style-6.png') no-repeat left 7px;
}
#content-610 ul.list-style-7 li, #content-610 ul li ul.list-style-7 li, #content-610 ul li ul li ul.list-style-7 li, #content-full-width ul.list-style-7 li, #content-full-width ul li ul.list-style-7 li, #content-full-width ul li ul li ul.list-style-7 li, #gallery-container ul.list-style-7 li, #gallery-container ul li ul.list-style-7 li, #gallery-container ul li ul li ul.list-style-7 li, #gallery-container-sidebar ul.list-style-7 li, #gallery-container-sidebar ul li ul.list-style-7 li, #gallery-container-sidebar ul li ul li ul.list-style-7 li {
	background: transparent url('../images/skins/dark-blue/list-style-7.png') no-repeat left 7px;
}
#content-610 ul.list-style-8 li, #content-610 ul li ul.list-style-8 li, #content-610 ul li ul li ul.list-style-8 li, #content-full-width ul.list-style-8 li, #content-full-width ul li ul.list-style-8 li, #content-full-width ul li ul li ul.list-style-8 li, #content-full-width ul.list-style-8 li, #content-full-width ul li ul.list-style-8 li, #content-full-width ul li ul li ul.list-style-8 li, #content-full-width ul.list-style-8 li, #content-full-width ul li ul.list-style-8 li, #content-full-width ul li ul li ul.list-style-8 li {
	background: transparent url('../images/skins/dark-blue/list-style-8.png') no-repeat left 7px;
}
/* ------ Text boxes ------ */
.title-and-text-box {
	position: relative;
	margin-bottom: 20px;
}
.title-and-text-box h5.box-title-style-1, .title-and-text-box h5.box-title-style-2 {
	margin-bottom: 0;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}
.title-and-text-box h5.box-title-style-1 {
	border: 1px solid #003453;
	background: #1a8fcc url('../images/skins/dark-blue/fancy-header-blue-bg.png') repeat-x center top;
}
.title-and-text-box h5.box-title-style-2 {
	border: 1px solid #161c24;
	background: #191e25 url('../images/skins/dark-blue/fancy-header-bg.png') repeat-x center top;
}
.title-and-text-box .box-text {
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	border-top: none;
	background: #f2f4f7;
	overflow: hidden; /* ie7 content disappear bug fix */
}
.no-title-box-text {
	margin-bottom: 20px;
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	background: #f2f4f7;
}
.warning-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #c53333;
	border: 1px solid #ec9b9b;
	background: #fae2e3;
}
.warning-box a {
	color: #c53333;
	text-decoration: underline;
}
.warning-box a:hover {
	color: #000;
}
.success-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #28941a;
	border: 1px solid #72cb67;
	background: #dffad3;
}
.success-box a {
	color: #28941a;
	text-decoration: underline;
}
.success-box a:hover {
	color: #000;
}
.info-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #1c86c9;
	border: 1px solid #50b0ec;
	background: #dde9f7;
}
.info-box a {
	color: #1c86c9;
	text-decoration: underline;
}
.info-box a:hover {
	color: #000;
}
.note-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #9a8e00;
	border: 1px solid #d3c200;
	background: #fffac6;
}
.note-box a {
	color: #9a8e00;
	text-decoration: underline;
}
.note-box a:hover {
	color: #000;
}
.price-box-style-1 {
	margin-bottom: 20px;
	height: 174px;
	background: #f2f4f7 url('../images/skins/dark-blue/price-style1-bg.png') repeat-x center top;
}
.price-big {
	padding: 20px 20px;
	width: 154px;
	max-width: 154px;
	height: 134px;
	text-align: center;
	background: #f2f4f7 url('../images/skins/dark-blue/price-big-bg.png') repeat-x center top;
	border-right: 1px solid #f8fafb;
	float: left;
}
.price-info {
	padding: 20px 20px;
	width: 61%;
	max-width: 61%;
	height: 134px;
	background: transparent url('../images/skins/dark-blue/price-info-bg.png') repeat-y left top;
	border-left: 1px solid #dde0e4;
	float: left;
}
.bold-price {
	display: block;
	margin-bottom: 10px;
	color: #191e25;
	font-size: 49px;
}
.price-box-style-2 {
	margin: 0 30px 20px 0;
	width: 294px;
	text-align: center;
	float: left;
}
#content-610 .price-box-style-2 {
	margin-right: 0;
}
.price-box-style-2 h5.box-title-style-1 {
	margin-bottom: 0;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}
.price-box-style-2 h5.box-title-style-1 {
	border: 1px solid #003453;
	background: #1a8fcc url('../images/skins/dark-blue/fancy-header-blue-bg.png') repeat-x center top;
}
.price-box-style-2 .box-content {
	padding: 20px 0 0 0;
	background: #f4f4f8 url('../images/skins/dark-blue/price-box-style2-bg.png') repeat-x center top;
}
#content-610 .price-box-style-2 .box-content ul li, #content-full-width .price-box-style-2 .box-content ul li {
	list-style: none;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: #f4f4f8 url('../images/skins/dark-blue/price-box-style2-bg.png') repeat-x center top;
}
.order-button-wrap {
	padding: 70px 60px 0 60px;
	height: 74px;
	background: #f4f4f8 url('../images/skins/dark-blue/price-box-style2-order-bg.png') repeat-x center top;
}
/* ------ Tabs ------ */
#content-610 .tabs-navigation, #content-full-width .tabs-navigation {
	height: 31px;
	border-bottom: 3px solid #191e25;
}
#content-610 ul.tabs-nav, #content-full-width ul.tabs-nav {
	height: 31px;
}
#content-610 ul.tabs-nav li, #content-full-width ul.tabs-nav li {
	margin-right: 5px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #003453;
	border-bottom: none;
	background: #1a8fcc url('../images/skins/dark-blue/tab-nav-bg.png') repeat-x center top;
	float: left;
}
#content-610 ul.tabs-nav li.current-tab, #content-610 ul.tabs-nav li.current-tab:hover, #content-full-width ul.tabs-nav li.current-tab, #content-full-width ul.tabs-nav li.current-tab:hover {
	background: #191e25 url('../images/skins/dark-blue/tab-nav-current-bg.png') repeat-x center top;
}
#content-610 ul.tabs-nav li:hover, #content-full-width ul.tabs-nav li:hover {
	background: #1a8fcc url('../images/skins/dark-blue/tab-nav-bg.png') repeat-x left bottom;
}
#content-610 ul.tabs-nav li a, #content-full-width ul.tabs-nav li a {
	display: block;
	padding: 0 30px;
	color: #fff;
}
.tabs-style1 .tabs-content {
	margin-bottom: 20px;
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	background: #f2f4f7;
}
.tabs-style1 .tabs-content-nostyle {
	margin-bottom: 20px;
	padding: 20px 0 10px 0;
}
/* ------ Toggles & FAQs ------ */
.faq-q, .toggle-t {
	padding: 0 0 0 20px;
	background: transparent url('../images/skins/dark-blue/list-style-faqs-closed.png') no-repeat left 6px;
	cursor: pointer;
}
.faq-q p {
	color: #191e25;
	padding-bottom: 10px;
}
.toggle-open {
	background: transparent url('../images/skins/dark-blue/list-style-faqs-open.png') no-repeat left 6px;
}
.toggle-block {
	margin-bottom: 20px;
}
.toggle-content {
	padding-top: 10px;
	overflow: hidden; /* ie7 content disappear bug fix */
}
.faq-answer {
	margin: 0 0 20px 10px;
	padding: 5px 15px;
	border-left: 1px solid #ced2d7;
}
.toggle-block .box-title-style-1, .toggle-block .box-title-style-2 {
	cursor: pointer
}
.title-and-text-box span.handle {
	position: absolute;
	top: 12px;
	right: 20px;
	display: none;
	width: 7px;
	height: 14px;
	background: transparent url('../images/skins/dark-blue/toggle-handle.png') no-repeat left top;
	cursor: pointer;
}
/* ------ Column Layouts ------ */
.one-third-column {
	margin: 0 3% 20px 0;
	width: 31.25%;
	max-width: 31.25%;
	float: left;
}
.two-third-column {
	margin: 0 3% 20px 0;
	width: 65.625%;
	max-width: 65.625%;
	float: left;
}
.one-fourth-column {
	margin: 0 3% 20px 0;
	width: 22.604%;
	max-width: 22.604%;
	float: left;
}
.three-fourth-column {
	margin: 0 3% 20px 0;
	width: 74.062%;
	max-width: 74.062%;
	float: left;
}
.one-half-column {
	margin: 0 3% 20px 0;
	width: 48.3%;

	max-width: 48.3%;
	float: left;
}
.last-col {
	margin-right: 0;
}
/* ------ Nivo slider ------ */
#nivo-container {
	padding-top: 35px;
	height: 370px;
	border-bottom: 1px solid #1a1d21;
	background: #11161c url('../images/skins/dark-blue/slider-bg-nivo.jpg') no-repeat center center;
}
#slider {
	position:relative;
	margin: 0 auto;
	width:960px;
	height:340px;
	/*background:url(../../Template01/css/images/skins/dark-blue/nivo-loader.gif) no-repeat 50% 50%;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
#slider-border {
	position:absolute;
	top:0px;
	left:0px;
	width: 950px;
	height: 330px;
	border: 5px solid #000;
	z-index: 200;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
/* Lightbox shortcodes */
.player {
	margin: 0 auto;
}
.video-lightbox, .image-lightbox {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}
.video-lightbox a {
	color: #888;
}
#content-610 .video-lightbox img {
	max-width: 620px;
	padding: 0;
	border: none;
}
/* Sitemap */
#list-sitemap {
	color: #767c84;
	font-size: 10px;
}
#list-sitemap a {
	font-size: 12px;
}
#list-sitemap li.pagenav, #list-sitemap li.categories, #list-sitemap li.portfolio-list, #list-sitemap li.post-list, #list-sitemap li.archive-list, #list-sitemap li.author-list {
	padding-bottom: 30px;
}
#list-sitemap li.portfolio-list ul li, #list-sitemap li.post-list ul li {
	position: relative;
}
#list-sitemap li.portfolio-list ul li.date-true:hover, #list-sitemap li.post-list ul li.date-true:hover {
	background-color: #f2f4f6;
}
#list-sitemap .show-date {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*									Footer
---------------------------------------------------------------------------- */

#footer-wrap {
	clear: both;
}
#big-footer {
	padding-top: 25px;
	color: #767c84;
	font-size: 12px;
	border-top: 1px solid #2a333d;
	background: #11161c url('../images/skins/dark-blue/big-footer-bg.jpg') no-repeat center top;
}
#big-footer h5 {
	color: #fff;
    font-weight: bold;
}
#big-footer a {
	color: #a2a8b0;
}
#big-footer a:hover {
	color: #1a8fcc;
}
.footer-content {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.col-option1 .footer-column {
	margin-bottom: 30px;
	width: 960px;
}
.col-option2 .footer-column {
	margin: 0 15px 30px 15px;
	width: 450px;
	float: left;
}
.col-option3 .popularposts {
	width: 317px;
	float: left;
	margin-right:30px;
}
.col-option3 .widget_recent_comments {
    width: 273px;
    float: left;
    margin-right:30px;
}

.col-option3 .contactform {
    width: 280px;
    float: left;
    margin-right:30px;
}

.col-option4 .footer-column, .col-option4-3 .footer-column, .col-option43- .footer-column {
	margin: 0 20px 30px 20px;
	width: 200px;
	float: left;
}
.col-option5 .footer-column, .col-option5-4 .footer-column, .col-option54- .footer-column {
	margin: 0 15px 30px 15px;
	width: 162px;
	float: left;
}
#footer-sub-area {
	padding-top: 20px;
	border-top: 1px dotted #3d444c;
	clear: both;
	overflow: hidden;
}
#big-footer .popular-posts-list li {
	border-color: #3d444c;
}
#big-footer .popular-post-date, #big-footer .recent-tweets-date {
	color: #767c84;
}
#big-footer .recent-tweets li {
	border-color: #3d444c;
}
#big-footer .widget-list li {
	border-color: #3d444c;
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 6px;
}
#big-footer ul#recentcomments li {
	border-color: #3d444c;
}
#big-footer .widget_recent_entries ul li, #big-footer .widget_alt_style .widget_archive ul li, #big-footer .widget_alt_style .widget_categories ul li, #big-footer .widget_alt_style .widget_links ul li, #big-footer .widget_alt_style .widget_meta ul li, #big-footer .widget_alt_style .widget_pages ul li, #big-footer .widget_alt_style .widget_rss ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #3d444c;
	background: transparent url('../images/skins/dark-blue/list-style-2.png') no-repeat left 13px;
}


#big-footer .widget_recent_entries ul li:last-child, #big-footer .widget_alt_style .widget_archive ul li:last-child, #big-footer .widget_alt_style .widget_categories ul li:last-child, #big-footer .widget_alt_style .widget_links ul li:last-child, #big-footer .widget_alt_style .widget_meta ul li:last-child, #big-footer .widget_alt_style .widget_pages ul li:last-child, #big-footer .widget_alt_style .widget_rss ul li:last-child {
	border: none;
}
#big-footer .widget_recent_entries ul li a, #big-footer .widget_alt_style .widget_archive ul li a, #big-footer .widget_alt_style .widget_categories ul li a, #big-footer .widget_alt_style .widget_links ul li a, #big-footer .widget_alt_style .widget_meta ul li a, #big-footer .widget_alt_style .widget_pages ul li a, #big-footer .widget_alt_style .widget_rss ul li {
	display: block;
	padding: 7px 0 7px 25px;
}
#big-footer .widget_alt_style .widget_pages ul li ul li {
	border: none;
	padding-left: 10px;
}
.sub-widget-area1 {
	width: 250px;
	margin-right: 30px;
	float: left;
}
.sub-widget-area2 {
	width: 680px;
	float: left;
}
.sub-widget {
	margin-bottom: 15px;
}
.social-icons {
	margin-top: 5px;
}
.social-icons li {
	display: inline;
	margin-right: 5px;
}
.social-icons li img {
	margin-bottom: 5px;
}
.contact-widget {
	overflow: hidden;
}
.contact-widget li {
	float: left;
	margin-right: 25px;
	padding: 2px 0 2px 25px;
}
.contact-widget .tel {
	min-width: 162px;
	background: transparent url('../images/skins/dark-blue/icon-tel.png') no-repeat left 11px;
}
.contact-widget .email {
	min-width: 162px;
	background: transparent url('../images/skins/dark-blue/icon-email.png') no-repeat left 11px;
}
.contact-widget .address {
	min-width: 162px;
	background: transparent url('../images/skins/dark-blue/icon-home.png') no-repeat left 11px;
}
#footer-wrap .contact-widget .tel, #footer-wrap .contact-widget .email, #footer-wrap .contact-widget .address {
	background-position: left 4px;
}
#footer-wrap ul.flickr-photos {
	margin-bottom: 7px;
	padding-left: 3px;
	width: auto;
	overflow: hidden
}
#footer-wrap ul.flickr-photos li {
	width: 75px;
	height: 75px;
}
#footer-wrap ul.menu li {
	border-bottom: 1px dotted #3d444c;
}
#standard-footer {
	height: 42px;
	line-height: 41px;
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #11161C;
	background: none repeat scroll 0 0 #f16623;
}
#standard-footer p {
	margin: 0;
	padding: 0;
}
#standard-footer ul#footer-menu {
	height: 68px;
	float: right;
}
#standard-footer ul#footer-menu li {
	display: inline;
	margin-left: 10px;
}
#standard-footer ul#footer-menu .current-menu-item a {
	color: #a4d4eb;
	cursor: default;
}
#standard-footer ul#footer-menu li ul {
	display: none;
}
#standard-footer ul#footer-menu a {
	color: #fff;
}
#standard-footer ul#footer-menu a:hover {
	color: #a4d4eb;
}
#standard-footer p.copyright {
	float: left;
}
/* ------ Rounded Corners ------ */
img, #logo-desc p, #login-box input, #main-menu li ul li ul, .mbiz-slide-info-custom-wrap, .button, p.form-submit, #content-960 input[type="submit"], .download-button, .date-tag, #add-comment input, .contact-form input, #content-960 input[type="password"], #content-960 input[type="text"], #add-comment textarea, .contact-form textarea, textarea, .contact-form fieldset, .warning-box, .success-box, .info-box, .note-box, .price-box-style-1 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
blockquote, pre, #login-button, #logout-button, #body-wrap ul.page-numbers li a, #body-wrap ul.page-numbers li span.current, .no-title-box-text {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
}
.fancy-header h5, .sidebar-header h4, .fancy-post-meta p, .share-this,.navigation {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
#login-box, #login-box #sub-box, #main-menu li ul, .title-and-text-box .box-text, .price-box-style-2 .box-content, .order-button-wrap, .tabs-style1 .tabs-content, #hide-on-screen-features {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
#search-box, #sidebar-content #search-box, .price-big {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.title-and-text-box h5.box-title-style-1, .title-and-text-box h5.box-title-style-2, .price-box-style-2 h5.box-title-style-1, #content-610 ul.tabs-nav li, #content-full-width ul.tabs-nav li {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
#search-but, #sidebar-content #search-but {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.no-float {
	float: none
}
#on-screen-features {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 41px;
	height: 17px;
	background: transparent url('../images/demo/on-screen-features.png') no-repeat center top;
	cursor: pointer;
}
#hide-on-screen-features {
	display: none;
	position: absolute;
	top: 0px;
	right: 5px;
	width: 36px;
	height: 17px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: red;
	cursor: pointer;
}
.feature-pointer {
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url('../images/demo/f-pointer.png') no-repeat center top;
	cursor: pointer;
	z-index: 501;
}
.feature-pointer, .on-screen {
	display: none;
}
.feature-pointer:hover {
	background: transparent url('../images/demo/f-pointer.png') no-repeat center bottom;
}
.feature-info {
	display: none;
	margin-top: 20px;
	width: 300px;
	color: #000;
	font-size: 11px;
	border: 1px solid #ebe4b4;
	background: #f8f4ca;
	z-index: 501;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
}
.feature-title {
	padding-left: 10px;
	font-weight: bold;
	background: #ebe4b4;
}
.feature-text {
	padding: 5px 10px;
}
.semi-tran {
	opacity: 0.3;
}
#feature-logo {
	top: 0px;
	left: 60px;
}
#feature-logo .feature-info {
	margin-left: -60px
}
#feature-login {
	top: -4px;
	left: 890px;
}
#feature-login .feature-info {
	margin-left: -240px
}
.feature-login-arrow {
	position: absolute;
	top: 0px;
	left: 860px;
	width: 50px;
	height: 36px;
	background: transparent url('../images/demo/login-arrow.png') no-repeat center center;
}
.feature-homefeatured-arrow {
	position: absolute;
	top: 300px;
	left: 465px;
	width: 42px;
	height: 26px;
	background: transparent url('../images/demo/featured-arrow.png') no-repeat center center;
}
.feature-intro-info-arrow {
	position: absolute;
	top: 160px;
	left: 230px;
	width: 61px;
	height: 75px;
	background: transparent url('../images/demo/intro-info-arrow.png') no-repeat center center;
}
.col3-portfolio-arrow {
	position: absolute;
	top: 85px;
	left: -10px;
	width: 7px;
	height: 399px;
	background: transparent url('../images/demo/3col-portfolio-arrow.png') no-repeat center center;
}
.footer1-arrow {
	position: absolute;
	top: -3px;
	left: -10px;
	width: 7px;
	height: 314px;
	background: transparent url('../images/demo/footer-arrow.png') no-repeat center center;
}
.footer2-arrow {
	position: absolute;
	top: 285px;
	left: 160px;
	width: 42px;
	height: 26px;
	background: transparent url('../images/demo/footer2-arrow.png') no-repeat center center;
}
#feature-search {
	top: 35px;
	left: 600px;
}
#feature-search .feature-info {
	margin-left: -100px
}
#feature-menu {
	top: 75px;
	left: 480px;
}
#feature-menu .feature-info {
	margin-left: -150px
}
#feature-intro {
	top: 180px;
	left: 550px;
}
#feature-intro .feature-info {
	margin-left: -120px
}
#feature-intro-info {
	top: 138px;
	left: 285px;
}
#feature-intro-info .feature-info {
	margin-left: -240px
}
#feature-breadcrumbs {
	top: -6px;
	left: 60px;
}
#feature-breadcrumbs .feature-info {
	margin-left: -60px
}
#feature-homesidebar {
	top: 20px;
	left: 840px;
}
#feature-homesidebar .feature-info {
	margin-left: -180px
}
#feature-homefeatured {
	top: 300px;
	left: 510px;
}
#feature-homefeatured .feature-info {
	margin-left: -60px
}
#feature-homelatest {
	top: 980px;
	left: 460px;
}
#feature-homelatest .feature-info {
	margin-left: -60px
}
#feature-homegallery {
	top: 1660px;
	left: 460px;
}
#feature-homegallery .feature-info {
	margin-left: -60px
}
#feature-flickr {
	top: 90px;
	left: 880px;
}
#feature-flickr .feature-info {
	margin-left: -220px
}
#feature-gallery-advantage {
	top: 30px;
	left: 300px;
}
#feature-gallery-advantage .feature-info {
	margin-left: -150px
}
#feature-custom-menu {
	top: 60px;
	left: 860px;
}
#feature-custom-menu .feature-info {
	margin-left: -200px
}
#feature-cats-list {
	top: 25px;
	left: 200px;
	line-height: 1.7em;
}
#feature-cats-list .feature-info {
	margin-left: -200px
}
#feature-rawheight3 {
	top: 185px;
	left: -37px;
}
#feature-rawheight3 .feature-info {
	margin-left: 35px
}
#feature-inner {
	top: 200px;
	left: 170px;
}
#feature-inner .feature-info {
	margin-left: -150px
}
#feature-sitemap {
	top: 150px;
	left: 450px;
}
#feature-sitemap .feature-info {
	margin-left: -150px
}
#feature-single {
	top: 40px;
	left: 300px;
}
#feature-single .feature-info {
	margin-left: -150px
}
#feature-footer1 {
	top: 135px;
	left: -38px;
}
#feature-footer1 .feature-info {
	margin-left: 35px
}
#feature-footer2 {
	top: 280px;
	left: 200px;
}
#feature-footer2 .feature-info {
	margin-left: -150px
}
#feature-noimg {
	top: 850px;
	left: 175px;
}
#feature-noimg .feature-info {
	margin-left: -140px
}
.recentcomments a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}
.text-box-1 h1,.seo-header h1{
    font-size: 17px;
    line-height: 10px;
    padding-bottom: 10px;
}
.text-box-1 h2, .text-box-1 p,.seo-header h2,.seo-header p{
    font-size: 12px;
    padding-bottom: 3px;
    color: #525A61;
    line-height: 19px;
}
.seo-header{
	padding-bottom:20px;
}
.gio-hang tr td{
    padding: 10px;
    text-align: center;
}
.detail-pro-img{
    width: 259px;
    height: 261px;
    float: left;
    margin-right: 20px;
}
.detail-pro-info{
    float:right;
    width:330px
}
.pro-detail{
    float:left;
    width:620px;
    margin-bottom:20px;
    padding-bottom:20px
}
.other-product{
    float:left;
    width:620px
}
.detail-product{
    float: left;
    width:620px;
    margin-top:20px;
    
}
.gio-hang{
    border:1px solid #ccc;
}
.gio-hang td{
    border:1px solid #ccc;
}

.li-img {

}

.li-img a img {
    border: none !important;
    width: 248px;

}

.Paging {
    /*border-top: 1px dotted #DADEE0;*/
    padding-top: 11px;

}
.Paging ul {
    display: table;
    margin: 0 auto !important;

}

.Paging ul li {
    list-style: none;
    float: left;
    padding-left: 7px !important;
}
.Paging ul li a {
    padding: 2px 14px;
    display: block;
}
.Paging ul li a.Active,.Paging ul li a:hover {
    background: #1A8FCC;
    color: white;
    padding: 2px 14px;
    border-radius: 2px;
}

.li-img { margin-bottom: 5px; }
.newletterform{
	width: 267px !important;
	height:170px;
	padding-top:106px;
	padding-left: 13px;
	background:url(../images/opt-in.png) no-repeat;
	margin-right:0 !important;
}
.newletterform .optin input{
	width:82% !important;
}
a.readmore, a.more-link{
	background: none repeat scroll 0 0 #f36520;
    border-radius: 2px 2px 2px 2px;
    color:#fff;
    padding: 2px 14px;
	display:block;
	width:60px;
}
a.readmore:hover, a.more-link:hover{
	color:#fff;
}
.amargintop10{
	margin-top:10px;
}
/*edit: 20/08/2012 - dangthanhtuoi*/
ul.edit-list-articles{
	float:left; width:680px;
	margin-bottom:-5px !important;
}
ul.edit-list-articles li{
	padding:10px !important; float:left; margin:0 10px 10px 0; width:190px; list-style:none;
	border:1px solid #CECECE;
	border-radius:5px;
}
ul.edit-list-articles li .featured-img-wrap{
	width:188px !important;
}
ul.edit-list-articles li .info{
	float:left; margin-top:10px;
}
ul.edit-list-articles li .info h3{
	height:24px; overflow:hidden; padding:0;
}
ul.edit-list-articles li .info .short_entry{
	height:60px; overflow:hidden; line-height:20px; margin:5px 0; text-align:justify;
}
ul.edit-list-articles li .info .readmore{
	width:auto; position:relative; text-align:right;
}
ul.edit-list-articles li .info .readmore span{
	position:absolute; left:10px; bottom:2px;
}
.imgSbLeft{
	position:fixed;
	bottom:50px;
	left:50%;
	margin-left:-670px;
}
.imgSbRight{
	position:fixed;
	bottom:50px;
	right:50%;
	margin-right:-670px;
}
.imgSbLeft img, .imgSbRight img{
	max-width:170px;
}
.text-box-1{
	width: 660px;
	text-align:justify;
}
.buyProductTable {
    background: none repeat scroll 0 0 #F5F5F5;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0;
    border-top: 4px solid #000000;
    margin: 0 auto;
    width: 590px;
}
.buyProductTable tr td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 10px 40px;
}
.buyProductTable tr td input.product-txt {
    padding: 5px;
    width: 280px;
}
.validateError{
	border:1px solid #f00 !important;
}
.buyproductnow{
	margin:0 auto 20px;; text-align:center; font-weight:bold;
}
#buyProductSubmit{
	margin:0 auto !important; float:none !important; font-weight:bold; background:#f4380c !important; border:medium none !important;
}