/*
Theme Name: GLAC
Author: Site5.com / GLAC
Author URI: http://gk.site5.com/
Description: GLAC Theme
*/

/* fonts
-------------------------------------------*/

/* Webfont: lato-Regular */@font-face {
    font-family: 'lato';
    src: url(font/latolatin-regular.eot); /* IE9 Compat Modes */
    src: url(font/latolatin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(font/latolatin-regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Webfont: lato-Italic */@font-face {
    font-family: 'lato';
    src: url(font/latolatin-italic-webfont.eot);
    src: url(font/latolatin-italic-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/latolatin-italic.ttf) format('truetype');
    font-style: italic;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}"/favicon/

/* Webfont: lato-bold */@font-face {
    font-family: 'lato-bold';
    src: url(font/latolatin-bold-webfont.eot);
    src: url(font/latolatin-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/latolatin-bold.ttf) format('truetype');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* blue
-------------------------------------------*/


a {
	color:#898989;
}

h1, h2, h3 {
	color:#333;
}

h1 a{
	color:#333;
}

h2 {
	color:#333;
}

h22 {
	color:#333;
	font-family: 'lato-bold';
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h222 {
	color:#333;
	font-family: 'lato-bold';
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 10px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#header {
	background:url(images/bk_body_text1.jpg) 0 0 no-repeat;
}

/* HEADER ELEMENTS
------------------------------------------*/

#logo span {
	color:#507dd9;
}

/* -- main menu --*/

#topMenu .sf-menu li.current_page_item a {
	color:#D3D3D3;
}

#topMenu .sf-menu li.current-menu-item a {
	color:#D3D3D3;
}

#topMenu {
	background:url(images/blue/bk_topmenu.png) no-repeat;
}

#topMenu ul.sf-menu li {
	border-right:0px solid #fff;
}

#topMenu ul.sf-menu li a {
	color:#fff;
}

#topMenu ul.sf-menu li li a {
	color:#fff;
}

#topMenu ul.sf-menu li a:hover {
	color:#A9A9A9;
}

#topMenu ul.sf-menu li li {
	border-bottom:1px solid #507dd9;
	background:#507dd9;
}

#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li ul.sub-menu #topMenu ul.sf-menu li ul {
	border:1px solid #507dd9;	
	background:#507dd9;
}

#topMenu ul.sf-menu li ul.children li a:hover,#topMenu ul.sf-menu li ul.sub-menu li a:hover, #topMenu ul.sf-menu li.page_item ul li a:hover{
	color:#A9A9A9;
}

#topMenu ul.sf-menu li ul.children li ul.children, #topMenu ul.sf-menu li ul.sub-menu li ul.sub-menu {
	border:1px solid #507dd9;
}


/* CONTENT ELEMENTS
----------------------------------------------*/

#colFull h1 ul li a{
	color:#507dd9;	
}

#colFull h1 ul li a:hover {
	text-decoration:none;
}

.more-link {
	background:url(images/blue/but_readmore.png) 0 0 no-repeat;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}

.more-link a{
	background:url(images/blue/but_readmore.png) 0 0 no-repeat;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}

.blogPost .meta .date{
	background:url(images/blue/bk_date.png) 0 0 no-repeat;
	color:#fff;
}


/* COL RIGHT
-------------------------------------------*/

#colRight h2 {
	color:#333;
}

#colRight h2 a{
	color:#333;
}

#colRight ul li {
	background:url(images/blue/bullet_list.png) 0 12px no-repeat;
}

#colRight ul li a{
	
}

#colRight #inner {
	overflow:hidden;
}

/* FOOTER ELEMENTS
--------------------------------------------*/

#footer .footerBox h2 a:active {
	color:#507dd9;
}

#footer .footerBox h2 a:hover {
	color:#507dd9;
}

#footer .footerBox h2 a:link {
	color:#507dd9;
}

#footer .footerBox h2 a:focus {
	color:#507dd9;
}

#footer .footerBox h2 a:visited {
	color:#507dd9;
}

#footer .footerBox h2  {
	color:#507dd9;
	border-bottom:1px solid #292929;
}

#footer .footerBox ul li {
	border-bottom:1px solid #292929;
	background:url(images/blue/bullet_list.png) 0 13px no-repeat;
}


#footer .footerBox ul li a {
	color:#E0E0E0;
}

#footer .footerBox ul li a:hover {
	color:#507dd9;
}

#footer .footerBox ul#social li {
	border-bottom:1px solid #292929;
}

#footer .footerBox ul#social li strong{
	color:#efefef;
}

/*COMMENTS
---------------------------------------------*/

#colLeft h2.comments {
	color:#507dd9;
}

/* FORMS
------------------------------------------- */

#commentform input#submit{
	background:url(images/blue/but_send.png) 0 0 no-repeat;
	color:#fff;
}


#contact input.submit {
	background:url(images/blue/but_send.png) 0 0 no-repeat;
	color:#FFF;
}


/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-family: 'lato', sans-serif;
	font-weight: normal;
	font-size:15px;
	color:#333;
	background:#EFEFEF url(images/bk_body_text1.jpg) repeat-x;
	line-height:130%;
}

em,b,strong {
	font-family: 'lato-bold', sans-serif;
	font-weight: normal;
}

ul {
	list-style:none;
}

ul.post {
	padding-left: 20px;
}

ul.post li {
	padding-bottom: 8px; 
}


ol {
	padding-left: 20px;
}

ol li {
	padding-bottom: 8px; 
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1em;
}



h1, h2, h3 {
	font-family: 'lato-bold', sans-serif;
	font-size:28px;
	line-height:100%;
	font-weight: normal;
}

h1 {
	padding-top:10px;
	padding-bottom:15px;
}


h2 {
	font-size:20px;
	padding-top:10px;
	font-weight:normal;
	padding-bottom:10px;
}

h3 {
	font-size:16px;
}

hr.one  {
    padding: 0;
    border: none;
    border-top: medium double #4c4c4c;
    color: #4c4c4c;
    text-align: center;
}

hr.one:after {
    content: "§";
    color: #4c4c4c;
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #EFEFEF;
}

hr.two {
    border: 0;
    height: 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #ABABAB;
}


blockquote { font: italic 15px/18px 'lato', sans-serif; font-weight: normal; letter-spacing:0.01em; padding: 10px 20px 2px; margin: -10px 0px 20px 0px; background: #E0E0E0; }

blockquote p { font: italic 15px/18px 'lato', sans-serif; font-weight: normal; }

blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 14px; line-height: 17px;}

buttons_submit {
	background: url(images/blue/but_readmore.png) no-repeat;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	height: 25px;
	width: 92px;
}

p.drop:first-letter {
font-size: 46px;
float: left;
margin:5px 0px 0px 0px;
}

sup {
font-size: 8px;	
}


 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#wrap {
   width:400px;
   margin:0px;
}

#wrap2 {
   width:600px;
   margin:0px;
}

#left_coll {
   float:left;
   width:200px;
}

#right_coll {
   float:right;
   width:200px;
}

#left_coll2 {
   float:left;
   width:200px;
   padding:0px 70px;
}

#right_coll2 {
   float:right;
   width:250px;
   padding:0px 0px 0px 10px;
}

#wrapper {
	margin:0 auto;
	width:910px;
}

#header {
	height:165px;
	position:relative;
	z-index:99; 
	padding:0 8px;
}

#content {
	padding-bottom:20px;
}

#colLeft{
	width:615px;
	float:left;
	padding-left:3px;	
	padding-top:15px;
}

#colLeft2{
	width:615px;
	float:left;
	padding-left:155px;	
	padding-top:15px;
	
}

#colLeft3{
	width:925px;
	float:left;
	padding-left:0px;	
	padding-top:15px;
	
}

/* page container for Portfolio */
#colFull{
	padding-left:0px;	
	padding-top:15px;
	width:925px;
}

#colRight {
	padding:8px;
	float:left;
	width:256px;
	border:1px solid #ccc;
	background:#fff;
	margin-left:17px;
	margin-top:15px;
	font-size:13px;
}

#colRight #inner {
	padding:7px;
	background:url(images/bk_colright.jpg);
}

#footer {
	background:#4e4e4e url(images/footer_back3.jpg);
	background-repeat:repeat-x;
	width:100%
	margin:0;
	color:#EFEFEF;
	position:relative;
	font-size:11px;
	padding-bottom:20px;
}

#innerFooter {
	width:950px;
	margin:0 auto;
	padding:15px 0 25px;
	position:relative;
}

/* HEADER ELEMENTS
------------------------------------------*/
#site5top {
	position:absolute;
	top:0px;
	right:0px;
}

#site5top a {
	display:block;
	width:0px;
	height:0px;
	text-indent:-9999px;
}

/* -- logo --*/
#logo {
	position:absolute;
	top:15px;
	left:215px;
	color:#FFF;
	
}

#logo a img{
	border:none;
	vertical-align:middle;
	margin-right:20px;
}

#logo span {
	font-family: 'lato-bold', sans-serif;
	font-size:16px;
	padding-top:15px;
}


/* -- main menu --*/

#topMenu {
	font-family: 'lato', sans-serif;
	font-weight: normal;
	width:910px;
	height:53px;
	position:absolute;
	top:108px;
	left:0;
}

#topMenu ul.sf-menu {
	padding-top:17px;
	padding-left:3px;
}

#topMenu ul.sf-menu li {
	float:left;
	font-color:#fff;
	padding:0 15px;
	font-size:15px;
}
#topMenu ul.sf-menu li a {
	text-decoration:none;
	text-transform:uppercase;
}

#topMenu ul.sf-menu li li a {
	padding:0 8px;
}

#topMenu ul.sf-menu li a:hover {
	text-shadow:none;
}

#topMenu ul.sf-menu li li {
	padding:0;
	padding-top:2px;
	border:none;	
}

#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li ul.sub-menu {
	padding:0;	
	background:url(images/bk_submenu.png) 0 -4px repeat-x;
}

#topMenu ul.sf-menu li ul.children li, #topMenu ul.sf-menu li ul.sub-menu li, #topMenu ul.sf-menu li.page_item ul li  {
	position:relative;
	line-height:100%;
	height:28px;
	text-transform:none;
}
#topMenu ul.sf-menu li ul.children li a, #topMenu ul.sf-menu li ul.sub-menu li a, #topMenu ul.sf-menu li.page_item ul li a {
	text-decoration: none;
	display:block;
	padding-top:7px;
	line-height:100%;
	border:none;
	text-transform:none;
}


#topMenu ul.sf-menu li ul.children li ul.children a, #topMenu ul.sf-menu li ul.sub-menu li ul.sub-menu a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li ul.sub-menu,  #topMenu ul.sf-menu li.page_item ul
{
	margin-top:-4px;
	
}
#topMenu ul.sf-menu li ul.children ul.children, #topMenu ul.sf-menu li ul.sub-menu ul.sub-menu
{
	margin:0 0 0 25px;
}

.rssTag {
	position:absolute;
	width:50px;
	height:41px;
	background:url(images/ico_rss.png) 0 0 no-repeat;
	text-indent:-9999px;
	right:10px;
	top:108px;
	z-index:9999;
}

/* CONTENT ELEMENTS
----------------------------------------------*/
#colFull h1 {
	text-transform:capitalize;
	position:relative;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	padding-right: 7px;
}

#colFull h1 ul {
	top:10px;
}

#colFull h1 ul li {
	float:left;
	padding:0 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	line-height:100%;
	font-size:18px;
}

#colFull h1 ul li a{
	font-size:18px;
	font-weight:normal;
	color:#0093CA;
	letter-spacing:normal;
	
}

#colFull h1 ul li a:hover {
	color:#507daa;
}

#colFull .bread {
	padding: 1px 0;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin-bottom: 3px;
	width: 910px;
}


#archive-title, .searchQuery {
	padding:0 0 10px 0;
	font-size:12px;
	margin-bottom:5px;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
}

.navigation2 {
	width:910;
	float:right;
	position:relative;
}


.colalignleft {
	background: url(images/blue/but_readmore.png) 0 100% no-repeat;
	float:right;
	margin: -470px -65px 0px 0px;
	padding: 5px 2px 2px 21px;
	height: 25px;
	width: 92px;
	font-size: 18px;
	color: #fff;
}

.colalignleft a {
	color: #fff;
}

.colalignleft p {
	color: #fff;
}

.colalignleft a:hover {
	color: #efefef;
	text-decoration:none;
}

.colalignleft1 {
	background: url(http://glaconservatives.co.uk/wp-content/uploads/2013/04/but_readmore_flip.png) 0 100% no-repeat;
	float:left;
	margin: 10px -8px 0px 0px;
	padding: 5px 2px 3px 24px;
	height: 25px;
	width: 92px;
	font-size: 18px;
	color: #fff;
}

.colalignleft1 a {
	color: #fff;
}

.colalignleft1 p {
	color: #fff;
}

.colalignleft1 a:hover {
	color: #efefef;
	text-decoration:none;
}

.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 10px;
}


.colalignright {
	background: url(images/blue/but_readmore_flip.png) 0 100% no-repeat;
	float:left;
	margin: -470px 38px 0px 0px;
	padding: 5px 2px 2px 22px;
	height: 25px;
	width: 790px;
	font-size: 18px;
	color: #fff;
}

.colalignright a {
	color: #fff;
}

.colalignright p {
	color: #fff;
}

.colalignright a:hover {
	color: #efefef;
	text-decoration:none;
}


.colalignright1 {
	background: url(images/blue/but_readmore.png) 0 100% no-repeat;
	float:right;
	margin: 10px -18px 0px 0px;
	padding: 5px 2px 3px 15px;
	height: 25px;
	width: 92px;
	font-size: 18px;
	color: #fff;
}

.colalignright1 a {
	color: #fff;
}

.colalignright1 p {
	color: #fff;
}

.colalignright1 a:hover {
	color: #efefef;
	text-decoration:none;
}


#homeBoxes {
	padding-top:15px;
}

#homeBoxes .homeBox {
	width:276px;
	float:left;
	margin-right:40px;
	background:url(images/bk_separattor_horiz.jpg) 0 0 repeat-x;
	font-size:12px;
}


#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding:15px 0 15px;
}

.more-link {
	display:block;
	width:92px;
	height:30px;
	padding-left:7px;
	padding-top:3px;
	font-size:11px;
	clear:both;
}

.more-link:hover {
	text-decoration:none;
}

.blogPost {
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	padding-bottom:30px;
	margin-bottom:10px;
}

.blogPost .meta {
	background:url(images/bk_meta.jpg) 1px 0 repeat-x;
	height:34px;
	font-size:11px;
	line-height:34px;
	padding-left:48px;
	position:relative;
	margin-bottom:20px;
	text-shadow:#efefef 1px 1px;
}

.blogPost .meta img {
	vertical-align:middle;
	margin-right:3px;
}

.blogPost .meta .date{
	position:absolute;
	left:1px;
	top:-3px;
	width:39px;
	height:44px;
	text-align:center;
	text-transform:uppercase;
	padding-right:1px;
	line-height:155%;
	text-shadow:none;
}

.blogPost .meta .date strong {
	font-size:20px;
}

#colLeft .blogPost p img {
	border:5px solid #fff;
}

/* share icons */
#colLeft .social {
	padding:0px 0px 10px 55px;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin-bottom:10px;
}

#colLeft .social a img {
	padding:0;
	border:none;
	background:none;
	vertical-align:middle;
}

#colLeft .social strong {
	padding-right:10px;
}

#colLeft ul {
	list-style:disc;
	list-style-position:inside;
}

#colLeft .bread {
	padding: 1px 0;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin-bottom: 3px;
	width: 610px;
}

#colLeft2 .bread {
	padding: 1px 0;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin-bottom: 3px;
}

#colLeft3 .bread {
	padding: 1px 0;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin-bottom: 3px;
}

#colLeft .bread2 {
	padding: 1px 0;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin: 15px 0px 15px;
}

/* COL RIGHT
-------------------------------------------*/

#colRight h2{
	text-transform:uppercase;
	font-size:15px;
	padding:0;
	margin:0;
	padding-bottom:5px;
	font-weight: normal;
}

#colRight ul {
	padding-bottom:15px;

}

#colRight ul li {
	border-bottom:1px solid #D1D1D1;
	border-top:1px solid #fff;
	padding:7px 0 7px 12px;
}


/* FOOTER ELEMENTS
--------------------------------------------*/

.textwidget {
	padding-top:10px;
}

#footer .footerBox {
	float:left;
	width:276px;
	margin:0 20px;
	background:url(images/bk_dotted_thick.png) 0 0 x-repeat;
	font-size:14px;
	color:#999999;
}

#footer .footerBox {
	background:none;
}

#footer .footerBox h2  {
	padding-bottom:10px;
}

#footer .last{
	margin-right:0;
}

#footer .footerBox ul li {
	padding:7px 0;
	padding-left:12px;
}


#footer .footerBox ul li a {
	text-decoration:none;
}


#footer .footerBox ul#social li {
	padding:14px 0;
	padding-left:44px;
	line-height:110%;
}


#footer .footerBox ul#social li a{
	font-size:14px;
}

#footer .footerBox ul#social li.twitter {
	background:url(images/ico_twitter.png) 4px 50% no-repeat;
}

#footer .footerBox ul#social li.facebook {
	background:url(images/ico_facebook.png) 4px 50% no-repeat;
}

#footer .footerBox ul#social li.flickr {
	background:url(images/ico_flickr.png) 4px 50% no-repeat;
}

#footer .footerBox ul#social li.linkedin {
	background:url(images/ico_linkedin.png) 4px 50% no-repeat;
}

#copy {
	clear:both;
	padding:20px 0 10px 20px;
}

#footer #footerMenu ul {
	padding-left:20px;
}

#footer #footerMenu ul li{
	float:left;
	padding:0 10px;
	border-left:1px solid #292929;
	line-height:100%;
}

#site5bottom {
	position:absolute;
	right:20px;
	bottom:10px;
}

#site5bottom a {
	display:block;
	/*width:221px;
	height:47px;
	text-indent:-9999px;
	background:url(images/site5bottom.png) 0 0 no-repeat;*/
}

/* HOME SLIDER
-----------------------------------------------*/

#slider {
	padding:7px 0;
	height:363px;
}

.panel .right {
	padding:10px;
	float:left;
	width:252px;
	border:1px solid #ccc;
	background:#fff;
}

.panel .right .text {
	padding:10px;
	font-size:14px;
	background:url(images/bk_slider_text.jpg) 100% 0 no-repeat;
	height:317px;

}

.panel .right .text .featured {
	font-size:11px;
}

.panel .right .text .featured img {
	margin-right:5px;
}

.panel .right .text p {
	display:block;
	background:url(images/bk_dotted.png) 0 0 repeat-x;
	margin:0;
	padding-top:10px;
}

.panel .right .text h1, .panel .text h1 a {
	font-size:22px;
	font-weight:normal;
	margin-bottom:0;
	line-height:110%;
	padding:8px 0;
	color:#333;
}

.panel .image {
	float:left;
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
	margin-right:13px;
}

/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 359px; /*Height should enough to fit largest content's height*/;
}


.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 910px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/*COMMENTS
---------------------------------------------*/

#colLeft h2.comments {
	padding-bottom:20px;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
}

#colLeft ul.commentlist {
	list-style-type:none;
	background:url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	padding-bottom:20px;
	margin-bottom:15px;
}

#colLeft ul.commentlist li {
	margin-top:15px;
}

#colLeft ul.commentlist li .text {
	position:relative;
	padding:12px;
	background:#fff;
	border:1px solid #D1D1D1;
	margin: 5px;
}

#colLeft ul.commentlist li .text .topLeft {
	position:absolute;
	top:-1px;
	left:-1px;
	width:12px;
	height:12px;
	background:url(images/bk_comment_top_left.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .topRight {
	position:absolute;
	top:-1px;
	right:-1px;
	width:12px;
	height:12px;
	background:url(images/bk_comment_top_right.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bottomRight {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:12px;
	height:12px;
	background:url(images/bk_comment_bottom_right.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bottomLeft {
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:12px;
	height:12px;
	background:url(images/bk_comment_bottom_left.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bubble {
	position:absolute;
	top:-9px;
	left:16px;
	width:16px;
	height:10px;
	background:url(images/bk_bubble.png) 0 0 no-repeat;
}

#colLeft ul.commentlist .commentmetadata span {
	font-size:12px;	
}


#colLeft ul.commentlist li .avatar {
	border:5px solid #FFF;
	padding:1px;
	background:#fff;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#colLeft ul.commentlist li em {
	font-size:12px;
	padding-top:5px;
}

#colLeft ul.commentlist li ul.children {
	padding-left:35px;
}

#colLeft ul.commentlist li .reply {
	font-size:12px;
}

#colLeft h2.postComment {
	background:url(images/ico_arrow_post.png) 3px 50% no-repeat;
	padding-left:28px;
}


/* FORMS
-------------------------------------------*/


#searchform input {
	border-style:solid;
	border-width:1px;
	background:#fff;
	padding:6px 4px 7px;
	border-color:#999;
	width:85%;
	float:left;
	font-size:12px;
	font-color:#000;
}

#searchform input#searchsubmit {
	width:72px;
	height:30px;
	border:none;
	background-color:#507dd9;
	cursor:pointer;
	padding:0 0 0 4px;
	text-align:center;
	color:#FFF;
	font-size:14px;
}

.wpcf7 input[type='text'] {
	border:1px solid #999;
	width:90%;
	overflow:hidden;
}

.wpcf7 .textfield {
	border-style:solid;
	border-width:1px;
	background:#fff;
	padding:6px 4px 7px;
	border-color:#999;
	width:90%;
	float:left;
	font-size:12px;
	font-color:#000;
	overflow:hidden;
}

.wpcf7 .textarea {
	border-style:solid;
	border-width:1px;
	background:#fff;
	padding:6px 4px 7px;
	border-color:#999;
	width:90%;
	float:left;
	font-size:12px;
	font-color:#000;
	overflow:hidden;
}


/* post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	font-size:12px;
}


#commentform textarea {
	width:600px;
}

#commentform input#submit{
	border:none;
	width:80px;
	height:34px;
	margin-top:15px;
	background:url(images/but_send.png) 0 0 no-repeat;
	color:#fff;
}

.indented {
   padding-left:5%;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:80px;
	height:34px;
	margin-top:20px;
	background:url(images/but_send.png) 0 0 no-repeat;
	color:#FFF;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup {background:#efefef; clear:left; font:12px Helvetica,Arial,sans-serif; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/* Table style */
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid { background: #efefef; overflow: hidden; }
.datagrid table td, 
.datagrid table th { padding: 3px 10px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #507DD9), color-stop(1, #5584E6) );background:-moz-linear-gradient( center top, #507DD9 5%, #5584E6 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#507DD9', endColorstr='#5584E6');background-color:#507DD9; color:#FFFFFF; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #000000; }
.datagrid table tbody .alt td { background: #FFF; color: #000000; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #507DD9;background: #EFEFEF;} 
.datagrid table tfoot td { padding: 0; } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #507DD9;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #507DD9), color-stop(1, #4E7AD4) );background:-moz-linear-gradient( center top, #507DD9 5%, #4E7AD4 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#507DD9', endColorstr='#4E7AD4');background-color:#507DD9; }
.datagrid table tfoot ul.active, 
.datagrid table tfoot ul a:hover { text-decoration: none;border-color: #5E93FF; color: #FFFFFF; background: none; background-color:#5E93FF;}div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }