/*
Theme Name:
Theme URI: cut n run
Author: JD
Author URI: www.higherimages.com
Description:
Version: 1.0
License:
License URI:
Tags:
*/

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
.highlight{
margin-top: 18px;
line-height: 20px;
font-size: 18px;
font-weight: bold;
margin-bottom: 18px;

}
.spacer{
height: 25px;
width: 10px;
}

body{
	font-family: "Arial, HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", sans-serif;
}

#wrapper{
	width:916px;
	margin:0 auto;	
}

strong{
	font-weight:bold;
}

/*Header Content*/

#header{
	width:100%;
	min-height:130px;			
}

#logo{
	float:left;
	width:auto;
}

#phone{
	float:right;
	text-align:right;
	width:auto;
	margin-top:40px;
}

#phone h1, h2{
	font-size:22px;
	line-height:26px;
}

#phone h1{
	font-family: 'OstrichSansMedium';
}

#phone h2{
	font-family: 'OstrichSansBold';
}

/* =Menu Nav
-------------------------------------------------------------- */

#access {
	width:100%;
	height:45px;
	background: url(images/nav.jpg)	 repeat-x #000;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	clear: both;
	display: block;
	padding-left:15px;
	margin: 0 auto 6px;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 45px;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/*Slider Settings*/

#slider{
	width:100%;
	height:421px;
	background:#000;
	margin-top:15px;
	margin-bottom:15px;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
   	border-radius: 10px;
}	

.hs_container{
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
   	border-radius: 10px;
	position:relative;
	width:100%;
	height:421px;
	overflow:hidden;
	clear:both;
	border:2px solid #fff;
	cursor:pointer;
	-moz-box-shadow:1px 1px 3px #222;
	-webkit-box-shadow:1px 1px 3px #222;
	box-shadow:1px 1px 3px #222;
}

.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}

.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}

.hs_area1{
	border-right:2px solid #fff;
}

.hs_area4, .hs_area5{
	border-top:2px solid #fff;
}

.hs_area4{
	border-right:2px solid #fff;
}

.hs_area3{
	border-top:2px solid #fff;
}

.hs_area1{
	width:446px;
	height:268px;
	top:8px;
	left:8px;
}

.hs_area2{
	width:449px;
	height:133px;
	top:8px;
	left:456px;
}

.hs_area3{
	width:449px;
	height:133px;
	top:141px;
	left:456px;
}

.hs_area4{
	width:446px;
	height:135px;
	top:276px;
	left:8px;
}

.hs_area5{
	width:449px;
	height:135px;
	top:276px;
	left:456px;
}


/*Content*/

#container{
	width:100%;	
}

#port{
	text-align:center;
	margin:0 auto;
		
}

#content{
	float:left;
	width:634px;
	padding:15px;	
	min-height:100px;
	margin-bottom:15px;
}

#content ul{
	font-size:12px;
}

#content ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
}
#container h1{
	font-family: 'OstrichSansBlack';
	font-size:35px;
}

#container h4{
	font-family: 'OstrichSansMedium';
	font-size:40px;
	margin-bottom:15px;
}

#container h6{
	font-family: 'OstrichSansBlack';
	font-size:23px;
	margin-bottom:10px;
	margin-top:15px;
}

#container p{
	font-size:12px;
	line-height:23px;
	margin-bottom:15px;
}

#sidebar{
	float:left;
	width:220px;
	min-height:100px;
	border-left:dotted 1px #000;
	padding:15px;
	margin-bottom:15px;
}

/*footer*/
#f-wrapper{
	background:#1A1818;
	border-top:10px solid #CE392E;
	padding-bottom:15px;
	bottom:0;
	width:100%;
}

#footer{
	width:916px;
	margin:0 auto;
	min-height:100px;
	padding:15px;
	padding-left:100px;
	margin-bottom:15px;
}

#footer a{
	text-decoration:underline;
}

.footerBar{
	float:left;
	text-align:right;
	width:auto;
	margin-left:50px;
}

.footerBar p{
	color:#fff;
	font-size:12px;
	line-height:23px;
}

.footerBar a{
	color:#CE392E;
}

.footerBar li a{
	font-family: 'OstrichSansBlack';
	color:#fff;
	font-size:22px;
	line-height:30px;
	text-decoration:none;
}

.footerBar h3{
	color:#fff;
	font-family: 'OstrichSansMedium';
	margin-bottom:15px;
	font-size:22px;
	text-align:left;
}


/*Font Faces*/
@font-face {
    font-family: 'OstrichSansCondensedLight';
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-light-webfont.eot');
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-light-webfont.woff') format('woff'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-regular-webfont.eot');
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBold';
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-bold-webfont.eot');
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBlack';
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-black-webfont.eot');
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-black-webfont.woff') format('woff'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-rounded-webfont.eot');
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansDashedMedium';
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-dashed-webfont.eot');
    src: url('/wp-content/themes/cutnrun/fonts/ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-dashed-webfont.woff') format('woff'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-dashed-webfont.ttf') format('truetype'),
         url('/wp-content/themes/cutnrun/fonts/ostrich-dashed-webfont.svg#OstrichSansDashedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* =contact form
-------------------------------------------------------------- */

.third{	
	margin:0px 5px 5px 0px;
	padding:2px 5px 2px 5px;
	width: 38px;
	border:solid 1px #939598;
	font-family: arial,'Century Gothic',verdana,arial,helvetica,sans-serif;
}

.half{	
	font-size:12px;
	
	margin:0px 5px 5px 0px;
	padding:2px 5px 2px 5px;
	width: 93px;
	border:solid 1px #939598;
	font-family:arial,'Century Gothic',verdana,arial,helvetica,sans-serif;
}

.full{
	font-size:12px;
	margin:0px 5px 5px 0px;
	padding:2px 5px 2px 5px;
	width: 205px;
	border:solid 1px #939598;
	font-family: arial,'Century Gothic',verdana,arial,helvetica,sans-serif;
}

.comments{
	font-size:12px;
	margin:0px 5px 5px 0px;
	padding:2px 5px 2px 0px;
	width: 205px;
	font-size:12px;	
	height:50px;
	font-family: arial,'Century Gothic',verdana,arial,helvetica,sans-serif;
}

.logout_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ba4848;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ba4848;
	box-shadow:inset 0px 1px 0px 0px #ba4848;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e24c3e), color-stop(1, #ff3e34) );
	background:-moz-linear-gradient( center top, #e24c3e 5%, #ff3e34 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24c3e', endColorstr='#ff3e34');
	background-color:#e24c3e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #290029;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #140214;
	margin-bottom:20px;
}

.logout_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3e34), color-stop(1, #e24c3e) );
	background:-moz-linear-gradient( center top, #ff3e34 5%, #e24c3e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e34', endColorstr='#e24c3e');
	background-color:#ff3e34;
}


.buttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ba4848;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ba4848;
	box-shadow:inset 0px 1px 0px 0px #ba4848;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e24c3e), color-stop(1, #ff3e34) );
	background:-moz-linear-gradient( center top, #e24c3e 5%, #ff3e34 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24c3e', endColorstr='#ff3e34');
	background-color:#e24c3e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #290029;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #140214;
	margin-left:5px;
}

.buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3e34), color-stop(1, #e24c3e) );
	background:-moz-linear-gradient( center top, #ff3e34 5%, #e24c3e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e34', endColorstr='#e24c3e');
	background-color:#ff3e34;
}

.buttons:active {
	position:relative;
	top:1px;
}

.buttons_w {
	-moz-box-shadow:inset 0px 1px 0px 0px #333;
	-webkit-box-shadow:inset 0px 1px 0px 0px #333;
	box-shadow:inset 0px 1px 0px 0px #000;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(220,220,220,1) 50%, rgba(210,210,210,1) 51%, rgba(248,248,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(220,220,220,1)), color-stop(51%,rgba(210,210,210,1)), color-	stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(220,220,220,1) 50%,rgba(210,210,210,1) 51%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(220,220,220,1) 50%,rgba(210,210,210,1) 51%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(220,220,220,1) 50%,rgba(210,210,210,1) 51%,rgba(248,248,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(220,220,220,1) 50%,rgba(210,210,210,1) 51%,rgba(248,248,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	margin-left:5px;
	margin-bottom:10px;
}.buttons_w:hover {
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(210,210,210,1) 50%, rgba(220,220,220,1) 100%, rgba(226,226,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(50%,rgba(210,210,210,1)), color-stop(100%,rgba(220,220,220,1)), color-	stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(210,210,210,1) 50%,rgba(220,220,220,1) 100%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(210,210,210,1) 50%,rgba(220,220,220,1) 100%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(210,210,210,1) 50%,rgba(220,220,220,1) 100%,rgba(226,226,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(210,210,210,1) 50%,rgba(220,220,220,1) 100%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	background-color:#cccccc;
}.buttons_w:active {
	position:relative;
	top:1px;
}

.button2 {
	
	background:#000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #290029;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #140214;
	width:100%;
}.button2:hover {
	background:#282828;
}.button2:active {
	position:relative;
	top:1px;
}

#port_back{

}

#portfolio {
	position:fixed;
	top:50%;
	left:50%;
	z-index:1;
	width:1000px;
	height:500px;
	margin:-250px 0 0 -500px;
}

#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:url(images/port/bg.png) no-repeat center;
}

#portfolio .gallery,
#portfolio .gallery .inside {
	position:absolute;
	top:0;
	left:0;
}

#portfolio .gallery {
	width:100%;
	height:100%;
	overflow:hidden;
}

#portfolio .gallery .inside {
	z-index:1;
}

#portfolio .arrows a {
	position:absolute;
	z-index:3;
	width:32px;
	height:32px;
	background-image:url(images/port/arrows.png);
	background-repeat:no-repeat;
	outline:none;
	text-indent:-9999px;
}

#portfolio .arrows .prev,
#portfolio .arrows .up {
	display:none;
}

#portfolio .arrows .up,
#portfolio .arrows .down {
	left:50%;
	margin-left:-16px;
}

#portfolio .arrows .prev,
#portfolio .arrows .next {
	top:180px;
}

#portfolio .arrows .up {
	background-position:0 -64px;
	top:20px;
}

#portfolio .arrows .down {
	background-position:0 -96px;
	bottom:120px;
}

#portfolio .arrows .prev {
	background-position:0 -32px;
	left:60px;
}

#portfolio .arrows .next {
	background-position:0 0;
	right:60px;
}

#portfolio .arrows .up:hover {
	background-position:-32px -64px;
}

#portfolio .arrows .down:hover {
	background-position:-32px -96px;
}

#portfolio .arrows .next:hover {
	background-position:-32px 0;
}

#portfolio .arrows .prev:hover {
	background-position:-32px -32px;
}


#portfolio .item {
	position:absolute;
	top:0;
	width:1000px;
	height:400px;
}

#portfolio .item div {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
}

#portfolio .item div img {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-300px;
}

#portfolio .paths {
	position:absolute;
	bottom:60px;
	left:50%;
	margin-left:-30px;
	z-index:4;
}

#portfolio .paths div {
	position:absolute;
	top:0;
}

#portfolio .paths a {
	background:#333;
	display:block;
	position:absolute;
	left:0;
	outline:none;
}

#portfolio .paths a:hover,
#portfolio .paths .active {
	background:#fff;
}

#bottom-content {
	min-height:200px;
}