/*
Theme Name: Robert McCoy Custom
Theme URI: http://www.getlegal.com/
Description: This is a custom Wordpress theme designed for Robert McCoy.
Version: 1.0
Author: Get Legal
Author URI: http://www.getlegal.com/
Tags: red, custom header, fixed width, two columns, widgets

*/
/* @group Reset */

/* Global Settings
-------------------------------------------------------------- */
 
html, body {
	border:0;
	margin:0;
	padding:0;
} 
body { 
  color: #333; 
  background: #e0e0e0;
  font: 0.8em/1.4 Arial, Verdana, Helvetica, sans-serif;
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	border-bottom: 1px #eee1d3 solid;
	color: #9e0b0f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
}
h2 {
	color: #9e0b0f;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.4em;
}
#PracticeAreas h2 {
	border: 1px #8c6239 solid;
	border-width: 1px 0;
	margin-bottom: 0.75em;
	padding: 6px 15px;
}
h3 {
	color: #333;
	font-weight: bold;
}
hr {
	width: 325px;
	color: #cdccc9;
	padding: none;
}
 
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

span ul {
	padding-left: 250px;
} 

blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
	color: #8a6744;
	text-decoration: none;
}
a:hover {
	color: #9e0b0f;
	text-decoration: underline;
}
#PracticeAreas a {
	color: #534741;
	font-weight: bold;
	text-decoration: none;
}
#PracticeAreas a:hover {
	text-decoration: underline;
}
#Copyright a {
	color: #000;
	margin: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#Copyright a:hover {
	text-decoration: underline;
}
#Copyright .copyright a {
	margin: 0;
	text-transform: none;
}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 6px 0;
	padding:0;
}
 
  table tr td {
  	padding:.5px;
  }
  
/* @end */

/* @group Forms */
input.text,
textarea {
	background: #f0f0f0;
	border: none; 
	color: #a9a9a9;
	font-size: .85em; 
	margin:0.50em 0;
	padding:5px;
	width: 200px; 
	text-transform: uppercase;
}
textarea { 
	height: 50px; 
}
.btn_submit {
	background: transparent url(images/btn_submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 20px;
	margin: 0.25em 0;
	padding: 0;
	width: 51px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em 0em .8em 2.7em; margin: 1em; border: 2px solid #ddd; width:400px; font-weight:bold; }

.error      { background:#FBE3E4 .4em .4em no-repeat; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background:#FFF6BF .4em .4em no-repeat; color: #514721; border-color: #FFD324; }
.success    { background:#E6EFC2 .4em .4em no-repeat; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group Helper */

/* Helper Classes
-------------------------------------------------------------- */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:hidden; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#eee; padding:12px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.quote		   { background: #eee; padding: 12px 24px; color: #666; margin-top: 10px; margin-bottom: 10px; margin-right: 240px; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.photo_left    { float:left; margin:4px 10px 4px 0; }
.photo_right   { float:right; margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.nomargin	   { margin:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.nowrap		   { white-space:nowrap; }

.center 	   { text-align:center; }
.highlight 	   { background: #eaeaea; }
.btn		   { margin-bottom: 52px; }

/* @end */

/* @group Structure */
#Container,
#Header,
#Copyright {
	background: transparent url(images/bg_container.gif) repeat-y;
	margin: 0 auto;
	padding: 0 15px 3px;
	width: 954px;
}
#Header {
	background: transparent url(images/bg_header.gif) bottom no-repeat;
	color: #c69c6d;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding: 15px 15px 12px;
	text-align: right;
	text-transform: uppercase;
}
#Header span {
	color: #754c24;
	font-size: 1.3em;
}
#Rotating {
	border-bottom: 2px #ffcc00 solid;
	height: 183px;
	position: relative;
	width: 954px;
}
#Rotating img {
	left: 0;
	position: absolute;
	top: 0;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Navigation {
	background: transparent url(images/bg_navigation.gif) repeat-x;
	text-align: center;
}
#Navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation li {
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 20px;
}
#Navigation li + li {
	background: transparent url(images/nav_divider.gif) left center no-repeat;
}
#Navigation li a {
	color: #acacac;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#Navigation li a:hover {
	color: #ffcc00;
}
#Main {
	background: transparent url(images/bg_main.gif) repeat-y;
	border-bottom: 2px #ffcc00 solid;
	width: 954px;
}
#Content {
	padding: 40px;
	width: 572px;
}
#Content p {
	padding-bottom: 12px;
}
#Sidebar {
	padding: 25px;
	width: 250px;
}
#Sidebar div {
	margin-bottom: 20px;
}
div#wp-sidebar div {
	margin-bottom: 0;
}
div#wp-sidebar p {
	margin-left: 15px;
}
div#wp-sidebar form {
	margin-bottom: 20px;
}
div#wp-sidebar ul, div#wp-sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#wp-sidebar ul li ul li {
	list-style-image: url(images/bullet.gif);
	margin: 0 0 20px 30px;
}
div#wp-sidebar h2 {
	border: 1px #8c6239 solid;
	border-width: 1px 0;
	margin-bottom: 0.75em;
	padding: 6px 15px;
}
#PracticeAreas ul {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	padding-left: 30px;
}
#PracticeAreas li {
	margin: 3px 0;
}
#ContactBox {
	background: #d6d0c3;
	border-bottom: 1px #754c24 solid;
	padding: 20px;
}
#Footer {
	background: #66523e;
	border-top: 1px #293c43 solid;
	color: #FFF;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
#Footer p {
	color: #ffdd55;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#Copyright {
	background: transparent url(images/bg_footer.gif) top no-repeat;
	padding: 15px;
	text-align: center;
}

/* @end */
