/*
Theme Name: BWP Architects
Theme URI: http://www.bwparchitects.com
Description: Custom Wordpress Theme for the BWP Architects project
Version: 1.0
Author: WadeGair
Author URI: http://www.wadegair.com

*/

@CHARSET "UTF-8";

html, body {
	padding: 0px;
	margin: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #393939;
}
a { outline: 0; }

a{ color: #a7a270; text-decoration: none; }
a:hover{ color: #76724e; text-decoration: none; }

img { border: 0; }

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px){
	one-third{
    	font-size: 1em !important;
	}

}


/**************************************************
	TYPOGRAPHY
**************************************************/

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	clear:both;
	color: #3b3b3b;
}

p, ul, ol, dd, pre {
    margin-bottom:22px;
}

p{ 	line-height:22px; }

#main ul li, #main ol li { line-height:22px; }

#footer p{
	font-size: 12px;
	color: #fff;
}

#main h1{ font-size: 30px; margin: 10px 0 20px 0; }
#main h2{ font-size: 22px; }
#main h3{ font-size: 18px; }
#main h4{ font-size: 14px; }

#footer h2{ font-size: 22px; }

h1{ border-bottom: 1px dashed #dedede; padding-bottom: 5px; }

#contentwidehome h2 { border-bottom: 1px dashed #dedede; padding-bottom: 5px; }

#sidebar .tw-title { color: #555555; font-size: 16px; }
#sidebar h3 { font-size:16px; border-bottom: 1px dashed #dedede; padding-bottom: 3px; }
#sidebar h2 a { color: #555555; }

#siteinfo h2{ color: #fff; }

small { font-size: 90%; }

.testimonial span { color: #888888; }

.blogdate{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 100%;
	height: 20px;
	margin-top:8px;
}

.entrydate{
	color: #888888;
	font-size: 0.9em;
	margin-top:5px;
}

.blogcomments{
	float: left;
	width: 50%;
}

.entrytitle{
	margin-bottom: 0px;
}

h3.entrytitle{
	margin-bottom: 0px;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 3px;
}

.mutitle{
	margin-bottom: 10px;
}

.bo{ font-weight: bold; }

.prsp { float: left; font-weight: bold; width: 170px; }

.postmetadata{
	background-color: #f1f1f1;
	border: 1px solid #eaeaea;
	padding: 5px 8px 5px 8px;

}



/**************************************************
	BLOCKQUOTE
**************************************************/

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

cite, em, dfn { font-style: italic; }

blockquote {
	color:#444;
	line-height: 24px;
	padding: 10px 0px 10px 40px;
	background:url("images/quote.png") no-repeat;
}

#content blockquote{
	color: #a0a0a0;
	font-family: Georgia, serif, Garamond;
    font-style: italic;
	font-size: 16px;
}

#sidebar blockquote{
	margin: 0 0 0 0;
	padding: 10px 0px 10px 20px;
	background:url("images/quote_side.png") no-repeat;
	font-size: 12px;
	width: 210px;
}

blockquote p {
	margin-bottom:8px;
}

blockquote cite {
	color: #666;
	font-size: 12px;
}

/**************************************************
	MISC
**************************************************/

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.clearboth{
	clear: both;
}


/**************************************************
	LAYOUT
**************************************************/

#header{
	z-index:9999;
	position: relative;

}

#content, #contentwide, #contentwidehome{
	z-index:999;
	position: relative;

}

#header{
	width: 100%;
	height: 110px;
	display: block;
	background-color: #373737;

}

#logo_nav{
	margin: 0 auto;
	width: 960px;
	display:block;
    height:110px;
}

#logo{
	float: left;
	width: 96px;
	height: 80px;
	display: block;
	padding-top: 15px;
}

#nav{
	float: left;
	width: 864px;
	display: block;
}

#myslidemenu ul{ float: right;}

#tanbar{
	width: 100%;
	height: 20px;
	display: block;
	background: #373737 url(images/tanbar.gif) repeat-x top left;
}

#main{
	width: 960px;
	margin: 0 auto;
	display: block;
}

#container{
	width: 960px;
	display: block;
	margin: 20px auto 0 auto;
	border: 1px solid #dbdbdb;
	background-color: #f7f7f7;
}

#mainimg, #mainimghome{
	width: 960px;
	display: block;
	height:280px;
	clear:both;
}

#mainimg2{
	width: 960px;
	display: block;
	height:240px;
	clear:both;
}

#mainimgshadow{
	width: 960px;
	display: block;
	height:24px;
	clear:both;
	background: url(images/image_shadow.png) no-repeat top center;
}

#content{
	float: left;
	width: 560px;
	padding: 0 20px 30px 40px; /*0 20px 40px 20px; */
}

#contentwide, #contentwidehome{
	float: left;
	width: 880px;
	padding: 0 40px 30px 40px; /*0 20px 40px 20px; */
}


#sidebar{
	float: right;
	width: 250px;
	padding: 12px 30px 30px 0; /*20px 20px 40px 20px;*/
	margin-right: 20px
	border: 1px solid #ccc;
}

#footer{
	clear: both;
	height: 300px;
	width: 100%;
	display: block;
	padding-top: 30px;
	background: #373737 url('images/footer_back.png') no-repeat top center;
}

#siteinfo{
	width: 960px;
	margin: 0 auto;
	height: 300px;
	display: block;

}

#copy{
	float: left;
}

#social{
	float: right;
	margin-top: 5px;
}


* html #footer {
		height:1px;
	}

.widgetcontainer{

}


.box-shadow {
    -moz-box-shadow:0px 0px 15px #d2d2d2;
	-webkit-box-shadow:0px 0px 15px #d2d2d2;
	box-shadow:0px 0px 15px #d2d2d2;

}


code { color: #0101C8; background-color: #FFF; padding: 20px; display: block; -moz-border-radius: 5px; }

.sbprojectimages{
	margin-bottom: 40px;
	float:left;
	clear:both;
}

.piholder{
	margin:5px;
	background-color: #ccc;
	border:1px solid #ccc;
	float: left;
	width: 62px;
	height: 62px;
}

.apgallery{
	margin-top: 20px;
}

.projectnav{
	margin:			0;
	padding-bottom:		16px;
	padding-top:		0px;
	list-style:		none;
	width: 880px;
	line-height: 2em;
	float: left;
	border-bottom: 1px dashed #dedede;
}

.projectnav span.te{
	margin: 0 5 0 5px;
	padding-right: 3px;
	padding-left: 15px;
	background: url("images/smallball.png") no-repeat;
	background-position: 0px 2px;
	white-space:nowrap;
	position: relative;

}

.projectnav a{
	padding: 0; /* t r b l */
	margin: 0;
	height: 2em;
}

.projectnav a{
	font-size:18px;
	color: #a7a270;
}
.projectnav a:hover, .projectnav a.current-cat{ color: #76724e; }


.navigation{
	float: left;
	margin-top: 5px;
	padding: 7px 0 7px 0;
	width: 100%;
	clear:both;
}

.spone{
	float: left;
	border: 1px dashed #dedede;
	margin: 0;
	padding-bottom: 5px;
	width: 880px;
}

.dfdf{
	width: 400px;
	border: 1px solid #000;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
 	top:0px;
 	left:0px;
}

 .dfdf h1{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	clear: none;
	border: 1px solid #000;
}

.spthree{
	float: right;
	width: 450px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	position: relative;
 	top:0px;
 	right:0px;

}

/**************************************************
	HOME PAGE
**************************************************/

#latest ul {
	float: left;
	list-style-type:none;
	clear:both;
	margin: 0 0 0 0px;  /*t r b l*/
	padding: 0;  /*t r b l*/
}
#latest ul li{
	padding: 0;
	margin: 0;
	clear:both;
}
#latest p{
	margin-top:4px;
	padding: 0;
}
#latest ul li div.hptext{
	float: left;
	height: 30px;
	width: 500px;
}
#latest ul li div.hpdate{
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	height: 30px;
	width: 30px;
	background: url("images/dateback.png") no-repeat;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height:11px;
}

/**************************************************
	FOOTER
**************************************************/

.menu-sub_menu_1-container, .menu-sub_menu_2-container{
	width: 140px;
	float: left;
}

#footer ul#menu-sub_menu_1, #footer ul#menu-sub_menu_2, #footer #socialul {
	float: left;
	list-style-type:none;
	clear:both;
	margin: 0 0 0 0px;  /*t r b l*/
	padding: 0;  /*t r b l*/
	line-height:22px;
	font-size: 12px;
}

#footer li{
	line-height:22px;
}

#footer a { color: #fff; text-decoration: none; margin:0; padding: 0;}
#footer a:hover { color: #ccc; }

.social{
	width: 150px;
}

.menu-sub_menu_1-container{
	width: 140px;
	float: left;
}

#footer .menu-item{
	width: 140px;

}

.fb { background: transparent url(images/facebook.png) no-repeat center right; }
.rs { background: transparent url(images/rss.png) no-repeat center right; }
.li { background: transparent url(images/linkedin.png) no-repeat center right; }
.fl { background: transparent url(images/pinterest.png) no-repeat center right; }
.tw { background: transparent url(images/twitter.png) no-repeat center right; }
.pi { background: transparent url(images/pinterest.png) no-repeat center right; }

.copyright{
	clear:both;
	font-size: 12px;
	color: #fff;
}

#footer .copyright a { color: #fff; text-decoration: none; margin:0; padding: 0;}
#footer .copyright a:hover { color: #ccc; }


/**************************************************
	IMAGES
**************************************************/

.preloading {
	background:url("css/i/89.gif") #f9f9f9 no-repeat 50% 50%;
}

.preloading_big {
	background:url("css/i/loading_big.gif") #f9f9f9 no-repeat 50% 50%;
}
img.alignleft, .wp-caption.alignleft{
	margin:0px 16px 2px 2px !important;
}
img.alignright, .wp-caption.alignright {
	margin:0px 2px 2px 16px !important;
}
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 0px auto !important;
	text-align: center;
}

.wp-caption {
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 5px 5px;
	text-align: center;
}


.image_styled {
	margin-bottom: 10px;
}
.image_styled.aligncenter .image_frame,.image_styled.aligncenter .image_shadow{
	margin: 0 auto;
}
.image_frame, .mi_frame, .muimage_frame {
	background-color:#f9f9f9;
	position: relative;
}

.image_styled,.image_frame,.image_styled img, .mi_frame, .muimage_frame {
	display: block;
}
.image_frame, .muimage_frame {
	border:1px solid #ccc;
}
.image_overlay{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	visibility:hidden;
	overflow: hidden;
}
.image_icon_zoom .image_overlay {
	background:url("images/image_icon_zoom.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_play .image_overlay {
	background:url("images/image_icon_play.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_doc .image_overlay {
	background:url("images/image_icon_doc.png") no-repeat scroll 50% 50% transparent;
}
.image_styled.alignleft {
	margin-right:16px;
}
.image_styled.alignright {
	margin-left:16px;
}
.image_no_link {
	cursor: default;
}

.smallimgshadow{
	width: 180px;
	display: block;
	height:8px;
	clear:both;
	background: url(images/image_shadow_small.png) no-repeat top center;
}

.pageimgshad{
	width: 250px;
	display: block;
	height:16px;
	clear:both;
	background: url(images/multipageshadow.png) no-repeat top center;
}


/**************************************************
	SIDEBAR
**************************************************/

.widget_twitter ul {
	list-style-type:none;
	list-style-position:inside;
	margin-left: 0px;
	padding-left: 0px;

}

.widget_twitter div{
	margin-left: 0px;
	padding-left: 0px;

}

.widget_twitter ul li{
	list-style-type:none;
	margin: 0 0 0 0 ;  /*t r b l*/
	padding: 0 0 0 0;  /*t r b l*/
}

#sidebar ul li .aktt_tweets ul{
	list-style-type:none;
	margin: 0 0 0 0 ;  /*t r b l*/
	padding: 0 0 0 0;  /*t r b l*/

}

.widget_twitter ul li{
	color :#393939;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.aktt_tweets ul li {
	list-style-type:none;
	color :#393939;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	clear:both;
	margin: 0;
	padding-left: 0;
}


#sidebar ul li.widget_twitter ul{
	list-style-type:circle;
	color: #b6af6c;
	list-style-position:outside;
	clear:both;
	margin: 10px 0 0 0px;  /*t r b l*/
	padding: 0px 5px 0px 0px;  /*t r b l*/
}

#sidebar ul li ul{
	list-style-type:circle;
	color: #b6af6c;
	list-style-position:outside;
	clear:both;
	margin: 10px 0 0 20px;  /*t r b l*/
	padding: 0px 5px 20px 5px;  /*t r b l*/
}

/*#sidebar a{ color: #b6af6c }
#sidebar a:hover{ color: #89823e; text-decoration: none; } */
#sidebar a{ color: #a7a270; text-decoration: none; }
#sidebar a:hover{ color: #76724e; text-decoration: none; }

#sidebar ul li ul li{
	line-height: 22px;
}


.widget{
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.widget p {
 color: #666;
}

/**************************************************
	DIVIDER
**************************************************/

.divider {
	position:relative;
	clear:both;
	display:block;
	padding-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e8e8e8;
}
.divider.top a {
	position:absolute;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	right:0;
	top:12px;
	width:20px;
	background:none repeat scroll 0 0 #fafafa;
	font-size:9px;
	padding:0 0px;
	text-align:right;
	text-decoration:none;
	color:#ababab;
}
.divider_padding {
	position:relative;
	clear:both;
	display:block;
	padding-top:30px;
}
.divider_line {
	position:relative;
	clear:both;
	display:block;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
}

/**************************************************
	COLUMNS
**************************************************/
/* Basic columns */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns  */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}

/**************************************************
	COMMENTS AND FORM
**************************************************/

input#s{
	border: 1px solid #ccc;
	margin-top:0px;
	width: 150px;
}

input, textarea{
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	padding: 0.5em;
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
}

textarea{
	width: 545px;
	padding: 5px;
	font-size: 13px;
}

.wpcf7-form textarea{
	width: 400px;
}

input#submit{
	cursor: pointer;

}

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/**************************************************
	BUTTONS
**************************************************/
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button  {
	padding:0px;
	margin:0;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button span{
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}

.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #a8a36b;
}

/**************************************************
	TEXT WITH ICONS
**************************************************/

.icon_text {
	padding:0 0 0 22px;
	background-image:url("images/icons_black.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
}

.icon_email {
	background-position: -300px -60px;
}
.icon_skype {
	background-position: -270px -90px;
}
.icon_mobile {
	background-position: -180px -180px;
}
.icon_phone {
	background-position: -150px -210px;
}
.icon_link {
	background-position: -120px -240px;
}
.icon_text.black {
	background-image:url("images/icons_black.png");
}
.icon_text.gray {
	background-image:url("images/icons_gray.png");
}

/**************************************************
	STREAMING VIDEO
**************************************************/

.ajvbox{

	color: #fff;
	z-index:1;
	position:relative;
	bottom:0;
	left: 0;
	background: #000 url(images/greybacksmall.png) repeat top left;
	height: 130px; width: 512px;
	overflow:hidden;
}



.ajcbox h2, .ajvbox h2 {
	padding: 15px 30px 0 30px;
	margin-bottom: 0px;
}

.ajcbox h4, .ajvbox h4 {
	padding: 0px 30px 0 30px;
	margin-bottom: 0px;
}


.ajcbox p, .ajgbox p, .ajvbox p{
	padding: 0px 30px 0 30px;
	color: #fff;
	font-size: 14px;
	line-height: 13px;
}

.ajcbox p img, .ajvbox p img{
	padding-top: 10px;
	color: #fff;
}




