/*
Title: 
Description:	Global styles and page build
Author: Christine Harcinske / One to One Interactive
Last Updated:	
*/



/*****************************************************************************
RESETS
*****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset, img { 
	border: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
ol, ul {
	list-style: none;
}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
	
caption, th {
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

:focus {
	-moz-outline-style:none
}

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

html {
	font-size: 100%;
	text-align: center;
}

body {
	margin: 0;
	text-align: left;
	background: #fff;
	color: #807A71;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

hr {
	background-color: #D5D4CD;
	color: #D5D4CD;
	height: 1px;
	border: 0;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}



/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  margin: 16px 0;
}

a, a:link, a:visited {
  color: #65807c;
	border-bottom: 1px dotted #65807c;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover {
  border-bottom: 1px dotted #bcaa99;
	color: #bcaa99;
}

h1, h2, h3, h4, h5, h6 {
  font: Georgia, "Times New Roman", Times, serif;
}

h1 {
  font-size: 18px;
	line-height: 20px;
	font-weight: bold;	
}

h2 {
  font-size: 18px;
	line-height: 20px;
}

h3 {
  color:#BCAA99;
  font-size:11px;
  font-weight:bold;
  letter-spacing:4px;
  padding-top:8px;
  text-transform:uppercase;
}

h4 {
  font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.intro {
  color:#BCAA99;
  font-size:11px;
  font-weight:bold;
  letter-spacing:4px;
  text-transform:uppercase;
}

.main_content ol, .main_content ul, .main_content_sub ul, main_content_sub ol, #sidebar ol, #sidebar ul, #sidebar_sub ol, #sidebar_sub ul, .main_content_blog ul {
	list-style: none;
	margin: 10px 34px;
}

.main_content ul li, .main_content_sub ul li, #sidebar ul li, #sidebar_sub ul li, .main_content_blog li {
  list-style: square;
	padding: 3px 0;
}

#top_quote {
  font-size: 40px;
	line-height: 42px;
	font-weight: normal;
	color: #bcaa99;
	border-bottom: 1px solid #807A71;
	padding: 12px 6px;
	background: #fff;
}

::-moz-selection { 
  background: #807a71; 
	color: #fff;
}

::selection { 
  background: #807a71;
	color: #fff;
}



/* FORM STYLES
----------------------------------------------------------------------*/

input {
}

#wpoi_email, #s {
  border: 1px solid #807a71;
	background: #fff;
	color: #807a71;
	padding: 2px 0 2px 4px;
	width: 200px;
}

#s {
	width: 176px;
}

#wpoi_go, #s_submit {
  border-top: 1px solid #807a71;
	border-right: 1px solid #807a71;
	border-bottom: 1px solid #807a71;
	border-left: none;
	color: #65807c;
	width: 36px;
	padding: 1px 0;
	background: #fff;
	cursor: pointer;
	text-align: center;
}

 #s_submit {
   width: 60px;
 }

/* GENERAL STYLES
----------------------------------------------------------------------*/



/*****************************************************************************
SITE BUILD
*****************************************************************************/

#wrapper {
  width: 800px;
	margin: 10px auto 0 auto;
}

#container_box {
  border: 1px solid #807A71;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: url('/wp-content/themes/watson-rounds10/assets/images/content_bg.gif') top left repeat-y;
}

#container_box_index {
  border: 1px solid #807A71;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: url('/wp-content/themes/watson-rounds10/assets/images/content_bg_index.gif') top left repeat-y;
}

#container_box_blog {
  border: 1px solid #807A71;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#header_img {
  border-bottom: 1px solid #efede6;
	padding: 4px;
}

#kicker_text {
  padding: 4px;
	border-bottom: 1px solid #807A71;
}

#kicker_text p {
  background: #807a71;
	height: 20px;
	display: block;
	margin: 0;
	padding: 2px 6px 0 6px;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: .1em;
}

.main_content {
  padding: 4px 8px 4px 8px;
	width: 500px;
	float: left;
}

#sub_container {
  background: url('/wp-content/themes/watson-rounds10/assets/images/wr_bg.gif') bottom right no-repeat;
	overflow: auto;
}

.main_content_sub {
  padding: 4px 8px 4px 8px;
	width: 398px;
	float: left;
}

.main_content_blog {
  padding: 4px 8px 4px 8px;
	width: 500px;
	float: left;
	border-right: 1px solid #efede6;
}

#sidebar {
  padding: 8px 10px;
	margin: 4px 6px 4px 8px;
	width: 246px;
	float: left;
	background: #efede6;
}

#sidebar_sub {
  padding: 4px 0 4px 6px;
	margin: 0;
	width: 373px;
	float: left;
}

#sidebar_news {
  padding: 5px 10px 8px 10px;
	width: 254px;
	float: left;
}

#mainpage_news {
  border-top: 1px solid #807A71;
	overflow: hidden;
	clear: both;
}

.bio_info {
  border-bottom:1px solid #EFEDE6;
  border-left:5px solid #EFEDE6;
  padding:0 0 5px 8px;
	margin: 4px 0 8px 0;
}

.generic_box {
  background-color:#EFEDE6;
  margin: 20px 0 4px 0;
  padding: 0 3px 6px 10px;
}

#sidebar_sub .generic_box {
  background-color:#EFEDE6;
  margin: 6px 1px;
  padding: 8px;
}

.article_container {
  overflow: hidden;
	border-bottom: 1px solid #efede6;
	padding: 10px 0;
}

.feed_date {
  float: left;
	width: 54px;
	padding: 0 6px 0 0;
	text-align: center;
}

.feed_date span {
  clear: both;
	display: block;
	font-size: 24px;
}

.article_summary {
  width: 440px;
	float: left;
}

.pdf_list {
  margin: 10px 0;
}

.pdf_list li {
  padding: 10px 0 10px 26px;
	margin: 3px 0;
	border-bottom: 1px solid #efede6;
	background: url('/wp-content/themes/watson-rounds10/assets/images/pdf_icon.gif') 0 3px no-repeat;
}

#footer {
	border-top: 1px solid #a3a3a3; 
	padding: 3px;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* TOP NAVIGATION
----------------------------------------------------------------------*/

#awmAnchor-wr_menu {
  overflow: hidden;
	margin: 0;
	padding: 0;
}

#awmAnchor-wr_menu li {
  float: left;
	margin: 0;
	padding: 0;
	height: 24px;
}

#awmAnchor-wr_menu li a {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

/* BLOG STYLES
----------------------------------------------------------------------*/

.commentlist li {
  border-bottom: 1px solid #efede6;
	padding: 10px;
}