/* 
Theme Name: FamLaw
Theme URI: http://CaryFamilyLawyers.com
Description: A simple WordPress theme based on the default patterns.
Version: 1.0
Author: jweaks
Author URI: http://forevermedia.com/
*/ 

html, body{ 
 margin:0; 
 padding:0; 
 font-size: 74.5%; /* Resets 1em to 10px */
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 background-color: #336699;
 text-align: center; 
}

body {
	min-width:780px;
} 
 
#wrapper{ 
 width:780px; 
 margin:0 auto;  
 /* background-color: White; */
 background-color: #DCDC98;
} 
 
#header{
	height: 120px;
	background-color: #0B2174;
	width: 100%;
} 
 
#sidebar{
 width:185px; 
 height: 100%;
 float:left;
 background-color: #DCDC98;
 text-align: left;
 font-size: 1.2em;
 padding-top: 0.5em;
 padding-left: 5px;
 padding-right: 5px;
  }
  
#sidebar h2 {
	padding: 0;
}  
  
#sidebar a {
	display: block;
	width: 175px;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: White;
	margin: 0;
	padding-left: 1.0em;
	padding-right: 1.0em;
}  

#sidebar a:hover {
	color: Black;
	background-color: #DCDC98;
	/* border-bottom: thin solid white; */
}
  
/* sidebar lists */
#sidebar ul {
   /* all lists */
	list-style: none;
	line-height: 2.5em;
	margin-bottom: 1.0em;
	margin-top: 0;
	margin-left: -40px;
	text-align: left;
}

#sidebar ul li {
	/* all list items */
	float: left;
	width: 175px; /* width needed or else Opera goes nuts */
	text-align: left;
	background-color: #990000;
	list-style-type: none;
	list-style-image: none;
   margin-left: 0px;
	padding: 0 0 0 0;
	border-bottom: thin solid white;
}

#sidebar ul li ul {
	/* second-level lists */
	position: absolute;
	z-index: 999;
	display: block;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: thin solid white;
	background-color: Gray;
	padding: 0 0 0 0;
	margin-left: 0px;
}

#sidebar li:hover ul, #sidebar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	right: auto;
	width: 175px;
}

#sidebar ul li ul li {
	/* display: block; */
	width: 175px;
	float: none;
	background-color: Silver;
	border: thin solid white;
	padding: 0 0 0 0; /* border-top: 2px solid Blue; */
	margin-left: 5px;
}

#sidebar ul li ul li a {
	/* display: block; */
	font-weight: normal;
	color: Black;
}

#sidebar ul li ul li a:hover {
	color: Black;
	background-color: #DCDC98;
	width: 165px;
	/* border: thin solid white; */
}

#sidebar li.off:hover ul, #sidebar li.over ul { 
  display: block;
  z-index: 999;
}

/*
#sidebar ul li ul li.off a:hover,
#sidebar ul li ul li:hover a,
#sidebar ul li ul li.over a {
  background: #DCDC98;
  color: Black;
}
*/
  
/* end sidebar lists */
 
#maincol{
	background-color: White;
	float: right;
	width: 560px;
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 1em;
   padding-right: 1em;
	text-align: left;
	/* border: 2px solid Fuchsia; */
}

#maincol p {
	margin-top: 2em;
}
 
#footer{
	height: 85px;
	background-color: Silver;
	clear: both;
	font-size: 1.0em;
	padding: 1em;
	text-decoration: none;
	border-top: thin solid black;
} 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#sidebar{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* from default */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#sublist ul {
	margin-left: 1em;
	line-height: 2em;
	text-decoration: none;
	list-style: none;
	list-style-position: inside;
}	

#sublist li {
	margin-left: 1em;
	line-height: 2em;
	text-decoration: none;
	list-style: none;
	list-style-position: inside;
}	
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}	
	
/*	Headers from default */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */	

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* temp tag */
t1 {
	color: white;
	font-size: 2em;
}
