/* General Styles */
label{ cursor:pointer; }
a,a:visited{ color:#000; text-decoration:none; }
a:focus,a:hover{ text-decoration:none; }
body{ color:#000; font:10px/14px Arial, Helvetica, sans-serif; }
.wrapper{ margin:0 auto; width:960px; }
.zoom_glass {overflow:hidden;}
.zoom_glass a {position:relative; float:left; }
.zoom_glass a span { background:url(../images/ico_zoom.png) no-repeat 0 0; width:24px; height:24px; display:none; margin:-12px  0 0 -12px; position:absolute; left:50%; top:50%;}

/* header */
#header {
	width:960px;
	height:44px;
	
}
#logo {
	width:110px;
	height:90px;
	float:left;
	display:block;
	cursor:pointer;
	margin:44px 0 0;
}
#header .search {
	display:none;
	width:179px;
	height:25px;
	float:right;
	margin:28px 0 0;
}
#header .search p {
	float:left;
}
#header .search .text {
	width:110px;
}
#header .search .text input {
	width:90px;
	margin:0;
	padding:5px 10px;
	border-right:0;
	font-family:Tahoma;
	font-size:11px;
}
#header .search .submit {
	width:66px;
}
#header .search .submit input {
	border:0;
	width:66px;
	height:23px;
	margin:0;
	padding:4px 0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:700;
	cursor:pointer;
}

/* menu */
#menu {
	width:853px;
	/*height:49px;*/
	height:86px;
	margin-left:107px;
}
.sf-menu,.sf-menu * {
	list-style:none;
	margin:0;
	padding:0;
}
.sf-menu {
	float:right;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	z-index:1000;
	padding:45px 0 0 10px;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:155px;
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit;
}
.sf-menu li {
	height:30px;
	position:relative;
	z-index:1000;
	line-height:30px;
	float:left;
}
.sf-menu a {
	display:block;
	height:30px;
	line-height:30px;
	float:left;
	position:relative;
	z-index:1000;
	padding:0 22px;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left:0;
	top:25px;
	padding:15px 0 0;
	z-index:99;
}
.sf-menu li:hover ul ul,.sf-menu li.sfHover ul ul {
	left:0;
	top:2.5em;
	padding:0;
	z-index:99;
}
.sf-menu li li a {
	float:none;
	line-height:normal;
	height:auto;
	padding:7px 10px 8px 25px;
}
.sf-menu li li {
	text-transform:none;
	height:auto;
	font-weight:normal;
	line-height:normal;
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left:155px;
	top:0;
}

/* featured slider */
#featured_slider {
	position:relative;
	margin:10px 0 5px;
	padding:0 0 7px;
	height:380px;
	width:960px;
}
.nivo-controlNav {
	position:absolute;
	top:20px;
	right:20px;
	height:20px;
	z-index:999;
}
.nivo-controlNav a {
	float:left;
	display:block;
	width:20px;
	height:20px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	text-indent:-999em;
	margin:0 0 0 10px;
}
.nivo-controlNav a:hover {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
.nivo-controlNav a.active,.nivo-controlNav a.active:hover {
	width:14px;
	height:14px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.nivo-directionNav a {
	position:absolute;
	top:160px;
	right:35px;
	display:block;
	width:54px;
	height:54px;
	text-indent:-999em;
	z-index:999;
}
a.nivo-nextNav {
	right:35px;
	background:url(../images/ico_arrow_right.png) no-repeat 0 0;
}
a.nivo-prevNav {
	right:0;
	left:35px;
	background:url(../images/ico_arrow_left.png) no-repeat 0 0;
}
.nivo-directionNav a:hover {
	background-position:bottom;
}

/* featured_content */
#featured_content {
	width:960px;
	padding:45px 0 0;
}
#featured_content .body {
	width:960px;
	overflow:hidden;
	padding:0 0 65px;
}
#featured_content .body .box {
	float:left;
}
#featured_content .body .box h1 {
	font-size:32px;
	line-height:normal;
	font-weight:700;
	padding:0 0 15px;
}
#featured_content .body .box p {
	font-size:12px;

	line-height:18px;
}
#featured_content .body .box b {
	width:190px;
	display:block;
	padding:0 0 5px;
}
#featured_content .body .first {
	width:180px;
	padding:0 20px 0 50px;
}
#featured_content .body .first p {
	font-size:14px;
	line-height:24px;
}
#featured_content .body .second {
	width:190px;
	margin:0 0 -30px;
	padding:0 0 0 45px;
}
#featured_content .body .second .item {
	width:190px;
	padding:0 0 30px;
}
#featured_content .body .third {
	width:190px;
	padding:0 0 0 45px;
}
#featured_content .body .third .author {
	width:190px;
	text-align:right;
	font-weight:700;
	padding:10px 0 0;
}
#featured_content .body .third .author p a {
	font-style:italic;
}
#featured_content .body .fourth {
	width:160px;
	padding:0 0 0 45px;
}
#featured_content .body .fourth .item {
	float:left;
	padding:0 20px 20px 0;
}
#featured_content .body .fourth .item img {
	display:block;
	padding:1px;
}
#featured_content .body .box h2,#featured_content .body .box h3 {
	font-size:18px;
	font-weight:400;
	padding:10px 0 15px;
}

/* body */
#body{
	width:960px;
	overflow:hidden;
	padding:0 0 20px;
}

/* main content */
#body .main_content {
	float:left;
	width:958px;
}
#body .main_content .head {
	float:left;
	width:958px;
	height:84px;
}
#body .main_content .head h1 {
	float:left;
	font-size:18px;
	font-weight:700;
	padding:34px 0 0 30px;
}
#body .main_content .head .desc {
	float:right;
	text-align:right;
	font-size:11px;
	padding:34px 30px 0 0;
}
#body .main_content .content {
	float:left;
	width:898px;
	padding:28px 30px 15px;
}
#body p {
	font-size:12px;
	line-height:22px;
	padding:0 0 20px;
}
#body p a {
	font-style:italic;
	text-decoration:underline;
}
#body p a:hover {
	text-decoration:none;
}
#body .left_image {
	float:left;
	padding:3px 10px 10px 0;
}
#body .right_image {
	float:right;
	padding:3px 0 10px 10px;
}
#body .big_image {
	margin:0 0 20px;
}
#body h1 {
	font-size:18px;
	padding:0 0 20px;
}
#body h2 {
	font-size:16px;
	padding:0 0 20px;
}
#body h3 {
	font-size:14px;
	padding:0 0 15px;
}
#body h4 {
	font-size:12px;
	padding:0 0 12px;
}
#body h5 {
	font-size:11px;
	padding:0 0 10px;
}
#body h6 {
	font-size:10px;
	padding:0 0 0px;
}
#body ul {
	padding:0 0 20px;
}
#body ul li {
	font-size:12px;
	line-height:20px;
	padding:0 0 8px 15px;
}
#body table {
	width:100%;
	margin:0 0 30px;
}
#body table th {
	text-align:left;
	font-weight:700;
	font-size:12px;
	padding:10px;
}
#body table td {
	text-align:left;
	font-size:11px;
	padding:5px 10px;
}
#body .highlight {
	font-weight:700;
	padding:1px 5px;
}
#body pre,#body .code {
	border-left:5px solid;
	font:12px/18px Arial, Helvetica, sans-serif;
	margin:0 0 20px;
	padding:10px 15px!important;
}
#body .dropcap {
	display:block;
	float:left;
	font:60px/40px Georgia, "Times New Roman", Times, serif;
	padding:7px 8px 0 0;
}
#body blockquote {
	font:12px/18px Arial, Helvetica, sans-serif;
	padding:0 0 20px 20px;
}
#body blockquote .close {
	padding:0 20px 0 0;
}
#body .box-blue,#body .box-red,#body .box-green,#body .box-black,#body .box-orange {
	border:3px solid #111;
	margin:0 0 20px;
	padding:10px!important;
}
#body .legend-title {
	float:left;
	left:7px;
	position:absolute;
	top:-15px;
	margin:0!important;
	padding:5px 10px!important;
}
#body .legend {
	position:relative;
	margin:35px 0 20px;
	padding:25px 10px 0;
}
#body .left_image img,#body .right_image img {
	display:block;
	padding:1px;
}

/* blog */
#body .main_content .blog {
	float:left;
	width:auto;
	margin:0 0 -30px;
	padding:28px 0 0;
}

/* blog post */
#body .main_content .blog .blog_post {
	width:898px;
	float:left;
	margin:0 0 30px;
	padding:0 30px 15px;
}
#body .main_content .blog .blog_post .post_head {
	width:898px;
	float:left;
	padding:0 0 30px;
}
#body .main_content .blog .blog_post .post_head h1 {
	width:540px;
	float:left;
	font-size:20px;
	line-height:24px;
}
#body .main_content .blog .blog_post .post_head .post_info {
	width:143px;
	float:right;
	text-align:right;
}
#body .main_content .blog .blog_post .post_head .post_info p {
	font-size:11px;
	line-height:18px;
	padding:0;
}
#body .main_content .blog .blog_post .post_head .post_info p.date {
	font-size:13px;
}
#body .main_content .blog .blog_post .post_head .post_info p a {
	text-decoration:none;
	font-style:normal;
}
#body .main_content .blog .blog_post .post_data {
	width:898px;
	float:left;
}
#body .main_content .blog .blog_post .tags {
	width:898px;
	text-align:right;
	font-size:12px;
	padding:10px 0 15px;
}
#body .main_content .blog .blog_post .tags a:hover {
	text-decoration:underline;
}

/* page_numbering */
#body .page_numbering {
	width:743px;
}
#body .page_numbering ul {
	width:745px;
	float:left;
	position:relative;
	z-index:999;
	margin:0 -2px 0 -1px;
	padding:25px 0 0;
}
#body .page_numbering ul li {
	float:left;
	font-size:13px;
	line-height:normal;
	background:none;
	padding:0 0 0 15px;
}
#body .page_numbering ul li.dots {
	padding:7px 0 0 15px;
}
#body .page_numbering ul li a {
	float:left;
	padding:4px 7px;
}

/* comments */
#body .main_content .comments {
	width:705px;
	float:left;
	position:relative;
	z-index:999;
	margin:0 -2px 0 -1px;
	padding:35px 20px 0;
}
#body .main_content .comments h3 {
	font-size:16px;
	font-weight:700;
	margin:0 0 20px;
}
#body .main_content .comments .comment {
	width:702px;
	float:left;
	margin:0 0 20px;
}
#body .main_content .comments .comment .avatar {
	float:left;
	width:76px;
	padding:20px;
}
#body .main_content .comments .comment .avatar img {
	float:left;
	width:70px;
	padding:2px;
}
#body .main_content .comments .comment .comment_content {
	float:left;
	width:566px;
	padding:20px 0;
}
#body .main_content .comments .comment .comment_content .comment_head {
	float:left;
	width:566px;
	padding:0 0 10px;
}
#body .main_content .comments .comment .comment_content .comment_head .left {
	float:left;
}
#body .main_content .comments .comment .comment_content .comment_head .right {
	float:right;
	font-size:16px;
	font-weight:700;
}
#body .main_content .comments .comment .comment_content .comment_head h4 {
	font-size:12px;
	padding:0;
}
#body .main_content .comments .comment .comment_content .comment_head h4 a:hover {
	text-decoration:underline;
}
#body .main_content .comments .comment .comment_content .comment_head .posted {
	font-size:11px;
	padding:0;
}
#body .main_content .comments .comment .comment_content .comment_data {
	float:left;
	width:100%;
	font-size:12px;
	line-height:20px;
}
#body .main_content .comments .child {
	width:652px;
	margin:0 0 20px 50px;
}
#body .main_content .comments .comment .comment_content .comment_data a,#body .main_content .comments .comment .comment_content .comment_data a:hover {
	text-decoration:underline;
}
#body .main_content .comments .child .comment_content,#body .main_content .comments .child .comment_content .comment_head {
	width:516px;
}

/* post_comment */
#body .main_content .post_comment {
	width:705px;
	float:left;
	position:relative;
	z-index:999;
	margin:0 -2px 0 -1px;
	padding:35px 20px 10px;
}
#body .main_content .post_comment h3 {
	font-size:16px;
	font-weight:700;
	margin:0 0 20px;
}
#body .main_content .post_comment form p {
	float:left;
	width:100%;
	padding:0 0 15px;
}
#body .main_content .post_comment form .text_input {
	width:220px;
	float:left;
	font:12px Tahoma, Geneva, sans-serif;
	margin:0;
	padding:4px 5px;
}
#body .main_content .post_comment form .text_area {
	width:500px;
	height:100px;
	float:left;
	font:12px Tahoma, Geneva, sans-serif;
	margin:0;
	padding:4px 5px;
	overflow:auto;
}
#body .main_content .post_comment form label {
	float:left;
	font-size:12px;
	margin:0;
	padding:4px 10px;
}
#body .main_content .post_comment form .button {
	font-size:11px;
	font-weight:700;
	width:66px;
	height:23px;
	font-family:Tahoma;
	cursor:pointer;
	margin:0;
	padding:4px 0;
}


/* half main content */
#body .half_main_content {
	float:left;
	width:573px;
}
#body .half_main_content .head {
	float:left;
	width:573px;
	height:84px;
}
#body .half_main_content .head h1 {
	float:left;
	font-size:18px;
	font-weight:700;
	padding:34px 0 0 30px;
}
#body .half_main_content .head .desc {
	float:right;
	text-align:right;
	font-size:11px;
	color:#a2a2a2;
	padding:34px 30px 0 0;
}
#body .half_main_content .content {
	float:left;
	width:513px;
	padding:28px 30px 15px;
}

/* half_sidebar */
#body .half_sidebar {
	float:left;
	width:384px;
}
#body .half_sidebar .body {
	float:left;
	width:384px;
}
#body .half_sidebar .top {
	float:left;
	width:354px;
	padding:35px 0 0 30px;
}
#body .half_sidebar .body h3 {
	font-size:18px;
	font-weight:700;
	padding:0 0 10px;
}
#body .half_sidebar .body .contact_form {
	padding:15px 0;
}
#body .half_sidebar .body .contact_form p {
	font-size:12px;
	line-height:12px;
	overflow:hidden;
	padding:0 0 5px;
}
#body .half_sidebar .body .contact_form p.error {
	font-size:12px;
	color:red;
	line-height:12px;
	display:block;
	margin:-7px 0 0;
	padding:0 0 10px;
}
#body .half_sidebar .body .contact_form label {
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:0;
}
#body .half_sidebar .body .contact_form input {
	width:303px;
	font:11px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;
	padding:5px 10px;
}
#body .half_sidebar .body .contact_form textarea {
	width:303px;
	height:100px;
	font:11px Tahoma, Geneva, sans-serif;
	overflow:auto;
	margin:0 0 10px;
	padding:5px 10px;
}
#body .half_sidebar .body .contact_form .submit {
	display:inline;
	float:left;
}
#body .half_sidebar .body .contact_form button {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:700;
	border:0;
	cursor:pointer;
	width:100px;
	text-align:center;
	margin:0;
	padding:4px 0;
}
#body .half_sidebar .bot {
	float:left;
	width:385px;
	height:12px;
	font-size:0;
	line-height:0;
	margin:0 0 -1px;
}

/* full width */
#body .full_width {
	float:left;
	width:958px;
}
#body .full_width .head {
	float:left;
	width:958px;
	height:82px;
}
#body .full_width .head h1 {
	float:left;
	font-size:18px;
	font-weight:700;
	padding:34px 0 0 30px;
}
#body .full_width .head .desc {
	float:right;
	text-align:right;
	font-size:11px;
	padding:34px 30px 0 0;
}
#body .full_width .content {
	float:left;
	width:897px;
	padding:28px 30px 15px;
}
#body .full_width .page_numbering {
	width:957px;
}
#body .full_width .page_numbering ul {
	width:960px;
	float:left;
	position:relative;
	z-index:999;
	margin:0 -2px 0 -1px;
	padding:25px 0 0;
}

/* three_column_portfolio */
#body .full_width .three_column_portfolio {
	float:left;
	width:897px;
	padding:28px 30px 15px;
}
#body .full_width .three_column_portfolio .item {
	float:left;
	width:275px;
	padding:0 12px 30px;
}
#body .full_width .three_column_portfolio .item .image {
	width:275px;
	padding:0 0 6px;
}
#body .full_width .three_column_portfolio .item .image img {
	display:block;
}
#body .full_width .three_column_portfolio .item h2 {
	text-align:center;
	padding:8px 0 15px;
}
#body .full_width .three_column_portfolio .item .actions {
	font-size:14px;
	overflow:hidden;
	font-weight:700;
	padding:0 15px;
}
#body .full_width .three_column_portfolio .item .actions .right {
	float:right;
}
#body .full_width .three_column_portfolio .three_box_group,#body .full_width .three_column_portfolio .item .actions .left {
	float:left;
}

/* three_column_portfolio */
#body .full_width .big_portfolio {
	float:left;
	width:897px;
	padding:28px 30px 15px;
}
#body .full_width .big_portfolio .item {
	float:left;
	width:897px;
	padding:0 0 30px;
}
#body .full_width .big_portfolio .item .image {
	width:450px;
	float:left;
	padding:0 0 7px;
}
#body .full_width .big_portfolio .item .image img {
	display:block;
}
#body .full_width .big_portfolio .item .info {
	float:left;
	width:417px;
	padding:0 0 0 30px;
}
#body .full_width .big_portfolio .item h1 {
	padding:8px 0 0;
}
#body .full_width .big_portfolio .item p.date {
	font-size:11px;
}
#body .full_width .big_portfolio .item .actions {
	font-size:16px;
	font-weight:700;
	overflow:hidden;
	padding:0 15px 30px;
}
#body .full_width .big_portfolio .item .actions .left {
	float:left;
}
#body .full_width .big_portfolio .item .actions .right {
	float:right;
}

/* sidebar */
#body .sidebar {
	float:left;
	width:215px;
}
#body .sidebar .body {
	float:left;
	width:214px;
}
#body .sidebar .top {
	float:left;
	width:184px;
	padding:35px 0 0 30px;
}
#body .sidebar .body h3 {
	font-size:18px;
	font-weight:700;
	padding:0 0 10px;
}
#body .sidebar .body p {
	font-size:12px;
	line-height:20px;
	padding:0 30px 20px 0;
}
#body .sidebar .body ul {
	padding:0 0 25px;
}
#body .sidebar .body ul.sub_menu li {
	display:block;
	font-size:13px;
	font-weight:700;
	line-height:normal;
	background:none;
	padding:4px 0;
}
#body .sidebar .body ul.sub_menu li a {
	display:block;
	padding:0 0 0 17px;
}
#body .sidebar .body ul.sub_menu li li {
	font-size:12px;
	font-weight:400;
	padding:4px 0 4px 10px;
}
#body .sidebar .body ul.sub_menu li li a {
	background:none;
}
#body .sidebar .body ul.sub_menu li li a:hover,#body .sidebar .body ul.sub_menu li li a.current {
	background:none;
}
#body .sidebar .body ul.sub_menu li ul {
	padding:2px 0 8px;
}
#body .sidebar .bot {
	float:left;
	width:215px;
	height:12px;
	font-size:0;
	line-height:0;
	margin:0 0 -1px;
}

/* three boxes */
#three_boxes {
	display:none;
	width:960px;
	overflow:hidden;
	margin:50px 0;
}
#three_boxes .box {
	float:left;
	width:240px;
	margin:0 40px;
}
#three_boxes .box h3 {
	font-size:16px;
	font-weight:700;
	margin:0 0 10px;
}
#three_boxes .box p {
	font-size:12px;
	line-height:20px;
}
#three_boxes .box p a {
	font-style:italic;
}
#three_boxes .box p.more {
	padding:5px 0 0;
}
#three_boxes .box p.more a {
	font-weight:700;
}

/* footer */
#footer {
	display:none;
	width:960px;
	overflow:hidden;
}
#footer .footer_box {
	width:960px;
	overflow:hidden;
	padding:6px 0 20px;
}
#footer .content {
	width:960px;
	overflow:hidden;
	padding:0 0 30px;
}
#footer .content h2 {
	font-size:18px;
	font-weight:400;
	padding:0 0 20px;
}
#footer .content .box {
	float:left;
	font-size:11px;
	line-height:24px;
	margin:30px 0 0;
}
#footer .content .box ul li {
	line-height:14px;
	padding:0 0 10px;
}
#footer .content .first {
	width:170px;
	padding:0 0 0 40px;
}
#footer .content .third {
	width:120px;
	padding:0 0 0 30px;
}
#footer .content .social_box {
	width:226px;
	height:175px;
	float:right;
	margin:30px 0 0;
	padding:0 40px 0 30px;
}
#footer .content .social_box h2 {
	padding:30px 0 0;
}
#footer .content .social_box .icons {
	overflow:hidden;
	padding:25px 0 0;
}
#footer .content .social_box .icons li {
	float:left;
	padding:0 8px 15px;
}
#footer .copy {
	font-size:11px;
	padding:0 0 20px;
}
#footer .content .second,#footer .content .fourth {
	width:110px;
	padding:0 0 0 30px;
}