@charset utf-8;
/*
Theme Name: SR7
Theme URI: http://xhtmlized.com/
Author: XHTMLized
Author URI: http://xhtmlized.com/
Description: SR7 Wordpress theme.
Version: 1.0.0

 * Built on the Whiteboard Framework Version: 3.1.3
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*******************************************************************************

	CSS on Sails Framework
	Title: sr7
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: May 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles
		1.5 Font faces

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Toolbox
		2.5 Content
		2.6 Sidebar
		2.7 Footer

	3. PAGES
		3.1 Contact
		3.2 Home


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
	position:relative;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #333;
	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f00;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.menu ul {
	list-style-type: none;
}

.menu li {
	float:left;
}

h1 {
	margin: 20px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

h1,
h1 a,
h1 a:visited {
	color: #21201c;
}

h2 {
	margin: 20px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

h2,
h2 a,
h2 a:visited {
	color: #e95710;
}

.post-content ul,
.post-content ol {
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 5px 0;
}

.post-content ol {
	list-style-type: decimal;
}

.post-content h2 {
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #e95710;
}
.post-content h3 {
	margin: 13px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #e95710;
}

/* 1.5 Font faces
------------------------------------------------------------------------------*/

@font-face {
	font-family: 'VegurRegular';
	src: url('fonts/vegur-r_0.602-webfont.eot');
	src: url('fonts/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/vegur-r_0.602-webfont.woff') format('woff'),
		url('fonts/vegur-r_0.602-webfont.ttf') format('truetype'),
		url('fonts/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VegurBold';
	src: url('fonts/vegur-b_0.602-webfont.eot');
	src: url('fonts/vegur-b_0.602-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/vegur-b_0.602-webfont.woff') format('woff'),
		url('fonts/vegur-b_0.602-webfont.ttf') format('truetype'),
		url('fonts/vegur-b_0.602-webfont.svg#VegurBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	height: 335px;
	background:#000 url(images/common/bg_header.jpg) no-repeat 50% 0;
}

#header .site-name,
#header .site-name span {
	display: block;
	overflow: hidden;
	width: 119px;
	height: 75px;
	top: 32px;
	left: 11px;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

#header .site-name {
	position: relative;
}

#header .site-name span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(images/common/logo_black.jpg) no-repeat;
}

#header a.site-name span {
	cursor: pointer;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
	z-index: 3;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -480px;
	font: 12px/16px "VegurRegular";
}

#navigation li {
	text-transform: uppercase;
}

#navigation li:after {
	padding: 0 12px 0 13px;
	color: #f26522;
	content: "/";
}

#navigation li:last-child:after {
	content: "";
}

#navigation a {
	color: #fff;
}

#navigation .children {
	display: none;
}

/* 2.4 Toolbox
------------------------------------------------------------------------------*/

#toolbox {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 400px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	background: url(images/common/bg_banner.png) no-repeat 0 100%;
}

.toolbox-item {
	position: absolute;
	right: 50%;
	margin-right: -480px;
}

#toolbox-phone {
	margin-right: -223px;
	padding: 5px 0 5px 25px;
	top: 13px;
	background: url(images/common/icon_phone.png) no-repeat 0 50%;
	
}

#toolbox-phone span {
	font-weight: bold;
}

#toolbox-country {
	top: 13px;
}
		
#toolbox-search {
	top: 77px;
	text-align:right;
}

#searchform {
	padding: 3px 0;
	margin: 0 0 8px;
	text-align:left;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#searchform label {
	display:none;
}

#searchform #s {
	border: 0;
	padding: 2px 0 2px 0;
	margin: 0 0 0 5px;
	width: 120px;
	background: transparent;
}

#searchform #searchsubmit {
	border:0;
	background: transparent;
	font-weight: bold;
	text-transform: uppercase;
	color: #f26522
}

#search-advanced-link {
	color: #ff7901;
}

#toolbox-rss {
	bottom: 15px;
	height: 23px;
	padding: 14px 29px 13px 17px;
	margin-right: -464px;
	background: url(images/assets/icon_rss.png) no-repeat 100% 50%;
}
		
#toolbox-newsletter {
	right: auto;
	left: 50%;
	height: 39px;
	margin: 0 auto 0 -464px;
	bottom: 15px;
}

#toolbox-newsletter .title {
	display: block;
	float: left;
	padding: 4px 18px 4px 23px;
	background: url(images/assets/icon_mail.png) no-repeat 0 50%;
}

#newsletter-form {
	float: left;
	padding: 3px 0;
	margin: 0 0 8px;
	border: 1px solid #d2d2d2;
	text-align:left;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newsletter-form label {
	display:none;
}

#newsletter-form #newsletter-email {
	border: 0;
	padding: 2px 0 2px 0;
	margin: 0 0 0 5px;
	width: 120px;
	background: transparent;
}

#newsletter-form #newsletter-submit {
	border:0;
	background: transparent;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #f26522
}

#toolbox-rss .title,
#toolbox-newsletter .title {
	font: 13px/18px "VegurBold";
	text-transform: uppercase;
	color: #898989;
}

/* 2.5 Content
------------------------------------------------------------------------------*/

#main {
	padding: 68px 0 0;
	min-height: 122px;
	background: url(images/common/bg_main.png) repeat-x;
}

#content {
	z-index: 4;
	position: relative;
	float: left;
	width: 675px;
}

#banner {
	height: 197px;
	left: 0;
	position: absolute;
	top: -265px;
	width: 960px;
	overflow: hidden;
}

#banner img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#banner h2 {
    left: 35px;
    position: absolute;
    top: 60px;
    z-index: 2;
    font: 25px/32px "VegurBold";
	color: #fff;
}

.post-content p {
	margin: 5px 0;
	line-height: 18px;	
}

/* 2.6 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 240px;
}

#main .twtr-hd,
#main .twtr-ft {
	display: none;
}

#sidebar .sidebar-postlist {
	padding: 20px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

#sidebar .sidebar-box h2 {
	margin: 5px 0 12px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #252525;
}

#sidebar .sidebar-box {
	margin: 18px 0;
}

#sidebar .sidebar-postlist ul {
	padding: 0 0 0 20px;
	list-style: disc outside;
	font-size: 11px;
	line-height: 13px;
	color: #f26522;
}

#sidebar .sidebar-postlist .post-title {
	color: #f26522;
}

#sidebar .sidebar-postlist .post-excerpt {
	display: block;
	padding: 3px 0;
	color: #303135;
}

.sidebar-category-post img {
	float: left;
	margin: 0 8px 8px 0;
}

.sidebar-category-post a,
.sidebar-category-post a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #626f71;
}

.sidebar-category-post span {
	display: block;
}

.sidebar-category-post .post-date {
	font-size: 10px;
	text-transform: uppercase;
}

.sidebar-category-post .post-title,
.sidebar-category-post .post-read-more {
	color: #303135 !important;
}

.twitter-box,
.social-box {

}

.twitter-box h2,
.social-box h2 {
	font-size: 12px !important;
	text-transform: uppercase;
	color: #f26522 !important;
}

.twitter-box h2 {
	padding-left: 30px !important;
	background: url(images/assets/logo_twitter.png) no-repeat 0 50%;
}

.twitter-box p {
	font-size: 11px;
}

.twitter-box .twtr-widget .twtr-tweet-wrap {
	padding: 0;
}

.social-box li {
	float: left;
	margin: 0 5px 0 0;
}

.side-menu {
	padding: 15px 20px 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#fff url(images/common/bg_sidemenu.jpg) repeat-x 0 100%;
}

.side-menu li {
}

.side-menu a {
	display: block;
	padding: 5px;
	color:#777777;
	border-bottom: 1px solid #d8d8d8;
}

.side-menu ul ul {
	padding: 0 0 0 10px;
}

/* 2.7 Footer
------------------------------------------------------------------------------*/

#footer {
	padding: 34px 15px 13px;
	margin: 0 0 47px;
	clear: both;
	font-size: 11px;
	line-height: 16px;
	background: url(images/common/bg_footer.png) no-repeat 50% 100%;
}

#footer-menu {
	margin: 0 0 18px;
	float: left; 
}

#footer-menu li {
	width: 188px;
}

#footer-menu li a {
	font-weight: bold;
	font-size: 12px;
	color: #626f71;
}

#footer-menu .sub-menu {
	padding: 7px 0 0;
}

#footer-menu .sub-menu li {
	margin-right: 0;
	float: none;
}

#footer-menu .sub-menu a {
	font-weight: normal;
	font-size: 11px;
	color: #959595;
}

#footer-menu .sub-menu ul {
	display: none;
}

#footer-contact {
	float: right;
	width: 198px;
	margin: 0 0 18px;
}

#footer-contact h3 {
	font-weight: bold;
	font-size: 12px;
	color: #626f71;
}

#footer-contact address {
	padding: 7px 0 0;
	font-style: normal;
}

#footer-nav {
	float:left;
}

#footer-nav ul {
	margin: 0 0 0 16px;
}

#footer-nav li {
	margin: 0 22px 0 0;
}

#footer-nav a {
	color:#838383;
}

#footer-nav .children {
	display: none;
}

#footer-copy {
	clear: both;
	padding: 4px 0 17px 16px;
}

#footer-logo,
#footer-logo span {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 89px;
	height: 41px;
	bottom: 16px;
	right: 1px;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

#footer-logo span {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	z-index: 10;
	background: url(images/common/logo_white.png) no-repeat;
}

#branding {
	clear: both;
	height: 98px;
	padding: 9px 0 9px 20px;
	margin: 0 0 21px;
	border: 1px solid #ececec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#branding h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #e95710;
}

#branding ul {
	height: 54px;
}

#branding li {
	float: left;
	margin-right: 23px;
}

#branding .last {
	margin-right: 0;
}

.branding-box {
	float: left;
	height: 100%;
}

#branding-partners {
	margin: 0 64px 0 0;
    width: 152px;
	background: url(images/common/border_dots.png) repeat-y 100% 0;
}

#branding-partners ul img {
	margin: 9px 0 0;
}

#branding-featuredin {
	
}

/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Contact
------------------------------------------------------------------------------*/

#contactForm {
	padding: 40px 0 20px;
}

#contactForm li:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#contactForm label {
	float: left;
	clear: both;
	padding: 5px 0 17px 37px;
	width: 89px;
}

#contactForm  .buttons {
	padding:10px 0 0 200px;
	clear: both;
}

#contactForm input,
#contactForm textarea {
	width: 228px;
	padding: 6px 3px;
	float: left;
}

#contactForm textarea {
	min-width: 228px;
	min-height: 109px;
}

#contactForm .form-field {
	float: left;
}

#contactForm .form-field label {
	float: left;
	clear: none;
	padding: 5px 20px;
	width: auto;
}

/* 3.2 Home
------------------------------------------------------------------------------*/

.page-home #content {
	width: 960px;
	padding-top:28px;
}

#home-carousel {
	height: 366px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -265px;
    width: 960px;
	background: url(images/common/bg_slider.png) no-repeat;
}

.slides ul .data {
	display: block;
	height: 352px;
	width: 960px;
	position: relative;
	outline: 0 none;
}

.slides ul .data div {
	position: absolute;
	left: 45px;
	width: 420px;
	text-shadow: 2px 2px 5px #000000
}

.slide-title {
	bottom: 218px;
	font-family: 'VegurBold';
	font-size: 25px;
	line-height: 23px;
	color: #fff;
}
.slide-content {
	top: 146px;
	font-family: 'VegurRegular';
	font-size: 18px;
	line-height: 23px;
	color: #fff;
}

.slide-content a {
	display:block;
	float:left;
	clear:both;
	font-family: 'VegurBold';
	font-size: 18px;
	color:#fff;
}

.carousel-control {
	display: none;
}

.center-wrap {
	position: absolute;
	right: 20px;
	bottom: 32px;
	font: 13px/16px "VegurBold" ;
}

.center-wrap a {
	display: inline-block;
	padding: 0 0 4px;
	width: 18px;
	height: 16px;
	margin: 0 2px;
	text-align: center;
	background: #fff;
	opacity: 0.7;
	cursor: pointer;
}

.center-wrap a.active {
	color: #fff;
	background: #ff7901;
	opacity: 1;
}

#home-boxes {
	padding: 85px 0 0;
	position: relative;
	font-size: 11px;
}

.home-box {
	float: left;
	padding: 0 19px;
    width: 225px;
    min-height: 91px;
    background: url(images/common/border_vline.png) no-repeat 0 0;
}
.home-box h2 {
	margin: 5px 0 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F26522;
}

#home-boxes .first {
	padding: 0 30px 0 0;
    width: 234px;
    background-image: none;
}

#home-boxes .last-but-one {
	padding-right: 0;
	width: 200px;
}

#home-boxes .last {
	float: right;
	padding: 0 0 0 16px;
    width: 175px;
}

.post-meta {
	display: block;
}

.post-meta:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.post-meta p {
	float: left;
	padding: 0 20px;
	font-size:11px;

}

.post-meta a,
.post-meta p {
	color:#333333;
}

.meta-category {
	background: url(images/common/icon_category.png) no-repeat 0 50%;
}

.meta-date {
	background: url(images/common/icon_date.png) no-repeat 0 50%;
}

.meta-comments {
	background: url(images/common/icon_comment.png) no-repeat 0 50%;
}

.more-link {
	display: block;
	padding: 0 30px 0 20px;
	background: url(images/common/icon_readmore.png) no-repeat 0 50%;
}

