/*
Theme Name: Borofsky.
Description: Theme for Borofsky, Amodeo-Vickery & Bandazian, P.A.
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}

img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	vertical-align: top;
}

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	padding-right: 8px;
	padding-bottom: 2px;
}

.alignright {
	float: right;
	padding-left: 8px;
	padding-bottom: 2px;
}

/* Formatting for Theme */

body {
	background-color: #635455;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
}

#header_logo {
	width: 450px;
	height: 301px;
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
        display: inline;
}

#home_link {
	width: 450px;
	height: 301px;
	position: absolute top left;
}

#header_image {
	width: 450px;
	height: 301px;
	float: right;
	background-image: url(images/header_img.gif);
	background-repeat: no-repeat;
        display: inline;
}

#page_content {
	clear: both;
	width: 900px;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-y;
	float: left;
	position: relative;
}

#page_left {
	width: 450px;
	float: left;
	padding-top: 25px;
	padding-bottom: 130px;
	background-color: #ffffff;
}

#page_left1 {
	width: 225px;
	float: left;
	color: #635455;
}

#page_left2 {
	width: 225px;
	float: right;
}

#page_left2 p {
	color: #000;
	font-size: 10px;
	text-align: center;
}

#page_right {
	width: 450px;
	float: right;
	padding-top: 25px;
}

/* Main Navigation */

#main_nav {
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif
}

#main_nav ul {
	margin-bottom: 75px;
	border-left: 1px solid #635455;
}

#main_nav li {
	margin-bottom: 25px;
	padding-left: 30px;
}

#main_nav a, a:visited {
	color: #635455;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Times New Roman", Times, serif;
}

#main_nav a:hover {
	color: #631419;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* Sub Navigation */

#sub_nav {
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
}

#sub_nav ul {
}

#sub_nav li {
	margin-bottom: 10px;
}

#sub_nav a, a:visited {
	color: #635455;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Times New Roman", Times, serif;
}

#sub_nav a:hover {
	color: #631419;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* News Excerpts */

#news_excerpts {
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 50px;
}

#news_excerpts h3 {
	color: #59705e;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-bottom: 8px;
}

#news_excerpts ul {
	padding-left: 15px;
}

#news_excerpts li {
	list-style: square;
	padding-left: 15px;
	padding-bottom: 20px;
	color: #635455;
	font: 12px "Times New Roman", Times, serif;
}

#news_excerpts a, a:visited {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
        color: #635455;
}

#news_excerpts a:hover {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #631419;
}

/* Addresses */

#addresses {
	padding-left: 60px;
	padding-right: 20px;
}

#addresses address {
	line-height: 135%;
	padding-bottom: 15px;
	color: #59705e;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
}

#addresses h3 {
	color: #59705e;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

#addresses a, a:visited {
	color: #635455;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family:"Times New Roman", Times, serif;
}

#addresses a:hover {
	color: #631419;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}


/* Home Middle Column */

#page_left2 h1 {
	color: #631419;
	font: 20px "Times New Roman", Times, serif bold;
	letter-spacing: 1px;
	line-height: 160%;
	padding: 0px 20px 50px 20px;
}

/* Main Content */

#page_right h2 {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
}

#page_right h3 {
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 14px;
}

#page_right p {
	padding: 0px 30px 30px 30px;
	font-size: 13px;
	line-height: 180%;
}

#page_right ul, ol {
	padding-left: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 12px;
}

#page_right ul li {
	list-style: square;
	padding-bottom: 12px;
}

#page_right ol li {
	list-style: decimal;
	padding-bottom: 12px;
}

/* Interior Page Content */

#interior_nav {
	margin-top: -15px;
}

#interior_nav ul {
	padding-left: 30px;
	padding-bottom: 10px
}

#interior_nav li {
	display: inline;
	padding-right: 25px;
        
}

#interior_nav ul li a, a:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
}

#interior_nav ul li a:hover {
	text-decoration: underline;
	text-transform: capitalize;
}

#featured_attorney {
	background-color: #631419;
	padding-right: 20px;
	height: 236px;
	margin-bottom: 15px;
}

#featured_attorney img {
	float: left;
	padding-right: 30px;
}

#page_right #featured_attorney h2 {
	padding-top: 4px;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 140%;
}

#page_right p.nopadding {
	padding: 0px;
}

#page_right p.atty1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	line-height: 130%;
}

#page_right p.atty2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 8px 0px;
	line-height: 145%;
}

#page_right a, a:hover, a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 12px;
}

/* Footer */

#footer {
	width: 450px;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#footer p {
	color: #635455;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

#copyright {
	color: #635455;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 30px;
	margin-top: 25px;
	line-height: 150%;
}

#page_left a#gig, a:visited#gig {
	color: #635455;
	text-decoration: none;
	font-size: 15px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif
}

#page_left a:hover#gig {
	color: #631419;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

#contact_page table p {
padding-left: 20px!important;
padding-right: 0px!important;
margin-right: 0px!important;
margin-left: 0 px!important;
}

/* Blog Formatting */

#blog_sidebar {
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#blog_sidebar ul {
	border-left: 1px solid #635455;
}

#blog_sidebar li {
	font-size: 12px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-weight: bold;
}

#blog_sidebar ul li ul li a, a:visited {
	color: #635455;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#blog_sidebar a:hover {
	color: #631419;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#blog_sidebar ul li ul {
	border-left: none;
}

#blog_sidebar ul li ul li{
	padding-left: -25px;
	margin-left: -25px;
	text-transform: captialize;
	line-height: inherit;
}
	
img.alignleftimg {
	padding-right: 6px;
}

#blog h1 {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
}

#blog {
	padding-bottom: 30px;
}

#blog h1 a, a:visited, a:hover {
	font-size: 18px;
	text-decoration: underline;
	letter-spacing: 0px;
}

#blog h4 {
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
        padding-top: 18px;
	padding-bottom: 10px;
}

.postmetadata {
	border-top: 1px dashed #59705e;
	font-size: 11px;
        color: #59705e;
	padding-top: 8px;
	padding-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
}

.postmetadata p {
	font-size: 11px;
color: #59705e;
}

.postmetatdata p a, a:visited, a:hover {
	font-size: 11px;
color: #59705e;
	letter-spacing: 0px;
}

#comment {
	width: 350px;
}

#comment_reply p {
	padding-bottom: 2px;
}	
	
	
	 
