/*
Theme Name: Arclite
Theme URI: http://digitalnature.ro/projects/arclite
Description: Lawfirm1 Theme, based on the Arclite WordPress Theme. Customized for Scott D. Pollock & Assoc. P.C. law firm. DO NOT SWITCH OFF OF THIS THEME.
Version: 1.0
Author: Art Sangurai (digitalbloc) and digitalnature
Author URI: http://digitalnature.ro
Tags: light, brown, two-columns, flexible-width, right-sidebar, theme-options, threaded-comments, custom-header

  Arclite Wordpress theme
    http://digitalnature.ro/projects/arclite

  Design and coding by digitalnature
    http://digitalnature.ro

  The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php

*/


/* global prop. */
*{
  margin: 0;
  padding: 0;
}

/* try to use custom fonts trough css3 (opera 10, safari 3.1 and ff 3.1 only) */
@font-face {
  font-family: "Union";
  src: url(fonts/union.ttf) format("truetype");
}

@font-face {
  font-family: "Share";
  src: url(fonts/share.ttf) format("truetype");
}


/*** COMMON ELEMENTS ***/

html, body{
  height:100%;
}

html{
  font-size: 100%;
}

body
{
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
font-size: .8em;
font-style: normal;
color: #202020;
min-height: 100%;
height: auto !important;/* ie6 ignores it */
/* fix */
position: relative;
background:#633b18 url(images/background.jpg) bottom center repeat-x fixed; 
}


/* links */

a{
  color: #0071bb;
}

a:hover{
  color: #875d0c;
  text-decoration: none;
}


/* headings */

h1{
  font-weight: bold;
  font-size: 360%;
  letter-spacing: -0.04em;
  line-height: 100%;
  margin: .5em 0 .5em;
}

h2{
  font-weight: normal;
  font-size: 220%;
  letter-spacing: -0.04em;
  line-height: 110%;
  margin: .5em 0 .2em;
}

h3{
  font-size: 160%;
  font-weight: normal;
  letter-spacing: -0.04em;
  line-height: 110%;
  margin: .5em 0 .2em;
}

h4{
  font-size: 130%;
  margin: .5em 0 .2em;
}

h5{
  font-size: 110%;
  margin: .5em 0 .2em;
}

h6{
  font-size: 100%;
  margin: .5em 0 .2em;

}


/* forms */

input, textarea, select{
  font-size: 100%;
  margin: .2em 0;
}

input, textarea{
  padding: .2em .4em;
}

input.radio, input.checkbox{
  background: #fff;
  padding: 2px;
}

form label{
  font-weight: normal;
}

fieldset{
  padding: .8em;
  border: 1px solid #d2c7af;
}

legend{
  padding: 2px 15px 10px 15px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}


/* lists */

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


ul li, ol li{
 list-style-position:outside;
 margin-left: 1.6em;
}

dl{
  padding: .3em 0 .8em;
}

dt {
  float: left;
  clear: left;
  width: 9em;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0;
}


/* other */

p{
  margin: .6em 0 .6em;
  line-height: 150%;
}

img{
  border: 0;
}

hr{
  color: #b4aca1;
  background: #b4aca1;
  border-bottom: 1px solid #f6f4eb;
}

small{ font-size: 80%; }

pre{
  overflow: auto;
  white-space: pre-wrap;       /* css3 */
  white-space: -moz-pre-wrap;  /* ff */
  word-wrap: break-word;       /* ie */
  font-size: 12px;
  font-family: "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";
  background: #fff;
  padding: .4em;
  margin: 1em 0;
}

blockquote{
  margin: 1em 25% 1em 0;
  padding: .2em .2em .2em 5em;
  border: 1px dotted #937d68;
  font-style: italic;
  color: #937d68;
  background: #fff url(images/blockquote.png) no-repeat 4px top;
}

blockquote p{
  padding: 8px;
  margin: 2px;
}

/*** BASIC LAYOUT ***/

#page{
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.block-content{
  width: 100% !important;
  width: 900px; /* for ie 6 */
  min-width: 780px;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

#main-wrap1 { background: #e4deba url(images/main-bg.jpg) repeat; }
#main-wrap2 { background: transparent url(images/main-top.jpg) top center repeat-x;}

#main {
  padding-top: 20px;
  background: transparent url(images/main-center.jpg) top center no-repeat;
}



.mask-main {
  position:relative; /* This fixes the IE7 overflow hidden bug */
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;	 /* This chops off any overhanging divs */
}

.mask-main .mask-right,
.mask-main .mask-mid,
.mask-main .mask-left {
  float:left;
  width:100%;
  position:relative;
}

.mask-main .col1,
.mask-main .col2,
.mask-main .col3 {
  float:left;
  position:relative;
  padding:0;
  overflow:hidden;
}

.rightdiv {

}

#page.with-sidebar .mask-main .mask-left {
  right:30%;			/* right column width */
}

#page.with-sidebar .mask-main .col1 {
  width:70%;			/* left column width */
  left:30%;			    /* right column width */
}

#page.with-sidebar .mask-main .col2 {
  width:30%;			/* right column width */
  left:30%;			    /* right column width */
}

.clear-content{
  height: 1px;
  clear: both;
  display: block;
}


/*** HEADER ***/

#header{
  height: 126px;
  position: relative;
  z-index: 1000;
  color: #fff;
  background: transparent url(images/header-center.jpg) top center no-repeat;
}

#header .block-content{
  height: 126px;
}

#header-wrap{
  width: 100%;
  background: #261c13 url(images/header-bg.jpg) top center repeat;
}

#pagetitle{
  padding: 1px 0 0 0;
  height: 105px;
}

#pagetitle h1.logo{

}

#pagetitle h1.logo a{
  color: #eeeadb;
  text-decoration: none;
}

#pagetitle h1.logo a:hover{
  color: #fff;
}

#pagetitle h4{
 display: none;
}

.search-block {
display: none;
}



/* main navigation */

#nav{
margin: 0;
padding: 0;
list-style-type: none;
background: transparent url(images/nav-bg-3.png) no-repeat center top;
height: 64px;
color: #FFF;
width: 100%;
font-size: 120%;
text-align: center;
}

#nav li {
height: 64px;
margin-left: -6px;
padding-left: 2px;
display: inline;
/* background: transparent url(images/nav-div.png) no-repeat left top; */
}

#nav li:first-child {
background: none;
}


#nav li a {
color:#fff;
padding: 8px 12px;
line-height: 2.3em;
text-decoration: none;
height: 64px;
color: #ddd;
}

#nav li a:hover {
text-decoration: underline;
color:#fff;
}



ul#nav .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul#nav .fadeThis span.hover {
  position: absolute;
  top: 1px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent url(images/nav-active.png) repeat-x left top;
  z-index: -1;
  margin: 0;
  padding: 0;
}

ul#nav li a span{
}


ul#nav li:hover { z-index: 100; }
ul#nav * li:hover { visibility: inherit; }



/*** MAIN CONTENT ***/

#main-content{
  padding: 0 1em 1em 1em;
}


/* post */
.post{
  margin: 1em 0;

}

.post h3, .post h2{
  margin: 0;
}

.post h3 a, .post h2 a{
}

.post h3 a:hover, .post h2 a:hover{

}

/* large title on single page */
.post h2{
}

.post p.post-date {
float: right;
font-style: italic;
color:#555;
font-size: 90%;
}

.post .post-date span.month{

}

.post .post-date span.day{

}

.post p.post-author{
font-style: italic;
color:#555;
font-size: 90%;
}

.post .post-author span{

}

.post .post-content{
  clear: left;
  padding-bottom: .4em;
  border-bottom: 1px solid #555;
}

/* tags */
.post p.tags{
  background: transparent url(images/tag.gif) no-repeat left top;
  font-size: 80%;
  color: #a8937b;
  padding: 0 0 0 13px;
  margin: 1em 0;
}

.post p.tags a{
  color: #6b5e50;
  text-decoration: underline;
}

.post p.tags a:hover{
  color: #f44365;
  text-decoration: underline;
}

.post p.post-metadata{
  font-size: 80%;
  margin: 2em 0;
  padding: .6em 1em;
  color: #a8937b;
  background: #f4f1e9;
  border: 1px solid #fff;
}

.post p.post-metadata a{
  color: #6b5e50;
  text-decoration: underline;
  line-height: 150%;
}

.post p.post-metadata a:hover{
  color: #f44365;
  text-decoration: underline;
}


/* comments */

h3.comments{
  padding: 0;
  margin: 2em 0 0 1em;
  font-size: 150%;
}

ul#comments{
  margin: .6em 0 1em 0;
  list-style-type: none;
  padding: 0;
}

ul#comments ul{
  margin-left: 2em;
  list-style-type: none;
}

.comment-mask{
  display: block;
  background: transparent url(images/comment-shadow.png) no-repeat right bottom;
  padding: 12px 6px 6px 0px;
  position: relative;
}

.trackback .comment-mask{
  background: none;
}

.comment-mask .avatar{
  width: 90px;
  height: 90px;
  background: transparent url(images/avatar.png) no-repeat center center;
  float: left;
  position: relative;
}

.comment-mask .avatar img{
  position: absolute;
  left: 13px;
  top: 13px;
  width: 64px;
  height: 64px;
}

.comment-main{
  background: #fff;
  padding: 1px;
}

.comment-wrap1{
  background: transparent url(images/comment-bg-right.png) no-repeat right bottom;
}

.comment-wrap2{
  background: transparent url(images/comment-bg-left.png) no-repeat left bottom;
}

.comment-head{
  background: #96816d url(images/comment-head.png) repeat-x left bottom;
  color: #fff;
  position: relative;
}

.trackback .comment-head{
  background: #7c7c7d;
}

.admincomment .comment-head{
  background: #125f9f url(images/comment-head-admin.png) repeat-x left bottom;
}

.comment-head p{
  padding: .5em 1em 1.5em 1em;
  margin: 0;
  font-style: italic;
  font-size: 90%;
}

.trackback .comment-head p{
  padding: .5em 1em;
  margin: 0;
}

.comment-head p a, .comment-head p a:visited{
  color: #ebe6da;
}

.comment-head p.controls{
  position: absolute;
  padding:0;
  display: none;
  top: -15px;
  right: 6px;
  z-index: 10;
  padding: 0 1em 0 0;
  margin: 0;
}

.comment-body{
  padding: 0;
  height: 60px;
  min-height:60px;
  height:auto !important; /* ie6 fix */
  font-size: 90%;
}

.comment-body p{
  padding: 0 1em 1em 1em;
  margin: 0;
  line-height: 150%;
}

.comment-body blockquote{
  margin-left: 100px;
}


/* comment form */

#respond{
  display: block;
  margin: 1em 0;
}

li.comment #respond{
  margin-left: 100px;
}


/*** SIDEBAR ***/

#sidebar{
  padding: 2em 1em;
  margin: 0;
}

#sidebar li.block{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* sidebar menu */

ul.menu, ul.menu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.menu{
  padding: 0 12px;
  margin: 0 0 10px 0;
  display: block;
}

ul.menu li{
  background: transparent url(images/div-h.png) repeat-x left bottom;
  display: block;
  padding: 0 0 3px 0;
  width: 100%;
}

ul.menu li a{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 30px 3px 12px;
  color: #000;
  font-size: 120%;
}

ul.menu li a:hover{
  color: #0071bb;
}

ul.menu .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul.menu .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #f7f5ef url(images/side-menu-active.png) repeat-x left bottom;
  z-index: -1;
}

/* sub menus */

ul.menu li li{
  margin-left: 1.8em;
  padding: 0;
  float: none;
  background: none;
  width: auto;
}

ul.menu li li li{
  margin-left: 1em;
}

ul.menu li li a{
  text-transform: none;
  padding: 0;
  font-size: 100%;
  font-style: italic;
}

ul.menu li li a:hover{
  background: none;
}


/* rss popups */

ul.menu li.cat-item {
 position: relative;
}

ul.menu li.cat-item a.rss{
  position: absolute;
  padding:0;
  display: none;
  background: transparent url(images/side-menu-rss.png) no-repeat center center;
  width: 24px;
  height: 22px;
  top: -15px;
  right: 6px;
  z-index: 10;
  cursor: pointer;
}

ul.menu li.cat-item li.cat-item a.rss{
  background: none;
  visibility: hidden;
}

ul.menu li li .fadeThis {
  position:static;
  background: none;
}

ul.menu li li .fadeThis span.hover {
  display: none;
}



/* box */

.box{
  background: transparent url(images/box-shadow.png) no-repeat bottom right;
  padding: 8px 12px;
  margin: 1em 0;
}

.box .titlewrap{
  background: transparent url(images/box-title-left.png) no-repeat top right;
  padding-right: 35px;
  }

.box .titlewrap h4{
  font-weight: normal;
  letter-spacing: -0.04em;
  background: transparent url(images/box-title-bg.png) no-repeat top left;
  display: block;
  padding: 0 0 0 15px;
  margin: 0;
  color: #fff;
  font-size: 130%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.box .titlewrap h4 a{
  color: #fff;
  text-decoration: none;
}

.box.titlewrap h4 a{
  color: #ffc000;
  text-decoration: none;
}

.box .titlewrap span{
  padding: 6px 0;
  display: block;
}


.box .wrapleft{ background: #fff url(images/box-left-bg.png) repeat-y top left; }
.box .wrapright{ background: transparent url(images/box-right-bg.png) repeat-y top right; }

.box .bl{ background: #fff; }
.box .tl{ background: transparent url(images/box-tl.png) no-repeat top left; }
.box .br{ background: #fff; }
.box .tr{ background: transparent url(images/box-tr.png) no-repeat top right; }

.box .the-content{
  padding: .4em 1em .6em 1em;
  min-height:44px;
  height:auto !important;
  height:44px;            /* ie 6 fix */
  min-width: 44px;
}


#searchform fieldset {
border: 0;
}

.box-phone tr td{
padding: 0;
}

.box-phone tr .phone-number{
padding-left: .5em;
}

.box-phone tr .rss-subscribe {
padding-left: .5em;
}

/*** FOOTER ***/

#footer{
  padding: .2em 0;
  background:#d37823;
  color: #fff;
  border-top: 1px solid #fff;
}

#footer a{
  color: #fff;
}

#footer a.rss{
  background: transparent url(images/rss.png) no-repeat left top;
  padding-left: 20px;
}

#footer a.toplink{
  padding: 1px 6px;
  background: #584d43;
  color: #9b856f;
  font-size: 50%;
  text-decoration: none;
  margin-left: 4px;
}

#footer .copyright{
  text-align: center;
  font-size: 85%;
}

#footer .add-content{
  text-align: center;
  margin: .6em 0;
}


/* footer links/widgets */
ul#footer-widgets{
  margin: 0;
  padding: 0;
  color: #726a60;
}

ul#footer-widgets li.widget{
  float: left;
  padding: 0;
  margin: 0;
  width: 50%; /* default  */
  list-style-type: none;
}

ul#footer-widgets.widgetcount-1 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-2 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-3 li.widget{ width: 33%; }
ul#footer-widgets.widgetcount-4 li.widget{ width: 25%; }
ul#footer-widgets.widgetcount-5 li.widget{ width: 20%; }
ul#footer-widgets.widgetcount-6 li.widget{ width: 16%; }
/* no point to add more than 6 widgets, unreadable */

ul#footer-widgets h6.title{
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  padding: .1em .4em;
  font-style: italic;
}

ul#footer-widgets .the-content{
  margin: 0 1em;
  padding: .4em 0;
}

ul#footer-widgets li.widget ul{
  padding: 0;
}

ul#footer-widgets li.widget li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: .2em .6em;
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  position: relative;
  margin-top: 1px;
}

ul#footer-widgets li.widget li li{
  padding-left: 1em;
  border: 0;
}

ul#footer-widgets li.widget li a{
  text-decoration: none;
}

ul#footer-widgets li.widget li a:hover{
  color: #fff;
}

ul#footer-widgets li.widget li span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #403123;
  z-index: -1;
  margin: 0;
  padding: 0;
}



/*** MISC ***/

.with-tooltip{ }

div.tooltip{
  position:absolute;
  left:-20000px;
  background-color:#dedede;
  padding:5px;
  border:1px solid #fff;
  width:250px;
}

div.tooltip p{
  margin:0;
  padding:0;
  color:#fff;
  background-color:#222;
  padding:2px 7px;
}

.left{ float: left; }
.right{ float: right; }
div.clear{ clear: both;height:1px;  }

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

.error, .red{ color:#ed1f24; }


/*** WORDPRESS SPECIFIC STYLES ***/

/* pagination */

.commentnavi{
  margin: 10px 0;
  display: block;
}

.commentnavi .page-numbers, #pagenavi a, #pagenavi span.pages, #pagenavi span.extend{
  padding: 2px 6px 2px 6px !important;
  border: 1px solid #a9947c !important;
  background: #f2eedf !important;
  margin:0;
  text-decoration: none;
}

#pagenavi a, #pagenavi span.pages, #pagenavi span.extend{
  margin: 0 2px;
}

#pagenavi span.current{
  background: #a9947c !important;
  color: #fff !important;
  padding: 2px 6px 2px 6px !important;
  border: 1px solid #a9947c !important;
}

.commentnavi a{
  color: #0071bb;
  text-decoration: none;
  position: relative;
}

.commentnavi a:hover{ color: #f44365; }
#comment .page-numbers.current, #pagenavi span.pages{ color: #a9947c !important; }

#pagenavi{
  display: block;
  padding-bottom: 10px;
  font-size: 100% !important;
}

/* navigation links */

.navigation{
  font-size: 80%;
  color: #a8937b;
  margin: 2em 0 1em 0;
}

.navigation a{
  line-height: 150%;
}

.navigation a:hover{
  text-decoration: underline;
}


/* captions, thumbnail images in posts */

.post .post-content img, .attachment img, .navigation .alignleft img, .navigation .alignright img{
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #b7a99a;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.post .post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post .post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post .post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }


.attachment-entry{
  text-align: center;
}

.attachment div.caption{
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}

/* no border on smilies */
img.wp-smiley, .post .post-content img.wp-smiley, .attachment img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

/* Sociable plugin adjustment */
.post .post-content .sociable img{ margin: 0; }

.wp-caption {
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding:.4em 0;
  margin:4px 10px;
  text-align:center;
  font-size: 80%;
  color: #928a85;
}

.wp-caption img, .post .post-content .wp-caption img, .attachment .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.wp-caption.alignleft{ margin-left: 0; }
.wp-caption.alignright{ margin-right: 0; }


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }




/* customize specific widgets */

.widget_tag_cloud{
  text-align: justify;
}

.widget_tag_cloud .the-content{
  padding: .4em 1em 1em 1em;
  line-height: 125%;
}

.widget_tag_cloud a{
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 100%;
}

.widget_tag_cloud a:hover{
  background: #f44365;
  color: #fff;
}


/* no .box style on calendar */
.widget_calendar .box,
.widget_calendar .box .wrapleft,
.widget_calendar .box .wrapright,
.widget_calendar .box .tr, .widget_calendar .box .bl, .widget_calendar .box .tl, .widget_calendar .box .br,
.widget_calendar .box .the-content{
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  border: 0;
  height:auto !important;
  min-height: none !important;
  min-width: none !important;
}

.widget_calendar .box{ margin: 0 1em; }
.widget_calendar .box .titlewrap{ display: none; }
.widget_calendar .box table{ width: 100%; }

.widget_calendar .box table td, .widget_calendar .box table th{
  text-align: center;
  padding: .1em .3em;
}

.widget_calendar .box caption{
  text-align: right;
  font-style: italic;
  padding-right: .4em;
}

#sidebar li.block .info-text{
  margin: 1em;
  text-align: center;
  font-style: italic;
}

.profile .avatar{
  padding: 4px;
  background: #fff;
}

.profile .info{
  padding-left: 160px;
}

/* no border on smilies */
img.wp-smiley, .post .postbody img.wp-smiley, .attachment img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: -20%;
}