/*
Theme Name: A Martelle Law
Theme URI: http://www.martellelaw.org/
Description: This theme is developed for Adam for his site.
Version: 1.0
Author: Tanzil Al Gazmir
Author URI: http://www.tanzilo.com/
Tags: blue, custom header, fixed width, two columns, widgets

	stuTheme v1.0
	http://www.tanzilo.com

	This theme was designed and built by both Stu McLaren and Tanzilo.

	The CSS, XHTML and design is released under copyright property law.

*/



/* Begin Typography & Colors */

/* CSS Document */

body{ padding:0; margin:0; border:0;}

a img{ border:0;}

.style1 {color: #990000}
a:link { color: #993300; text-decoration: none; }
a:visited { color: #993300; text-decoration: none; }
a:hover { color: #BD8928; text-decoration: none; }
a:active { color: #BD8928; text-decoration: none; }

h1 { font-size:150%; text-align: center;}
h2 { font-size:135%; text-align: center;}
h3 { font-size:120%; }
h3 a:link, #sectionLinks a:visited { color: #BD8928;}

.wrapper{ background:url(images/left_shade.jpg) repeat-y;}
.wrapper1{ background:url(images/right_shade.jpg) repeat-y right;}
.wrapper2{ width:100%; background:url(images/bg.jpg) no-repeat left top;}

.container{clear:both; margin:0 181px 0 50px; background:#6633FF;}
.header{ background:url(images/header_bg.jpg) repeat-x; clear:both; height:90px;}
.header img{
	position:absolute;
}

.mid_content{ clear:both; padding:2px 10px; background:#fbe4ba url(images/mid_contents_bg.jpg) no-repeat; min-height:800px; height:auto !important; height:800px; font-family: Arial, Helvetica, sans-serif; overflow:hidden;}



.right_bar{
	width:175px;
	position:absolute;
	z-index:999;
	top:0;
	right:0;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	visibility: visible;
}

.menus{ text-align:center;}
.menus img{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}
.menus h1{ color:#fff; font-size:150%; font-weight:normal;}
.menus a{ display:block; background:#000; color:#F7DFB3; width:151px; margin:3px 0 5px 10px; padding:2px; font-weight:bold;}
.menus a:hover{ color:#F7DFB3; background-color: #856E4C;}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* MY CODE STARTS */

#sidebar
{
	overflow:hidden;
}
#sidebar UL, OL
{
	padding:0px; margin:0px;
}
#sidebar LI
{
	list-style:none;
}
.menus
{
	float:left; clear:both; overflow:hidden;
}

#navigation
{
	font-size:24px; font-weight:bold; margin:40px 0px 0px 0px;
	padding:0px 0px 40px 0px;
}
#navigation A
{
	color:#026294; text-decoration:none;
}
#navigation A:hover
{
	color:#783044; text-decoration:underline;
}
#alignleft
{
	width:450px; float:left;
}
#alignright
{
	width:300px; float:left; text-align:right;
}
.commentlist li
{
	border-bottom:#000000 solid 2px; margin:0px 0px 20px 0px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

/*
#hidden_content
{
	width:155px; float:left; display:none;
}
#hidden_content A
{
	float:left; clear:both; width:100%;
}
*/
/* MY CODE ENDS */