/* Include navigation css */
@import url('layout/css/nav.css');

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #454545;
	line-height: 18px;
}

/* CLASSES */

.clear {
	clear:both;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

#content .wp-smiley, #full-width-content .wp-smiley {
	padding: 0;
	margin: 0;
	border: none;
}

/* STANDARD TYPOGRAPHY */

ul, ol, dl {
	position: relative;
}

#content p,
#content ul,
#full-width-content p,
#full-width-content ul {
	font-weight:normal;
	margin: 14px 0;
	line-height: 160%;
	text-align: left;
	overflow: hidden;
}

#content li,
#full-width-content li {
	padding: 3px 3px 3px 10px;
	background-position: 0 8px;
	background-repeat: no-repeat;
}

#content ol,
#full-width-content ol {
	padding: 0 0 0 20px;
}


#content ol li,
#full-width-content ol li {
	background-image: none;
	list-style-type: decimal;
	padding: 3px 0;;
}



#content a,
#full-width-content a {
	text-decoration: none;
}

#content a:hover,
#full-width-content a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS",Arial,Helvetica,san-serif; margin: 5px 0; font-weight: normal; line-height: 120%; font-weight: normal;}

h1 {font-size: 21px;}

h2 {font-size: 16px; font-weight: bold; color: #333; padding: 0px 0px 10px 0px; margin: 0px;}

h3 {font-size: 16px; font-weight: bold; color: #333; padding: 0px 0px 5px 0px; margin: 0px 0px 20px 0px; border-bottom: 1px solid #E5E5E5;}

h4 {font-size: 14px; font-weight: bold; color: #333;}

h5 {font-size: 13px; font-weight: bold; color: #333;}

h6 {font-size: 12px; font-weight: bold; color: #333;}

#content blockquote,
#full-width-content blockquote {
	font-size: 13px;
	font-style: italic;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	border-left-style: solid;
	border-left-width: 3px;
}



#content img.alignright, #full-width-content img.alignright {float:right; margin:0 0 0 10px}

#content img.alignleft, #full-width-content img.alignleft {float:left; margin:0 10px 0 0}

#content img.aligncenter, #full-width-content img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#content a img.alignright, #full-width-content a img.alignright {float:right; margin:0 0 0 10px}

#content a img.alignleft, #full-width-content a img.alignleft {float:left; margin:0 10px 0 0}

#content a img.aligncenter, #full-width-content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

code {
	background: url(layout/images/code_bg.png);
	border: 1px solid #C7C7C7;
	display: block;
	margin-bottom: 10px;
	overflow-x: visible;
	overflow-y: hidden;
	font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
	font-size: 11px;
	line-height:19px;
	padding: 0 5px;
}

.clean {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.clean th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	background: #f2f2f2;
}

.clean td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

/* SHORT CODES */

.shortcode {
	background-position: 0 100%;
	background-repeat: repeat-x;
	display: block;
	margin: 15px 0;
}

.shortcode div {
	background: 10px 12px no-repeat;
	display: block;
	margin: 0;
	padding: 8px 10px 8px 36px;
}

.alert {
	background-color: #FFFBFB;
	background-image: url(layout/images/shortcodes/alert.png);
	border: 1px solid #F8C9BB;
	color: #D0583F;
}

.alert .icon {
	background-image: url(layout/images/shortcodes/alert-icon.png);
}

.approved {
	background-color: #FAFDF9;
	background-image: url(layout/images/shortcodes/approved.png);
	border: 1px solid #C1CEC1;
	color: #6CB656;
}

.approved .icon {
	background-image: url(layout/images/shortcodes/approved-icon.png);
}

.attention {
	background-color: #FFFDF6;
	background-image: url(layout/images/shortcodes/attention.png);
	border: 1px solid #E4E4D5;
	color: #E1B42F;
}

.attention .icon {
	background-image: url(layout/images/shortcodes/attention-icon.png);
}

.camera {
	background-color: #F6FBFB;
	background-image: url(layout/images/shortcodes/camera.png);
	border: 1px solid #C9D5D8;
	color: #55A0B4;
}

.camera .icon {
	background-image: url(layout/images/shortcodes/camera-icon.png);
}

.cart {
	background-color: #FCFCFC;
	background-image: url(layout/images/shortcodes/cart.png);
	border: 1px solid #D3D3D3;
	color: #559726;
}

.cart .icon {
	background-image: url(layout/images/shortcodes/cart-icon.png);
}

.doc {
	background-color: #FFFFFF;
	background-image: url(layout/images/shortcodes/doc.png);
	border: 1px solid #E5E5E5;
	color: #666666;
}

.doc .icon {
	background-image: url(layout/images/shortcodes/doc-icon.png);
}

.download {
	background-color: #FCFCFC;
	background-image: url(layout/images/shortcodes/download.png);
	border: 1px solid #D3D3D3;
	color: #666666;
}

.download .icon {
	background-image: url(layout/images/shortcodes/download-icon.png);
}

.media {
	background-color: #FBF9FD;
	background-image: url(layout/images/shortcodes/media.png);
	border: 1px solid #DBE1E6;
	color: #8D79A9;
}

.media .icon {
	background-image: url(layout/images/shortcodes/media-icon.png);
}

.note {
	background-color: #FFFAF6;
	background-image: url(layout/images/shortcodes/note.png);
	border: 1px solid #E6DAD2;
	color: #B76F38;
}

.note .icon {
	background-image: url(layout/images/shortcodes/note-icon.png);
}

.notice {
	background-color: #FAFCFD;
	background-image: url(layout/images/shortcodes/notice.png);
	border: 1px solid #C7CDDA;
	color: #6187B3;
}

.notice .icon {
	background-image: url(layout/images/shortcodes/notice-icon.png);
}

.quote {
	background-color: #F3F3F3;
	background-image: url(layout/images/shortcodes/quote.png);
	border: 1px solid #D4D4D4;
	color: #727272;
}

.quote .icon {
	background-image: url(layout/images/shortcodes/quote-icon.png);
}


/* LAYOUT */

#wrapper {
	width: 962px;
	margin: auto;
	text-align: left;
}

#menu-wrapper {
    float: right;
    width: 679px;
}

#header {
	margin: 0 auto;
	width:1000px;
}

#primary {
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#content {
	width: 610px;
	margin: 0px 10px 10px 0px;
	padding-right: 23px;
	float: left;
	display: inline;
	background: url(layout/css/style1/devider_shadow.jpg) no-repeat right top;
}

#full-width-content {
	min-height: 200px;
	padding: 0px 0;
}

#sidebar {
	width: 300px;
	margin: 5px 0px 0px 7px;
	padding: 0px;
	float: left;
	display: inline;
}

#copyright {
	background-repeat: no-repeat;
	font-size: 11px;
	width: 950px;
	margin: auto;
}
#copyright .footer_logo {
	float: right;
	margin-top: -18px;
}



/* HEADER */

#header h1 {
	float: left;
}

#header #logo {
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	float: left;
	width: 480px;
	position: absolute;
	height: 66px;
	margin: 15px 0px 0px 0px;
}

#header .top {
	margin: 0 auto;
	height: 100px;
}

/* ----------- top links ----------- */

#header .top_right_links {
	float: right;
	width: 600px;
	height: 31px;
	padding-right: 12px;
}
#header ul.toplinks {
	float: right;
	margin: 0px;
	padding: 14px 0px 0px 0px;
}
#header .toplinks li {
	float: left;
	margin: 0px 3px;
	padding: 0px;
	list-style-type: none;
}
#header .toplinks li.top_phone {
	background: url(layout/css/style1/top_contactbg.png) no-repeat left top;
	width: 135px;
	height: 21px;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/* ----------- slider ----------- */

.slider_shadow {
	width: 950px;
	height: 40px;
	background: url(layout/css/style1/slider_shadow.png) no-repeat center top;
	margin: 0 auto;
}

/* SEARCHFORM (MAIN MENU BAR) */

#searchform {
	position: absolute;
	right: 16px;
	top: 9px;
}

#searchform div {
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-repeat: repeat-x;
}

#searchform #search-input {
	border: none;
	width: 150px;
	background-color: transparent;
}

#searchform #searchsubmit {
	width: 17px;
	height: 17px;
	border: none;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	text-indent: -9999px;
}

/* SEARCHFORM (SIDEBAR WIDGET) */

#searchform-sidebar {
	width: 275px;
}

#searchform-sidebar div {
	border: 1px solid #ccc;
	padding: 6px;
	background: #fff url(layout/css/style1/search-input-bg.png) repeat-x;
}

#searchform-sidebar #search-input {
	border: none;
	background-color: transparent;
	width: 240px;
}

#searchform-sidebar #searchsubmit {
	width: 17px;
	height: 17px;
	border: none;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	text-indent: -9999px;
}

/* CONTENT */

#content .pad {
	padding: 0 10px 10px 0px;
}

/*#content h2.page-title {
	font-size: 27px;
	font-weight: normal;
	padding: 5px 0;
}*/

#home-widget-area .widget {
	float: left;
	width: 600px;
	margin: -12px 0 25px 0;
	display: inline;
}

/* ----------- client logos ----------- */

.clients {
	float: left;
	width: 640px;
	height: 139px;
	margin-top: 10px;
	background: url(layout/css/style1/clients_bg.jpg) no-repeat left top;
}
.clients_title {
	height: 25px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
ul.clients_list {
	float: left;
	margin: 0px;
	padding: 0px;
}
.clients_list li {
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style-type: none;
}



/* SIDEBAR */

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

#sidebar h3 {
	font-size: 15px;
}

#sidebar p {
	font-size: 11px;
	margin: 8px 0;
	line-height: 160%;
}

#sidebar .read-more {
	margin: 0 0 25px 0;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .widget a {
	text-decoration: none;
}

#sidebar .widget a:hover {
	text-decoration: underline;
}

#sidebar .widget ul {
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#sidebar .widget li {
	line-height: 100%;
	padding: 9px 0;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 10px;
	background-position: 0 11px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#sidebar .widget li a {
	border: none;
	display: block;
	border: none;
}

#sidebar .widget li a:hover {
	text-decoration: none;
}

#sidebar .widget li.current_page_item a, 
#sidebar .widget li a.current_page_item {
	font-weight: bold;
}

#sidebar .widget li ul {
	margin: 7px 0 0 -10px;
	padding: 0;
	border: none;
}

#sidebar .widget li ul li {
	padding-left: 30px;
	background-position: 20px 10px;
}

/* HOMEPAGE SLIDESHOW */

#slideshow {
	position: relative;
	width: 950px;
	height: 336px;
	overflow: hidden;
	z-index: 2;
	margin: 0 auto;
}

#slideshow div {
	width: 960px;
	height: 336px;
} 

#slideshow-nav {
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	top: 336px;
	z-index: 100;
	width: 950px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #727272;
}

#slideshow-nav-inner {
	padding-top: 5px;
}

#slideshow-nav-inner a {
	border: none;
}

#slideshow-nav-inner a img {
	background-position: 0 0;
	background-repeat: none;
	height: 16px;
	width: 16px;
	margin: 0 2px;
}

#slideshow-nav-inner a:hover img, #slideshow-nav-inner a.activeSlide img {
	background-position: -16px 0;
}

#slideshow-wrapper .pad {
	padding: 20px;
}

/* SUBPAGE SLIDESHOW */

.subpage-slideshow-wrapper {
	margin: 10px 0;
}

.subpage-slideshow {
	position: relative;
	height: 200px;
	overflow: hidden;
	z-index: 2;
}

.subpage-slideshow div {
}

#content .subpage-slideshow div img,
#full-width-content .subpage-slideshow div img {
	border: none;
	padding: 0;
}

.subpage-slideshow-nav {
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
}

.subpage-slideshow-nav-inner {
	padding-top: 4px;
}

.subpage-slideshow-nav-inner a {
	border: none;
}

#content .subpage-slideshow-nav-inner a img,
#full-width-content .subpage-slideshow-nav-inner a img {
	background: url(layout/images/slide-buttons.gif) 0 0 no-repeat;
	height: 20px;
	width: 20px;
	border: none;
	padding: 0;
	background-color: transparent;
}

#content .subpage-slideshow-nav-inner a:hover img,
#content .subpage-slideshow-nav-inner a.activeSlide img,
#full-width-content .subpage-slideshow-nav-inner a:hover img,
#full-width-content .subpage-slideshow-nav-inner a.activeSlide img {
	background-position: 0 -20px;
}

/* HOME */

#home-description {
	padding: 10px;
}

#home-widget-area .widget .pad {
	padding: 0 0px;
}

/* HOME (DEAFAULT) */

#default-home-widget-area {
	padding: 0 0 0 0;
/*	background-color: #f5f5f5;*/
}

#default-home-widget-area .widget .pad {
	padding: 0 0px;
}

#default-home-widget-area .widget {
	float: left;
	width: 290px;
	padding-right: 0px;
	margin: 0px 15px 0px 25px;
	_margin: 0 9px; /* IE6 Fix */
	display: inline;
}

#default-home-widget-area .full-width .pad {
	padding: 0px;
}

#default-home-widget-area ul.home_column01_list {
	margin: 0px;
	padding: 0px 0px 18px 0px;
}


#default-home-widget-area ul.home_column02_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	width: 280px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	
}
#default-home-widget-area .home_column02_list li {
	margin: 0px;
	padding: 14px 0px;
	border-bottom: 1px solid #E5E5E5;
	list-style-type: none;
}
#default-home-widget-area .home_column02_list li strong {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 7px;
	width: 290px;
	
}
#default-home-widget-area .home_column02_list li p {
	margin: 0px;
	padding: 0px;
	
}

#default-home-widget-area .home_column02_list li.border_white {
	border-bottom: 1px solid #fff;
}
.imgleft {
	float: left;
	margin-right: 15px;
}

/* HOME HALF WIDTH PAGE */

#default-home-widget-area .full-width {
	width: 460px;
	float: left;
	margin-top: 10px;
	padding: 35px 0px 0px 0px;
/*	background: url(layout/css/style1/bottom_bg.png) repeat-x left top;*/
}
#default-home-widget-area .full-width .bottom_aboutsite {
	width: 465px;
	height: 300px;
}
#default-home-widget-area .full-width .aboutsite_img {
	float: left;
	width: 200px;
	padding-left: 15px;
	margin-top: 4px;
}
#default-home-widget-area .full-width .pad_left {
	padding-left: 15px;
	float: left;
	width: 420px;
	padding-bottom: 20px;
}
#default-home-widget-area .full-width .bottom_portfolio_title {
	float: left;
	width: 450px;
	height: 44px;
	padding: 6px 0px 0px 15px;
	background: url(layout/css/style1/bottom_titlebg.png) no-repeat left top;
}
#default-home-widget-area .full-width .bottom_portfolio_title strong {
	float: left;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#default-home-widget-area .full-width .white_links:link, #default-home-widget-area .full-width .white_links:visited {
	float: right;
	width: 85px;
	padding-right: 15px;
	font-size: 10px;
	text-align: right;
	text-transform: none;
	color: #D9D9D9;
	font-weight: normal;
}
#default-home-widget-area .full-width .aboutsite_img {
	float: left;
	width: 200px;
	padding-left: 15px;
	margin-top: 4px;
}
#default-home-widget-area .full-width .portfolio_text {
	float: left;
	width: 220px;
	padding-left: 15px;
}



/* FULL WIDTH PAGE */

#full-width-content .full-width-title {
	padding-left: 20px;
}

#full-width-content .pad {
	padding: 0 0px;
}

/* ARCHIVES */

#content .post-archive {
	padding: 0 0 15px 0;
}

#content .post-archive h2 {
	font-weight: normal;
	font-size: 20px;;
}

/* ARCHIVE TEMPLATE */

#content .archive {
	margin: 15px 0 30px 0;
	padding: 0;
}

.archive .author-box {
	display:block;
	font-size: 11px;
	padding: 3px 0 0 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.archive .comments-link {
	padding-left: 18px;
	background: url('layout/images/comment.gif') 0 5px no-repeat;
	float: right;
	padding-bottom: 5px;
}

#content .archive h3 {
	margin-top: 0;
	font-size: 16px;
	margin: 0px;
}

#content .archive h3 a {
	text-decoration: none;
	border: none;
}

#content .archive img {
	float: left;
	margin: 10px 10px 10px 0;
	display: inline;
}
.readmore_fullpost {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 3px 10px;
}

/* SINGLE BLOG POST */

#content .single .author-box {
	display:block;
	font-size: 11px;
	padding: 3px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

#content .single .comments-link {
	padding-left: 18px;
	background: url('layout/images/comment.gif') 0 5px no-repeat;
	margin-left: 10px;
}

/* BLOG */



#content .entry .date {
	display: block;
	float: left;
}

#content .entry .comments-link {
	padding-left: 18px;
	background: url('layout/images/comment.gif') 0 5px no-repeat;
	float: left;
	margin-left: 10px;
}

#content .entry .post_readmore:link, .post_readmore:visited {
	float: right;
	width: 83px;
	height: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#content .entry .post_readmore:hover {
	float: right;
	width: 83px;
	height: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#content .entry {
	margin: 5px 0 30px 0;
	padding: 0;
	font-size: 11px;
}

#content .entry h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	border: none;
}

#content .entry img.wp-post-image {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
	border: 1px solid #e5e5e5;
	padding: 4px;
	background-color: #fff;
}

/* COMMENTS */

.says {
	padding-left: 5px;
	color: #888888;
}

.date {
	color: #888888;
}

.thread-even, .thread-odd {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.thread-even {
	background-color: #f9f9f9;
}

.thread-even ul.children {
	background-color: #ffffff;
}

.thread-odd {
	background-color: #ffffff;
}

.thread-odd ul.children {
	background-color: #f9f9f9;
}

#content #comments-wrap {
	padding-top: 10px;
}

#content #comments-wrap a.name {
	text-decoration: none;	
}

#content #comments-wrap ol.commentlist {
	padding-left: 0;
	border-top: 1px solid #dddddd;	
}

#content #comments-wrap ol ul {
	margin: 0 10px 10px 10px;
	border: 1px solid #dddddd;
	border-bottom: none;
}

#content #comments-wrap li {
	padding: 0 10px;
	list-style: none;
	background-image: none;
}

#content #comments-wrap li li {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}

#content #comments-wrap li a.name:hover {
	border: none;
}

#content #comments-wrap li .comment-left {
	float: left;
	width: 75px;
	display: inline;
	padding: 15px 0;
}

#content #comments-wrap li .comment-right {
	float: left;
	width: 480px;
	display: inline;
	padding: 15px 0 35px 0;
	position: relative;
}

#content #comments-wrap li li .comment-right {
	padding: 5px 0;
	width: 415px;
}


#content #comments-wrap li li .comment-left {
	padding: 5px 0;
}

#content #comments-wrap li li li .comment-right {
	width: 375px;
}

.comment-right-inner {
	padding: 0 20px 0 0;
}

.comment-right .name {
	font-size: 20px;	
}
label.name {
	float: left;
	width: 100px;
}
.comments-form label {
	float: left;
	width: 100px;
}
#content .reply-link a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #dddddd;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-decoration: none;
}

#content .reply-link a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

#content li li .reply-link a {
	position: absolute;
	bottom: 0;
	right: -25px;
}

#content #comments-wrap #respond {
	margin-top: 20px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	padding: 20px;
}

#content #comments-wrap #respond .pad {
	padding: 0;
}

#content #comments-wrap #respond li {
	padding: 5px 0;
}

#content #comments-wrap #respond label.error {
	color: #990000;
	padding: 5px 0;
	margin-left: 100px;
	display: block;
	width: 300px;
	font-size: 11px;
}

#content #comments-wrap #respond h3 {
	margin-bottom: 20px;	
}

#content #comments-wrap #respond fieldset {
	margin-bottom: 10px;
}

#content #comments-wrap #respond input, #content #comments-wrap #respond textarea {
	padding: 5px;
}

#content #comments-wrap #respond textarea {
	width: 350px;
	height: 200px;
}

#content #comments-wrap #respond legend {
	padding: 0 2px;
	font-weight: bold;
}

#content #comments-wrap #respond label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

#content #comments-wrap #respond fieldset ol {
	margin: 0;
	padding: 0;
}

#content #comments-wrap #respond fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#content #comments-wrap #respond label {
	width: 95px; /* Width of labels */
}

#content #comments-wrap #respond #submit {
	cursor: pointer;
	padding: 5px 10px;
}


/* NEWS PAGE */

.featured-news {
	padding: 5px 5px 5px 0;
}

.news-article {
	float: left;
	width: 275px;
	margin: 5px 5px 5px 0;
}

.news-article h2 {
	font-size: 15px;	
}

#content .news-article h2 a, #content .featured-news h2 a {
	border: none;

}

.homa_usefull_area {
	margin-top: 20px;
}

/* PORTFOLIO PAGE */

#portfolio h2.page-title {
	font-size: 27px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 16px;
}

#portfolio > p {
	margin: 0 16px;
}

#portfolio .pad {
	padding: 10px 0;
}

#portfolio .portfolio-box {
	float: left;
	margin: 0px 16px 30px 16px;
	width: 282px;
	display: inline;
}

#portfolio .portfolio-box a.thumb {
	border: none;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

#portfolio .portfolio-box .image {
	background-image: url(layout/images/enlarge.png);
}

#portfolio .portfolio-box .video {
	background-image: url(layout/images/enlarge-video.png);
}

#portfolio .portfolio-box h3 {
	font-size: 16px;
	padding: 0 6px;
	margin: 5px 0px 10px 0px;
	border: none;
}

#portfolio .portfolio-box h3 a {
	text-decoration: none;
	border: none;
}

#portfolio .portfolio-box p {
	padding: 0 6px;
}
#portfolio .portfolio-box a.port_readmorebut {
	margin-top: 10px;
	padding: 2px 7px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	text-decoration: none;
	float: left;
}

/* CONTACT FORM */ 

.wpcf7-form, #contact {
	position: relative;
}

#contact #sent {
	display: none;
}

.wpcf7-form h3, #contact h3 {
	margin-bottom: 20px;	
}

.wpcf7-form label.error, #contact label.error {
	color: #990000;
	padding: 5px 0 5px 90px;
	display: block;
	font-size: 11px;
}

.wpcf7-form fieldset, #contact fieldset {
	margin-bottom: 10px;
}

.wpcf7-form input, .wpcf7-form textarea , #contact input, #contact textarea {
	padding: 5px;
	font-family: "Lucida Grande", "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wpcf7-form textarea, #contact textarea {
	width: 350px;
	height: 200px;
}

.wpcf7-form legend, #contact legend {
	padding: 0 2px;
	font-weight: bold;
}

.wpcf7-form label.name, #contact label.name {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

.wpcf7-form fieldset ol, #contact fieldset ol {
	margin: 0;
	padding: 0;
}

.wpcf7-form fieldset li, #contact fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	background-image: none;
}

.wpcf7-form label.name, #contact label.name {
	width: 85px; /* Width of labels */
}

.wpcf7-form .wpcf7-submit, #contact #submit {
	cursor: pointer;
	padding: 5px 10px;
}

.honeypot {
	display: none;
}

/* FOOTER AREA */

#footer-top {
	height: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer-widget-area {
	background-repeat: repeat-x;
	font-size: 11px;
	overflow: hidden;
	line-height: 140%;
}

#footer-widget-area-inner {
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	/* padding: 0 0 10px 0; */
}

#footer-widget-area .widget {
	float: left;
	width: 220px;
	margin: 0 10px 10px 10px;
	display: inline;
}

#footer-widget-area .widget h3 {
	line-height: 40px;
	font-size: 15px;
}

#footer-widget-area .widget p, #footer-widget-area .widget .pad > ul {
	padding: 10px 0;
}

#footer-widget-area .widget .pad {
	padding: 0 20px;
}

#footer-widget-area .widget ul li {
	padding: 5px 0;
}

#footer-widget-area .widget ul li a {
	text-decoration: none;
}

#footer-widget-area .widget ul li a:hover {
	text-decoration: underline;
}

#footer-widget-area .full-width {
	width: 100%;
	margin: 0 0 10px 0;
}

/* Recent Posts Widget */

ul.jaybich-recent-posts .post-date {
	font-size: 10px;
	display: block;
	line-height: 120%;
}

#sidebar ul.jaybich-recent-posts .post-date {
	margin: 5px 0 0 0;
}

/* Twitter Widget */

.twitter_div {
	padding: 5px 0 0 0;
}

.twitter_div span {
	display: block;
}

.twitter_div ul {
	margin: 0;
}

.twitter_div ul li {
	padding: 5px 0;
	list-style: none;
	background-image: none;
}

a.twitter-follow { margin-left: 10px;}


/* Simple Contact Widget */

#footer-widget-area .widget ul.jaybich-simple-contact li,
#sidebar .widget ul.jaybich-simple-contact li,
#full-width-content .widget ul.jaybich-simple-contact li {
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: 0 0;
	overflow: hidden;
}

#footer-widget-area .widget ul.jaybich-simple-contact li a, 
#sidebar .widget ul.jaybich-simple-contact li a,
#full-width-content .widget ul.jaybich-simple-contact li a {
	color: #474747;
	padding: 0;
}

#footer-widget-area .widget ul.jaybich-simple-contact li a:hover, 
#sidebar .widget ul.jaybich-simple-contact li a:hover,
#full-width-content .widget ul.jaybich-simple-contact li a:hover {
	border: none;
	text-decoration: underline;
}

#footer-widget-area .widget ul.jaybich-simple-contact li, 
#sidebar .widget ul.jaybich-simple-contact li,
#full-width-content .widget ul.jaybich-simple-contact li {
	overflow: hidden;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.phone, 
#sidebar .widget ul.jaybich-simple-contact li.phone,
#full-width-content .widget ul.jaybich-simple-contact li.phone {
	background-position: 0 -20px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.email, 
#sidebar .widget ul.jaybich-simple-contact li.email,
#full-width-content .widget ul.jaybich-simple-contact li.email {
	background-position: 0 -40px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.contact-form, 
#sidebar .widget ul.jaybich-simple-contact li.contact-form,
#full-width-content .widget ul.jaybich-simple-contact li.contact-form {
	background-position: 0 -60px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.skype, 
#sidebar .widget ul.jaybich-simple-contact li.skype,
#full-width-content .widget ul.jaybich-simple-contact li.skype {
	background-position: 0 -80px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.links {
	background-position: 0 4px;
	padding: 5px 0 0 30px;
}

#sidebar .widget ul.jaybich-simple-contact li.links,
#full-width-content .widget ul.jaybich-simple-contact li.links {
	padding: 2px 0 2px 30px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.extra, 
#sidebar .widget ul.jaybich-simple-contact li.extra,
#full-width-content .widget ul.jaybich-simple-contact li.extra {
	background-position: 0 -100px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links {
	float: left;
	padding: 0; 
	margin: 0;
	display: inline;
	bordeR: none;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li {
	float: left;
	padding: 0 1px;
	background-image: none;
	display: inline;
	border: none;
	
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a  {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(layout/images/icons-social.png);
	overflow: hidden;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.rss, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.rss,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.rss {
	background-position: 0 0;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.twitter, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.twitter,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.twitter {
	background-position: 0 -16px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.facebook, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.facebook,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.facebook {
	background-position: 0 -32px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.myspace, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.myspace,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.myspace {
	background-position: 0 -48px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.flickr, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.flickr,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.flickr {
	background-position: 0 -64px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.linkedin, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.linkedin,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.linkedin {
	background-position: 0 -80px;
}

/* News Scroller Widget */

.news-scroller-wrapper {
	position: relative;
	overflow: hidden;
	height: 200px;
}

ul.news-scroller-nav {
	/*position: absolute;
	bottom: 10px;*/
	right: 10px;
	z-index: 2;
	border-top: 1px solid #e5e5e5;
}

#sidebar .news-scroller-wrapper {
	position: relative;
	overflow: hidden;
	height: 180px;
}

#sidebar .widget .news-scroller-nav, .news-scroller-nav {
	border: none;
	margin-left: 10px;
	border-top: 1px solid #e5e5e5;
}

#sidebar .widget .news-scroller-nav li, .news-scroller-nav li {
	float: left;
	padding: 1px;
	display: inline;
	padding: 0;
	margin: 3px 5px 0 0px;
	border: none;
	background-image: none;
	display: inline;
}

#sidebar .widget .news-scroller-nav li a, .news-scroller-nav a {
	display: block;
	padding: 2px 5px 4px 5px;
	font-size: 12px;
	margin: 0 1px;
	text-decoration: none;
	background: #f2f2f2;
	color: #000;
	line-height: 100%;
	border: 1px solid #e5e5e5;
}

#sidebar .widget .news-scroller-nav li a:hover, .news-scroller-nav a:hover {

}

.news-scroller {
	overflow: hidden;
	z-index: 1;
}

#sidebar .news-scroller h3 {
	font-size: 12px;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.news-scroller h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px;
}
.news-scroller div {
	font-size: 12px;
	height: 150px;
	width: 300px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: inline;
}

.news-scroller div p {
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.news-scroller div .date {
	color: #555;
	font-size: 11px;
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi {
	margin: 10px;
	font-size: 11px;
	margin-left: 0;
	display: inline;
}

#content .wp-pagenavi {
	display: inline;
}

#portfolio .wp-pagenavi {
	margin-left: 16px;
	display: inline;
}

#portfolio .wp-pagenavi .pages, #content .wp-pagenavi .pages {
	display: none;
}

#portfolio .single-column-page-navi, #content .single-column-page-navi {
	margin-left: 10px;
	display: inline;
}

#portfolio .wp-pagenavi a, #content .wp-pagenavi a, .wp-pagenavi a:link {
	padding: 3px 5px;
	text-decoration: none;
	margin: 2px;
}

#portfolio .wp-pagenavi a:hover, #content .wp-pagenavi a:hover {
	text-decoration: none;
	border-style: solid;
}

#portfolio .wp-pagenavi span.current, #content .wp-pagenavi span.current {
	padding: 3px 5px; 
	margin: 2px;
	font-weight: bold;
	font-size: 11px;
	display: inline;
}

/* ADS */

.jaybich-ad-square-buttons a {
	line-height: 100%;
}

.jaybich-ad-square-buttons img {
	margin: 0 5px;
	*margin: 0 5px 5px 5px; /* IE6/IE7 Fix */
}

.jaybich-ad-leaderboard {
	padding: 10px 0 0 0;
	text-align: center;
}

/*Reduced width: eg pages with sidebars*/
.one_fourth{overflow:hidden; float:left; position: relative; margin-right:35px; width:121px;}
.one_third{overflow:hidden; float:left; position: relative; margin-right:35px; width:173px; }
.one_half{overflow:hidden; float:left; position: relative; margin-right:35px; width:277px; }
.three_fourth{overflow:hidden; float:left; position: relative;  margin-right:35px; width:434px; }
.two_third{overflow:hidden; float:left; position: relative; margin-right:35px; width:382px; }
.footerColumn{overflow:hidden; float:left; position: relative; margin-right:35px; width:137px; font-size:11px;}
/*Fullwidth*/
#full-width-content .one_fourth{width:208px;}
#full-width-content .one_third{width:290px;}
#full-width-content .one_half{width: 440px;}
#full-width-content .three_fourth{width:697px;}
#full-width-content .two_third{width:615px;}

#content .pad img {
	max-width: 100%;
	height: auto;
}
