/* === Body Font === */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* === Headings Font === */
@font-face {
	font-family: "BebasNeueRegular";
	src: url("font/bebasneueregular/webfont.eot");
	src: url("font/bebasneueregular/webfont.eot?#iefix") format("embedded-opentype"), url("font/bebasneueregular/webfont.woff") format('woff'), url("font/bebasneueregular/webfont.ttf") format("truetype"), url("font/bebasneueregular/webfont.svg#BebasNeueRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

#menu ul li a,
#home_top_logos #site_ribbon,
#home_slider_bottom h3,
#hello_welcome,
#home_about_desc_left h3,
#home_about_listing ul li h2,
#home_about_listing ul li h3,
#portfolio_section_desc_left h3,
#filter_menu label,
.title_quote,
#blog_section_desc_left h3,
#blog_section_listing ul li .date,
.post_title,
.blog_section_sidebar h3,
.retro_search .submit,
#contact_section_desc_left h3,
#contact_fields h3,
#contact_fields_right #submit,
.form-submit #submit,
#blog_section .section_inn h1,
#single .section_inn h1,
.blog_comments h3,
#contact_form_success_message h1,
.nivo-caption h3 {
	font-family: "BebasNeueRegular";
}

/* === Header Section === */
#menu ul li {
	font-size: 43px;
}


#header {
	position: fixed;
	top: 0;
}



#menu ul li {
	width: 192px;
}
#menu ul .second {
	margin-right: 91px;
}
#menu ul .third {
	margin-left: 91px;
}


/* === Sections === */
.section_label {
	font-size: 153px;
}

/* === Home Section === */

/* === About Section === */
#home_about_desc_left {
	width: 496px;
}
#home_about_desc_right {
	width: 420px;
}

/* === Portfolio Section === */
#portfolio_section_desc_left {
	width: 515px;
}
#portfolio_section_desc_right {
	width: 415px;
}

/* === Blog Section === */
#blog_section_desc_left {
	width: 433px;
}
#blog_section_desc_right {
	width: 482px;
}

/* === Contact Section === */
#contact_section_desc_left {
	width: 602px;
}
#contact_section_desc_right {
	width: 330px;
}


#contact_section_desc_right p {
	padding-left:35px;
	background:url(images/symbols/address_bg.png) left top no-repeat;
}
#contact_section_desc_right .phon_no {
	background:url(images/symbols/phon_no_bg.png) left top no-repeat;
}
#contact_section_desc_right .email {
	background:url(images/symbols/msg_bg.png) left top no-repeat;
}


/* === Custom Styles === */
#filter_menu ul li a {
    background: url("images/structure/filtrd_by_a_bg.jpg") no-repeat scroll left center #3B3B3B;
    color: #a0cbcf;
    display: block;
    float: left;
    font-size: 12px;
    font-style: italic;
    height: 22px;
    padding-left: 22px;
    padding-right: 30px;
}

.post_comments a {
    color: #1d3fa1;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}
.blog_section_post h4 a {
    color: #1d3fa1;
}
.blog_section_sidebar li a {
    color: #1d3fa1;
#contact_fields_right #submit {
    background: none repeat scroll 0 0 #EC008C;
    border: 0 none;
    color: #3C3C3C;
    cursor: pointer;
    font-size: 21px;
    padding: 3px 12px;
    text-align: center;
    text-shadow: 0 0 1px #D06949;
}
    font-size: 11px;
}
#contact_section_desc_right a {
    color: #79eaff;
}
#social_links p {
    background: url("images/structure/rss.png") no-repeat scroll 0 0 transparent;
    color: #79eaff;
    margin: 0 120px;
    padding-left: 33px;
}

#contact_fields_right #submit {
    background: none repeat scroll 0 0 #ec008c;
    border: 0 none;
    color: #f0efe1;
    cursor: pointer;
    font-size: 21px;
    padding: 3px 12px;
    text-align: center;
    text-shadow: 0 0 1px #D06949;
}
#contact_fields span {
    color: #ec008c;
    display: none;
    font-size: 11px;
    font-style: italic;
}

#blog_section_listing > ul li ul, #blog_section_listing > ul li ol { margin-left: 17px; }
#blog_section_listing > ul li ul li { list-style: circle;  }
#blog_section_listing > ul li ol li { list-style: decimal; }