/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 0.9.8
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-l.css');



body {
	color: #333333;
	line-height: 22px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("/wp-content/themes/sandbox/img/bg.jpg");
}

a {
	border: 0;
	outline: 0;
	text-decoration: none;
}

img {
	border: 0;
	outline: 0;
}

a:link {
	color: #181ccc;
}
a:visited {
	color: #181ccc;
}
a:hover {
	color: #181ccc;
	text-decoration: underline;
}
a:active {
	color: #181ccc;
}

.current_page_item a {
	text-decoration: underline;
}

#wrapper {
	margin: 35px auto 27px auto;
	width: 798px;
	background-color: white;
	min-height: 600px;
	padding-bottom: 40px;
}

#header {
	margin: 0px;
	padding: 0px;
}


#contact {
	font-size: 12px;
	line-height: 16px;
}

.textwidget {
	font-size: 12px;
	line-height: 16px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar {
	width: 139px;
	margin: 0 0 0 31px;
	position: relative;
	float: left;
	display:inline;
}

ul{
	padding: 0;
	margin: 0;
}

li{
	padding: 0;
	list-style-type: none;
} 

#content {
width: 593px;
position: relative;
float: right;
margin: 0 31px 0 0;
display:inline; 
}

#attorneys {
	width: 155px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display:inline; 
}

#attorneys-content {
	width: 438px;
	position: relative;
	float: right;
	margin: 0 31px 0 0;
	display:inline; 
}

#advertising { 
	color: #999;
	margin-top: 31px;
	margin-right: 10px;
}
