/*
Theme Name: gabrielcheonglaw
Theme URI: http://www.gabrielcheonglaw.com/
Description:  Custom theme for Gabriel Cheong Law
Version: 1
Author: JTk - http://www.doc5.com
*/
html, body { height: 100%; }

body {
	background: #EAE5D6 url(images/back.jpg) 0 0 repeat;
	background-position: top center;
	color: #14283F;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.jpg) repeat;
	min-height: 100%;
	_height: 100%;
	width:1062px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 233px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

#header a {
	position: absolute;
	left: 25px;
	top: 36px;
	height: 150px;
	width: 680px;
	text-decoration: none;
}

#header em {
	display: none;
}

#display_mid {
	width:900px;
	height: 27px;
	margin: 0;
	text-align: left;
	position: relative;
	background: url(images/mid.jpg) 0 no-repeat;
}


/* Content */
#wrapper {
	width: 505px;
	position: relative;
	float: left;
	z-index: 12001;
	background: url(images/content_background.jpg) 0 0 repeat-x;
}


#content {
	margin: 20px 2px 0 2px;
	_margin: 20px 1px 0 1px;
	padding: 0 8px 0 3px;
}

/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: right;
	color: #003F50;
	margin: 0 33px 0 0;
    _margin: 0 16px 0 0;
	width: 291px;
	z-index: 1002;
	background: url(images/content_background.jpg) 0 0 repeat-x;
    }

	/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#ffffff;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px 0 0px 20px;
	margin: 20px 0 10px 0;
    position: relative;
	background: url(images/sidebar_h2.jpg) repeat-x;
	height: 32px;
	text-align: left;
	font-family: georgia, serif;
	font-style: italic;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin-left: 5px;
	padding-left: 12px;
    padding-right: 2px;
	padding-bottom: 3px;
}

#sidebar ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

#sidebar a {
	color: #052851;
	font-size: 12px;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #052851;
	font-size: 12px;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #357500;
	font-size: 12px;
	text-decoration: underline;
}

#right_col {
	margin: 0px 1px 0 32px;
	_margin: 0px 0px 0 16px;
	width: 199px;
	float: left;
    padding: 20px 0 0 0;
	position: relative;
	color: #052851;
	z-index: 9999;
	text-align: left;
	background: url(images/content_background.jpg) 0 0 repeat-x;
    }

#right_col ul li h2 {
	color:	#ffffff;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px 0 0px 15px;
	margin: 20px 0 10px 0;
    position: relative;
	background: url(images/sidebar_h2.jpg) repeat-x;
	height: 32px;
	text-align: left;
	font-family: georgia, serif;
	font-style: italic;
}

/*  All of the sidebar lists */

#right_col ul li ul li {
	margin-left: 5px;
	padding: 0 2px 3px 12px;
}

#right_col ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#right_col ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#right_col li {
	margin: 0;
}

#right_col li ul{
	margin: 0;
}

.right_col_inside {
	padding: 0 0 0 9px;
		word-spacing: 90%;
	letter-spacing: 95%;
}

#right_col a {
	color: #052851;
	font-size: 12px;
 	text-decoration: none;
}

#right_col a:visited {
	color: #052851;
	font-size: 12px;
 	text-decoration: none;
}

#right_col a:hover {
	color: #357500;
	font-size: 12px;
	text-decoration: underline;
}

#menu_too {
	position: absolute;
	left: 50px;
	top: 210px;
	color: #D094993;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 11px;
	z-index: 12002;
	font-weight: bold;
    text-transform: uppercase;
}

#menu_too ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#menu_too li {
	padding: 0 13px 0 4px;
	margin: 0;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	_padding-left: 5px;
	_padding-right: 5px;
	border-right: 1px solid #7ABBE0;
}

#menu_too li a {
	color: #094993;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

#menu_too li a:visited {
	color: #094993;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

#menu_too li a:hover {
	color: #02162E;
	background-color: transparent;
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

#gabriel_cheong_info {
	position: absolute;
	left: 752px;
	top: 28px;
	font-weight: bold;
	color: #D1EDFF;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 11px;
	z-index: 12002;
}

#massachusetts_lawyer_info {
	position: absolute;
	left: 755px;
	top: 55px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 11px;
	z-index: 12002;
}

#massachusetts_lawyer_info a {
	color: #ffffff;
 	text-decoration: none;
}

#massachusetts_lawyer_info a:visited {
	color: #ffffff;
 	text-decoration: none;
}

#massachusetts_lawyer_info a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.lawyer_blue {
	color: #052851;
}

.lawyer_light_blue {
	color: #97CAE9;
}

hr#clear {
	clear: both;
	height: 135px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #366FAB;
	font-weight: normal;
	font-family: georgia, serif;
}


h6 {
	color: #366FAB;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

/* Word Press Stuff */

small {
	color: #357500;
	font-size: 11px;
	font-weight: normal;
}

.postmetadata {
	color: #002046;
	padding: 5px 5px 5px 5px;
	background-position: bottom center;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #89C1EB;
	border-bottom-width: 80%;
 	background: url(images/postmetadata_back.jpg) 0 0 repeat-x;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}


.entry {
	margin-top: -4px;
	font-size: 13px;
	margin-left: 10px;
}

.entry img {
	margin-right: 10px;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

blockquote {
	background: #DFE9F0;
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
	border: none;
}

.non_graybox {
	background: #DFE9F0;
	padding: 3px 7px 3px 7px;
	margin: 10px 5px 10px 3px;
}

.graybox {
	background: #DFE9F0;
	padding: 3px 7px 3px 7px;
	margin: 10px 5px 10px 3px;
}


ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

/* Form Stuff */

#email_form {
	margin: 10px 0 0 5px;
}

input {
	 color: #002046;
	 padding: 5px 0 0 5px;
	 margin: 5px 0 3px 0;
	 font-weight: bold;
	 font-size: 12px;
     height: 20px;
	 width: 180px;
     border: 1px solid #5BB3F6;
 	background: url(images/input_back.jpg) 0 0 repeat-x;
}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

#searchform {
	margin: 10px 0 10px 10px;
	padding: 0;
}

textarea {
	background-color: #fefefe;
	color: #002046;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
    padding: 3px 0 0 5px;
    border: 1px solid #5BB3F6;
	background: url(images/text_area_back.jpg) 0 0 repeat-x;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

form {

}

.buttons_no_b {
	margin: none;
	border: none;
	background: none;
	height: 25px;
	width: 50px;
}

.search_no_b {
	margin: none;
	border: none;
	background: none;
	height: 23px;
	width: 58px;
}

/* Link Stuff */


a:link {
	color: #2B7CB9;
	text-decoration: none;
}

a:visited {
	color: #2B7CB9;
	text-decoration: none;
}

a:hover, a:active {
	color: #357500;
	text-decoration: underline;
}


/*  All of the title H2's */

.post h2 {
	margin: 0;
	color: #004698;
	font-size: 24px;
	font-weight: normal;
	font-family: georgia, serif;
}

.post h2 a {
	color: #004698;
	text-decoration: none;
}

.post h2 a:visited {
	color: #004698;
	text-decoration: none;
}

.post h2 a:hover {
	color: #002148;
	text-decoration: none;
}

 .top_o_the_post {
	padding: 0px 9px 3px 5px;
	margin-left: 5px;
	margin-right: 25px;
	position: relative;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #89C1EB;
	border-bottom-width: 80%;
	}

/* Comments styles */


#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

#comments  {
	padding-left: 15px;
}

.commentnumber {
	font-weight: bold;
}

.small_comments {

	color: #366FAB;
	}

.move_the_comments {
	padding: 9px 7px 3px 5px;
	margin: 7px 0 7px 5px;
}

#commentlist li {
	padding-left: 20px;
}

 .commentlist{
      position: relative;
 }

h3#respond {
	margin-left: 3px;
}

.move_it_on_over {
	margin-left: 20px;
	font-weight:bold;
  }

#recent_comments_list {
	margin-top: 15px;
  }

#recent_comment_items li {
	margin-bottom: 5px;
}


#move_those_archive {
	padding-left: 20px;
	padding-top: 6px;
}

  /* Footer
-----------------------------------------*/
#footer {
	font-family: georgia, serif;
	font-weight: bold;
	background: url(images/footer.jpg) 0 0 no-repeat;
	color: #fefefe;
	min-height: 68px;
	_height: 68px;
	width:1062px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: -68px auto 0 auto;
	text-align: center;
  }

#footer_text {
    padding-top: 30px;
  }

#footer a:link {
	color: #052851;
	text-decoration: none;
}

#footer a:visited {
	color: #052851;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}


table {
	margin: 15px 0 0 0;
}

.subscribe_services {
	margin: 0 0 0 11px;
}