/* -------------------------------------------------------------
	Winters, King & Associates, Inc.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			28 September 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #5f5f5f;
	font: normal 12px/1.8em Verdana, Helvetica, sans-serif;
	color: #626262;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #6b99a3;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #fff;
	background: #6b99a3;
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}

hr {
	height: 1px;
	margin: 0 0 15px 0;
	background: #ccc;
	color: #ccc;
	border: 0px;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	padding-top: 10px;
	background: #edeadb url(/images/bg_root.jpg) repeat-x;
}

#index {
	width: 728px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	background: #fff url(/images/bg_index.gif) repeat-y right top;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	clear: both;
	background: url(/images/bg_masthead.jpg) repeat-x center bottom;
}

#masthead_content {
	width: 728px;
	height: 104px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	text-align: left;
}

#brand {
	width: 403px;
	height: 24px;
	position: absolute;
	top: 36px;
	left: 0;
	background: url(/images/logo_wintersking.gif) no-repeat;
}

#brand a:link, #brand a:visited,
#brand a:hover, #brand a:active, #brand a:focus {
	width: 403px;
	height: 24px;
	background: transparent;
}

/* --- ui --- */

#ui {
	width: 100%;
	position: absolute;
	top: 74px;
	left: 0;
	float: left;
}

#ui li {
	margin-left: 7px;
	padding: 0;
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
}

#ui li.first {
	margin: 0;
}

#ui a {
	height: 30px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#ui a:hover {
	background-position: bottom left;
}

#ui .active a:link, 
#ui .active a:visited {
	background-position: bottom left;
}

#ui_home, #ui_home a {
	width: 67px;
	background: url(/images/ui_home.gif) no-repeat;
}

#ui_about, #ui_about a {
	width: 97px;
	background: url(/images/ui_about.gif) no-repeat;
}

#ui_practice, #ui_practice a {
	width: 147px;
	background: url(/images/ui_practice.gif) no-repeat;
}

#ui_attorneys, #ui_attorneys a {
	width: 110px;
	background: url(/images/ui_attorneys.gif) no-repeat;
}
#ui_news, #ui_news a {
	width: 155px;
	background: url(/images/ui_news.gif) no-repeat;
}

#ui_contact, #ui_contact a {
	width: 117px;
	background: url(/images/ui_contact.gif) no-repeat;
}


/* --- dropdowns --- */

#ui li:hover, #ui li.over {
	overflow: visible;
	background-position: bottom left;
}

#ui li:hover a, #ui li.over a {
	background: transparent;
}

#ui ul {
	width: 202px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #e2dec7;
	border: 1px solid #fff;
	border-top: 0px;
	z-index: 100;
}

#ui li:hover ul li,
#ui li.over ul li {
	height: auto;
	margin: 0;
	line-height: 1.2em;
	background: transparent;
}

#ui li:hover ul a:link, 
#ui li:hover ul a:visited,
#ui li.over ul a:link, 
#ui li.over ul a:visited {
	width: 175px;
	height: auto;
	padding: 3px 0 3px 27px;
	background: transparent url(/images/icon_list.gif) no-repeat 16px 8px;
	text-decoration: none;
	color: #626262;
	text-indent: 0;
}

#ui li:hover ul a:hover, 
#ui li:hover ul a:active,
#ui li.over ul a:hover, 
#ui li.over ul a:active {
	color: #6b99a3;
	background: #f5f3dd url(/images/icon_list.gif) no-repeat 16px 8px;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 100%;
	height: 240px;
	background: #4a7781;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 189px;
	padding: 31px 0 22px 0;
	float: right;
	font-size: 11px;
}

#interior #sidebar,
#tomwinters #sidebar,
#trademark #sidebar {
	padding-top: 0;
}

#sidebar .title {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	background: url(/images/title_news.gif) no-repeat 13px 0;
}

#sidebar ul,
#sidebar p {
	padding: 0 13px;
}

#sidebar p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

#sidebar .image_wrapper {
	padding-left: 10px;
}

#sidebar li {
	margin-top: 11px;
	padding: 0;
	background: transparent;
	line-height: 1.3em;
}

#sidebar ul a:link, 
#sidebar ul a:visited {
	display: block;
	color: #5f5f5f;
	text-decoration: none;
	
}

#sidebar ul a:hover, 
#sidebar ul a:active, 
#sidebar ul a:focus {
	color: #fff;
	background: #6b99a3;
}

#sidebar #newsletter_link:link, 
#sidebar #newsletter_link:visited {
	width: 131px;
	height: 26px;
	margin: 25px 0 0 13px;
	padding-left: 30px;
	display: block;
	border: 1px solid #e2e1de;
	background: #fff url(/images/icon_letter.gif) no-repeat 7px 5px;
	line-height: 26px;
}

#sidebar #newsletter_link:hover, 
#sidebar #newsletter_link:active, 
#sidebar #newsletter_link:focus {
	border: 1px solid #fff;
	background: #6b99a3 url(/images/icon_letter.gif) no-repeat 7px 5px;
}


/* --- ui_secondary --- */

#sidebar #ui_secondary {
	width: 189px;
	min-height: 23px;
	margin-bottom: 20px;
	padding: 30px 0 20px 0;
	background: #44717b url(/images/bg_sidebar.jpg) repeat-x;
}

#ui_secondary h2 {
	font-size: 12px;
	font-weight: bold;
}

#sidebar #ui_secondary li {
	width: 177px;
	margin: 0;
	padding-left: 12px;
	line-height: 1.2em;
}

#sidebar #ui_secondary a:link,
#sidebar #ui_secondary a:visited {
	width: 161px;
	padding: 3px 0 3px 16px;
	background: url(/images/icon_ui_secondary.gif) no-repeat 4px 7px;
	color: #fff;
}

#sidebar #ui_secondary a:hover,
#sidebar #ui_secondary a:active,
#sidebar #ui_secondary a:focus,
#sidebar #ui_secondary .active a:link,
#sidebar #ui_secondary .active a:visited {
	background: #5e8189 url(/images/icon_ui_secondary.gif) no-repeat -290px 7px;
}


/* --- second/third level --- */

#sidebar #ui_secondary ul {
	width: 165px;
	padding: 0;
}

#sidebar #ui_secondary ul li {
	width: 165px;
}

#sidebar #ui_secondary ul a:link,
#sidebar #ui_secondary ul a:visited,
#sidebar #ui_secondary .active ul a:link,
#sidebar #ui_secondary .active ul a:visited {
	width: 149px;
	background: url(/images/icon_ui_secondary.gif) no-repeat 4px 7px;
}

#sidebar #ui_secondary ul a:hover,
#sidebar #ui_secondary ul a:active,
#sidebar #ui_secondary ul a:focus,
#sidebar #ui_secondary .active ul a:hover,
#sidebar #ui_secondary .active ul a:active,
#sidebar #ui_secondary .active ul a:focus {
	background: #5e8189 url(/images/icon_ui_secondary.gif) no-repeat -290px 7px;
}


/* --- ui_secondary / first link --- */

#sidebar #ui_secondary li.first a:link,
#sidebar #ui_secondary li.first a:visited {
	width: 174px;
	padding-left: 3px;
	background: transparent;
}

#sidebar #ui_secondary li.first a:hover,
#sidebar #ui_secondary li.first a:active,
#sidebar #ui_secondary li.first a:focus {
	background: #5e8189;
}


/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 516px;
	padding: 0 7px 35px 16px;
	float: left;
	position: relative;
	z-index: 2;
	text-align: justify;
}

#interior #body {
	min-height: 400px;
	background: url(/images/bg_body.jpg) no-repeat top left;
}

#header, #body h2 {
	font: italic 22px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 31px 0;
	padding: 22px 0 0 0;
}

#home #body h2 {
	color: #305d67;
}

#body h3 {
	font-size: 15px;
	font-weight: bold;
}

h3.news_title {
	padding: 1px 0;
	margin: 15px 0 0 0;
}

#body p {
	clear: both;
}

#body ul {
	margin-left: 12px;
}


/* --- news list --- */

.news_block {
	width: 486px;
	float: left;
	padding: 10px;
	background: #fcfbf5;
	margin-bottom: 20px;
}

.news_block h3 {
	border-bottom: 1px solid #ddd;
}

.news_block a:link,
.news_block a:visited {
	width: 466px;
	padding: 5px 10px 10px 10px;
	display: block;
	text-decoration: none;
}

.news_block a.pdf strong {
	padding-left: 20px;
	background-image: url(/images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.news_block em, .news_block strong {
	display: block;
}

#body .news_block a:link strong, 
#body .news_block a:visited strong {
	text-decoration: underline;
}

/* --- attorney pages --- */

.attorney_list,
.practicearea_list,
.practicearea_list2,
.practicearea_list3 {
	width: 155px;
	float: left;
}

.practicearea_list {
	width: 155px;
}

.practicearea_list2 {
	width: 120px;
}

.practicearea_list3 {
	width: 185px;
}

/* --- partners/attorneys detail --- */

.partner_detail {
	width: 184px;
	float: left;
}

#body .partner_detail h3 {
	margin-bottom: 13px;
	font-weight: bold;
	color: #6b99a3;
	font-size: 1em;
}

.partner_detail h3 em {
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: -6px;
}

.contact_list,
.practice_list {
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #6b99a3;
}

.contact_list .first,
.practice_list .first {
	padding: 0;
	background: transparent;
	line-height: 1.8em;
	font-weight: bold;
	color: #6b99a3;
}

.contact_list li {
	background: transparent;
	padding: 0;
}


.partner_bio {
	width: 300px;
	float: right;
}

/* --- Authors --- */

div.author {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

div.author img {
	float: left;
	margin: 0 5px 0 0;
}

div.author h4 {
	padding: 6px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
}

div.author h4 em {
	display: block;
	font-size: 13px;
	color: #5a6587;
}

div.author h5 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

#interior #content_wrapper ul.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

#interior #content_wrapper ul.sitemap_list ul {
	padding-left: 20px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 100%;
	clear: both;
	color: #8f8f8f;
	text-align: center;
	font-size: 10px;
	line-height: 1.4em;
	background: url(/images/bg_footer.jpg) repeat-x;
}

#footer a:link, 
#footer a:visited,
#footer a:hover, 
#footer a:active, 
#footer a:focus {
	color: #8f8f8f;
	background: transparent;
}

#footer_content {
	width: 728px;
	height: 67px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: left;
}

#footer_content .title {
	width: 289px;
	height: 24px;
	float: left;
	background: url(/images/title_tagline.gif) no-repeat;
}

#copyright {
	margin: -3px 0 3px 0;
	width: 350px;
	float: right;
	text-align: right;
}

#site_credit {
	width: 350px;
	float: right;
	text-align: right;
}

#site_credit a {
	margin-right: 20px;
}

#site_credit #credit_link {
	margin: 0;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #ccc;
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	color: #666;
}

.required {
	color: #f00;
}

label {
	display: block;
}


/* --- contact form --- */

.contact_form {
	width: 450px;
	margin-left: 32px;
	display: inline;
	float: left;
}


.contact_form fieldset {
	width: 100%;
	float: left;
}

.contact_form fieldset div {
	width: 225px;
	float: left;
}

.contact_form fieldset.full_width div {
	width: 100%;
}

.contact_form label {
	padding-top: 10px;
	line-height: 1.2em;
	font-weight: bold;
}

.contact_form .input_class {
	width: 200px;
}

.contact_form .full_width .input_class {
	width: 425px;
}

.contact_form textarea {
	overflow: auto;
}


/* --- Blog Calendar --- */
.blogcalendarPanel {
	height: 173px;
	width: 182px;
	position: relative;
	margin-left: 16px;
	color: #000000;
	float: left;
	clear: left;
}
.blogcalendarBody {
	background-image: url('/images/blogcalendarBackground');
	width: 155px;
	height: 135px;
	color: #000000;
}

.blogcalendarHeader {
	text-align: center;
	vertical-align: center;
	font: bold 12px verdana, arial, helvetica, sans;
}

#sidebar .blogcalendarHeader a:link,
#sidebar .blogcalendarHeader a:visited,
#sidebar .blogcalendarHeader a:hover,
#sidebar .blogcalendarHeader a:active {
	background: transparent;
}

.blogcalendarDays {
	text-align: center;
	vertical-align: center;
	font-weight: bolder;
}

.blogcalendarDates {
	text-align: center;
	vertical-align: center;
	padding: 2px 2px 2px 2px;
}

.blogcellevent {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #6f7793;
	color: #ffffff;
	cursor: hand;
}



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}