/*  
Theme Name: Cat4 Baseline
Theme URI: http://www.category4.com
Description: A baseline theme by Category4
Version: 0.1
Author: Category4
Author URI: http://www.category4.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#323026 url(images/bg.jpg);
	color: #102929;
	}

body, select, input, textarea {
	font: 100% Verdana, Arial, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #5a2929;
	}

a:hover, a:active {
	color:#2f2f63;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

th, td {
	padding:5px 6px;
	border-bottom:1px solid #8f8f8f;
	background:#d2d2d2;
	vertical-align: top;
}

th {
	font-size: .9em;
	text-align: left;
	text-transform:uppercase;
	background: #d0d0d0;
	letter-spacing:0.15em;
	color: #3d3d3d;
}

td {	
	background:#d2d2d2;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#shadow {
	background:url(images/bg_wrapper.png) repeat-y;	
	width:902px;
	margin:0 auto;
}

#wrapper {
	font-size:.75em;
	width: 802px;
	padding: 0 50px;
	}

#masthead {
	background:#373728 url(images/bg_masthead.gif) bottom repeat-x;
	overflow:hidden;
	padding: 5px 27px;
	}

#masthead-content {
	overflow: hidden;	
}

#main {
	overflow:hidden;
	background: url(images/bg_main.gif) repeat-x;
	padding: 35px 25px;
}
	
#content {
	width:525px;
	float:left
	}

#sidebar {
	width: 200px;
	float:right;
	/*padding:0 20px 20px;*/
	}

#home #content {
	width: 370px;	
}

#home #sidebar {
	width: 350px;
}

body.page-template-page_profile-php #content {
	float: right;	
}

body.page-template-page_profile-php #sidebar {
	float: left;
	margin-left: 20px;
}

	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 320px;
	height: 49px;
	}

h1 a, h1 a:visited {
	display: block;
	float: left;
	width: 320px;
	height: 49px;
	text-indent: -9000px;
	background: url(images/logo_pllc.gif) no-repeat;
	}
		
h2 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 10px;
	color: #363626;
	}

h2#description {
	margin:9px 0 3px;
	text-indent: -9000px;
	background: url(images/tagline.gif) top center no-repeat;
	height: 15px;
	}
	
.entry h2 {
	margin: 15px 0 0;
	}

h2.pagetitle {
	margin:0 0 10px;
	text-transform: uppercase;
	}

#home #sidebar h2.pagetitle {
	width: 240px;
	margin-left: 95px;
}

#home .news h2 {
	margin-top: 0;	
}

h2 a, h2 a:visited {
	color: #363626;
	text-decoration: none;
}

h2.posttitle,
h3 {
	margin:20px 0 0;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #363626;	
	}
	
#respond h3 {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin:20px 0 12px;
	}

#multipage h3 {
	margin: 5px 0 1px;
}

#multipage h3 a, #multipage h3 a:visited {
	text-decoration: none;
}


h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	}
	
.entry h4 {
	margin:15px 0;
	}
	
h5 {
	font: .85em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}




	
/* ---------- @ Content Styles -----------*/


.news-image {
	width: 90px;
	float: left;
}

.news-image img {
	display:block;
	border:2px solid #e0e0e0;
	background: #242526;
	padding:1px;
	margin:0;
	}

.news .post {
	width: 255px;
	float: right;	
}

.profile-img {
	margin: 0 0 25px !important;	
}

ul.practice-areas {
	margin: 10px 0 15px;
	padding: 0;
}

ul.practice-areas li {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

ul.social-links {
	margin: 25px 0 15px;
	padding: 0;
	list-style-type: none;
}

ul.social-links li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

a.social {
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 52px;
}

a.vcard {
	background: url(images/icon_vcard.gif) left center no-repeat;	
}
a.linkedin {
	background: url(images/icon_linkedin.gif) 3px center no-repeat;	
}
a.twitter {
	background: url(images/icon_twitter.gif) 3px center no-repeat;	
}

.logos {
	margin-top: 20px;
}


/*Misc*/

.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}


/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
			

/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:25px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited {
	border:1px solid #CCC;
	position:relative;
	padding:4px 8px;
	text-decoration:none;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination #older {
	float:left;
	text-align:right;
	width:48%;
	}

#pagination #newer {
	float:right;
	width:48%;
	}

a.rss img {
	border:none;
	}	
	
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:30px;
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	}

.widget li a, .widget li a:visited {
	color:#111;
	text-decoration:none
	}

.widget li a:hover, .widget li a:active {
	color:#6d6d6d;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s, .map-directions #addr {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-right:1px solid #a3a3a3;
	border-bottom:1px solid #a3a3a3;
	}

#author, #email, #url {
	width:220px;
	}

.map-directions {
	margin: 15px 0;
}

.map-directions #addr {
	width: 190px;	
}
		
.button,
.cform input.sendbutton {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	cursor: pointer;
	}

.button:hover,
.cform input.sendbutton:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active,
.cform input.sendbutton:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:270px;
	text-align:right;
	padding-top:16px;
	font-size: .8em;
	}

#s {
	width:155px;
	font-size:1em;
	padding: 1px;
	color: #a1a1a1;
	}
	
#searchsubmit {
	vertical-align:top;
	padding: 0 4px;
	background: none !important;
	cursor: pointer;
	color: #efffbd !important;
	}


/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	



/* ---------- @ Footer -----------*/

#footer {
	overflow:hidden;
	color:#292929;
	padding:15px 34px;
	height: 69px;
	background: url(images/bg_footer.jpg) no-repeat;
	}

#footer p {
	margin: 15px 0 0;	
}

#footer .copyright {
	font-size:.75em;
}

#footer .copyright,
#footer .copyright a, #footer .copyright a:visited {
	color: #646262;	
}

#footer img {
	vertical-align:middle;
	}
	
#footer .left {
	float:left;
	width:150px;
	}

#footer .right {
	float:right;
	width:565px;
	}

#end {
	height: 72px;
	background: url(images/bg_end.png) no-repeat;
	width:902px;
	margin:0 auto;
}
			

