﻿/* ================= 1. 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
}
strong, b {
	font-weight:bold;
}
em, dfn, i {
	font-style:italic;
}
/* ================= General tags ================= */
body {
	font: 14px/1.7 "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;;
	color:#666666;
	-webkit-font-smoothing: antialiased;
	background: #515673 url(../images/background_gradient.jpg) repeat-x 0px 0px;
   
}
.page{
	max-width:1152px;
	margin:0px auto 0px auto;
	position:relative;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI",Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom:12px;
	font-weight:600;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline: none;
}
a {
	color:#d93e39;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a:hover {
	text-decoration:underline;
}
pre {
	white-space:pre;
	overflow:auto;
	padding:20px;
}
code {
	white-space:pre;
	overflow:auto;
	padding:14px;
	color:#595959;
	background:#f6f6f6;
	display:block;
	border:1px solid #ddd;
	font-size:11px;
	line-height:15px;
}
code strong {
	color:#000;
}
p {
	color: #74665B;
	font-size:12px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
	line-height:22px;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p {
	margin-bottom: 20px;
}
::selection {
	background:#2e2823;
	color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}
input,textarea{
	
	padding:10px;
	border: 1px solid #e5e5e5;
	width:90%;
	color:#999;
	
	box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
}

select{
	
	padding:10px;
    border: 1px solid #e5e5e5;
	width:315px;
	color:#999;
    
    
    box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
}

.col_3_4 option {
    margin: 5px;
    padding: 6px;
    height: 32px;
    line-height: 10px;
}

input:hover,input:focus{
	border: 1px solid #01bbec;
	box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
	-moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
}

.submit input{
	width:100px;
	height:40px;
	color:#FFF;
	background-color:#01bbec;
	letter-spacing:1px;
}
/* =================  Social ================= */
.social-links {
	position:absolute;
	padding:0;
	margin:0;
	padding-top:10px;
}
.social-links li {
	display:inline;
	padding-right:10px;
	width:24px;
	height:26px;
}
#login-form fieldset 
{
    float:right;
    padding-top:15px;

}

#login-form span.text {float:left;width:104px;height:23px;margin-left:5px;}
#login-form input {background:none;padding:4px 10px;vertical-align:top;color:#9b9b9b;width:84px}
#login-form input {background:none;padding:4px 10px;vertical-align:top;color:#9b9b9b;width:84px}

#login-form a.login {color:#fff;text-decoration:none;text-shadow:1px 1px #295c01;float:left;}
#login-form a.login span {
    display: block;
    background-color: #00c0f2;
    margin: 2px 10px 5px 10px;

}
#login-form a.login span span {
    padding: 4px 22px 2px 22px;
}
#login-form span.links {font-size:.923em;line-height:1.3em;float:left;padding-left:8px;position:relative;top:-2px;}
#login-form span.links a {color:#464646;text-decoration:underline;}
#login-form span.links a:hover {color:#00c0f2;}
/* ================= Headers ================= */
h1 {
	font-size:25px;
	color:#453C34;
}
h2 {
	font-size:22px;
	color:#453C34;
}
h3 {
	font-size:18px;
	color:#453C34;
}
h4 {
	font-size:16px;
	color:#453C34;
}
h5 {
	font-size:14px;
	color:#453C34;
}
h6 {
	font-size:12px;
	color:#453C34;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
	font-weight:400;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color:#fff;
}
h1.page_title {
	margin-bottom:10px;
}
h1.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin:20px 0 30px 0;
	padding:0 0 10px 0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
}
h2.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
}
h3.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
	padding-bottom:15px;
}
h3.bottom_line2 {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:0;
	padding-bottom:5px;
}
h4.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:11px;
	padding-bottom:10px;
}
p.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:0 0 13px 0;
}
div.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:0 0 13px 0;
}
p.align_center {
	text-align:center;
	font-size:14px;
	color:#999999;
}
p.align_center a {
	font-weight:bold;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight:600;
}
/* ================= Title ================= */
.fifteen {
	width: 100%;
}
.row .fifteen {
	width: 100%;
}
.columns {
	width: auto !important; float: none;
}
#page-title .subtitle {
    
color: rgb(110, 116, 118);
text-transform: uppercase;

font-size: 11px;
font-weight: 400;
}

.breadcrumbs span {
	margin: 0px 10px; font-size: 10px;
}
#page-title {
	padding: 0px 0px 0px 70px; position: relative;
}
#page-title .subtitle p {
	margin: 0px;
}
#page-title h1 {
	margin: 0px;
}
#page-title .breadcrumbs {
	padding: 5px 0px; font-size: 12px;
}
#page-title .breadcrumbs a{
	 color:#1f9ed9;text-decoration:none;
}
.breadcrumbs span {
	 font-size: 10px;
}


#page-title a.back {
	left: 0px; top: 0px;right:1051px; 
position: absolute;
}
a.back {
	background-repeat:no-repeat; width: 61px; height: 62px; -webkit-background-size: 61px 62px;
}
a.back:hover {
	background-size: 61px 62px; -webkit-background-size: 61px 62px;
}
.page-title {
    color: rgb(72, 78, 80);
font-family: "Segoe UI Light", "Source Sans Pro", "Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial", sans-serif;
font-size: 30px;
font-weight: 300;
}
#page-title .subtitle {
	margin: 0px 0px 3px; color: rgb(110, 116, 118); text-transform: uppercase; font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif; font-size: 11px; font-weight: 400;
}
#sub_categories {
     position: relative;
}
#sub_categories .subtitle {
	padding: 0px 0px 0px 70px;margin: 0px 0px -5px; color: rgb(110, 116, 118); text-transform: uppercase; font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif; font-size: 11px; font-weight: 400;
}
#sub_categories .widget-inner {
background-repeat:no-repeat; 
}
#sub_categories h3 {
color: rgb(72, 78, 80);
font-family: "Segoe UI Light", "Source Sans Pro", "Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial", sans-serif;
font-size: 30px;
font-weight: 300;
padding: 0px 0px 0px 70px;
}

/* ================= End Title ================= */
.clear {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.padding3 {
	padding-top:3px;
	font-size:0;
	line-height:0;
}
.padding5 {
	padding-top:5px;
	font-size:0;
	line-height:0;
}
.padding10 {
	padding-top:10px;
	font-size:0;
	line-height:0;
}
.padding12 {
	padding-top:12px;
	font-size:0;
	line-height:0;
}
.padding15 {
	padding-top:15px;
	font-size:0;
	line-height:0;
}
.padding17 {
	padding-top:17px;
	font-size:0;
	line-height:0;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.padding25 {
	padding-top:25px;
	font-size:0;
	line-height:0;
}
.padding30 {
	padding-top:30px;
	font-size:0;
	line-height:0;
}
.padding40 {
	padding-top:40px;
	font-size:0;
	line-height:0;
}
.padding50 {
	padding-top:50px;
	font-size:0;
	line-height:0;
}
.padding60 {
	padding-top:60px;
	font-size:0;
	line-height:0;
}
.padding80 {
	padding-top:80px;
	font-size:0;
	line-height:0;
}
.none {
	display:none;
}
.line {
	font-size:0px;
	border-top:1px solid #d9d9d9;
}
hr {
	background:transparent;
	border:0;
	clear:both;
	color:transparent;
	height:1px;
	margin:0;
	padding:0
}
hr {
	background: #d9d9d9;
	color: #d9d9d9;
	margin:5px 0 25px 0;
}
hr.dotted {
	border-style: dotted;
}
p + hr {
	margin:25px 0 20px 0;
}
/* ================= Logo and Main menu ================= */
/* ================= Header and Logo ================= */
.container {
	width:1112px;
	margin:0 auto;
}
.header_bg {
	min-height: 197px;
	background:#FFFFFF;
}
.header_bg.grey {
	background:#f2f2f2 url("../images/header_delimiter.png") repeat-x bottom;
}
.header_bg .logo {
	float:left;
	
	margin-top: 50px;
}
/* ================= Header Menu ================= */
/*.main-menu {
	margin:20px 0 0 0;
	float:right;
}
.header_bg nav{
	
	float:right;
	
	background-color:transparent;
	
}
.header_bg nav ul{
	
	list-style:none;
	margin:0 auto;
	
}
.header_bg  nav ul li{
	float:left;
	display:inline;
	
}
.header_bg a {
	text-decoration:none;
}
.header_bg a:hover {
	text-decoration:none;
	color:#d8c0a8;
}
.header_bg  nav a:link, .header_bg  nav a:visited{
	color:#fff;
	display:inline-block;
	margin-left:5px;
	height:120px;
	width:120px;
	padding-left:10px;
	padding-top:10px;
}
.header_bg nav a:link, .header_bg nav a:visited{
	color:#fff;
	display:inline-block;
	margin-left:5px;
	height:120px;
	width:120px;
	padding-left:10px;
	padding-top:10px;
}
.header_bg nav a:hover, .header_bg nav a:active, .header_bg nav .active a:link, .header_bg nav .active a:visited  {
background-color:#cf5c3f;
text-shadow:none;	
}
.btnStudent
{
	background-image:url(../images/iconStudent.png); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:#feac1a;
}
.btnFaculty
{
	background-image:url(../images/iconFaculty.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#87a9b3;
}
.btnAdmin{
	background-image:url(../images/iconAdmin.png); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:#0abf32;
}
.btnConsultancy{
	background-image:url(../images/iconConsultancy.png); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:#feac1a;
}
.btnCourse{
	background-image:url(../images/iconCourse.png); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:#01bbec;
}
.btnCommon{
	background-image:url(../images/iconCommon.png); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:#87a9b3;
}*/

.tiled-menu {
	list-style: none; margin: 0px 0px 0px -4px; padding: 0px 0px 0px 16px; float: left; position: relative;
}
.tiled-menu li.first {
	margin: 0px;
}
.tiled-menu li {
	margin-left: 4px; float: left;
}
.tiled-menu [class*='column'] + [class*='column']:last-child {
	float: left;
}
.tiled-menu > li > .menu-item-wrap {
	width: 107px; height: 110px; display: block; position: relative;margin-right:30px;
}
.tiled-menu > li > .menu-item-wrap > a {
	padding: 8px 13px; left: 0px; top: 0px; width: 100%; height: 100%; color: rgb(255, 255, 255); position: absolute;
}
.tiled-menu > li > .menu-item-wrap >  a:hover {
	text-decoration:none;
}
.tiled-menu li .item-title {
	color: rgb(255, 255, 255);  font-size: 15px; font-weight: 300;
}
.tiled-menu li.sub_menu{/* position:relative; */}
.tiled-menu li.sub_menu span.menu_arrow{ display:none;}
.tiled-menu li.sub_menu:hover span.menu_arrow{ display:block; background:url(../images/menu_arrow.png) no-repeat; width:16px; height:14px; position:absolute; bottom: -29px;}
.tiled-menu li ul {
	margin: 0px 0px 0px 0px;  
	left: 20px; 
	top: 113%; 
	width: 100%; 
	display: none; position: absolute; z-index: 100;
}
.tiled-menu li ul li {
	margin: 0px 22px 0px 0px; padding: 12px 0px 5px; width: auto; height: auto; display: inline;
}
.tiled-menu li ul li a {
	color: #EEEEEE; font-size: 16px;font-weight:400;
	line-height: 36px;
}
.tiled-menu li ul li a:hover {
	color: #F09000;text-decoration:none;font-weight:400;
}

.tiled-menu li .arrow {
	background: url("../icons/down.png") no-repeat 0px 0px; top: 10px; width: 5px; height: 3px; padding-left: 5px; margin-left: 7px; position: relative;
}
.tiled-menu > li:hover .menu-item-wrap {
	border: currentColor; transform: scale(0.98); -webkit-transform: scale(.98); -moz-transform: scale(.98); -o-transform: scale(.98);
}
.tile:hover {
	border: currentColor; transform: scale(0.98); -webkit-transform: scale(.98); -moz-transform: scale(.98); -o-transform: scale(.98);
}
.tiled-menu > li:active .menu-item-wrap {
	border: currentColor; transform: scale(0.95); -webkit-transform: scale(.95); -moz-transform: scale(.95); -o-transform: scale(.95);
}
.tile:active {
	border: currentColor; transform: scale(0.95); -webkit-transform: scale(.95); -moz-transform: scale(.95); -o-transform: scale(.95);
}




.tile-icon {
	background-position: center; margin: 0px auto; width: 96px; height: 96px; overflow: hidden; display: block; background-repeat: no-repeat;margin-top:-10px;
}


nav select {
	display: none;
}

/* ================= Page title + Search ================= */
.page_info {
	margin:10px 0 17px 0;
}
.page_info .text {
	float:left;
}
.page_info .search .left {
	float:left;
	padding:0 0 0 0;
}
.page_info .search .right {
	float:left;
	padding:4px 0 0 0;
}
.page_info .search .inputSearch {
	cursor:pointer;
	background:url("../images/search_button.png") no-repeat;
	width:40px;
	height:30px;
	border:0;
	margin:0;
}
.page_info .search .inputSearch:hover {
	background-repeat:no-repeat;
	background-position:100% -30px;
}
.page_info .search .inputSearch:active {
	background-repeat:no-repeat;
	background-position: 0 -60px;
}
.page_info .search .inputText {
	color:#808080;
	border:1px solid #e4e4e4;
	width:140px;
	height:20px;
	padding:5px;
	margin:4px 15px 0 11px;
}
.delimiter {
	background:url("../images/companies_bottom.png") repeat-x;
	height:5px;
	margin:0 0 15px 0;
}
/* ================= Left Menu ================= */
ul.left-menu li {
	font-size:14px !important;
    list-style:none;
    
}
ul.left-menu li {
	padding:10px 10px 10px 0px  !important;
	line-height:50px !important;
	border-bottom:1px solid #f6f4e7;
}
ul.left-menu li a{
	text-decoration:none;
    color:#595959;
    }
ul.left-menu li a:hover {
	color:#1f9ed9;
   
}
.UpdateProfile {
	background:url(../images/edit.png) no-repeat left;
	padding: 30px 0;
	padding-left:70px !important;
    
}
.Login{
	background:url(../images/LoginIcon.png) no-repeat left;
	padding: 30px 0;
	padding-left:70px !important;
    
}
/* ================= Images ================= */

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* ================= Contact Page ================= */
.required_info {
	font-size:12px;
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.inputText {
	width:300px;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
}
.inputTextarea {
	width:525px;
	height:250px;
	border:1px solid #cccccc;
	padding:7px;
}
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
    width:200px;
    display:inline-block;
}
.contact_form label span {
	color:red;
}
/* === Clearfix === */
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;

	width:0
}
* html .clearfix, :first-child+html .clearfix {
	zoom:1
}

/* ================= Columns ================= */

.content {
	width:620px;
	margin:25px 40px 0 0;
	float:left;
}
.sidebar {
	width:280px;
	margin:10px 0 0 0;
	float:left;
}
.col_1_1 {
	width:490px;
	float:left;
	margin:0 20px 0 0;
}
.col_1_2 {
	width:540px;
	float:left;
	margin:0 20px 0 0;
}
.col_2_3 {
	width:620px;
	float:left;
	margin:0 20px 0 0;
}
.col_1_3 {
	width:770px;
	float:left;
	margin:0 20px 0 0;
   
    border-right: 1px solid #d9d9d9;
}
.col_1_4 {
	width:600px;
	float:left;
	margin:0 20px 0 0;
}
.col_1_5 {
	width:172px;
	float:left;
	margin:0 20px 0 0;
}
.col_3_4 {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}
.content .col_1_2 {
	width:300px;
}
.content .col_1_3 {
	width:193px;
}
.content .col_2_3 {
	width:406px;
}
.content .col_1_4 {
	width:140px;
}
.content .col_1_5 {
	width:108px;
}
.content .col_3_4 {
	width:460px;
}
.col_1_2.last, .col_2_3.last, .col_1_3.last, .col_1_4.last, .col_1_5.last, .col_3_4.last, .col_3_4 .col_1_2.last {
	margin:0;
}
.content .col_1_2.last, .content .col_2_3.last, .content .col_1_3.last, .content .col_1_4.last, .content .col_1_5.last, .content .col_3_4.last {
	margin:0;
}

/* ================= Homepage Featured Columns ================= */

.features .title {
	border-bottom:1px solid #d9d9d9;
	padding:15px 15px 15px 10px;
	margin:0 0 13px 0;
	background:#716457;
}
.features img {
	float:left;
	margin:0 10px 0 0;
}
.features .title h3 {
	font-weight:bold;
	margin:0 0 0 0;
	line-height:26px;
	color:#fff;
}

/* ================= Homepage Widgets ================= */
.homepage_divider {
	background:url("../images/homepage_divider.png") repeat-x;
	height:5px;
	margin-top:0;
}
.homepage_widgets_bg {
	background:#44616f;
	border-top:1px solid #aff4f4;
}
.homepage_widgets_bg p {
	color:#aff4f4;
}
.button_divider {
	width:207px;
	margin:-70px auto 0 auto;
}
.button_divider a.button_big {
	margin:0 0 0 11px;
}
.homepage_widgets {
	text-align:center;
	border:0;
	border-top:1px solid #f1f1f1;
	padding:40px 0 80px 0;
}
.homepage_widgets .col_1_3 {
	width:280px;
	margin:40px 20px 0 20px;
}
.homepage_widgets .col_1_3 h3.red {
	margin:27px 0 10px 0;
}
.homepage_widgets .col_1_3 .widget_body p {
	margin:0 0 0 0;
}
.homepage_widgets .col_1_3.first {
	margin:40px 20px 0 10px;
}
.homepage_widgets .col_1_3.last {
	width:280px;
	margin:40px 0 0 20px;
}
.homepage_widgets .widget_body {
	border:1px solid #cccccc;
	background:#FFF;
	padding:10px 20px;
	margin:0 0 0px 0;
}
.homepage_widgets .widget_body .homepage_widget_top {
	height:20px;
	background:url("../images/homepage_widget_top.png") repeat-x;
	margin:0 0 10px 0;
}
.homepage_widgets .widget_body .divider_border {
	height:1px;
	background:url("../images/homepage_widget_divider_border.png") repeat-x;
	margin:5px 0 10px 0;
}
.homepage_widgets .widget_body .image {
	border:1px solid #cccccc;
	float:left;
	padding:5px 5px 0 5px;
	width:60px;
	margin-top:6px;
	position:relative;
}
.homepage_widgets .widget_body .image img {
	width:60px;
	height:60px;
}
.homepage_widgets .widget_body .image .widget_quotes {
	width:25px;
	height:22px;
	background:url("../images/widget_quotes.png") no-repeat;
	position:absolute;
	top:-7px;
	left:0px;
}
.homepage_widgets .widget_body .text {
	width:150px;
	margin-left:15px;
	float:left;
}
.homepage_widgets .widget_body .text p {
	text-align:left;
	line-height:22px;
	margin:0 0 5px 0;
}
.homepage_widgets .widget_body .widget_comments {
	text-align:left;
	color:#dc4b46;
	font-size:12px;
	float:left;
	padding:3px 0 3px 0;
}
.homepage_widgets .widget_body .hour {
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#a7a6a6;
	padding:7px 0 0 15px;
	background:url("../images/hour.png") no-repeat left 85%;
	float:right;
}
.homepage_widgets .widget_bottom {
	background:url("../images/homepage_widget_bottom.png") no-repeat;
	width:282px;
	height:10px;
	font-size:0;
}
.homepage_widgets p {
	text-align:center;
}
.homepage_widgets .widget_newsletter {
	border:1px solid #cccccc;
	background:#FFF;
}
.homepage_widgets .widget_newsletter h3 {
	margin:10px 0 10px 0;
}
.homepage_widgets .widget_newsletter .wline {
	background:url("../images/newsletter_bg.png") no-repeat;
	height:6px;
	font-size:0;
}
.homepage_widgets .widget_newsletter .widget_newsletter_body {
	padding:10px 20px 20px 20px;
}
.homepage_widgets .widget_newsletter .divider_border {
	height:1px;
	background:url("../images/homepage_widget_divider_border.png") repeat-x;
	margin:0 0 10px 0;
}
.homepage_widgets .widget_newsletter label {
	color:#707070;
	font-size:14px;
	font-weight:400;
	text-align:left;
	display:block;
	margin:10px 0 10px 0;
}
.homepage_widgets .widget_newsletter input[type="text"] {
	border:1px solid #e6e6e6;
	color:#707070;
	font-size:14px;
	font-weight:400;
	width:90%;
}
.homepage_widgets .widget_newsletter .button_big {
	margin:10px 0 10px 0;
}
.homepage_widgets .widget_newsletter .button_big span {
	width:195px;
}
.recent_post_slider .slides_container {
	width:238px;
	display:none;
}
.recent_post_slider .slides_container div.slide {
	width:238px;
	display:block;
}
.pagination {
	margin:10px auto 20px auto;
	width:50px;
}
.pagination li {
	float:left;
	margin:0 3px;
}
.pagination li a {
	display:block;
	width:10px;
	height:0;
	padding-top:11px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -11px;
}
.follow_us_box {
	padding:15px;
	background:#FFF;
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.follow_us_box a.twitter {
	background:url("../images/homepage_twitter.png") no-repeat left;
	padding:0 0 0 24px;
	font-size:16px;
	color:#262626;
	float:left;
}
.follow_us_box a.twitter:hover {
	text-decoration:none;
}
.follow_us_box a.twitter span {
	color:#d93e39;
}
.follow_us_box span.spacing {
	color:#262626;
	font-size:16px;
	padding:0 30px 0 30px;
}
.follow_us_box a.facebook {
	background:url("../images/homepage_facebook.png") no-repeat left;
	padding:0 40px 0 18px;
	font-size:16px;
	color:#262626;
	float:right;
}
.follow_us_box a.facebook span {
	color:#d93e39;
}
.follow_us_box a.facebook:hover {
	text-decoration:none;
}
.recent_works_left {
	float:left;
}
.recent_works_left h2 {
	margin-bottom:10px;
}
.recent_works_left h2 strong {
	font-weight:700;
}
.recent_works_arrows {
	float:right;
	padding:11px 0 3px 0;
}
.recent_works_arrows a.prev_item {
	position:absolute;
	margin-left: -980px;
	margin-top: 132px;
	width:22px;
	height:22px;
	margin-right:8px;
	background:url("../images/portfolio_prev.png") no-repeat top;
}
.recent_works_arrows a.prev_item:hover {
	background:url("../images/portfolio_prev.png") no-repeat bottom;
}
.recent_works_arrows a.next_item {
	position:absolute;
	margin-top: 132px;
	margin-left: 19px;
	width:22px;
	height:22px;
	background:url("../images/portfolio_next.png") no-repeat top;
}
.recent_works_arrows a.next_item:hover {
	background:url("../images/portfolio_next.png") no-repeat bottom;
}
.recent_works {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.recent_works ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
.recent_works ul li {
	margin:0 10px 60px 10px;
	width:293px;
	height:200px;
	float:left;
	background:#FFF;
}
.recent_works ul li .recent_image {
	width:281px;
	height:140px;
	padding:5px;
	border:1px solid #cccccc;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
}
.recent_works ul li .recent_image .portfolio_image {
	width:281px;
	height:140px;
}
.recent_works ul li .title {
	text-align:left;
	display:block;
	padding:10px 0 10px 0;
	font-size:18px;
	color:#262626;
}
.recent_works ul li .title a {
	font-size:18px;
	color:#262626;
	font-weight:bold;
}
.recent_works ul li .title a:hover {
	color:#d93e39;
}
.recent_works ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
/* CSS3 buttons */

.red-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient(  top,  #f69890 0%,  #f59186 50%,  #f37f74);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#f69890),  color-stop(0.50, #f59186),  to(#f37f74));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #483936;
	-moz-box-shadow:
 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
	text-shadow:
 0px 1px 0px rgba(69,61,52,0.6),  0px 1px 0px rgba(255,255,255,0.3);
}
.red-button:hover {
	padding: 11px 20px;
	background: -moz-linear-gradient(  top,  #f37f74 0%,  #f59186 50%,  #f69890);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#f37f74),  color-stop(0.50, #f59186),  to(#f69890));
	border: 1px solid #483936;
	text-decoration:none;
}
.red-button:active {
	background: -moz-linear-gradient(  top,  #df776c 0%,  #f59186 50%,  #f69890);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#df776c),  color-stop(0.50, #f59186),  to(#f69890));
	border: 1px solid #483936;
}
.green-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient(  top,  #88b272 0%,  #7fab68 50%,  #6c9b55);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#88b272),  color-stop(0.50, #7fab68),  to(#6c9b55));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3d4536;
	-moz-box-shadow:
 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
	text-shadow:
 0px 1px 0px rgba(69,61,52,0.6),  0px 1px 0px rgba(255,255,255,0.3);
}
.green-button:hover {
	padding: 11px 20px;
	background: -moz-linear-gradient(  top,  #6c9b55 0%,  #7fab68 50%,  #88b272);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#6c9b55),  color-stop(0.50, #7fab68),  to(#88b272));
	border: 1px solid #483936;
	text-decoration:none;
}
.green-button:active {
	background: -moz-linear-gradient(  top,  #618f4b 0%,  #7fab68 50%,  #88b272);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#618f4b),  color-stop(0.50, #7fab68),  to(#88b272));
	border: 1px solid #483936;
}
.big_link {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}
/* ================= Buttons Link Styles ================= */
a.button {
	height: 30px;
	display: inline-block;
	margin: 0 5px 20px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    min-width:120px;
    text-align:center;
}
a.button.margin{
	
	margin-left:210px;
	
}
a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}
a:hover.button {
	background-position: 0 -28px;
}
a:hover.button.large {
	background-position: 0 -35px;
}
a.button.white {
	background-color:#57bae8;
	border: 1px solid #ffffff;
	color: #ffffff;
	
}
a.button.large.white {
	background-image: url(../images/button_white_large.png);
}
a:hover.button.white {
	border: 1px solid #90cae5;
}
a.button.grey {
	background-image: url(../images/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.grey {
	background-image: url(../images/button_grey_large.png);

}
a:hover.button.grey {
	border: 1px solid #989898;
}
a.button.red {
	background-image: url(../images/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}
a.button.large.red {
	background-image: url(../images/button_red_large.png);
}
a:hover.button.red {
	border: 1px solid #c36079;
}
a.button.orange {
	background-image: url(../images/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.orange {
	background-image: url(../images/button_orange_large.png);
}
a:hover.button.orange {
	border: 1px solid #d29a3a;
}
a.button.green {
	background-image: url(../images/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.green {
	background-image: url(../images/button_green_large.png);
}
a:hover.button.green {
	border: 1px solid #8bb14d;
}
a.button.teal {
	background-image: url(../images/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.teal {
	background-image: url(../images/button_teal_large.png);
}
a:hover.button.teal {
	border: 1px solid #7db9bb;
}
a.button.blue {
	background-image: url(../images/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.blue {
	background-image: url(../images/button_blue_large.png);
}
a:hover.button.blue {
	border: 1px solid #7caec0;
}
a.button.navy {
	background-image: url(../images/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.navy {
	background-image: url(../images/button_navy_large.png);
}
a:hover.button.navy {
	border: 1px solid #8996a0;
}
a.button.purple {
	background-image: url(../images/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.purple {
	background-image: url(../images/button_purple_large.png);
}
a:hover.button.purple {
	border: 1px solid #a482a0;
}
a.button.black {
	background-image: url(../images/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}
a.button.large.black {
	background-image: url(../images/button_black_large.png);
}
a:hover.button.black {
	border: 1px solid #2c2c2c;
}
/* ================= Footer ================= */
.footer_bg {
	border-top:10px solid #d93e39;
	background:#282828;
	margin-top:60px;
}
.footer_bg.no_margin {
	margin-top:0;
}
.footer {
	margin-top:35px;
}
.footer_bg .footer h1.about {
	background:url("../images/footer_about.png") no-repeat 0px 4px;
	color:#aaaaaa;
	font-size:18px;
	text-shadow:0 1px 0 #262626;
	font-weight:400;
	text-indent:30px;
}
.footer_bg .footer h1.blog {
	background:url("../images/footer_blog.png") no-repeat 0px 4px;
	color:#aaaaaa;
	font-size:18px;
	text-shadow:0 1px 0 #262626;
	font-weight:400;
	text-indent:30px;
}
.footer_bg .footer h1.flickr {
	background:url("../images/footer_flickr.png") no-repeat 0px 4px;
	color:#aaaaaa;
	font-size:18px;
	text-shadow:0 1px 0 #262626;
	font-weight:400;
	text-indent:30px;
}
.footer_bg .footer p {
	color:#cccccc;
	line-height:22px;
}
.footer_bg_bottom {
	border-top:1px solid #57bae8;
	background:#0c1317;
    padding:10px 0 0 0;
}

.footer .lastest_posts img {
	float:left;
	margin:5px 20px 0 0;
}
.footer .lastest_posts a {
}
.footer .col_1_3 {
	width:280px;
	margin:20px 40px 0 0;
}
.footer .col_1_3.last {
	width:280px;
	margin:20px 0 0 0;
}
.footer .flickr ul {
	margin-right:-20px;
}
.footer .flickr ul li {
	padding:0;
	margin:0 20px 20px 0;
	float:left;
}
.ie7 .footer .flickr ul li {
	padding:0;
	margin:0 13px 19px 0;
	float:left;
}
.footer .flickr ul li a {
	border:4px solid #202020;
	display:block;
	width:72px;
	height:72px;
}
.footer_bottom .menu ul {
	list-style: none;
	padding:20px 0 0 0;
}
.footer_bottom .menu ul li {
	float:left;
	position:relative;
	display:block;
	margin:0 40px 0 0;
	padding:0;
	list-style:none;
	z-index: 9999;
}
.footer_bottom .menu ul li a {
	color:#01bbea;
	font-weight: normal;
	display:block;
	text-decoration:none;
	float:left;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
}
.footer_bottom .menu ul li a.selected {
	color:#FFFFFF;
}
.footer_bottom .menu ul li a:hover {
	color:#FFFFFF;
}
.footer_bottom p, .footer_bottom p a {
	color:#74665B;
	line-height:22px;
	font-size:11px;
}
.footer_bottom .keep_in {
	padding:20px 0 0 0;
	font-size:14px;
	color:#a6a6a6;
	font-weight:600;
}

/* ios slider details */
.fluidHeight {
	position: absolute;
	width: 100%;
	height: 400px;
	padding: 4% 0 4% 0;
	margin-top: 35px;
	background: #363739 url('images/container-bg.jpg') repeat 50% 0;
	box-shadow: inset 0 3px 10px -4px #000, inset 0 -3px 10px -4px #000;
}

.sliderContainer {
	height: 100%;
	max-height: 400px;
	padding: 0 0;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

.iosSlider .slider { width: 100%; height: 100%; }

.iosSlider .slider .item { width: 100%; height: 100%; }

.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1150px;
	margin: 0 auto;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.iosSlider .slider .item .inner .text1 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 100px;
  bottom: 90px;
}

.iosSlider .slider .item .inner .text1 span { color: #fff; font: 55px/70px Norican; padding: 0 8px; }

.iosSlider .slider .item .inner .text2 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 100px;
  bottom: 3px;
  color: #fff !important;
}
.iosSlider .slider .item .inner .text2 p{ color:white !important;}

.iosSlider .slider .item .inner .text2 span { color: #fff; font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.iosSlider .slider .item1 .inner { background-image: url('../images/banner1.jpg'); }

.iosSlider .slider .item2 .inner { background-image: url('../images/banner2.jpg'); }

.iosSlider .slider .item3 .inner { background-image: url('../images/banner3.jpg'); }

.iosSlider .slider .item4 .inner { background-image: url('../images/banner1.jpg'); }

.iosSlider .slider .item5 .inner { background-image: url('../images/banner2.jpg'); }

.sliderContainer .slideSelectors {
	position: relative;
	bottom: 20px;
	left: 0;
  width: 92%;
  margin: 0 4%;
	z-index: 1;
	height: 10px;
}

.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	border: 1px solid #000;
	background: #999;
	margin: 0 0 0 10px;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.sliderContainer .slideSelectors .selected {
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider .inner{
color: #FFF;
font-size: 10px;
line-height: 18px;
text-transform: uppercase;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.slider .inner h1 {
	color:#fd4326;
	font-size:55px;
	line-height:45px;
	margin-bottom: 10px;
	font-family: "Segoe UI";
}
.slider .inner h2 {
	color: #FFF;
font-size: 30px;
line-height: 30px;
font-weight: bold;
margin-bottom: 8px;
	font-family: "Segoe UI";
}

.span4{ width:370px; float:left;}
figure.up {
position: relative;
top: -16px;
}
.alignleft {
float: left;

}
.extra-wrap {
overflow: hidden;
}
h2 {
font: normal 30px/30px "Segoe UI";
color: #212121;
}
h4 {
font: bold 21px/26px "Segoe UI";
color: #292929;
}
.btn, .btn:focus {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
background-color: #3F3F3F;
background-image: -moz-linear-gradient(top,#474747,#333);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#474747),to(#333));
background-image: -webkit-linear-gradient(top,#474747,#333);
background-image: -o-linear-gradient(top,#474747,#333);
background-image: linear-gradient(to bottom,#474747,#333);
background-repeat: repeat-x;
padding: 10px 22px;
height: 42px;
font: 13px/42px "Segoe UI", sans-serif;
color: #FFF;
text-shadow: none;
border-style: none;
}
.btn:hover {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
	background-color:#fc311a;
	background-image:-moz-linear-gradient(top,#fd4326,#fb1508);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fd4326),to(#fb1508));
	background-image:-webkit-linear-gradient(top,#fd4326,#fb1508);
	background-image:-o-linear-gradient(top,#fd4326,#fb1508);
	background-image:linear-gradient(to bottom,#fd4326,#fb1508);
	background-repeat:repeat-x;
	color:#fff;
	text-decoration:none;
}

.hr:after, .hr:before {
content: "";
position: absolute;
top: -5px;
right: 0;
width: 11px;
height: 11px;
/*background: url(../images/hr_bull.png) 0 0 no-repeat;*/
}
.hr {
position: relative;
overflow: visible;
margin: 20px 0 10px;
height: 1px;
background: #E1E1E1;
}
.content_main{ background:#f6f6f3; margin: 20px 0; padding: 20px 0;}
.menu_bar{ height:40px; background:#4c4c4c; margin: 10px 20px; -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;}
.slide1 .text2{ bottom: 20px !important;}
.slide2 .text2{ bottom: 45px !important;}
.slide3 .text2{ bottom: 45px !important;}
.slide4 .text2{ bottom: 45px !important;}
.slide5 .text2{ bottom: 45px !important;}

.breadcrumb {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:5px 10px 7px;
	color:#7d7d7d;
	border:1px solid #e1e1e1;
	background:#fff;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#7d7d7d;
}
.breadcrumb .divider { color:#7d7d7d; }
.breadcrumb a:hover, .breadcrumb .active { color:#fd4326; }
.breadcrumb__t li { display:inline; }
.span8 {width: 770px;float: left;margin-right: 20px;}

#sidebar {
padding-top: 40px;
}
.breadcrumb {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:5px 10px 7px;
	color:#7d7d7d;
	border:1px solid #e1e1e1;
	background:#fff;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#7d7d7d;
}
.breadcrumb .divider { color:#7d7d7d; }
.breadcrumb a:hover, .breadcrumb .active { color:#fd4326; }
.post__holder { margin-bottom:60px; }
.post-title { margin-bottom:25px; }
.post-title a { color:#212121; }
.post-title a:hover { color:#fd4326; }
.post_meta {
	margin:0;
	border-color:#e1e1e1;
}
.post_meta div.post_meta_unite { border-color:#e1e1e1; }
.post_meta i { color:#fd4326; }
.post_meta a, .post_meta a i { color:#313131; }
.post_meta a:hover, .post_meta a:hover i { color:#fd4326; }
.post-author { border-color:#e1e1e1; }
.portfolio .thumbnail__portfolio { margin-bottom:15px; }
.caption__portfolio h3 {
	margin-top:15px;
	font-size:16px;
	line-height:20px;
	margin-bottom:0;
}
.caption__portfolio h3 a { color:#313131; }
.caption__portfolio h3 a:hover { color:#fd4326; }
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filterable-portfolio .image-wrap { background:none; }
.filter-wrapper strong { display:none; }
.nav-pills li { margin-left:10px; }
.nav-pills li a {
	padding:0;
	color:#212121;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav-pills li:first-child { margin-left:0; }
.nav-pills li.active a, .nav-pills li.active a:focus, .nav-pills li a:hover, .nav-pills li.active a:hover {
	color:#fd4326;
	background:none;
}
.portfolio-meta, .portfolio-meta-list { border-color:#e1e1e1; }
.portfolio-meta i, .portfolio-meta-list i { color:#fd4326; }
.portfolio-meta a { color:#313131; }
.portfolio-meta a:hover { color:#fd4326; }
.flex-control-paging li a { background:#fd4326; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#313131; }
.pager {
	margin:0;
	padding:15px 0 30px;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#fd4326;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#fff;
	background:#313131;
}
.comment-list .comment .reply a {
	color:#fd4326;
	background:none;
	border:none;
}
.comment-list .comment .reply a:hover {
	color:#313131;
	background:none;
}
.cancel-comment-reply small { font-size:95%; }
#sidebar { overflow:hidden; float: left; width: 300px;}
#sidebar h2 { margin-bottom:25px; }
#sidebar h4 {
	font-size:14px;
	line-height:14px;
}
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .thumbnail { margin-top:0; }
#sidebar time {
	display:block;
	margin-bottom:3px;
	font-size:10px;
	line-height:14px;
	color:#fd4326;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#313131; }
#sidebar .post-list_h a:hover { color:#fd4326; }
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	font-size:14px;
	margin-bottom:10px;
	line-height:20px;
	padding-left:15px;
	text-transform:none;
	background: url(../images/list_pull.png) 0 9px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#7d7d7d;
}
#sidebar ul li a:hover { color:#fd4326; }
.thumbnail, a.thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
	padding:5px;
	display:block;
	border:1px solid #e1e1e1;
	background:#fff;
}.featured-thumbnail {
position: relative;
float: left;
overflow: hidden;
margin: 5px 20px 10px 0;
}
.p10{padding:10px;}

