/*
Theme Name: Health Law OFfice 
Theme URI: http://brycemcdonnell.com
Description: This is a custom template designed for Health Law Office.com 
Version: 1.0
Author: Bryce McDonnell
Author URI: http://www.brycemcdonnell.com 
Tags: 

*/



/* Begin Typography & Colors */
body {
	text-align: center;
	background-image: url(images/bodybackgroundcorner.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #736E5D;
	background-position: left top;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
h5 {
	padding-left: 10px;
}
h3 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 0.6em;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
img { border:none;}

/***  NAVIGATION STUFF   ***/
#navlist {
	display:block;
	list-style:none;
	margin:5px 0;
	padding:0px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

#navlist li { display: inline; padding:10px 20px; }
#navlist li a { text-transform: capitalize; }
#navlist li a:hover { text-transform: capitalize; }

#subNav {
	display:block;
	list-style:none;
	text-align:center;
	margin:5px 20px;
	padding:0px;
}

#activeLI {
	/***  this is the "floating" image that shows the active page   ***/
	/* background:url(images/sub-bg2.png) no-repeat top left; */
	margin-top:-10px;
	margin-left:-15px;
	padding:0;
	border-top:4px solid black;
	border-bottom:4px solid black;
	position: absolute;
	
}
#subNav li { display: inline; padding:10px 50px; }

#subNav li a { text-transform: lowercase; text-decoration:underline; }
#subNav li a:hover { text-transform:lowercase; }


#leftcol h2 {
	margin-left: 10px;
}

#banner {
	background-color: #261f17;
	padding-top: 15px;
	padding-bottom: 15px;
}

#banner img {
	display: block;
	margin-right: auto;
	margin-left: auto; 
	text-align: right;
}
#top , #bottom {
	clear:both;
	width: 811px;
	height:53px;
	background: transparent url(images/bg-top.gif) no-repeat left top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow:hidden;
}
#top {margin-top:10px;}
#bottom { background:transparent url(images/bg-bottom.gif) no-repeat left top; }
#content {
	width: 811px;
	background: transparent url(images/bg-middle.gif) repeat-y left top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow:hidden;
}
#wrapper { padding:0 20px ;}
#wrapper a {
	text-decoration:underline;
	/* font-style: oblique; */
}
#wrapper h2 {
	padding-left:20px;
	border-bottom:1px dotted #726D5D;
}
#wrapper h3 {
	text-align:left;
	text-transform: lowercase;
}

/***  EGGS   ***/
#wrapper-home {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper-home .square {
	height: 292px;
	width: 350px;
	margin: 10px;
}
.square img { border: none;}
p.explain {
	position:relative;
	top:-292px;
	width: 130px;
	height: 275px;
	margin:0;
	line-height:2em;
	font-weight:bold;
	z-index: -8;
}
.right .explain { left:350px; }
.left .explain { left:-150px; }

#about { float: left; }
#about .explain { padding-top:40px;}

#external {	float: left; }
#external .explain { padding-top:40px;}

#blog {	float: right; }
#blog .explain { padding-top:60px;}

#contact { float: right;}
#contact .explain { padding-top:60px;}

#blog_tease {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background:#B5AE96 url(images/content-bg2.gif) no-repeat center top;
	width:600px;
	line-height:1.5em;
}
/***  BLOG   ***/
.slider-arrows {
	display:block;
	width:18px;
	height:42px;
	/* text-indent:-9999px; */
	overflow:hidden;
	cursor:pointer;
}
#slide-left {
	float:left;
	padding-right:20px;
}
#slide-right {
	float:right;
	padding-right:20px;
	
}
#entry-container{
	width:10000px;
	height:1000px;
}
div.blogentry {
	float:left;
	margin-left:50px;
	margin-right:100px;
	width:650px;
	text-align: justify;
}
div.blogentry p.date {
	text-align:right;
	font-size:14px;
	text-decoration:italic;
}
div.blogentry h2 a { text-decoration:none !important; }
/***  FOOTER   ***/

#footer {
	clear: both;
	height:25px;
	padding-top:10px;
	font-size: 10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#slogan {
	font-size: 14px;
	color: #FFFFFF;
}
#copy { float:left; margin-left:100px; margin-top:-10px;}
#legal { float:right; margin-right:100px; margin-top:-10px;}

/***  CONTACT   ***/
#contactEmail {
	float:left;
	padding:0 40px;
}
#contactOther {
	padding:0 40px;
	float:right;
}
