@import url('blueprint/plugins/fancy-type/screen.css');

html, body {
height: 100%;
}

body {
	font-family: "Times New Roman",Georgia,Serif;
	background: url('../images/bg_main.png') repeat-x;
	background-color: #e0d8d3;
}

p, li {
	font-size: 1.45em;
	text-indent: 0px;
}

P + p { 
	text-indent: 0px;
	margin-top: 0px;
}

.content a { 
	color: #000;
	padding: 3px;
}

.content a:hover {
	text-decoration: none;
	background-color: #683f2d; 
	color: #c7c9cd; 
}

input[type="text"], input[type="password"], textarea {
	background-color: #ccc;
	border: 1px solid black;
}

input[type="submit"], input[type="button"] {
	background-color: #7f5d4d;
	padding: 3px;
	border: 1px solid #683f2d;
	cursor: pointer;
	font-weight: bold;
}

input[type="submit"]:hover, input[type="button"]:hover {
	color: #c7c9cd;
	background-color: #683f2d;
}

input[type="submit"].delete {
	background:#900;
	color:#fff;
	float: right;
}

input[type="submit"].delete:hover {
	color: #000;
}

fieldset {
	border: 1px solid #683f2d;
}
/* Begin Header */
#header {
	height: 75px;
	background: url('../images/bg_header.png') bottom repeat-x;
	background-color: #683f2d;
}

#header h1 {
	position: relative;
	top: 17px;
	left: 30px;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

.header-phone {
	float: right;
	margin-right: 10px;
	margin-top: -22px;
	font-size: 1.35em;
	color: #fff;
	font-weight: bold;
}
/* End Header */

/* Begin Navigation */
ul.navigation {
	margin-top: 10px;
}

.navigation li {
	width: 100%;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
}

.navigation li a {
	display: block;
	text-decoration: none;
	color: #000;
}

.navigation li a:hover {
	color: #c7c9cd;
}

li a.active {
	color: #b49f96;
}
/* End Navigation */

#main {
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}

.clear-footer {
	height: 100px;
	clear:both;
}
/* Begin Footer */
#footer {
	position: relative; 
	width: 100%;
	height: 100px;
	padding: 5px 0px;
	background: url('../images/bg_footer.png') top repeat-x;
	background-color: #683f2d;
}
/*End Footer */

/* Begin Global Classes */
.content {
	min-height: 500px;
	border-left: 1px solid #683f2d;
	padding: 15px 15px 5px 15px;
	margin: 15px 0;
}

.content p {
	text-align: justify;
	color: #000;
}

h1.center, h2.center, h3.center, h4.center, p.center, td.center {
	text-align: center;
}

h1.right, h2.right, h3.right, h4.right, p.right, td.right {
	display: block;
	text-align: right;
}

h1.left, h2.left, h3.left, h4.left, p.left, td.left {
	text-align: left;
}

h1.justify, h2.justify, h3.justify, h4.justify, p.justify {
	text-align: justify;
}

h1.bold, h2.bold, h3.bold, h4.bold, p.bold {
	font-weight: bold;
}

.tagline {
	text-align: justify;
	color: #46352e;
	margin: 10px 10px 60px 10px;
	font-size: 1.7em;
}

.alt {
	color: #46352e;
}

.header-bar {
	text-align: center;
	border: 1px solid #683f2d;
}

.hidden-link {
	text-decoration: none;
	color: #000;
	cursor: default; 
}

.clickable {
	cursor: pointer;
}

h3.added {
	color: #fff	;
}

.small {
	font-size: 1.0em;
}

.profile-upload {
	position: absolute;
	right: 180px;
	
}
/* End Global Classes */

/* Begin Images */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0 10px;
	margin: 7px 0 -5px 15px;
	display: inline;
}

img.alignleft {
	padding: 0 10px;
	margin: 7px 15px -5px 0;
	display: inline;
}

 .alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.border {
	border-right: 1px solid #5c5c39;
	border-bottom: 1px solid #5c5c39;
	padding: 0px;
}
/* End Images */

/* Begin attorneys */
.attorney {
	margin-bottom: 45px;
	border-bottom: 1px solid #683f2d;
}

span.title {
	font-size: .5em;
}
/*End attorneys */

/* Begin Login */
form.contact, form.login {
	width: 400px;
}

form.login {
	margin: 50px auto;
}

form.login li {
	list-style-type: none;
	margin-top: 5px;
}

form.login label {
	width: 100px;
	float: left;
	text-align: left;
}

form.login input {
	margin-top: -3px;
}

form.login input[type="submit"] {
	margin: 0 0 10px 245px;
}
/* End Login */

/* Begin admin:news */
table.news {
	margin-top: 20px;
}

.news tr:hover {
	background-color: #ccc;
}

