/*
Theme Name: Quinn Law
Theme URI: http://www.albtechrva.com/
Description: A Corporate Style Custom Theme for Colleen Quinn and the Quinn Law Centers
Author: ALB 
Version: 1.0
Tags: Law, Business, modern, professional, corporate, company
*/

body {
padding: 0;
margin: 0;
font: 14px Arial, Helvetica, Garuda, sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}
table {
font-size: inherit;
}
ul {
list-style: none;
}
img {
border: 0;
}
p {
margin: 1em 0;
}
/******************************************************************
				    END CSS RESET
******************************************************************/
.clear{
	clear: both;
}

.hline{
	border-bottom: 1px solid #f6f8f8;
	border-top: 1px solid #ebebeb;
}

.alignleft{
	float: left;
	overflow: hidden;
	padding: 0 10px 1px 0px;
}

.alignright{
	float: right;
	overflow: hidden;
	padding: 0 0 3px 10px;
	margin-left: 10px;
	
}

.left{
	float: left;
	/*overflow: hidden;
	padding-right: 10px;*/
	padding-bottom: 1px;
	/*margin-right: 10px;*/
}

.right{
	float: right;
	/*overflow: hidden;*/
	padding: ;
	/*padding-left: 10px;*/
	padding-bottom: 3px;
	/*margin-left: 10px;*/
}

.bordered{
	background-color: #f8fafa;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin: 10px 10px 10px 2px;
}

.full-separator{
	background: url(images/template/hseparator.png) no-repeat;
	width: 960px;
	height: 39px;
	clear: both;
	margin: 5px 0;
}

.full-separator-2{
	background: url(images/template/hseparator2.png) no-repeat;
	width: 960px;
	height: 39px;
	clear: both;
	margin: 5px 0;
}

.container{
	width: 100%;
	overflow: hidden;
	margin: 10px 0 25px 0;
	clear: both;
}

.separator{
	background: url(images/template/content-left-separator.png) no-repeat;
	width: 638px;
	height: 34px;
}
.rmargin{
	margin-right: 0 !important;
}

strong{
	font-weight: bold;
	color: #525252;
}

a:active{
	outline: none;
}

p{
	font-size: 12px;
	color: #737474;
	line-height: 17px;
}

h1{
	font-size: 25px;
	color: #363636;
	text-transform: uppercase;
	padding: 7px 0 5px;
}

h2{
	font-size: 23px;
	color: #363636;
	padding: 7px 0 5px;
}

h3{
	font-size: 19px;
	color: #363636;
	padding: 7px 0 5px;
	text-transform: uppercase;
}

h4{
	font-size: 17px;
	color: #363636;
	text-transform: uppercase;
	padding: 7px 0 5px;
}

h5{
	font-size: 15px;
	color: #363636;
	padding: 7px 0 5px;
}


h6{
	font-size: 13px;
	color: #363636;
	text-transform: uppercase;
	padding: 7px 0 5px;
}

.blockquote {
	background:url(images/template/quote_middle.jpg) repeat-y center; 
	margin: 27px 0px; color: #6f7070; height:100%;
	font: italic 16px/23px Georgia, "Times New Roman", Times, serif;
}
.blockquote div { background:url(images/template/quote_top.jpg) no-repeat center top;}
.blockquote div div {
	background:url(images/template/quote_bottom.jpg) no-repeat center bottom; 
	padding: 0 41px 21px 44px;
	margin-left: 0;
	margin-top: 0;
}

body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body#subpage{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#wrapper{
	/*width: 960px;*/
	margin: 0 auto;
}

#header{
	width: 100%;
	/*height: 424px;*/
	margin: 0 0 78px;
}

#header-subpage{
	width: 100%;
	height: 197px;
	margin: 0 auto;
}
#header .top, #header-subpage .top{
	width: 100%;
	height: 72px;
}

#logo{
	width: 380px;
	height: 30px;
	/*display: block;*/
	text-indent: -9999px;
	/*float: left;	*/
	margin: 10px 0 0 5px;
}

#logo2{
	/*width: 350px;*/
	height: 26px;
	display: block;
	text-indent: -9999px;
	/*float: left;*/
	margin: 10px 0 0 5px;
}

p#logotagline {
    margin-left: 31px;
    font-size: 14px;
    text-transform: uppercase;	
    /*width: 360px;*/
    margin-top: -5px;
}
p#logotagline2 {
    font-size: 12px;
    text-transform: uppercase;	
    width: 340px;
    margin-top: -15px;
    text-align: center;
    margin-left: 5px;
}

#default_logo{
	background: transparent url(images/template/logo.png) no-repeat;
	width: 140px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	float: left;	
	margin: 23px 0 0 5px;
}

#navigation {
	float: right;
	margin: -40px -4px 0 0;
}

/* Top Level Menu */
#navigation ul li {
	display: block;
	margin: 0 12px 0 4px;
	float: left;
	position: relative;
}

#navigation ul li a {
	color: #bdbdbd;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: none;
	padding-bottom: 4px;
	text-decoration: none;
}

#navigation ul li a:hover{
	color: #ffffff;
	padding-bottom: 139px;
}
#navigation ul li a.current{
	color: #ffffff;
}

#navigation ul li.current_page_item a{
color: #FFFFFF !important;
}
/* Sub Level Nav */
#navigation ul li ul, #navigation ul li ul.children {
	display: none;
	background: #f4f4f4 url(images/template/submenu.png) no-repeat;
	border-top: none;
	border-bottom: 1px solid #fcfeff;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 154px;
	padding: 0 6px;
	margin: 12px 0 0 -6px;
	z-index: 1000;
}

#navigation ul li.current_page_item ul li a{color: #7c7f7f !important;}
#navigation ul li.current_page_item ul li a:hover{ color: #1e1e1e !important;}
#navigation ul li ul li {
	border-bottom: 1px solid #f2f4f4;
	display: block;
	float: none;
	/*height: 23px;*/
	padding: 9px 0;
	text-align: center;
	/*width: 154px;*/
	margin: 0;
	border-top: 1px solid #fdfcfe;
}

#navigation ul li ul li:last-child{ border-bottom: none;}
#navigation ul li ul li a {
	color: #8b8e8f;
	text-shadow: #feffff 1px 1px 0;
	padding-bottom: 0 !important;
	letter-spacing: 1px;
	font: bold 11px/16px Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

#navigation ul li ul li a:hover { color: #000; padding-bottom: 0 !important;}
#navigation ul li ul li:last-child:not(li.arrow) { border: 0;}

#navigation ul li ul li a.current,#navigation ul li ul li.current_page_item a{
	color: #333 !important;
}

/* Sub Level Nav 2 */
#navigation ul li ul li ul {
	display: none;
	background: #f4f4f4 url(images/template/submenu.png) no-repeat;
	border-top: none;
	border-bottom: 1px solid #fcfeff;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 154px;
	padding: 0 6px;
	margin: 12px 0 0 -6px;
	z-index: 1000;
}

#navigation ul li ul.children li ul.children2 {
	display: none;
	background: #f4f4f4 url(images/template/submenu.png) no-repeat;
	border-top: none;
	border-bottom: 1px solid #fcfeff;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 154px;
	padding: 0 6px;
	margin: 12px 0 0 -6px;
	z-index: 1000;
}


#navigation ul li.current_page_item ul li ul li a{color: #7c7f7f !important;}
#navigation ul li.current_page_item ul li ul li a:hover{ color: #1e1e1e !important;}
#navigation ul li ul li {
	border-bottom: 1px solid #f2f4f4;
	display: block;
	float: none;
	/*height: 23px;*/
	padding: 9px 0;
	text-align: center;
	/*width: 154px;*/
	margin: 0;
	border-top: 1px solid #fdfcfe;
}

#navigation ul li ul li ul li:last-child{ border-bottom: none;}
#navigation ul li ul li ul li a {
	color: #8b8e8f;
	text-shadow: #feffff 1px 1px 0;
	padding-bottom: 0 !important;
	letter-spacing: 1px;
	font: bold 11px/16px Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

#navigation ul li ul li ul li a:hover { color: #000; padding-bottom: 0 !important;}
#navigation ul li ul li ul li:last-child:not(li.arrow) { border: 0;}

#navigation ul li ul li ul li a.current,#navigation ul li ul li.current_page_item a{
	color: #333 !important;
}



/* Arrow */
#navigation ul li ul li.arrow {
	background: url(images/template/arrow.png) no-repeat;
	border: none !important;
	position: absolute;
	top: -11px;
	left: 44%;
	height: 11px !important;
	width: 20px;
	text-indent: -9999px;
	z-index: -100;
	display: block;
	padding: 0 0 20px;
}
#navigation {
	float: right;
	margin: -40px -4px 0 0;
}

/* Top Level Menu */
#navigation ul li {
	display: block;
	margin: 0 12px 0 4px;
	float: left;
	position: relative;
}

#navigation ul > li:last-child { margin-right:0; }

#navigation ul.adpt li a {
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: none;
	padding-bottom: 4px;
	text-decoration: none;
}

#navigation ul.adpt li a:hover{
	color: #ffffff;
	padding-bottom: 139px;
}
#navigation ul.adpt li a.current{
	color: #ffffff;
}

#navigation ul.adpt li.current_page_item a{
color: #FFFFFF !important;
}
/* Sub Level Nav */
#navigation ul.adpt li ul, #navigation2 ul li ul.children {
	display: none;
	background: #f4f4f4 url(images/template/submenu.png) no-repeat;
	border-top: none;
	border-bottom: 1px solid #fcfeff;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 154px;
	padding: 0 6px;
	margin: 12px 0 0 -6px;
	z-index: 1000;
}

#navigation ul.adpt li.current_page_item ul li a{color: #7c7f7f !important;}
#navigation ul.adpt li.current_page_item ul li a:hover{ color: #1e1e1e !important;}
#navigation ul.adpt li ul li {
	border-bottom: 1px solid #f2f4f4;
	display: block;
	float: none;
	height: 23px;
	padding: 9px 0;
	text-align: center;
	width: 154px;
	margin: 0;
	border-top: 1px solid #fdfcfe;
}

#navigation ul.adpt li ul li:last-child{ border-bottom: none;}
#navigation ul.adpt li ul li a {
	color: #8b8e8f;
	text-shadow: #feffff 1px 1px 0;
	padding-bottom: 0 !important;
	letter-spacing: 1px;
	font: bold 11px/16px Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

#navigation ul.adpt li ul li a:hover { color: #000; padding-bottom: 0 !important;}
#navigation ul.adpt li ul li:last-child:not(li.arrow) { border: 0;}

#navigation ul.adpt li ul li a.current,#navigation2 ul li ul li.current_page_item a{
	color: #333 !important;
}

/* Sub Level Nav 2 */
#navigation ul.adpt li ul li ul {
	display: none;
	background: #f4f4f4 url(images/template/submenu.png) no-repeat;
	border-top: none;
	border-bottom: 1px solid #fcfeff;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 154px;
	padding: 0 6px;
	margin: 12px 0 0 -6px;
	z-index: 1000;
}

#navigation ul.adpt li ul.children li ul.children2 {
	display: none;
	background: #c6c6c6 url(images/template/submenu2.png) no-repeat;
	border-top: none;
	border-bottom: 1px solid #797978;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	padding: 0 6px;
	margin: 12px 0 0 -6px;
	z-index: 1000;
	left: -130px;
}

#navigation ul.adpt > li > ul.children {
    padding: 0;
}

#navigation ul.adpt > li > ul.children > li > ul.children2 {
    margin-top: 0;
    top: 0;
    left: -146px !important;
    overflow: hidden;
}


#navigation ul.adpt li.current_page_item ul li ul li a{color: #7c7f7f !important;}
#navigation ul.adpt li.current_page_item ul li ul li a:hover{ color: #1e1e1e !important;}
#navigation ul.adpt li ul li {
	border-bottom: 1px solid #f2f4f4;
	display: block;
	float: none;
	height: auto;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	margin: 0;
	border-top: 1px solid #fdfcfe;
}

#navigation ul.adpt li ul.children li ul.children2 li {
	display: block;
	float: none;
	height: auto;
	padding: 9px 0;
	text-align: center;
	width: 100%;
	margin: 0;
    border-bottom: 1px solid #797978;
    border-top: 0;
    border-left: 0;
    border-right: 0;
		}

#navigation ul.adpt li ul.children li ul.children2 li:last-child{ border-bottom: none;}
#navigation ul.adpt li ul.children li ul.children2 li a {
	color: #f9f9f9;
	padding-bottom: 0 !important;
	letter-spacing: 1px;
	text-shadow: none;
	font: bold 11px/16px Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

#navigation ul.adpt li ul.children li ul.children2 li a:hover { color: #d7d7d7; padding-bottom: 0 !important;}
#navigation ul.adpt li ul li ul li:last-child:not(li.arrow) { border: 0;}

#navigation ul.adpt li ul li ul li a.current,#navigation ul li ul li.current_page_item a{
	color: #333 !important;
}



/* Arrow */
#navigation ul.adpt li ul li.arrow {
	background: url(images/template/arrow.png) no-repeat;
	border: none !important;
	position: absolute;
	top: -11px;
	left: 44%;
	height: 11px !important;
	width: 20px;
	text-indent: -9999px;
	z-index: -100;
	display: block;
	padding: 0 0 20px;
}
#navigation ul.adpt li ul.children li ul.children2 li.arrow {
	background: url(images/template/arrow.png) no-repeat;
	border: none !important;
	position: absolute;
	top: -11px;
	left: 88%;
	height: 11px !important;
	width: 20px;
	text-indent: -9999px;
	z-index: -100;
	display: block;
	padding: 0 0 20px;
}

#featured{
	/*width: 100%;*/
	height: 487px;
	/*margin: 0;*/
}

.page-description{
	/*width: 870px;
	height: 125px;
	float: left;*/
}

.page-description .page-title{
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

.page-description .page-title h2{
	font-size: 30px;
	font-weight: bold;
	color: #fbfafa;
	text-transform: uppercase;
}

.page-description .page-title span.subtitle{
	text-transform: uppercase;
	font-size: 17px;
	color: #cccccc;
}
.page-description .page-title2{
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

.page-description .page-title2 h2{
	font-size: 30px;
	font-weight: bold;
	color: #fbfafa;
	text-transform: uppercase;
}

.page-description .page-title2 span.subtitle{
	text-transform: uppercase;
	font-size: 17px;
	color: yellow;
}
/******************************************************************
							 NAV BAR
******************************************************************/
.navbar{
	/*width: 960px;*/
	height: 62px;
	margin: -11px 0 30px;
}

.filter-nav{
	float: right;
	margin-top: 35px;
	margin-right: 20px;
}

.filter-nav ul{
	float: left;
	width: auto;
	overflow: hidden;
}

.filter-nav ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #494949;
	text-shadow: white 1px 1px 0;
	padding-right: 10px;
	overflow: hidden;
	float: left;
}

.filter-nav ul li a{
	text-decoration: none;
	color: #9c9c9c;
	text-shadow: white 1px 1px 0;
}

.filter-nav ul li a:hover{
	color: #494949;
}

.filter-nav ul li a.active{
	color: #000;
}

ul.social-nav{
	width: auto;
	list-style: none;
	overflow: hidden;
	margin-top: 30px;
	float: right;
	margin-right: 4px;
}

ul.social-nav li{
	display: inline-block;
	padding-right: 10px;
	float: left;
}

ul.clients-nav{
	width: auto;
	list-style: none;
	overflow: hidden;
	float: right;
	margin-top: 25px;
	height: 45px;
}

ul.clients-nav li{
	display: inline;
	padding-right: 11px;
	float: left;
}

ul.clients-nav li img.up{
	position: relative;
	top: -1px;
}

ul.contact-nav{
	width: auto;
	list-style: none;
	overflow: hidden;
	float: right;
	margin-top: 33px;
	margin-right: 8px;
}

ul.contact-nav li{
	display: inline-block;
	padding-right: 2px;
	font-size: 17px;
	color: #1F75B1;
	text-shadow: #fffeff 1px 1px 0;
	float: left;
}
ul.contact-nav2{
	width: auto;
	list-style: none;
	overflow: hidden;
	float: right;
	margin-top: 33px;
	margin-right: 8px;
}

ul.contact-nav2 li{
	display: inline-block;
	padding-right: 2px;
	font-size: 17px;
	color: #00953C;
	text-shadow: #fffeff 1px 1px 0;
	float: left;
}
/******************************************************************
							 LAYOUT
******************************************************************/
#main-content{
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 0 20px;
}

#fullwidth{
	width: 100%;
	overflow: hidden;
}

.content-left{
	/*overflow: hidden;*/
	/*float: left;*/
	/*width: 640px;*/
	margin-bottom: 20px;
	margin-top: 14px;
}

.content-left h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:26px;
	color:#363636 !important;
	text-transform:none;
	margin-bottom:10px;
}

.content-left h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:23px;
	color:#363636 !important;
	padding:0;
	margin-bottom:10px;
	text-transform:none;
}

.content-left h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:20px;
	color:#363636;
	padding:0;
	margin-bottom:10px;
	text-transform:none;
}

.content-left h4 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:20px;
	color:#363636;
	margin:0 0 10px 0;
	padding:0;
	text-transform:none;
}

.content-left h5 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:18px;
	color:#363636;
	margin:0 0 5px 0;
	padding:0;
	text-transform:none;
}

.content-left p {
	margin-top:0;
	line-height:18px;
}

.content-left ol, .content-left ul, #fullwidth ol, #fullwidth ul{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left:20px;
	overflow: hidden;
}
.content-left ol li, #fullwidth ol li{
	width: 100%;
	color: #737474;
	margin: 0 0 8px 0;
}

.content-left ol li, .content-left ul li {
	list-style:disc;
	line-height:18px;
	font-size:12px;
	color:#737474;
}

.content-left ol li strong, .content-left ul li strong {
	color:#737474;
}

.content-left ol li a, .content-left ul li a {
	color:#737474;
}

/*********************************************************maybe
.content-left ul li, #fullwidth ul li{
	width: 100%;
	color: #737474;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 8px 1px;
}
******************************************************************/

/******************************************************************
							 COLUMNS
******************************************************************/
.three-cols, two-cols, four-cols{
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.column3{
	width: 300px;
	float: left;
	margin-bottom: 15px;
	display: block;
	clear: right;
	overflow: hidden;
	margin-right: 30px;
}

.three-cols .column3{
	margin-right: 24px;
}

.column3_lastcol{
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

.column2, .column2_lastcol{
	width: 460px;
	float: left;
	margin-bottom: 15px;
}

.column2{
	margin-right: 40px;
}

.column4, .four-cols .column4_lastcol{
	width: 220px;
	float: left;
	margin-bottom: 20px;
}

.column4{
	margin-right: 26px;
}
/******************************************************************
						 HOME CONTENT
******************************************************************/
.vseparator-cols{
	background: transparent url(images/template/vseparator.png) no-repeat;
	width: 8px;
	height: 189px;
	float: left;
	margin-left: 21px;
	margin-right: 21px;
	position: relative;
	top: 29px;
	display: block;
}
.three-cols{
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: -25px;
}

.three-cols .col h3 a{
	color: #363636;
}
.three-cols .col h3 a:hover{
	color: #999;
}
.three-cols .col, .three-cols .col1, .three-cols .col2,.three-cols .col3{
	/*width: 286px;
	float: left;*/
	margin-bottom: 25px;
}

.three-cols .col img, .three-cols .col1 img, .three-cols .col2 img,.three-cols .col3 img{
	float: left;
	padding-right: 7px;
}

.three-cols .col p, .three-cols .col1 p, .three-cols .col2 p,.three-cols .col3 p{
	padding-left: 6px;
}

.three-cols .col h3, .three-cols .col1 h3, .three-cols .col2 h3,.three-cols .col3 h3 {
	/*float: left;*/
	margin-top: 25px;
	margin-left: 2px;
	text-align:center;
}
.three-cols .col1{
	background: transparent url(images/template/vseparator.png) no-repeat right center;
	/*padding-right: 30px;*/
}

.three-cols .col2{
	background: transparent url(images/template/vseparator.png) no-repeat right center;
	/*padding-right: 30px;
	margin-left: 20px;*/
}

.three-cols .col3{ /*margin-left: 20px;*/}

.three-cols-home{
	width: 100%;
	overflow: hidden;
	margin-top: 21px;
}

.three-cols-home .colimage{
	width: 61px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
	clear: both;
	height: auto;
}

.three-cols-home .col-description{
	float: left;
	width: 224px;
	margin: 0;
}

.three-cols-home .col .col-description h3 a{
	color: #363636;

}
.three-cols-home .col, .three-cols-home .col2,.three-cols-home .col3{
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.three-cols-home .col3{
	margin-right: 0;
}

.three-cols-home .col-description .related{
	background: transparent url(../images/template/related.png) no-repeat left center;
	padding-left: 18px;
	float: right;
	padding-right: 0;
	margin: 0;
	font-size: 12px;
}

.three-cols-home .col-description .read-more{
	background: transparent url(../images/template/related.png) no-repeat right center;
	padding-left: 0;
	float: left;
	padding-right: 19px;
	margin: 0;
	font-size: 12px;
}

.three-cols-home .col-description a.related, .three-cols-home .col-description a.read-more{
	color: #707070;
}
.three-cols-home .col-description a:hover.related, .three-cols-home .col-description a:hover.read-more{
	text-decoration: underline;
	color: #292929;
}


.four-cols-home{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.four-cols-home .col{
	width: 221px;
	float: left;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.four-cols-home .col1,.four-cols-home .col2,.four-cols-home .col3,.four-cols-home .col4{
	float: left;
	width: 221px;
	margin-right: 16px;
	margin-left: 4px;
	margin-bottom: 25px;
}

.four-cols-home .col4{
	margin: 0 !important;
}

.four-cols-home .col h3 a{
	color: #363636;
}

.four-cols-home .colimage{
	background: transparent url(images/template/imghome.png) no-repeat;
	padding: 6px 5px 14px;
	position: relative;
	float: left;
	left: -1px;
}
#foot {margin-top:0;}
.text-content{
	/*width: 642px;
	float: left;
	margin-right: 35px;
	margin-left: 4px;*/
	margin-bottom: 30px;
}

.recent-works{
	/*float: left;
	width: 279px;
	text-align: justify;*/
}

.recent-works ul.works-list{
	width: 100%;
	list-style: none;
	margin-top: 16px;
	overflow: hidden;
	margin-bottom: 15px;
}

.recent-works ul.works-list li{
	list-style: none;
	background: transparent url(images/template/recent-projectbg.png) no-repeat;
	width: 86px;
	height: 87px;
	display: inline-block;
	margin: 0 5px 10px 0;
	overflow: hidden;
	margin-right: 4px;
	float: left;
}

.recent-works ul.works-list li img{
	position: relative;
	top: 5px;
	left: 3px;
}

.team{
	width: 100%;
	overflow: hidden;
}

.team-member{
	background: transparent url(images/template/team.png) no-repeat;
	width: 189px;
	height: 189px;
	float: left;
	margin-right: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.team-member img{
	margin: 13px 0 0 10px;
}

.team-member h5{
	color: #fffeff;
}

div#masterSlider > div { float:none !important; }

/******************************************************************
						 SERVICES STYLE 1
******************************************************************/
.services{
	width: 100%;
	overflow: hidden;
}

.services .service-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.services .service-box h2 a{
	color: #424242;
}

.service-box .service-image{
	float: left;
	overflow: hidden;
	height: auto;
	margin-top: 0;
	padding: 0 17px 0 0;
	width: 107px;
}

.service-box .service-text{
	float: left;
	width: 512px;
	margin: 0;
	padding: 0;
}
/******************************************************************
						 SERVICES 2
******************************************************************/
.service-box .box-image{
	padding: 5px;
	margin-top: 10px;
	background-color: #f6f8f8;
	border: 1px solid #e5e8e8;
}
/******************************************************************
						 SERVICES 3
******************************************************************/
.servicesfull{
	width: 100%;
	overflow: hidden;
	margin: 22px 0 0;
}

.servicesfull .service-box{
	width: 288px;
	float: left;
	margin-right: 25px;
	margin-left: 7px;
	margin-bottom: 25px;
	height: 337px;
	overflow: hidden;
}

.servicesfull .service-box h2 a{
	color: #424242;
}

.servicesfull .serviceimg{
	background: transparent url(images/template/services-bg.png) no-repeat;
	width: 289px;
	height: 198px;
	margin-top: 6px;
}

.servicesfull .serviceimg img{
	position: relative;
	top: 9px;
	left: 10px;
}

.servicesfull .service-description{
	width: 100%;
	margin-top: -22px;
	padding-left: 0;
}
/******************************************************************
					  PORTFOLIO STYLE 1
******************************************************************/
#portfolio{
	width: 100%;
	overflow: hidden;
}

#portfolio ul{
	display: inline;
	float: left;
	list-style: none;
}
#portfolio ul li{
	position: relative;
	width: 299px;
	background: transparent url(images/template/portfolio-bg1.png) no-repeat;
	margin: 0 21px 23px 0;
	list-style: none !important;
	float: left;
	display: inline-block;
	height: 265px;
}

#portfolio ul li .project-thumbnail{
	widows: 277px;
	height: 162px;
}

#portfolio ul li a {
	display:block; 
	position:relative;
}

#portfolio ul li a .hoverimage{
	display: none; 
	position:absolute;
	cursor: pointer;
	top: 0; 
	left: 0; 
	width: 277px; 
	height: 156px; 
	background: transparent url(images/template/h-image.jpg) no-repeat;
	margin: 12px 0 0 12px;
}

#portfolio ul li a .hovervideo{
	display: none; 
	position:absolute;
	cursor: pointer; 
	top: 0; 
	left: 0; 
	width: 277px; 
	height: 156px; 
	background: transparent url(images/template/h-video.jpg) no-repeat;
	margin: 12px 0 0 12px;
}

#portfolio ul li img{
	display: inline-block;
	margin-top: 12px;
	margin-left: 12px;
}

#portfolio span.project-title{
	color: #4a4b4b;
	text-transform: uppercase;
	display: block;
	margin-top: 4px;
	margin-bottom: -4px;
	cursor: pointer;
	overflow: hidden;
	text-shadow: #fbfcfe 1px 1px 0;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#portfolio span.project-title:hover{
	color: #186194;
	text-shadow: white 1px 1px 0;
}

#portfolio .project-text{
	width: 284px;
	margin-left: 8px;
	margin-top: 23px;
}

#portfolio .project-text a{
	display: inline;
}

.pag-portfolio{
	margin-left: 6px;
	margin-top: -8px;
}
.pag-portfolio2{
	margin-left: 0;
	margin-top: -47px;
}
/******************************************************************
					 PORTFOLIO STYLE 2
******************************************************************/
#portfolio2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 25px;
}

#portfolio2 .project{
	background: transparent url(images/template/portfolio-bg2.png) no-repeat;
	width: 224px;
	height: 173px;
	float: left;
	margin-right: 14px;
	margin-bottom: 35px;
}

#portfolio2 .boxgrid{ 
	width: 208px; 
	height: 149px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative;
	margin-top: 9px;
	margin-left: 8px;
}

#portfolio2 .boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
#portfolio2 .boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

#portfolio2 .boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#portfolio2 .captionfull .boxcaption {
	top: 149px;
	height: 100%;
	left: 0;
}
#portfolio2 .caption .boxcaption {
	top: 220px;
	left: 0;
}

#portfolio2 span.title{
	margin: 10px 10px -10px; color:#ffffff; font: bold 13pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; letter-spacing:-1px;
	position: relative;
	top: 6px;
}

#portfolio2 a.view{
	color: white;
	text-decoration: none;
	position: relative;
	top: -8px;
}

#portfolio2 a.view:hover{
	text-decoration: underline;
}

#portfolio2 a.details{
	background: url(images/template/details.png) no-repeat;
	width: 58px;
	height: 47px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-left: 45px;
	top: 45%;
	left: 0;
}
#portfolio2 a.details:hover{
	background-position: 0 -46px;
}

#portfolio2 a.zoom{
	background: url(images/template/zoom.png) no-repeat;
	width: 58px;
	position: absolute;
	height: 46px;
	display: block;
	text-indent: -9999px;
	float: left;
	top: 45%;
	left: 50%;
}
#portfolio2 a.zoom:hover{
	background-position: 0 -46px;
}
/******************************************************************
						 PORTFOLIO STYLE 3
******************************************************************/
#portfolio3{
	width: 100%;
	overflow: hidden;
}

#portfolio3 h3{
	margin-bottom: 3px;
}
#portfolio3 ul{
	list-style: none;
	margin: 10px 0 0;
}

#portfolio3 ul li{
	float: left;
	position: relative;
	list-style: none;
	width: 100%;
	background: url(images/template/separator.png) no-repeat center bottom;
	
}

#portfolio3 ul li:last-child{
	background: none;
	
}

#portfolio3 ul li .project-image{
	float: left;
	background: transparent url(images/template/portfolio-bg3.png) no-repeat;
	width: 587px;
	height: 346px;
	margin-right: 13px;
	margin-bottom: 40px;
}

#portfolio3 ul li .project-image img{
	margin-top: 10px;
	margin-left: 11px;
}
#portfolio3 ul li a{
	display: block;
	position: relative;
	text-decoration: none;
}

#portfolio3 ul li a .hoverimagebig{
	display: none; 
	position:absolute;
	cursor: pointer;
	top: 0; 
	left: 0; 
	width: 566px; 
	height: 295px; 
	background: transparent url(images/template/h-imagebig.jpg) no-repeat;
	margin: 10px 0 0 11px;
}

#portfolio3 ul li a .hovervideobig{
	display: none; 
	position:absolute;
	cursor: pointer;
	top: 0; 
	left: 0; 
	width: 566px; 
	height: 295px; 
	background: transparent url(images/template/h-videobig.jpg) no-repeat;
	margin: 10px 0 0 11px;
}

#portfolio3 .project-description{
	width: 360px;
	float: left;
}

#portfolio3 .btn_details{
	margin-right: 16px;
	margin-left: 0;
}
/******************************************************************
						 PORTFOLIO SINGLE 
******************************************************************/
.projectsingle-holder{
	background: transparent url(images/template/portfolio-singlebg.png) no-repeat;
	width: 640px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}

.pika-wrap {width: 640px; margin: 0 auto;}

.pika-image {position: relative; padding: 10px;
	top: 2px;
	left: -2px;
	margin-bottom: 18px;
}
	/*position image holders */
	.pika-image .animation, .pika-image .main-image {position: absolute; top: 10px; left: 10px;}
	.pika-image .animation {display: none;z-index:2;}
	.pika-image img {border:0;}


.pika-image .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {
	position: absolute; 
	text-indent: -5000px; 
	display: block;
	z-index:3;
}

.pika-imgnav a.previous {display: none !important;}
.pika-imgnav a.next {display: none !important;}
.pika-imgnav a.play {display: none !important;}
.pika-imgnav a.pause {display: none !important;}
.pika-textnav {display: none !important;}
.pika-image .caption { display: none !important;}
.pika-thumbs {
	margin: 10px 0 0 0; 
	padding: 0; 
	overflow: hidden;
	width: 100%;
}

.pika-thumbs li {
	float: left; 
	list-style-type: none; 
	width: 74px !important; 
	padding: 3px; 
	margin: 0 7px 0 2px !important; 
	background: #fcfeff; 
	border: 1px solid #f2f4f4; 
	cursor: pointer;
	display: block;
}

.pika-thumbs li:last {margin: 0;}
.pika-thumbs li .clip {width: 74px; height: 74px; text-align: center; vertical-align: center; overflow: hidden;}
/******************************************************************
	        			  BLOG STYLE 1
******************************************************************/
.entry{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 47px;
	margin-top: 1px;
}

.entry h2 a{
	color: #494b4b;
}

.entry h2 a:hover{
	color: #000000;
}

.entry .postmetainfo{
	width: 100%;
	margin-top: -3px;
	margin-bottom: 8px;
}

.entry .postmetainfo ul{
	list-style: none;
	overflow: hidden;
}

.entry .postmetainfo ul li{
	display: inline;
	line-height: 17px;
	color: #818181;
}

.entry .postmetainfo ul li a{
	color: #818181;
}

.entry .postmetainfo ul li a:hover{
	color: #165c8d;
}

.entry .post-image{
	background: transparent url(images/template/blogimg-bg.png) no-repeat;
	width: 641px;
	height: 268px;
	margin-bottom: -35px;
}

.entry .post-image img{
	position: relative;
	top: 10px;
	left: 9px;
}

.entry .entry-content{
	width: 100%;
}

.postdate {
	background: transparent url(images/template/comments.png) no-repeat;
	margin-top: 9px;
	position: absolute;
	width: 44px;
	height: 42px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	top: -5px;
	right: 0;
	text-align: center;
}

.postdate span.number a{
	color: #5e5e5f;
	font-size: 19px;
	margin-left: 0;
	position: relative;
	top: 7px;
	font-weight: bold;
	margin-top: 0;
	text-decoration: none;
	margin: 0;
}

.postdate span.number a:hover{
	color: #000000;
}

.postdate span.month{
	color: #fffeff;
	float: left;
	font-size: 11px;
	position: relative;
	top: 3px;
	left: 4px;
	width: 36px;
}

.postdate span.year{
	color: #fffeff;
	float: left;
	font-size: 11px;
	position: relative;
	top: 1px;
	left: 4px;
}
/******************************************************************
						 BLOG STYLE 2
******************************************************************/
.entry .post-content{
	width: 100%;
	overflow: hidden;
}
.mbottom{
	margin-bottom: 15px;
}
.entry .post-thumb-image{
	background: transparent url(images/template/blogimg-bg2.png) no-repeat;
	width: 252px;
	height: 148px;
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
	margin-top: 8px;
}

.entry .post-thumb-image img{
	position: relative;
	top: 6px;
	left: 6px;
}

.entry .postmetainfo2{
	width: 100%;
	margin: -15px 0 0;
}

.entry .postmetainfo2 ul{
	list-style: none;
	overflow: hidden;
}

.entry .postmetainfo2 ul li{
	display: inline;
	line-height: 17px;
	color: #818181;
}

.entry .postmetainfo2 ul li a{
	color: #818181;
}

.entry .postmetainfo2 ul li a:hover{
	color: #165c8d;
}

.entry .entry-content2{
	width: 378px;
	float: left;
	margin-top: -9px;
}
/******************************************************************
			 			RELATED POSTS ENTRY
******************************************************************/
#related-posts{
	margin: 10px 0 50px;
}

ul.related-posts-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	margin-top: 12px;
}
ul.related-posts-list li {
	margin-bottom: 0px;
	list-style: none;
	overflow: hidden;
	float: left;
	margin-top: 0;
	padding: 4px;
	border: 1px solid #dfe1e1;
	background-color: #f9f9f9;
	margin-right: 15px;
	width: 80px;
	height: 83px;
}
ul.related-posts-list a {
	overflow: hidden;
	display: block;
}

ul.related-posts-list li.last {
	margin-right: 0 !important;
}
/******************************************************************
						 BLOG COMMENTS
******************************************************************/
#comments-entry{
	width: 100%;
}

#comments-entry ol{
	list-style: none;
	overflow: hidden;
	margin-left: -22px;
}

#comments-entry ol li, #comments-entry ul li{
	margin-bottom: 10px;
}

#comments-entry .comment{
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #eaecec;
	overflow: hidden;
	width: 99%;
	padding: 0 8px 8px;
	background: 
	-webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.5, #fefefe),
		to(#fbfbfb)
	);
	background: -moz-linear-gradient(top,
		#fff,
		#fefefe 50%,
		#fbfbfb
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#fbfbfb');
}

#comments-entry .comment-info{
	width: 91px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	float: left;
}

#comments-entry ul{
	padding-right: 0;
	padding-left: 24px;
	margin-right: 0;
	margin-left: 0;
	width: 98%;
	padding-bottom: 0;
	margin-bottom: 0;
}

#comments-entry ul li{
	list-style: none;
	width: 98%;
	margin-bottom: 3px;
}

#comments-entry ul .comment{
	width: 98%;
	margin: 0;
}

#comments-entry span.comment-name a{
	font-size: 13px;
	color: #515151;
	text-shadow: #fffeff 1px 1px 0;
	margin-top: 6px;
	font-weight: bold;
	width: 86px;
	height: auto;
	display: block;
	float: left;
}

#comments-entry span.comment-name a:hover{
	text-decoration: underline;
	font-size: 13px;
}

#comments-entry span.comment-date{
	font-size: 13px;
	overflow: hidden;
	display: block;
	color: #7d7d7d;
	position: relative;
	top: 10px;
	margin-bottom: 17px;
	line-height: 17px;
}

#comments-entry .comment-text{
	float: right;
	width: 83%;
}

#comments-entry .comment-text{
	width: 83%;
	padding: 0;
}
/******************************************************************
				 			COMMENT FORM
******************************************************************/
#commentform {
	margin:0px;
	padding: 15px 0 20px;	
	float: left;
	position: relative;
	width: 100%;
}
#commentform .holder {
	padding-top: 15px;
}
#commentform div {
	float: left;
	width: 221px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#commentform div label {
	display: block;
	font-size: 0.9em;
	padding-left: 2px;
	color: #575858;
	padding-bottom: 3px;
	font-weight: bold;
}
#commentform div label.error {
	color: #a80000;
	position: absolute;
	right: 29px;
	text-align: right;
	font-size: 0.9em;
	top: 0px;
}

.submit-button{
	position: relative;
	left: 14em;
}
#commentform input{
	border: 1px solid #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #626363;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 		
	width: 199px;
	background-color: #fbfbfb;
	margin: 0 0 8px 2px;
	padding: 9px 5px 11px;
}	
#commentform textarea {
	color: #626363;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 		
	height: 155px;
	background-color: #fbfbfb;
	background-image: none;
	width: 395px;
	margin-top: -1px;
}
#commentform input:focus, textarea:focus {
	color: #454646;
	border: 1px solid #d4d4d4;
	background-color: #fbfdfd;
	outline: none;
}

#commentform .submit-button{
	float: right;
	position: relative;
	left: 222px;
}

#commentform label.submit-comment {
    color: #b8b9b9;
    display: block;
    height: 40px;
    margin-right: 29px;
    padding-right: 54px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 0;
	cursor: pointer;
	width: auto;
	float: right;
}

#commentform label.submit-comment span{
	background: transparent url(images/template/styles/blue/buttons/btn-left.png) no-repeat top left;
    display: block;
    line-height: 20px;
    padding: 11px 6px 5px 15px;
	height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	color: #7f8181;
	text-shadow: white 1px 1px 0;
}

#commentform label.submit-comment:hover {
    background-position: right -43px;
    color: #f9f9f9;
    outline: none;
}

#commentform label.submit-comment:hover span {
    background-position: left -43px;
    padding: 11px 6px 5px 15px;
	color: #5d5d5d;
}

#commentform label.submit-comment:active {
    background-position: right -86px;
    color: #7a7b7b;
    outline: none; /* hide dotted outline in Firefox */
}

#commentform label.submit-comment:active span {
    background-position: left -86px;
    padding: 11px 6px 5px 15px;
    color: #5d5d5d;
}


/* hide actual button input */
#commentform label.submit-comment input {
	position: absolute;
	width: inherit;
	height: inherit;
	z-index: 2;
	opacity: 0;
	-moz-opacity:0 ;
	display: block;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 first */
filter:alpha(opacity: 0); /* IE5-IE7 second */
}

#commentform em {
	font-style:italic; 
	color:#999999; 
	font-size:0.9em; 
}
/******************************************************************
		                   SIDEBAR
******************************************************************/
#sidebar {
	/*float: right;
	width: 300px;*/
	padding: 0 0px 0px 0;
}

#sidebar span.sidebar-top{
	background: transparent url(images/template/sidebar-top.png) no-repeat left center;
	height: 23px;
	display: block;
	position: relative;
	top: -3px;
	z-index: -5;
}

#sidebar .sidebar-middle{
	background: transparent url(images/template/sidebar-middle.png) repeat-y;
	margin-top: -3px;
	z-index: -5;
}

#sidebar span.sidebar-bottom{
	background: transparent url(images/template/sidebar-bottom.png) no-repeat left center;
	height: 71px;
	display: block;
	position: relative;
	top: -29px;
	z-index: -5;
}

#sidebar h4{
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.sidebar-block{
	/*width: 268px;*/
	height: auto;
	margin-bottom: 29px;
	padding-left: 22px;
	line-height:18px;
}

#sidebar .sidebar-block h4,
#sidebar .sidebar-block h4 a {
	color:#363636;
	font-size:18px;
	line-height:24px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.subnavigation{
	margin-top: 17px;
}
.sidebar-block ul{
	margin-top: 10px;
}

.sidebar-block ul ul, .sidebar-block ul ul ul{}
.sidebar-block ul li{
	list-style-image: none; 
	background: url(images/icons/list_arrow.png) no-repeat left 5px; 
	padding: 0 0 0 15px; 
	margin: 0 0 4px; 
	font-size: 13px;
	color: #525355;
	text-decoration: none;
	list-style-type: none;
	float: none;
	line-height:16px;
}

.sidebar-block ul > li > ul {
	margin:5px 0 10px 20px;
}

.sidebar-block ul li a{
	text-decoration: none;
	color: #737474;
	font-size: 13px;
	text-shadow: #faf9fb 1px 1px 0;
}

.sidebar-block ul li a:hover{
	color: #2a2b2b;
}
/******************************************************************
					 SIDEBAR POPULAR POSTS
******************************************************************/
ul#popluar-widget{
	list-style: none;
	width: 100%;
}

ul#popular-widget li{
	list-style: none !important;
	background: none;
	border-bottom: 1px solid #e6e6e6;
	height: 97px;
	border-top: 1px solid #f8fafa;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 0 9px;
}

ul#popular-widget li img{
	float: left;
	padding: 5px;
	background-color: #f7f9f9;
	border: 1px solid #d9d9d9;
	margin-right: 8px;
}

ul#popular-widget li img:hover{
	
	background-color: #f3f5f5;
	border: 1px solid #bdbdbd;
}

ul#popular-widget li a{
	font-weight: bold;
	font-size: 12px;
	color: #5d5d5d;
}

ul#popular-widget li a:hover{
	color: #1f75b1;
}
/******************************************************************
	    			  SIDEBAR SEARCH BOX
******************************************************************/
#search {
	margin: 0px 0px 35px;
	/*float: right;
	width: 268px;*/
	/*background-image: url(images/template/search-input.png);*/
    background: url('images/css_sprites.png') -10px -404px no-repeat;
	/*background-repeat: no-repeat;*/
	padding: 0 0px;
	height: 29px;
}

#search input {
	margin: 0 0px 0px 3px;
	/*float: left;
	width: 235px;*/
	height: 23px;
	color: #999c9c;
	font-size: 13px;
	background-color: transparent;
	border: none;
	padding: 5px 3px 2px 2px;
	outline: none;
}

#search .search_button {
	background: transparent url(images/template/search-btn.png) no-repeat 0 0;
	color: #eaeaea;
	float: right;
	width: 12px;
	margin: 0;
	border: none;
	position: relative;
	right: 9px;
	top: 9px;
	text-decoration: none;
	text-transform: capitalize;
	height: 12px;
	display: block;
	cursor: pointer !important;
	text-shadow: #000 1px 1px 0;
	text-indent: -9999px;
}
/******************************************************************
					 	ADVERTISE SIDEBAR
******************************************************************/
ul.quinnlaw-pu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
}
ul.quinnlaw-pu li {
	float: left;
	margin: 0px 2px 0px 0px;
	display: inline-block;
	padding: 0px 3px 7px 0px;
}
ul.quinnlaw-pu img {
	padding: 1px;
	border: 1px solid #dfe1e1;
	background-color: #f9f9f9;
}

ul.quinnlaw-pu img:hover{
	border: 1px solid #e1e1e1;
	background-color: #f0f2f2;
}
/******************************************************************
					 FROM FLICKR SIDEBAR
******************************************************************/
#flickr{
	width: 100%;
	overflow:hidden;
	display: block;
}

#flickr img{
	padding: 4px;
	border: 1px solid #dfe1e1;
	background-color: #f9f9f9;
	float: left;
	overflow: hidden;
	display: block;
	margin-right: 4px;
	margin-top: 13px;
}

#flickr img:hover{
	border: 1px solid #e1e1e1;
	background-color: #f0f2f2;
}
.flickr ul{
	display: block;
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin-left: 0;
	margin-top: 11px;
	margin-bottom: 10px;
}

.flickr ul li{
	display: inline;
	margin: 0 4px 14px 0;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

.flickr ul li img{
	padding: 4px;
	border: 1px solid #dfe1e1;
	background-color: #f9f9f9;
}

.flickr ul li img:hover{
	border: 1px solid #e1e1e1;
	background-color: #f0f2f2;
}
/******************************************************************
						 ADDRESS SIDEBAR
******************************************************************/
ul.address-sidebar{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

ul.address-sidebar li{
	font-size: 12px;
	color: #636363;
	margin-bottom: 10px;
	line-height: 17px;
}

ul.address-sidebar strong{
	padding-bottom: 0;
	line-height: 17px;
}
/******************************************************************
							 MAP-HOLDER
******************************************************************/
.map-holder{
	background: transparent url(images/template/map-bg.png) no-repeat;
	width: 273px;
	height: 286px;
	margin-left: -2px;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 7px;
}

.map-holder a{ color: #464848 !important; text-decoration: none;}
.map-holder a:hover{ text-decoration: underline !important;}
/******************************************************************
						 CONTACT FORM
******************************************************************/
#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; color: #626464;
	font-size: 19px;
}
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { 
	display: block; 
	width: 100%; 
	margin: 30px auto 60px; 
	padding: 0; 
}

/* Form style */

#contact label { 
	display: inline-block; 
	float: left; height: 26px; 
	line-height: 26px; 
	width: 96px; 
	font-size: 13px;
	color: #707070;
	margin-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #fffeff 1px 1px 0;
}

#contact .input-wrapper {
	width: 333px; 
	margin: 5px 0 11px; 
	color: #717272; 
	background: transparent url(images/template/input.png) no-repeat; 
	border: none;
	height: 30px;
	padding: 6px 5px 16px;
	outline: none;
}


/*#contact input, textarea, select { 
	width: 319px; 
	margin: 5px 0 8px; 
	color: #717272; 
	background: none; 
	border: none;
	height: 25px;
	padding: 5px 12px 1px 5px;
	outline: none;
}*/

#contact input.wpcf7-text {}

#contact .input-text{
	/*background: transparent url(images/template/textarea.png) no-repeat 0 0;*/
	/*width: 433px;*/
	height: 192px;
	margin-bottom: 0;
	border: none;
	outline: none !important;
	margin-left: 0;
	padding: 8px 0 0;
	display: inline-block;
	margin-top: 9px;
}

#contact textarea{
	background: none;
	margin-bottom: 0;
	/*border: none;*/
	outline: none !important;
	margin-left: 0;
	/*width: 407px;*/
	/*height: 175px;*/
	padding-left: 10px;
	/*float: left;*/
	/*margin-top: -3px;*/
}


#contact input:focus, textarea:focus, select:focus { 
	color:#666; 
}

#contact label.submit {
    color: #b8b9b9;
    display: block;
    float: right;
    height: 42px;
    /*margin-right: 29px;*/
    padding-right: 54px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 0;
	cursor: pointer;
	position: relative;
	/*right: 77px;*/
	top: 9px;
	width: auto;
}

#contact label.submit span{
	background: transparent url(images/template/styles/blue/buttons/btn-left.png) no-repeat top left;
    display: block;
    line-height: 20px;
    padding: 11px 9px 5px 15px;
	height: 42px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #7f8181;
	text-shadow: white 1px 1px 0;
}

#contact label.submit:hover {
    background-position: right -43px;
    color: #f9f9f9;
    outline: none;
}

#contact label.submit:hover span {
    background-position: left -43px;
    padding: 11px 9px 5px 15px;
	color: #5d5d5d;
}

#contact label.submit:active {
    background-position: right -86px;
    color: #7a7b7b;
    outline: none; /* hide dotted outline in Firefox */
}

#contact label.submit:active span {
    background-position: left -86px;
    padding: 11px 9px 5px 15px;
    color: #5d5d5d;
}


/* hide actual button input */
#contact label.submit input {
	position: absolute;
	width: inherit;
	height: inherit;
	z-index: 2;
	opacity: 0;
	-moz-opacity:0 ;
	display: block;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 first */
filter:alpha(opacity: 0); /* IE5-IE7 second */
}

#contact input[type="submit"][disabled] { 
	
	
}

#contact fieldset { 
	padding: 0; 
	border:none; 
}

#contact legend { 
	padding:7px 10px; 
	font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #f6f6f6 url('images/template/error.png') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color: #0a0a0a;border: 1px solid #e5e5e5; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 11px; line-height: 22px; color: #737474; margin-bottom: 10px;}

.loader { padding: 0 10px;
	float: left;
	margin-top: 16px;
	margin-left: -36px;
	display: block;
}

#contact #success_page h1 { background: url('images/template/success.gif') left no-repeat; padding-left:22px;
}

#contact #success_page p{
	font-size: 15px;
}
/******************************************************************
						    FOOTER
******************************************************************/
#footer{
	width: 100%;
	overflow: hidden;
	margin: 0;
}

#footer p{
	font-size: 12px;
}
#footer h3{
	color: #a0a0a0;
	margin-bottom: 20px;
	width: 100%;
	text-align:center;
}
#footer .footer-top{
	background: url(images/template/footer-top.png) repeat-x;
	height: 15px;
	overflow: hidden;
	display: block;
}

#footer .footer-middle{
	background: url(images/template/footer-bg.png) repeat;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	/*margin-top: -30px;*/
}

#footer .textwidget p { text-align:center; }

#footer .textwidget p input { display:inline-block; }

#footer .footer-middle .content{
	/*width: 960px;

	margin: 0 auto;
	overflow: hidden;*/
}

#footer .footer-middle .content .col{
	/*width: 280px;*/
	float: left;
	margin-left: 7px;
	margin-right: 52px;
}

#footer .copyright{
	background: url(images/template/copyright.png) repeat-x;
	height: 66px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#footer .copyright p{
	/*width: 960px;*/
	overflow: hidden;
	margin: 0 auto;
	padding-top: 28px;
	text-transform: uppercase;
	font-size: 13px;
}


#footer ul.blog-list-footer li{
	list-style-type: square;
	/*float: left;*/
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #212222;
	/*width: 262px;*/
	padding-left: 16px;
}

#footer ul{
	width: 100%;
	float: left;
	margin-top: -9px;
}

#footer ul li{
	list-style-type: square;
	/*float: left;*/
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #212222;
	/*width: 262px;*/
	padding-left: 16px;
}
#footer ul li:first-child{
	border-top: none;
}
#footer ul li:last-child{
	border-bottom: none !important;
}

#footer ul.contact-footer{
	width: 100%;
	overflow: hidden;
	margin-top: -9px;
	margin-left: 14%;
	float: left;
	margin-bottom: -10px;
}
#footer ul.contact-footer li{
	list-style: none !important;
	padding-top: 9px;
	color: #626363;
	font-size: 13px;
	border: none;
	padding-left: 28px;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 7px;
	line-height: 19px;
}

#footer ul.contact-footer li.mail{
    /*background: transparent url(images/icons/mail.png) no-repeat left 10px;   */
    background: transparent url('images/css_sprites.png') -10px 3px no-repeat;
	float: left;
}
#footer ul.contact-footer li.phone{
    /*background: transparent url(images/icons/phone.png) no-repeat 2px 6px;*/
    background: url('images/css_sprites.png') -10px -108px no-repeat;
	float: left;
}
#footer ul.contact-footer li.address{
    background: transparent url(images/icons/home.png) no-repeat 0 7px;
   /* background: url('images/css_sprites.png') -10px -79px no-repeat;              */
	float: left;
}


#footer ul.contact-footer li a{
	font-size: 13px;
	width: 100%;
	color: #545454;
}


#footer ul.social{
	width: 100%;
	overflow: hidden;
	float: left;
	margin-left: 25px;
}

#footer ul.social li {
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	border: none !important;
	list-style: none !important;
	background: none !important;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
	/*width: 29px;*/
	/*float: left;*/
	display: inline-block;
	padding:0;
}
#footer ul.social a {
	width: 32px;
	overflow: hidden;
	display: inline-block;
	padding: 0 10px 8px 0;
	float: left;
}

#footer ul.blog-list-footer li:first-child{ border-top: none;}
#footer ul.blog-list-footer li:last-child{ border-bottom: none;}

#footer ul li a{
	color: #545454;
	text-decoration: none;
	padding-left: 5px;
	line-height: 16px;

    display: block;
    margin-left: 20px;
	/*float: left;*/
}
#footer ul li a:hover{
	color: #c7c7c7;
}

#footer .badges { margin-top:30px; padding:30px 15px 5px 15px; text-align:center; background:white; }
#footer .badges img { display:inline-block; max-height:60px; margin:0 10px 25px 10px; }
/******************************************************************
					 JQUERY TIP STYLE
******************************************************************/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 2px #555;
	-webkit-box-shadow: 0 0 2px #555;
	-moz-box-shadow: 0 0 2px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
.sprite { display: block; }

.bg-1 {
    width: 29px; height: 29px;
    background: url('images/css_sprites.png') -10px -159px;
}
.bg-2 {
    width: 30px; height: 29px;
    background: url('images/css_sprites.png') -10px -208px;
}
.bg-3 {
    width: 30px; height: 29px;
    background: url('images/css_sprites.png') -10px -257px;
}
.bg-4 {
    width: 29px; height: 29px;
    background: url('images/css_sprites.png') -10px -306px;
}
.bg-6 {
    width: 30px; height: 29px;
    background: url('images/css_sprites.png') -10px -355px;
}
.bg-bloglist {
    width: 13px; height: 16px;
    background: url('images/css_sprites.png') -10px -43px;
    float: left;
}
.bg-home {
    width: 19px; height: 17px;
    background: url('images/css_sprites.png') -10px -79px;
}
.bg-mail {
    width: 19px; height: 13px;
    background: url('images/css_sprites.png') -10px -10px;
}
.bg-phone {
    width: 14px; height: 23px;
    background: url('images/css_sprites.png') -10px -116px;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

.single-entry{
	margin-bottom: 10px !important;
}

ol.commentlist { 
	list-style:none; padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

ol.commentlist li { 
	border: 1px solid #e4e4e4; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	margin: 0 0 18px; 
	padding: 5px 7px 24px 64px; 
	position:relative; 
	background: 
	-webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.5, #fefefe),
		to(#fbfbfb)
	);
	background: -moz-linear-gradient(top,
		#fff,
		#fefefe 50%,
		#fbfbfb
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#fbfbfb');
	width: 88%;
	overflow: hidden;
}

ol.commentlist li.pingback comment-author { 
	padding:0 170px 0 0; 
}

ol.commentlist li div.vcard {
	font-weight: bold;
	list-style: none !important;
	margin-bottom: 10px;
}

.comment-body{
	margin-top: 6px;
	margin-left: 30px;
}

.comment-body em{
	font-size: 12px;
	color: #8a8a8a;
	float: left;
	margin-top: -5px;
}
ol.commentlist li div.vcard{
	margin-top: 6px;
}
ol.commentlist li div.vcard cite.fn { 
	font-style:normal; font-size: 12px;
	margin-left: 29px;
	margin-top: 7px;
}

ol.commentlist li div.vcard cite.fn a.url { 
	color: #0081c1; text-decoration:none; 
}

ol.commentlist li div.vcard cite.fn a.url:hover { 
	color:#000; 
}

ol.commentlist li div.vcard img.avatar { 
	background: #fff; 
	border: 1px solid #e3e5e5; 
	padding: 3px; 
	left: 7px; 
	position:absolute; 
	top: 13px;
	overflow: hidden;
}

ol.commentlist li div.comment-meta { 
	font-weight:bold; 
	font-size: 10px; 
	line-height: 16px; 
	font-family: helvetica,arial,sans-serif; 
	position:absolute; 
	right: 11px; 
	text-align:right; 
	top: 9px;
}

ol.commentlist li div.comment-meta a { 
	color: #acaeae; 
	text-decoration:none; 
}

ol.commentlist li p { 
	font-weight:normal; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: helvetica,arial,sans-serif; 
	margin:5px 0 12px; 
}

ol.commentlist li ul { 
	font-weight:normal; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: helvetica,arial,sans-serif; 
	list-style:none; 
	margin:0 0 12px; padding:0; 
}
ol.commentlist li ul li{list-style: none;}

ol.commentlist li div.reply { 
	 
	text-align:center; 
	width:36px;
	float: right;
	position: relative;
	top: -6px;
	left: -5px;
}

ol.commentlist li div.reply:hover { 
	background: #e2e4e4; 
}

ol.commentlist li div.reply a { 
	color: #888; 
	background: #f7f7f7; 
	border: 1px solid #e0e4e4; 
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	font:bold 9px/1 helvetica,arial,sans-serif; 
	padding:6px 5px 4px; 
	text-decoration:none; 
	text-transform:uppercase; 
}
ol.commentlist li div.reply a:hover{
	color: #575959;
	background: #fbfbfb; 
	border: 1px solid #cdcfcf; 
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	font:bold 9px/1 helvetica,arial,sans-serif; 
	padding:6px 5px 4px; 
	text-decoration:none; 
	text-transform:uppercase;
}


ol.commentlist li #respond{
	margin-left: -57px;
	margin-top: 43px;
}

ol.commentlist li #respond textarea{
	width: 374px;
}

ol.commentlist li #respond .submit-button{
	position: relative;
	left: 202px;
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin: 44px 0 0; 
	text-indent:0;
}

ol.commentlist li ul.children li{
	width: 87%;
	background: 
	-webkit-gradient(linear, left top, left bottom,
		from(#fbfbfb),
		color-stop(0.5, #fefefe),
		to(#fafafa)
	) !important;
	background: -moz-linear-gradient(top,
		#fbfbfb,
		#fefefe 50%,
		#fafafa
	) !important;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fbfbfb', EndColorStr='#fafafa') !important;
	border: 1px solid #e0e2e2;
}


ol.commentlist li ul.children li #respond textarea{
	width: 304px;
}

ol.commentlist li ul.children li #respond .submit-button{
	position: relative;
	left: 131px;
}
ol.commentlist li ul.children li div.vcard cite.fn {
	margin-left: 30px;
	margin-top: 5px !important;
	position: relative;
	top: 0;
}


ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-2 li{
	width: 85%;
}

ol.commentlist li ul.children li.depth-2 li #respond .holder{
	width: 180px !important;
}

ol.commentlist li ul.children li.depth-2 li #respond input{
	width: 160px !important;
}
ol.commentlist li ul.children li.depth-2 li #respond textarea{
	width: 269px;
}

ol.commentlist li ul.children li.depth-2 li div.vcard cite.fn {
	margin-left: 29px;
}

ol.commentlist li ul.children li.depth-2 li #respond .submit-button{
	position: relative;
	right: 1px !important;
	left: 137px !important;
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 3px;
}

ol.commentlist li ul.children li.depth-3 li{
	width: 82%;
}

ol.commentlist li ul.children li.depth-3 li #respond .holder{
	width: 150px !important;
}
ol.commentlist li ul.children li.depth-3 li #respond input{
	width: 130px !important;
}

ol.commentlist li ul.children li.depth-3 li #respond textarea{
	width: 226px;
}

ol.commentlist li ul.children li.depth-3 li #respond .submit-button{
	position: relative;
	left: 125px !important;
}
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 li{display: none;}
ol.commentlist li ul.children li.depth-5 li{ 
	margin:0 0 3px; 
	display: none;
}

ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

.passwordform{
	margin-top: 20px;
}

.passwordform label{
	font-size: 16px;
	color: #303030;
	font-weight: bold !important;
}
.passwordform input{
	border: 1px solid #d4d4d4;
	font-size:12px;
	color: #626363;
	border-radius: 3px;
	outline: none;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 		
	width: 199px;
	background-color: #fbfbfb;
	margin: 0 0 8px 2px;
	padding: 5px 5px 8px;
}

.passwordform input.button{
	width: auto;
	display: inline-block;
	text-decoration: none;
	margin-top: 0;
	text-transform: none;
	color: #606060;
	background-color: #e0e0e0;
	border-color: #ddd #d8d8d8 #c4c4c4;
	color: #606060;
	text-shadow: 0px 1px 0px #fff;
	background: -moz-linear-gradient(top,
		#fff,
		#f4f4f4 50%,
		#e0e0e0
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.5, #f4f4f4),
		to(#e0e0e0)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#e0e0e0');
	font: bold 13px/18px "Tahoma", Arial, sans-serif;
	padding: 4px 11px 6px 10px;
	cursor: pointer !important;
}

.passwordform input:hover.button{
	background-color: #ebebeb;
	border-color: #dbdbdb #d4d4d4 #c0c0c0;
	
	background: -moz-linear-gradient(top,
		#fff,
		#f8f8f8 65%,
		#ebebeb
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.65, #f8f8f8),
		to(#ebebeb)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#ebebeb');
}

.passwordform input:active.button{
	border-color: #c0c0c0 #d4d4d4 #dbdbdb;
	text-shadow: 0px -1px 0px #fff;
	
	background: -moz-linear-gradient(top,
		#ebebeb,
		#f4f4f4 50%,
		#fff
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ebebeb),
		color-stop(0.5, #f4f4f4),
		to(#fff)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#ffffff');
}

.authorbio{
	border: 1px solid #e4e4e4; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	margin: 0 0 35px; 
	padding: 4px 10px 11px 9px; 
	position:relative; 
	background: 
	-webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.5, #fefefe),
		to(#fbfbfb)
	);
	background: -moz-linear-gradient(top,
		#fff,
		#fefefe 50%,
		#fbfbfb
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#fbfbfb');
	width: 96%;
	overflow: hidden;
}

.authorbio .auth_image{
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

.auth_name{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 9px;
	margin-bottom: -5px;
	color: #606060;
	float: left;
}

.authorbio .auth_image img{
	padding: 4px;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
}

.auth_desc .desc{
	float: left;
	width: 80%;
	margin-top: 12px;
}

.author_page{
	width: 100%;
	overflow: hidden;
}

.author_page  .authimage{
	float: left;
	padding: 5px;
	border: 1px solid #dbdbdb;
	background-color: #f2f2f2;
	margin-right: 15px;
	margin-top: 13px;
	margin-bottom: 10px;
}

li.cat-post-item p a {color: #1F75B1;}

ul.pagelinks {list-style: disc inside none; list-style-type: disc; margin-top:5px; padding-left: 20px;}
ul.pagelinks2 {list-style: circle inside none; list-style-type: circle; padding-left: 20px;}

#typography-fix p.intro {margin-top: -4px; font-size: 14px; font-weight: bold; font-style: italic;}
#typography-fix p.outro {font-size: 14px; font-weight: bold; font-style: italic; margin-top: 20px; padding-top: 20px; border-top: 1px dashed #dddddd;}
#typography-fix em {font-style: italic;}
#typography-fix strong, #typography-fix strong em {font-weight: bold !important;} 
#typography-fix h2 {font-size: 18px; margin: 20px 0px 4px; color: #111111; padding-top: 20px; border-top: 1px dashed #dddddd;}
#typography-fix p {margin: 0px 0px 10px; color: #444444;}
#typography-fix ul {margin: 0px 0px 10px 20px; padding: 0px 0px 0px 10px; list-style-type: disc !important; list-style-position: inside !important;}
#typography-fix ul li {list-style-type: disc !important; color: #444444; list-style-position: inside !important;}

div.cta {border: 1px solid #DDDDDD; background-color: #FFFFFF; padding: 5px 15px; width: 325px; margin: 10px 0 12px 12px; float: right; clear: right;}

div.remove_cta .cta { width:auto; }

div.full {width: 95%; float: none; clear: both; margin: 25px 0 0 0;} 

div.notice {border: 1px solid #CC0000 !important; padding: 12px !important; margin: 12px 0 14px !important;}


body #header { background-position:center top; background-color:#011520; }

#myslides { /*margin-top:40px;*/ }
#myslides h2 { color:#fbfafa; font-size:28px; font-weight:bold; text-transform:uppercase; text-align:center; }
#featured { height:auto; }
#featured .slide-description { margin-top:38px; }
#featured .slide-image { margin-top:38px; }
#featured .slide-description span.subtitle { color:white; font-size:17px; text-transform:uppercase; }
#featured .slide-description p { color:#b2b5b5; }

#nextprevhome { margin-top:-60px; color:white; }


div#mobile_view { display:none; }

.row { max-width:73.85em; }
	div#navigation { margin:0; }
		div#navigation ul { padding-top:30px; }


#navigation ul li { float:none; display:inline-block; }

/* LAW CENTER PAGE*/
.service-box .btn_details span { height:42px; }
/* END LAW CENTER PAGE */

#footer .copyright { height:auto; background-color:#1c1c1c; }
#footer .copyright p { width:100%; padding-bottom:10px; }


	.three_columns { margin-bottom:20px; padding-bottom:60px; background:url("images/template/hseparator.png") no-repeat scroll center bottom rgba(0, 0, 0, 0); }
	.three_columns h3 { text-align:center; }
	.three_columns h3 a { color:#363636; }
	.three_columns .columns { position:relative; margin-bottom:20px; padding-bottom:20px; }
	
	.three_columns .columns:after { content:""; width:8px; height:189px; position:absolute; left:0; top:0; background:url("images/template/vseparator.png") no-repeat scroll 0 0 transparent; }
	.three_columns .columns:nth-child(1):after { display:none; }
	
		.three_columns .columns p { margin-left:10%; margin-right:10%; }
		
	#footer div.textwidget input[type=text] { padding-top:0; padding-bottom:0; height:25px; margin-bottom: 0; line-height:25px; }
	
	#footer #search { text-align:center; background:none; }
	#footer #search input#s { display:inline-block; width:268px; height:29px; padding-top:0; padding-bottom:0; background: url('images/css_sprites.png') -10px -404px;/* background:url("images/template/search-input.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/ }
	#footer #search input#searchsubmit { display:none; }

    #footer .footer-middle .content .row > div:nth-child(3) h3 { margin-bottom: 0; }
    #footer .footer-middle .content .row > div:nth-child(3) form p:nth-child(1) { margin-top: 0; }
    #footer .footer-middle .content .row > div:nth-child(3) form { margin-bottom: 10px; }
    #footer .footer-middle .content .row > div:nth-child(3) .textwidget { text-align: center; padding: 10px 0;}


/* increase content font-size and line-height */
#main-content p,
#main-content span,
#main-content li,
#main-content a,
#main-content div,
#main-content { font-size:14px; line-height: 20px; }

@media ( max-width:1024px ) {
	#myslides { width:100% !important; }
	#footer div.copyright .copyright-content .columns:nth-child(2) p { padding-top:0; }
	#footer #search input#s { width:200px; background-size:200px 29px; }
	
	body#subpage #navigation { float:none; text-align:center; }
	
	body#subpage div.page-title { margin-top:15px; float:none; text-align:center; }
		body#subpage div.page-title h2 { font-size:20px; line-height:25px; }
		body#subpage div.page-title span.subtitle { font-size:15px; }
	body#subpage div#navigation ul { padding-top:15px; }
	
	#featured #myslides { width:100% !important; }
	
	#header { background-color:#011520 !important; }
	
	#nextprevhome { margin-top:0; padding-bottom:10px; }
}

@media ( max-width:768px){
	
}

@media ( max-width:700px){
	#footer ul.contact-footer { margin-left:0; }
	#footer ul.social { margin-left:0; }

}

@media ( max-width:640px){
	
	div#navigation { float:none; text-align:center; }
	
	.three_columns .columns { text-align:center; border-bottom:1px dotted #1c1c1c; }
	.three_columns .columns img { float:none; }
	.recent-works .ngg-widget, .ngg-widget-slideshow { text-align:center; }
	
	#myslides div.slide-image { text-align:center; }
		#myslides div.slide-image img { display:inline-block; }
		
		#nextprevhome { text-align:center; }
	
	#footer .footer-middle h3 { margin-top:30px; margin-bottom:0; }
	#footer .footer-middle ul { float:none; margin:0; }
	#footer .footer-middle ul.contact-footer { width:auto; max-width:210px; margin:0 auto; overflow:visible; }
		#footer .footer-middle ul.contact-footer li { width:auto; float:none; display:block; }
		
		#footer div.copyright .copyright-content .columns:nth-child(2) p { padding-top:0; }
	
}
@media (max-width:480px) {

	div#mobile_view { display:block; }
	body { background:none !important; }
	#wrapper { display:none; }
	#footer { display:none; }
	
	img.alignleft, img.alignright { float:none; display:block; margin:0 auto 15px auto; }
	
	.dark_blue { background:#032c42; }
	.dark_grey {}
	.light_blue {}
	
	.get_directions { color:white; margin-top:10px; padding:5px 10px; background:#032c42; }
	.get_directions a { color:white; }
	.get_directions .right a { padding-left:15px; background:transparent url('images/get_directions_marker_blue.png') no-repeat left center; }
	
	#mobile_header div.logo { text-align:center; padding-top:10px; background:#021420; height:60px; }
		#mobile_header div.logo img { max-width:100%; width:auto; }
	#mobile_header div.logo p.logo_tagline { margin:0; text-align:center; }
	
	div.navigation ul { list-style:none; padding-top:10px; padding-left:10px; padding-right:10px; width:97%; }
		div.navigation ul li { display:inline-block; float:left; width:50%; text-align:center; }
		div.navigation ul li a { display:block; color:#333333; font-size:14px; font-weight:bold; }
		div.navigation ul li:first-child { text-align:left; width:25%; }
		div.navigation ul li:last-child { text-align:right; width:25%; }
		
	div.pre_content { clear:both; padding:10px 0; }
		div.pre_content a.contact_us { display:block; margin:10px 5px; padding:10px 0; color:white; text-transform:uppercase; font-size:14px; font-weight:bold; text-align:center; margin-top:10px; }
	
	#mobile_view ul.menu { list-style:none; background:none; clear:both; }
	
	ul.menu { margin:0 5px; }
	
	ul.dark_blue.menu { margin-bottom:10px; }
	ul.dark_blue.menu li a { margin-bottom:5px; background:#032c42; }
	ul.light_blue.menu li a { margin-bottom:5px; padding:15px 0; background:#1f75b1; }
	ul.dark_grey.menu li a { position:relative; background:#171717; text-align:left; padding-left:10px; }
	
	ul.dark_grey.menu li a:after {
		content:"";
		position:absolute;
		right:15px;
		top:12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #ffffff;
	}
	
	ul.dark_grey.menu li.spacer { margin-bottom:5px; }
	
	ul.menu li a { display:block; margin-bottom:1px; padding:8px 0; color:white; text-align:center; font-size:12px; text-transform:capitalize; font-weight:bold; font-family:"Lucida Grande", Verdana, Sans Serif; }
	
	div.m_content { padding-left:5px; padding-right:5px; text-align:center; }
		div.m_content a.send_a_message { display:block; margin-bottom:15px; padding:10px 0; color:white; text-transform:uppercase; text-align:center; font-weight:bold; font-size:14px; }
		
		div.m_content address { font-style:normal; margin-bottom:10px; }
		
		
	div.remove_cta .cta { width:auto; margin:10px auto; float:none; }
	div.cta.full { width:auto; margin:0 0 10px 0; }
	
	/* LAW CENTER PAGE */
	.service-box .service-text { float:none; width:auto; clear:both; }
	.service-box .btn_details span { height:42px; }
	/* END LAW CENTER PAGE */
		
	a.map img { display:block; max-width:100%; width:100%; }
	
	div.social_media { padding-bottom:7px; text-align:center; }
	
	div.mobile_content_area { padding-left:10px; padding-right:10px; }
		div.mobile_content_area h2 { text-transform:uppercase; font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
	
	a.back_to_top { display:block; margin-top:10px; margin-left:5px; margin-right:5px; padding:5px 0; text-align:center; color:white; text-transform:uppercase; font-size:12px; font-weight:bold; background:#171717; }
	p.copyright { text-align:center; color:#333333; font-size:12px; padding:3px 5px; }
	
	body .btn_arrow span, body .btn_mail span, body .btn_home span, body .btn_details span, body .btn_comments span, body .btn_user span {
		padding-top:5px; padding-bottom:5px; line-height:16px;
	}
	body .btn_details { margin-left:0; margin-right:0; }
	
	/* POPUP FORM */
	div.quote_popup { padding:15px 10px; color:white; background:#032c42; }
		div.quote_popup h2 { color:white; font-size:18px; margin-bottom:10px; }
		div.quote_popup button.mfp-close { color:white; }
		div.quote_popup textarea { width:100%; height:130px; margin-bottom:15px; margin-top:0; background:white; }
		div.quote_popup input.wpcf7-text { margin-bottom:0px; }
		div.quote_popup span.wpcf7-form-control-wrap { padding-bottom:8px; display:block; }
		
		div.quote_popup input.wpcf7-submit { padding-top:8px; padding-bottom:8px; margin:0; }
	/* END POPUP FORM */
	
	/* content */
	div.mobile_content_area ul { margin:5px 0 5px 20px; padding:0 0 20px 0; list-style:disc; }
	div.mobile_content_area ul > li { color:#737474; line-height:18px; }
	
	div.mobile_content_area h1,
	div.mobile_content_area h2,
	div.mobile_content_area h3,
	div.mobile_content_area h4,
	div.mobile_content_area h5 { font-family:"Lucida Grande",Lucida,Verdana,sans-serif; font-weight:normal; }
	
	div.mobile_content_area h2.mobile_title { font-size:24px; }
	
	div.mobile_content_area h1 { font-size:22px; line-height:26px; }
	div.mobile_content_area h2 { font-size:18px; line-height:24px; }
	div.mobile_content_area h3 { font-size:16px; line-height:20px; }
	div.mobile_content_area h4 { font-size:14px; line-height:18px; }
	div.mobile_content_area h5 { font-size:14px; line-height:18px; }
	
}
