/*	
Theme Name: Vibrant Business Theme
Theme URI: http://demo.themes1.com/wp/Vibrant/
Version: 1.0
Description: Vibrant Business Theme is a professionally designed theme to build the perfect web site for your business 
Author: Themes1
Author URI: http://themes1.com
*/



/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------- BASIC STYLES -------*/

body {
	background: #eee;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande",Arial,Verdana,sans-serif;
	font-size:12px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a {
	color: #3E82B3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-weight: normal; 
	line-height: 1.2em; 
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

input, 
select, 
textarea {
	background: #f5f5f5;
	border: none;
	color: #606060;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 6px;
	vertical-align: baseline;
	word-spacing: 2px;
}

input[type=text], 
textarea {
	background: url(images/field_bg.png) repeat-x top #fff;
	border: solid 1px #ddd;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
}

.focusable:focus {
	background: url(images/field_bg.png) repeat-x top #FFC;
}

::selection {
	background: #3E82B3;
	color: #FFFFFF;
}

::-moz-selection {
	background: #3E82B3;
	color: #FFFFFF;
}

.button {
	background: url(images/btn_bg.png) #fff repeat-x;
	border: solid #ccc 1px;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	letter-spacing: 0;
}

.button:hover {
	background: #dedede;
	color: #000;
	cursor: pointer;
}

#main h2 {
	color: #444;
	padding-left: 1px;
}

#main .entry h4 {
	border-bottom: solid 1px #ddd;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
}

#main h2 a:hover {
	color: #3A8AB9 !important;
	text-decoration: none;
}

.excerpt {
	line-height: 1.7em;
}

.navigation {
	clear: both;
	margin: 30px 0 60px 0;
	font-size: 12px;	
}

.navigation a {
	background: url(images/btn_bg.png) repeat-x 0 0 #888;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	display: inline !important;
	padding: 7px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #555;
}

.navigation a:hover {
	background :url(images/btn_bg.png) repeat-x 0 0 #666;
	color: #fff !important;
}

.read-more {
	clear: both;
	float: left;
	font-size: 12px;
	margin: 27px 0 0 0;
}

.read-more a {
	background: #eee;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px 12px;
	text-decoration: none;
}

.read-more a:hover {
	background: #dedede;
	color: #000 !important;
}

.read-more2 {
	background: #eee url(images/read_more2.png);
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 2px;
	clear: both;
	color: #666666;
	display: inline-block !important;
	font-size: 12px;
	height: 24px;
	line-height: 23px;
	margin: 20px 0 0 0;
	padding: 0 10px;
	text-decoration: none;
}

.read-more2:hover {
	background: #dedede;
	color: #000 !important;
	text-decoration: none;
}

.comm_count {
	background: url(images/comments.png) no-repeat 0 2px;
	padding: 0 0 0 17px;
}

.posted_in {
	background: url(images/posted_in.png) no-repeat 0 2px;
	padding: 0 0 0 16px;
}

.post_date {
	background: url(images/date.png) no-repeat 0 2px;
	padding: 0 0 0 17px;
}

.section-header {
	padding-top: 3px;
}

.section-header .under-title {
	background: #e6e6e6;
	display: block;
	margin-left: -50px;
	width: 958px;
	height: 2px;
}

.section-header .under-title .line {
	background: #09C;
	margin-left: 50px;
	width: 150px;
	height: 2px;
}

.section-header .title {
	background:#fff;
	color:#666;
	float: left;
	height: 30px;
	padding-bottom: 10px;
	display: block;
	font-size: 17px;
	line-height: 30px;
	text-transform:uppercase;
}

.section-header a.full-link {
	color: #999;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 8px;
}


/*------- HEADER AREA -------*/

.wrapper-header {
	background: url(images/bg344.png) repeat-x top center #212e40;
	text-align: left;
}

.head-spacer {
	height: 12px;
}

#top-stripe {
	background: #0c111b;
	color: #999;
	height: 30px;
	line-height: 35px;
	margin: 0 auto;
	width: 960px;
}

#top-stripe .left {
	float: left;
	height: 30px;
	padding: 0 10px;
	text-align: left;
	width: 40%;
}

#top-stripe .right {
	float: right;
	height: 30px;
	padding: 0 10px;
	text-align: right;
	width: 40%;
}

#header {
	height: 130px;
	margin: 0 auto;
	width: 960px;
}


/*Logo*/

#logo {
	float: left;
}

#logo span.blog-logo {
	background: url(images/logo.png) no-repeat 0 0;
	float: left;
	width: 400px;
	height: 120px;
}

#logo span.blog-title {
	color: #ccc;
	font-size: 42px;
	float: left;
	font-weight: bold;
	max-width: 400px;
	max-height: 55px;
	margin-top: 40px;
	overflow: hidden;
	padding: 0 5px 0 27px;
}

#logo span.blog-tagline {
	border-left: solid 1px #3d3d3d;
	color:#888 !important;
	display: block;
	font-size: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	letter-spacing: -0.1px;
	line-height: 11px;
	max-width: 40px;
	margin-top: 52px;
	overflow: hidden;
	padding-left: 5px;
}


/*Search*/

#header .right {
	float: right; 
	text-align: right;
}

#search {
	clear: both;
	float: right;
	padding: 27px 7px 0 0;
}

#search .input {
	background: transparent;
	border: 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	padding: 5px;
	width: 190px;
}

#search .left_corner, 
#header #search .field, 
#header #search .right_corner {
	background-image: url(images/search_stripe.png);
	display: block;
	float: left;
}

#search .left_corner {
background-position: 0 0;
background-repeat: no-repeat;
width: 6px;
height: 36px;
}

#search .field {
	background-position: 0 -36px;
	background-repeat: repeat-x;
	height: 36px;
}

#search .right_corner {
	background-position: 0 -72px;
	background-repeat: no-repeat;
	width: 6px;
	height: 36px;
}

#search .submit {
	background: url(images/search_submit.png) no-repeat 0 -3px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 24px;
}

#search .submit:hover {
	background: transparent url(images/search_submit.png) no-repeat 0 -26px;
	cursor: pointer;
}


/*------- GENERAL STRUCTURE -------*/

.wrapper-content {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}
.wrapper-content.inside {
	padding-top: 0px;
}

#main {
	background: #eaeaea;
	border-left: 0px solid #eee;
	border-right: 0px solid #eee;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	margin: 0 auto;
	padding: 0 7px;
	position: relative;
	width: 960px;
	z-index: 5556;
}

#mainsub {
	background: #fff;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 0 50px;
}

#mainsub.home {
	padding: 0 50px;
}

#mainsub.home {
	background: url(images/radial.png) center 127px no-repeat #fff;
}

#flashcontent {
	margin-top: -20px;
	margin-bottom: -78px;
	margin-left: -38px;
	position: relative;
	z-index: 5551;
}


/*Main Listing*/

#main .listing {
	float: left;
	padding: 25px 10px 0 0;
	width: 600px;
}

#main .post img {
	height: auto;
	max-width: 98%;
}

#main .listing .entry {
	margin-bottom: 0;
	padding: 5px 0 0 0;
}

#main .listing a {
	color: #505050;
}

#main .listing .thumb-outline {
	border: 1px solid #eee;
	display: block;
	margin: 6px 15px 10px -8px;
	padding: 8px;
}

#main .listing .thumb-holder {
	background: url(images/bl_bg_icon.png) no-repeat center #000;
}

#main .listing img {
	display: block;
}

#main .hr {
	background: transparent url(images/dotted_stripe.png);
	clear: both;
	margin-bottom: 27px;
	width: 100%; 
	height: 15px; 
}

#main .hr.cyc {
	background: url(images/dotted_stripe_light.png) repeat;
}


#main .hr_2 {
	background: url(images/post_sep.png) repeat-x bottom;
	margin: 24px 0 18px;
	width: 97%;
	height: 6px;
}

.listing_post_title {
	display: block;
	float: left;
	font-size: 24px;
	padding: 5px 0;
	text-transform: uppercase;
	width: 400px;
}


/*Footer*/

#footer {
	background: #e8e8e8 url(images/footer_bg.png) repeat-x;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: -50px;
	padding-top: 5px;
	position: relative;
	width: 958px;
}

#footer .inner {
	background: url(images/footer_top_bg.png) top center no-repeat;
	clear: both;
	color: #999;
	font-size: 12px;
	line-height: 1.6em;
	min-height: 200px;
	overflow: hidden;
	padding: 30px 49px 49px;
	text-align: left;
	width: 860px;
}

#footer h3 { 
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
}

#footer a {
	color: #666;
}

#footer .fw-area {
	border-top: 0px solid #fff;
	float: left;
	margin-right: 30px;
}

#footer .fw-area.fourth { 
	width: 192px;
}

#footer .fw-area.half { 
	line-height: 18px;
	text-shadow: none;
	width: 415px;
}

#footer .fw-area.last {
	margin-right: 0;
}

#footer .fw {
	border-top: 0px solid #fff;
	margin-bottom: 30px;
}

#footer .fw .hr {
	background: url(images/hor_border.png) repeat-x;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: 4px;
}

#footer .fw .hr2 {
	background: url(images/hor_border2.png) repeat-x;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: 4px;
}


#menu-bottom {
}

#menu-bottom .sc{
	display: block;
	float: left;
	margin-right: 3px;
	width: 38px;
	height: 42px;
}

.sc.contact { 
	background: url(images/sc_contact.png) no-repeat 0px 4px; 
	margin-right: 20px !important; 
	width: 50px !important; 
}
.sc.contact:hover { 
	background: url(images/sc_contact.png) no-repeat 0px -38px; 
}
.sc.digg { background: url(images/sc_3d.png) no-repeat 0px 4px; }
.sc.digg:hover { background: url(images/sc_3d.png) no-repeat 0px -34px; }
.sc.delicious { background: url(images/sc_3d.png) no-repeat -38px 4px; }
.sc.delicious:hover { background: url(images/sc_3d.png) no-repeat -38px -34px; }
.sc.facebook { background: url(images/sc_3d.png) no-repeat -76px 4px; }
.sc.facebook:hover { background: url(images/sc_3d.png) no-repeat -76px -34px; }
.sc.linkedin { background: url(images/sc_3d.png) no-repeat -114px 4px; }
.sc.linkedin:hover { background: url(images/sc_3d.png) no-repeat -114px -34px; }
.sc.stumbleupon { background: url(images/sc_3d.png) no-repeat -152px 4px; }
.sc.stumbleupon:hover { background: url(images/sc_3d.png) no-repeat -152px -34px; }
.sc.twitter { background: url(images/sc_3d.png) no-repeat -190px 4px; }
.sc.twitter:hover { background: url(images/sc_3d.png) no-repeat -190px -34px; }

	.ui-tooltip {
        background: #444;
    }
    .ui-tooltip {
        border-radius: 3px;
        color: white;
        font: bold 12px  Arial, Helvetica, sans-serif;
        padding: 5px 10px;
		position: absolute;
		z-index: 9999;
    }
    .tt-arrow {
		background: url(images/tooltip_arrow.png) no-repeat center -6px ;
        bottom: -16px;
        left: 50%;
        margin-left: -35px;
        overflow: hidden;
        position: absolute;
        width: 70px;
        height: 16px;
    }
    .tt-arrow.top {
        top: -16px;
        bottom: auto;
    }
    .tt-arrow.left {
        left: 20%;
    }

#footer .fw ul { 
	list-style: none;
	margin: 0;	
	padding: 0;
}

#footer .fw ul li {
	border-bottom: 1px dotted #777;
	font-size: 12px;
	margin: 0;
	padding: 5px 4px 7px 0px;
}

#footer .fw h3 {
	border-bottom: 1px solid #ddd;
	color: #555;
	display: inline-block;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 15px -5px;
	padding: 1px 5px 7px;
	width: 100%;
}

#footer .fw ul li h3 {
	font-size: 14px;
}

#footer .fw ul li a {
	background: url(images/bullet_gray.png) no-repeat scroll left 6px;
	padding-left: 10px;
}

#footer .copyright {
	background: url(images/footer_copyright.png);
	border-radius: 0 0 8px 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #777;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 20px 50px;
	position: relative;
	top: 8px;
	width: 858px;
}

#footer .copyright .text {
	float: left;
	width: 700px;
}

#footer .copyright #to-top {
	background: url(images/totop.png) no-repeat 0 0;
	display: block;
	float: right;
	margin-top:-4px;
	width: 42px;
	height: 42px;
}

#footer .copyright #to-top:hover {
	background: url(images/totop.png) no-repeat -42px 0;
}

#footer .copyright a {
	color:#999 !important;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}


/* WIDGETS: Accordion */

.acc-widget {
	padding: 0 0 0 0;
}

.acc-widget-head {
	background: url(images/acc+.png) no-repeat 0 5px;
	color: #27c;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 27px;
}
.acc-widget-head:hover {
	cursor: pointer;
}

.acc-widget-head.ui-state-active {
	background: url(images/acc-.png) no-repeat 0 5px;
}

.acc-widget-body {
	display: none;
	line-height: 1.5em;
	padding: 15px 0 15px 27px;
}


/* WIDGETS: tabs */

#tabs-widget ul.tabs-widget-head li {
	background: none;
	border: none !important;
	display: block;
	float: left;
	height: 37px;
	margin: 0;
	padding: 0 !important;
}


#tabs-widget ul.tabs-widget-head li a {
	background: url(images/w-tab-bg.png) repeat-x 0 0 !important;
	border: solid 1px #ddd;
	border-left: none;
	color: #000;
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
}

#tabs-widget ul.tabs-widget-head li:first-child a {
	border-left: solid 1px #ddd;
}

#tabs-widget ul.tabs-widget-head li.ui-state-active a {
	background: none !important;
	border-bottom: none;
	color: #999;
	text-decoration: none;
}

#tabs-widget .tabs-widget-tab {
	padding: 20px 0 0;
}

#tabs-widget .tabs-posts li {
	padding: 0 0 14px 0;
}
#tabs-widget .tabs-posts a.thmb {
	background: #000;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#tabs-widget .tabs-posts a.thmb img {
	display: block;
}
#tabs-widget .tabs-posts a.ttl, #tabs-widget .tabs-posts span.date {
	display: block;
	float: right;
	line-height: 1.4em;
	text-align: left;
	width: 170px;
}

#tabs-widget .tabs-posts span.date {
	color: #aaa;
	font-size: 0.9em;
	padding-top: 5px;
	text-transform: uppercase;
}

#tabs-widget .tabs-comments li {
	line-height: 1.4em;
	padding-bottom: 8px;
}

#tabs-widget .tabs-comments li a {
}


/*Twitter updates*/

#twitter_update_list li a:link{
}

#twitter_update_list li {
	list-style: none !important;
}

#twitter_update_list li a.added {
	line-height: 28px;
}


/*------- MAIN NAVIGATION -------*/

.wrapper-menu {
	background: url(images/menu-stripe.png);
	height: 60px;
	text-align: left;
}

#menu {
	background: url(color_schemes/Blue/menu_bg.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	position: relative;
	text-align: left;
	top: -12px;
	width: 960px; 
	height: 70px; 
	z-index: 8888;
}

#menu ul {
	color: #999;
	display: none;
	font-size: 16px;
	margin: 0;
	padding: 3px 10px 0 25px;
}

#menu ul li.hasmore a.menu-cufon span.top {
	background: url(images/drophighlight.png) no-repeat 18px 8px !important;
}

#menu ul li.hasmore:hover a.menu-cufon span.top {
	background: none !important;
}

#menu ul li {
	display: inline;
	text-align: left;
}

#menu ul li:hover {
	background: url(images/menu_hov.png);
	cursor: pointer;
}

#menu ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 0 15px;
}

#menu ul li a img {
	vertical-align: middle;
}

#menu ul li a:hover {
	color: #ccc;
	text-decoration: none;
}

#menu a.menu-cufon {
	background: url(images/menu_sep.png) no-repeat;
	margin: 11px 0 0px;
	padding: 0 40px 0 0px;
}

#menu .tabs li:first-child a.menu-cufon {
	background: none;
}

#menu a.menu-cufon span.top {
	color: #fff;
	display: block;
	padding-left: 30px;
	text-transform: uppercase;
}
#menu a.menu-cufon span.bott {
	color: #aaa;
	display: block;
	font-size: 10px;
	padding: 2px 0 0 30px;
}
#menu a.menu-cufon span.ind {
	display: block;
	height: 12px;
	padding-left: 30px;
}

#menu .current_page_item span.ind {
	background: url(images/menu_curr.png) no-repeat 25px 8px;
}

#menu li.home a.menu-cufon {
	background: none;
}

#menu ul li .sub {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	text-shadow: none;
	text-transform: lowercase;
	text-indent: 10px;
	width: 100%;
}

#menu ul li .sub li .sub {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	text-transform: lowercase;
	text-indent: 10px;
	text-shadow: none;
	width: 100%;
}

#menu ul.dropdown {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	left: 15px;
	margin: -10px 0 0 -15px;
	padding: 0 0 15px;
	width: 190px;
	z-index: 100;
}

#menu ul.dropdown li.dd-arrow {
	background: url(images/dropdown-arrow.png) no-repeat 20px 0;
	display: block;
	height: 10px;
}

#menu ul.dropdown li.padder {
	background: url(images/dropdown-bg.png);
	display: block;
	height: 10px;
}

#menu ul.dropdown li.padder.first {
	border-radius: 5px 5px 0 0;
}

#menu ul.dropdown li.padder.last {
	border-radius: 0 0 5px 5px;
}

#menu ul.dropdown li {
	margin:0;
	padding:0;
}

#menu ul.dropdown li a {
	background: url(images/dropdown-bg.png);
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 20px;
	text-shadow: none;
}

#menu ul.dropdown li a:hover {
	background: #141414;
	color: #ddd;
	text-decoration: none;
}

#menu ul.dropdown li.last a {
	border-bottom-width: 0;
	margin-bottom: 7px;
}

#menu ul li h4 a:hover {
	background-image: none;
}


/*tabs*/

ul.tabs {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.tabs li {
	display: table-cell;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.tabs a {
	display: block;
	position: relative;
}


/*dropdowns*/

ul.dropdown {
	display: block;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	z-index: 5559;
}

ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}

ul.dropdown li {
	display: block;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.dropdown li a {
	display: block;
}



/*------- MAIN SLIDER -------*/

.wrapper-slider {
	text-align: left;
}
.wrapper-slider .over-layer {
	background: url(images/bg_overlay.png);
	padding: 8px 0 0 0;
	width: 100%;
}

.wrapper-slider .spacer {
	height: 35px;
	width: 100%;
}

#slider {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 7px;
	width: 960px;
	height: 451px;
}


/*Slide Container*/

.slide {
	display: none;
	padding-top: 0;
}

.slide .text-singleline {
	text-align: center;
}

.slide .text-singleline .title {
	margin: 120px auto 0;
	text-align: center;
	width: 95%;
	max-height: 140px;
}

.slide .text-multiline {
	float: left;
	padding: 100px 0 0 15px;
	width: 45%;
}

.slide .text-multiline .title {
	max-height: 104px;
	padding: 0 0 10px;
	
}

.slide .title {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.3em;
	text-shadow: 1px 1px 0 #000000;
}

.slide .title a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.slide .desc {
	color: #909090;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 18px;
	line-height: 1.3em;
	max-height: 70px;
	overflow: hidden;
	position: relative;
	width: 90%;
}

.slide .image-small {
	float: right;
	margin: 20px 10px 0 0;
	width: 500px;
	height: 400px;
}

.slide .image-big {
	background: url(images/slider_shadow_.png) no-repeat transparent;
	overflow: hidden;
	padding-top: 2px;
	width: 960px;
	height: 450px;
}

.slide .video {
	background: #000;
	float: right;
	text-align: right;
	margin: 30px 10px 0 0;
	position: relative;
	width: 500px;
	height: 350px;
	z-index: 0;
}

.slide .read-more {
	clear: none;
	font-size: 14px;
	margin-top: 8px;
	position: relative;
}

.slide .read-more a {
	background: #777 url(images/read_more_arrow.png) 85px 10px no-repeat;
	display: block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 32px 10px 18px;
	text-decoration: none;
}

.slide .read-more a:hover {
	background: #888 url(images/read_more_arrow.png) 87px 10px no-repeat;
	color: #222 !important;
}


/*Slider Arrows*/

#controller-arrows {
	height: 0;
	position: absolute;
	z-index: 4449;
}

#control_left {
  cursor: pointer;
  position: relative;
  top: -305px;
  left: -15px;
  width: 40px;
  height: 240px;
}

#control_left:hover {
  background: transparent url(images/control_left.png) no-repeat 0 0;
}

#control_right {
  cursor: pointer;
  left: 935px;
  position: relative;
  top: -545px;
  width: 40px;
  height: 240px;
}

#control_right:hover {
  background: transparent url(images/control_right.png) no-repeat 0 0;
}


/*Slider Controller*/

#controller {
    background: transparent url(images/controller_bg.png) 0 0 no-repeat;
	height: 70px;
	padding: 60px 10px 15px 10px;
	position: relative;
	text-align: right;
	top: -145px;
	z-index: 555;
}

#controller div.slide-button {
	background: url(images/menu-stripe.png);
	border: solid 1px #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 0 8px 0 0;
	overflow: hidden;
	width: 86px;
	height: 60px;
}

#controller div.slide-button:hover {
	border: solid 1px #aaa;
}

#controller div.slide-button .thumb-video {
	background: url(images/slth-video.png) no-repeat 0 0;
	width: 86px;
	height: 60px;
}

#controller div.slide-button .thumb-title {
	background: url(images/slth-title.png) no-repeat 0 0;
	width: 86px;
	height: 60px;
}

#controller div.slide-button-left {
	background: url(images/slide-btn-rightSSS.png) no-repeat 0 5px;
	float: right;
	width: 33px;
	height: 46px;
}

#controller div.slide-button-right {
	background: url(images/slide-btn-leftSSS.png) no-repeat 0 5px;
	float: right;
	width: 33px;
	height: 46px;
}

#controller div.slide-pause {
	cursor: pointer;	
	background: url(images/controller_pause.png) no-repeat ;
	border: none;
	float: left;
	margin: 0;
	width: 20px;
	height: 46px;
}

#controller div.slide-pause:hover {
	background: url(images/controller_pause.png) no-repeat 0 -24px; 
	border:none;
	cursor:pointer; 
}
#controller div:hover { 
	cursor:pointer; 
}
#controller div.slide-button.current { 
	border:solid 1px #ccc;
}


/*------- PAGE SPECIFIC STYLES -------*/

/*---HOME---*/

/*Twitter feed*/

#twitter {
	background: url(images/twitter_bg.png) no-repeat center top;
	line-height: 2.4em;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	padding: 50px 50px 33px;
	top: -14px;
	left: -50px;
	width: 858px;
	height: 68px;
}

#twitter .left {
	background: url(images/tw_icon.png) no-repeat 0 0;
	float: left;
	width: 70px;
	height: 64px;
}

#twitter .center {
	color: #777;
	font-size: 24px;
	height: 62px;
	overflow: hidden;
	padding-left: 20px;
}
#twitter .center a.added {
	font-size: 18px !important;
}

#twitter .btn {
	color: #666;
	display: block;
	float: right;
	margin-top: -23px;
	text-align: right;
	text-transform: capitalize;
	width: 120px;
	height: 50px;
}

#twitter .btn a {
	color: #666;
}

#twitter .btn:hover {
}


/*Homepage News*/

.news {
	float: left;
	margin-bottom: 15px;
	padding: 40px 0 15px 0;
}

.news ul {
	margin: 0;
	padding: 0;
}


.news ul li {
	background: url(images/news_sepd.png) no-repeat 278px 0px;
	float: left;
	list-style: none;
	line-height: 20px;
	padding:0 25px 0 0;
	width: 300px;
}

.news ul li.last {
	padding-right: 0;
}

.news ul .more {
	background: #ededed url(images/btn_inner_shadow.png) repeat-x;
	color: #555;
	display: inline-block;
	font-size: 11px;
	margin-top: 18px;
	padding: 3px 8px;
	-moz-border-radius: 4px;
	width: 282px;
	height: 21px;
}

.news ul .more span.date {
	color: #888;
	display: block;
	float: left;
	font-size: 0.9em;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 0 #fff;
	width: 195px;
}

.news ul .more a.rm {
	background: url(images/read_more.png) no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	margin: 2px 10px 0 0;
	text-align: center;
	width: 75px;
	height: 27px;
}

.news .title {
	color: #192237;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 45px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 4px 0 2px 0;
	text-transform: uppercase;
}

.news .title a {
	color: #555;
}

.news .title a:hover {
	border-bottom: 1px dotted #000;
}

.news ul .icon {
	float: left;
	margin: 6px 0px 0px 0;
	padding: 0;
	width: 55px !important;
	height: 40px !important;
}

.news ul .excerpt {
	color: #777;
	display: block;
	font-size: 12px;
	padding-left: 0;
}

.headlines {
	border-top: 2px dotted #bbb;
	float: left;
	padding: 15px 0;
	width: 570px;
}

.headlines a {
	color: #3E82B3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.headlines a:hover {
	text-decoration: underline;
}

.headlines ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.headlines ul li {
	line-height: 1.4em;
	padding-bottom: 5px;
}

.headlines ul li .cat {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/*Fetured box*/

.featured-box {
	background-color: #f8f8f8;
	border: 1px solid #ededed;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666;
	float: right;
	line-height: 1.5em;
	margin: 24px 0;
	padding: 0;
	width: 204px;
}

.featured-box .feat-head {
	background: #999 url(images/features_exp.png) no-repeat 0 0;
	border-top: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #eee;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 13px;
}

.featured-box .feat-head:hover {
	background: #777 url(images/features_exp2.png) no-repeat 0 0;
	cursor: pointer;
}

.featured-box .feat-head:first-child {
	border-top: none;
}

.featured-box .feat-head.ui-state-active {
	background: #bbb url(images/features_exp_a.png) no-repeat 0px 0px;
	color: #FFFFFF;
}

.featured-box .feat-body {
	color: #777;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 130px;
	line-height: 1.6em;
	padding: 17px 13px;
}


/*Selected Works*/

#works-header {
	padding-top: 3px;
}

#works-header .title {
	background: #fff;
	color: #666;
	display: block;
	float: left;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#works-header a.full-link {
	color: #999; 
	display: block;
	float: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

#works-dots {
	background: #fff;
	float: left;
	padding: 12px 15px 5px 15px;
}

#works-dots .tr-dot {
	background: url(images/tr_dot.png) no-repeat;
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
}

#train .train-btn {
	height: 30px;
	margin-top: 45px;
	position: absolute;
	z-index: 8888;
}
.train-btn.left { width:40px; background:url(images/train_control_left.png) -40px 3px no-repeat; }
.train-btn.right { width:40px; background:url(images/train_control_right.png) -40px 3px no-repeat; margin-left:920px;}
.train-btn.left:hover { background:url(images/train_control_left.png) 0px 3px no-repeat;  }
.train-btn.right:hover { background:url(images/train_control_right.png) 0px 3px no-repeat;  }

.works {
	background: #F0F0F0;
	border-bottom: 10px solid #E9E9E9;
	margin-bottom: 22px;
	margin-left: -50px;
	padding: 22px 0 13px;
	width: 958px;
}

.works .title {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.works .desc {
	color: #212e4a !important;
	line-height: 35px;
	font-size: 14px !important;
	margin-left: -5px;
}


/*Selected Works Slider*/

#train {
	margin: auto;
	width: 958px;
	height: 170px;
}

.train-item {

 }

.train-item-holder {
	float: left;
	padding: 15px 0 15px 10px;
}

.train-item-holder a {
	border: 1px solid #C7C7C7;
	border-radius: 8px;
	display: block;
	height: 120px;
	padding: 8px;
	width: 170px;
}

.train-item-holder .icon {
	display: block;
	margin: -14px 0 0 159px;
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 8888;
}
.train-item-holder .icon.icon_1 { background:url(images/icon_01.png) no-repeat;}
.train-item-holder .icon.icon_2 { background:url(images/icon_02.png) no-repeat;}
.train-item-holder .icon.icon_3 { background:url(images/icon_03.png) no-repeat;}
.train-item-holder .icon.icon_4 { background:url(images/icon_04.png) no-repeat;}

.train-img-holder {
	background: url(images/lw_bg_icon.png) no-repeat center #000;
	border-radius: 6px;
	height: 120px;
}

.train-item img { 
	border-radius: 5px;
}

#train-list-wrapper { 
	float: left; 
	margin-left: 40px;
	overflow: hidden; 
	position: relative; 
	width: 890px; 
}

/*Slider Style *DO NOT MODIFY THIS PART*/
#train{overflow:hidden; position:relative} 
#train-list{padding:0;margin:0; } 
.train-item{float:left;} 
.train-btn:hover{cursor:pointer;}


/*---PORTFOLIO---*/

#portfolio-listing {
	padding: 40px 0 0 0;
	width: 100%;
}

#portfolio-listing .thumb-holder {
	background: url(images/lw_bg_icon.png) no-repeat center #000;
}

#portfolio-listing .thumb-holder {
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
}

#portfolio-listing .thumb-holder img {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
}





/*Listing Styles*/

.listing-type {
	float: right;
	margin: -56px 50px 0 0;
	padding: 1px 1px 40px 0;
}

.listing-type .listing-btn {
	float: right;
	width: 40px;
	height: 30px;
}

.listing-type .listing-btn:hover {
	cursor: pointer;
}

.listing-type .listing-btn.grid {
	background: url(images/list_type_off.png) no-repeat 0 0;
}

.listing-type .listing-btn.grid.active {
	background: url(images/list_type_on.png) no-repeat 0 0;
}

.listing-type .listing-btn.list {
	background: url(images/list_type_off.png) no-repeat -40px 0;
}

.listing-type .listing-btn.list.active {
	background: url(images/list_type_on.png) no-repeat -40px 0;
}


/*Portfolio Grid Style*/

#portfolio-listing.grid .single-entry {
	border-bottom: 1px solid #ccc;
	color: #555;
	float: left;
	margin-right: 30px;
	margin-bottom: 23px;
	overflow: hidden;
	padding-bottom: 17px;
	width: 266px;
	height: 310px;
}

#portfolio-listing.grid .single-entry.third {
	margin-right: 0;
}

#portfolio-listing.grid a {
	text-decoration: none;
	display: block;
}

#portfolio-listing.grid h2.title1 {
	color: #505050;
	display: block;
	font-size: 18px;
	height: 45px;
	margin-bottom: 10px;
	overflow: hidden;
	text-transform: uppercase;
}

#portfolio-listing.grid h2.title2 { display:none; }

#portfolio-listing.grid .excerpt {
	color: #707070;
	line-height: 1.7em;
}

#portfolio-listing.grid .excerpt2 {
	display: none;
}

#portfolio-listing.grid .thumb-holder {
	margin-bottom: 6px;
}

#portfolio-listing.grid img:hover {
	border: none;

}


/*Portfolio List Style*/

#portfolio-listing.list .single-entry {
	border-bottom:1px solid #ccc;
	color: #555;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 22px;
	width: 97%;
}

#portfolio-listing.list a {
	text-decoration: none;
}

#portfolio-listing.list a.grouped {
	float: left;
	margin-right: 20px;
}

#portfolio-listing.list h2.title2 {
	color: #555;
	float: left;
	font-size: 22px;
	margin: -5px 0 4px 0;
	overflow: hidden;
	padding: 2px;
	text-transform: uppercase;
	width: 525px;
	height: 25px;
}

#portfolio-listing.list h2.title1 { display:none; }

#portfolio-listing.list .thumb-holder {
	float: left;
	margin: 0 20px 6px 0;
}

#portfolio-listing.list img:hover {
	border: none;
}

#portfolio-listing.list .excerpt {
	display: none;
}

#portfolio-listing.list .excerpt2 {
	color: #707070;
	float: left;
	font-size: 12px;
	line-height: 1.7em;
	padding: 2px;
	width: 525px;
}

#portfolio-listing.list .clear {
	display: none;
}

#portfolio-listing.list .read-more {
	clear: none;
}


/*------- CONTACT -------*/

#contact-template {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
}

.contact-template label {
	display: block;
	float: left;
	font-weight: bold;
	width: 160px;
}

.contact-template .light {
	color: #aaa;
	font-weight: normal;
}

.contact-template input {
	width: 350px;
	border: solid 1px #ddd;
}

.contact-template textarea {
	overflow: auto;
	width: 350px;
}

.contact-template input#submit {
	margin-left: 160px;
	width: 160px;
}

.contact-template .error {
	color: #555;
	display: block;
	margin-left: 160px;
	padding: 5px 0 15px 0;
}


/*------- BLOG STYLES -------*/

/*Blog, Posts and Page Headline*/

.wrapper-headline {
	padding: 40px 0 0 0;
}

.headline {
	background: #F1EDE8;
	border: solid 1px #ccc;
	margin: 0 auto 25px;
	min-height: 90px;
	position: relative;
	padding: 0 0 15px 0;
	text-align: left;
	z-index: 6666;
}

.headline-border {
	background: url(images/headline_border.png) no-repeat;
	height: 5px;
	margin: auto;
	margin-top: -3px;
	position: relative;
	width: 863px;
	z-index: 6677;
}

.headline_title {
	padding: 20px 0px 0px 48px;
	text-transform: uppercase;
}

.headline_title h2 {
	color: #777;
	font-size: 28px;
}

#main .breadcrumb {
    padding: 20px 10px 15px 52px;
}


#main .breadcrumb a {
	color: #777 !important;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px #FFFFFF;
}

#main .page_desc {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 50px 20px;
    width: 828px;
}

.small {font-size:12px; color:#aaa; margin-top:10px; }
.postmetadata {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}
.postmetadata.layer {
    font-family: Arial,Helvetica,sans-serif;
}
.postmetadata.layer small {
    font-size: 12px;
    font-weight: normal;
}
.postmetadata a, 
.postmetadata a:visited { 
	color:#777 !important; 
}


/*Main Entry*/

#main .entry {
    color: #606060;
    float: left;
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 70px;
    overflow: hidden;
    padding: 0 20px 0 0;
    width: 585px;
}

#main .entry.wide {
    color: #606060;
    float: left;
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 70px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#main .entry h1 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 38px;
    padding: 0px 0 1px;
}

#main .entry h2 {
	border-bottom: 1px solid #dcdcdc;
	color: #505050;
	font-weight: normal;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

#main .entry h3 {
	border-bottom: 1px solid #dcdcdc;
	color: #505050;
	font-weight: normal;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

#main .entry p {
	margin-top: 10px;
}

#main .entry a { }

#main .post img {
	margin: 10px 0;
}

#main img.thumbnail {
    border: 1px solid #EEEEEE;
    margin: 6px 15px 10px -8px;
    padding: 8px;
}


/*Social Media*/

.share-post {
	padding-top: 40px;
}

.share-post h3 {
	font-size: 18px;
}

.share-post-icons {
	padding: 5px 0 0 0;
}

.share-post-icons a.sp {
	background-image: url(images/share_post.png) !important;
	display: block;
	float: left;
	height: 22px;
	margin-right: 10px;
	width: 22px;
}

.sp.sp_twitter { background-position: 0 0; }
.sp.sp_linkedin { background-position: -24px 0; }
.sp.sp_facebook { background-position: -48px 0; }
.sp.sp_googleplus { background-position: -72px 0; }
.sp.sp_dribbble { background-position: -96px 0; }
.sp.sp_tumblr { background-position: -120px 0; }
.sp.sp_pinterest { background-position: -144px 0; }


/*Nested Comments*/

.comments-template {
	color: #777;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 10px 0 0;
}

.comments-template input {
	width: 300px;
}

.comments-template textarea {
	overflow: auto;
	width: 450px;
}

.comments-template label {
	display: block;
	float: left;
	width: 90px;
}

.comments-template input#submit {
	margin-left: 91px;
	width: 160px;
}

.comments-template .comment {
	width: 550px;
}

.comments-template .children .comment {
	background: url(images/comment_sub.png) no-repeat 0 0;
	margin: 0 0 0 30px;
	padding: 5px 0 0 28px;
	width: 492px;
}

.comments-template .children .children .comment {
	width: 434px;
}

.comments-template .children .children .children .comment {
	width: 376px;
}

.comments-template .title {
	border-bottom: 1px solid #ccc;
}

.comments-template h3 {
	border-bottom: 1px solid #dcdcdc;
	color: #505050;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

#comments ol {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1px;
}

#comments ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both;
	margin-bottom: 15px;
	padding: 10px 17px 2px 17px;
}

.commentlist li ul li { 
	clear: both;
	list-style: none; 
	margin-left: 10px; 
	margin-right: -5px; 
}

.commentlist li li {
	background: none; 
	border: none; 
	list-style: none; 
	margin: 3px 0 3px 20px; 
	padding: 3px 0; 
}

.commentlist .comment-body {
	padding: 0 50px 20px 0;
}

.commentlist li .avatar {
	border: none;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 5px 12px 0 0;
	width: 58px;
	height: 58px;
}

.commentlist cite {
	color: #aaa;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
 }

.commentlist .reply {
	background: #eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none;
	float: right; 
	font-size: 10px;
	height: 14px;
	line-height: 13px;
	margin: -20px -50px 0 0;
	padding: 3px 5px;
	text-transform: uppercase;
}

.commentlist .comment-body:hover .reply {
	display: block;
}

.commentlist .reply a, 
.commentlist .reply a:visited {
	color:#888 !important; 
}

.commentlist p {margin:0; padding:0;}
#commentform p {margin:0; padding:0;}

#commentform, 
#commentform input, 
#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.commentmetadata {font-weight:normal; margin:0; display:block; font-size:11px;}
.commentmetadata a, .commentmetadata a:visited {color: #555 !important; }
.commentmetadata a:hover{ color: #000 !important;}

.comment-author, .comment-meta {
	font-family: Arial, Helvetica, sans-serif;
}

.comment-meta a:link, .comment-meta a:visited {
	color: #999 !important;
}

.children { padding:0; }
.thread-alt {background: url(images/comment_bg.png) repeat-x top #fff;}
.thread-even {background: url(images/comment_bg.png) repeat-x top #fff;}


/*------- SIDEBAR -------*/

.sidebar {
	background: url(images/sidebar_sep.png) repeat-y 0 0;
	color: #777;
	display: inline;
	line-height: 1.4em;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 27px 0 0 12px;
	width: 235px;
}

.sidebar_bottom {
	background: url(images/sidebar_end.png) no-repeat 0 0;
	height: 120px;
	margin-left: -12px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 10px;
}

.sidebar a {
	color: #777;
}

.sidebar ul li {
	padding-bottom: 10px;
}

.sidebar ul li.sw {
	padding-bottom: 35px;
}

.sidebar ul li h2 {
	font-size: 14px;
}

.sidebar ul li h4 {
	border-bottom: 1px dotted #aaa;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	padding-bottom: 6px;
	text-shadow: 1px 1px #fff;
}

.sidebar ul ul {
	line-height: 22px;
	padding: 0;
}

.sidebar ul ul li {
	line-height: 22px;
	padding: 0;
}

.sidebar h2  {
	font-weight: bold;
}

.sidebar h3 { 
	color: #222;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.related_posts {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 10px 0 0;
}

.related_posts h3 {
	border-bottom: 1px solid #dcdcdc;
	color: #505050;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

.related_posts li {
	line-height: 2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

.related_posts .latest {margin-bottom:10px; float:left; padding-right:27px; } 
.related_posts .latest a {float: none; font-size:12px; color: #999; text-decoration: none;}
.related_posts .latest a:hover {text-decoration: underline;}
.related_posts .latest img {float: left; margin: 4px 8px 0 0;}
.related_posts .latest .clear {clear: both;}

.latest-posts {margin-bottom:2px; padding-right:5px; }
.latest-posts a {float: none; font-size:12px; line-height:1.4em; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#3E82B3; }
.latest-posts img {float: left; margin:-3px 14px 14px 0; padding:3px; border:solid 1px #ddd; background-color:#fff; }
.latest-posts .cat-name {color:#999; font-size:11px; line-height:1.9em; }
.latest-posts .cat-name a {color:#999; font-size:11px !important; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
.latest-posts .small-tags a {color:#999; font-size:11px !important; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
.latest-posts .clear {clear: both;}

.tags a {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #777;
	display: block;
	float: left;
	height: 21px;
	line-height: 19px;
	margin: 0 6px 7px 0;
	padding: 1px 8px;
	text-shadow: 1px 1px #fff;
}

.tags a:hover {
	background: #dedede;
	text-decoration: none;
}


/*---SHORTCODES---*/

/*Buttons*/

	.sc-button {
		background: url(images/btn_bg.png) repeat-x #469;
		border: solid 1px #555;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: inline-block;
		padding: 8px 25px ;
		text-align: center;
		text-decoration: none;
	}
	
	.sc-button span {
	}

	.sc-button:link, .sc-button:visited {
		color: #eee !important;
	}
	
	.sc-button:hover {
		background: #444;
		color: #ddd;
		text-decoration: none;
	}


/*Info Box*/

	.sc-info-info {
		background: #cef;
		border: solid 1px #bde;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #4ac;
		margin: 10px 0;
		padding: 8px 18px;
	}
	
	
/*Warning Box*/

	.sc-info-warning {
		background: #fcc;
		border: solid 1px #daa;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #b44;
		margin: 10px 0;
		padding: 8px 18px;

	}	
	
	
/*OK Box*/

	.sc-info-ok {
		background: #dfd;
		border: solid 1px #ada;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #4a4;
		margin: 10px 0;
		padding: 8px 18px;
	}
	
	
/*Note Box*/

	.sc-info-note {
		background: #ffd;
		border: solid 1px #dda;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #a86;
		margin: 10px 0;
		padding: 8px 18px;
	}
	
	
/*Blockquote*/

	.blockquote {
		background: #eee;
		border-radius: 18px 18px 18px 0px;
		-moz-border-radius: 18px;
		-moz-border-radius-bottomleft: 0px;
		clear: both;
		margin: 20px 0px 20px 20px;
		padding: 13px 15px 15px 30px;
	}
	
	
/*Tooltip*/

	#tooltip {
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		color: #fff;
		font-size: 10px;
		position: absolute;
		width: 180px;
		z-index: 5557;
	}
	 
	#tooltip .tipHeader {
		background: url(images/tipHeader.gif) no-repeat;
		height: 8px;
	}
	
	/*IE hack for Tooltip*/
	*html #tooltip .tipHeader {margin-bottom:-6px;}
	#tooltip .tipBody {
		background-color: #444;
		padding: 5px;
	}
	#tooltip .tipFooter {
		height: 8px;
		background: url(images/tipFooter.gif) no-repeat;
	}
	
	
/*Text Blocks: One Third*/

	.one-third {
		float: left;
		margin: 10px 15px 10px 0;
		width: 31%;
	}
	.one-third-last {
		float: left;
		margin: 10px 0;
		width: 31%;
	}
	

/*Text Blocks: Two Thirds*/
	
	.two-thirds {
		float: left;
		margin: 10px 15px 10px 0;
		width: 64%;
	}
	.two-thirds-last {
		float: left;
		margin: 10px 0;
		width: 64%;
	}
	
	
/*Custom List*/

	.custom-list { padding:0;margin:0; }
	.custom-list li { margin-left:30px; line-height:24px; }
	
	.custom-list li {
		background: url(images/list-dash.png) no-repeat 8px 3px;
		margin-left: 0px;
		padding-left: 30px;
	}

	.custom-list.tick li {
		background: url(images/list-tick.png) no-repeat 8px 3px;
		margin-left: 0px;
		padding-left: 30px;
	}
	
	.custom-list.arrow li {
		background: url(images/list-arrow.png) no-repeat 8px 3px;
		margin-left: 0px;
		padding-left: 30px;
	}

	.custom-list.flower li {
		background: url(images/list-flower.png) no-repeat 8px 3px;
		margin-left: 0px;
		padding-left: 30px;
	}


/* CYCLE SLIDER */

.cycle-footer {
}

.cycle-footer .pre-desc {
	float: left;
	padding: 12px 0 0 0;
}

.cycle-footer .pre-title {
	background: url(images/cyc_pre_title.png) no-repeat;
	float: right;
	width: 18px;
	height: 32px;
}
.cycle-footer .title {
	background: url(images/cyc_title.png) repeat-x;
	color: #777;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 30px;
	text-shadow: 1px 1px #fff;
	text-align: right;
}
.cycle-footer .post-title {
	background: url(images/cyc_post_title.png) no-repeat;
	float: right;
	width: 67px;
	height: 32px;
}


#testimonials {
	margin: 0;
	padding: 0 2px 0 0;
	overflow: hidden;
	width: 280px;
	height: 30px;
}

#testimonials li {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	list-style: none;
}

#cycle-wrap {
	height: 105px;
	margin: -5px 0px 0;
	overflow: hidden;
	position: relative;
	padding: 4px 0;
	width: 856px;
}

#cycle-list {
	padding-top: 10px;
	position: relative;
	width: 2150px;
	height: 105px;
}

.cycle-hr {
	background: url(images/wel_hr.png) repeat-x;
	height: 8px;
}

.cycle-desc {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
}

.item {
	background: #fff url(images/logos_border.png) no-repeat right 25px;
	color: #500;
	float: left;
	font-size: 30px;
	height: 95px;
}

.item img {
	padding: 5px 30px;
}


/*---GALLERY---*/

#GALLERY_WRAPPER {
	left: 0;
	margin: auto;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#GALLERY_FIT {
	margin: auto;
	width: 2px;
	height: 2px;
}

#GALLERY {
	background: #fff;
}

#GALLERY-control .galBTN {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	margin: 5px;
	padding-top: 5px;
}

#GALLERY-control .galBTN:hover {
	cursor: pointer;
}

#galCNT {
	display: inline-block;
	line-height: 23px;
	margin: 0 10px;
	position: relative;
	top: -5px;
	width: 30px;
	height: 23px;
}

#GALLERY_TABELA_JASHT td{
	border: solid 1px transparent;
}

#GALLERY_TABELA tr td { padding:0; margin:0; border:0;}
#GALLERY_TABELA img { padding:0; margin:0; }

#GALLERY_TABELA td.TOPLEFT { background:url(images/gal_topleft.png) no-repeat bottom; }
#GALLERY_TABELA td.TOP { background:url(images/gal_top.png) repeat-x bottom;  }
#GALLERY_TABELA td.TOPRIGHT { background:url(images/gal_topright.png) no-repeat bottom; }

#GALLERY_TABELA td.LEFT { background:url(images/gal_left.png) repeat-y bottom; }
#GALLERY_TABELA td.RIGHT { background:url(images/gal_right.png) repeat-y bottom; }

#GALLERY_TABELA td.BOTTOMLEFT { }
#GALLERY_TABELA td.BOTTOM { background:url(images/gal_bottom.png) repeat-x top;}
#GALLERY_TABELA td.BOTTOMRIGHT {  }
body #menu ul li#cpsp-social-icon-container-menu:hover{background: none;}
body #menu ul li#cpsp-social-icon-container-menu *:hover{background: none;}


/*overrides codepuzzle*/
#main .entry .page  h2{display:block;background: url('images/dotted_stripe_light.png') repeat-x;background-position-y: 50px;height: 60px;border: none;}
#main .entry .page ul{margin-bottom: 20px;}
.full-page-das #main .entry{width: 100%;padding-top: 20px;}
#main .entry{padding-top: 20px;}
#codepuzzle-slider{width: 960px;margin: auto;height: 435px;overflow: hidden}
#pdf-viewer a{display: none}
body .page{overflow: hidden;}
iframe .issuuembed a{color: black;}
.iframe-wrapper{width: 960px;height:340px;overflow: hidden;margin-bottom: 20px;margin: auto;margin-top: 20px;margin-bottom: 20px;clear: both}
#main .entry p{margin-top: 0px;margin-bottom: 15px;}

.headline {
background: #FFFFFF;}
body .slider-outer{padding-bottom: 40px;padding-top: 40px;}
.headline {padding: 0px;}
#top-stripe {opacity: 0.7}

.wrapper-menu {background: none;}
.dropdown a:hover{border-left: 4px solid black;display: block}

.full-page-das .one-third {
float: left;
margin: 10px 30px 10px 0;
width: 31%;
}
.page h1{margin-bottom: 20px;}
.inside.full-page-das #mainsub{margin-top:35px;}
#main .entry{margin-bottom: 20px;}
#cpsp-social-icon-container-shortcode{margin-top: 45px;}