body {
	width:940px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: bottom center;
}
#body_container {
	float:left;
	width:940px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

a {
	font-size: 14px;
	font-family: Arial;
	color: #484847;
	text-align:left;
  text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
  outline: none;
}
p {
	font-size: 14px;
	font-family: Arial;
	color: #484847;
	text-align:left;
	padding: 0;
	margin: 0;
	display: block;
	margin: 10px 0 0 0;
}
p a {
	font-size: 14px;
	font-family: Arial;
	color: #484847;
	text-align:left;
	text-decoration: underline;	
}
ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Arial;
	color: #484847;
	text-align:left;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	text-align:left;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	text-align:left;
	color: #484847;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-align:left;
	color: #484847;
	padding: 0;
	margin: 20px 0 0 0;
}
li h1 a {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
}

/*
.list_bot_space {
	margin-left:20px;
	margin-bottom:10px;
}
 */
/******************** MISC ********************/

.float_left {
 float:left;
}
.float_right {
 float:right;
}
.bold-text {
	font-weight:bold;
}
.bold-text-16 {
	font-weight:bold;
	font-size: 16px;
}
.italic-text {
	font-style:italic;
}
.float_left_col {
 float:left;
 width:318px;
 height:auto;
}
.indent_20 {
	float:left;
	margin-left:20px;
}
.indent_18 {
	float:left;
	margin-left:18px;
}

/* LOGO */
#logo_container {
	float:left;
	width:940px;
	height:auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#logo {
	display:block;
	float:left;
	width:468px;
	height:97px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/logo_body-elements.jpg');
}
#logo a {
	display:block;
	width:468px;
	height:97px;
	min-height:97px;
}
#logo_right {
	display:block;
	float:left;
	width:472px;
	height:75px;
	margin-top:22px;
}

#call {
	float:right;
}
#call-text {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #050505;
	line-height: 18px;
	margin-top:20px;
}
#call-number {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 29px;
	text-decoration: none;
	color: #AFAEAD;
	line-height: 30px;
}

/* BANNER */

#banner_container {
	float:left;
	width:940px;
	height:auto;
	margin-top:10px;
}

#banner {
	float:left;
	width:940px;
	height:auto;
	background-position: top center;
	background-repeat: no-repeat;
}

/* MENU */

#menu_container {	
	float:left;
	width:940px;
	height:37px;
	text-align: center;
	margin-right: auto;
	margin-left: auto; 
}
#menu_container_wrap {	
	float:left;
	width:940px;
	height:37px;
	text-align: center;
	margin-right: auto;
	margin-left: auto; 
}
#menu_left {	
	float:left;
	width:20px;
	height:37px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/bar-left.jpg');
}
#menu_right {	
	float:left;
	width:20px;
	height:37px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/bar-right.jpg');
}
#menu_left_selected {	
	float:left;
	width:20px;
	height:37px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/bar-selected-left.jpg');
}
#menu_right_selected {	
	float:left;
	width:20px;
	height:37px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/bar-selected-right.jpg');
}
ul#menu {	
	float:left;
	width:900px;
	height:37px;
	padding: 0;
	list-style-type:none;
	text-align: left;
	margin:0px;
	padding:0px; 
	z-index:1;	
}
ul#menu li {
	float:left;
	position:relative;
	margin:0px;
	padding:0px; 
	display:block;
	list-style-type:none;
	margin-right: auto;
	margin-left: auto; 
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height:37px;
	text-decoration:none;
	z-index:1;
}
#menu li a {
	display:block;
	margin-right: auto;
	margin-left: auto; 
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height:37px;
	text-decoration:none;
}
ul#menu li a:hover {
	display:block;
	margin-right: auto;
	margin-left: auto; 
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height:37px;
	text-decoration:none;
}
#menu_item_1,#menu_item_2,#menu_item_3,#menu_item_4,#menu_item_5,#menu_item_6 {
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url('images/bar-background.jpg');
}

#menu_selected_1,#menu_selected_2,#menu_selected_3,#menu_selected_4,#menu_selected_5,#menu_selected_6 {
	display:block;
	margin-right: auto;
	margin-left: auto; 
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height:37px;
	text-decoration:none;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url('images/bar-selected-background.jpg');
}
#menu_item_1,#menu_item_2,#menu_item_3,#menu_item_4,#menu_selected_1,#menu_selected_2,#menu_selected_3,#menu_selected_4 {
	text-align:center;
	width: 150px;
}
#menu_item_5,#menu_item_6,#menu_selected_5,#menu_selected_6 {
	text-align:center;
	width: 150px;
}
#menu_item_1 a,#menu_item_2 a,#menu_item_3 a,#menu_item_4 a,#menu_selected_1 a,#menu_selected_2 a,#menu_selected_3 a,#menu_selected_4 a {
	text-align:center;
	width: 150px;
}
#menu_item_5 a,#menu_item_6 a,#menu_selected_5 a,#menu_selected_6 a {
	text-align:center;
	width: 150px;
}
#li01, #li02, #li03 {
	background-color: #AAAECB;
	border-top:1px solid #FFFFFF;	
	width: 150px;
}
#li021, #li022, #li023, #li024 {
	background-color: #AAAECB;
	border-top:1px solid #FFFFFF;	
	border-left:1px solid #FFFFFF;
	width: 150px;
}
ul#ul0 {
	width: 150px;
}
ul#ul02 {
	width: 150px;
}
#li01 a, #li02 a, #li03 a, #li024 a {
	width:130px;
	height:37px;
	padding-left:20px;
}
#li021 a, #li022 a, #li023 a, #li024 a {
	width:130px;
	height:37px;
	padding-left:20px;
}
#li01 a:hover, #li02 a:hover, #li03 a:hover {
	background-color: #6F78AF;
}
#li021 a:hover, #li022 a:hover, #li023 a:hover, #li024 a:hover {
	background-color: #6F78AF;
}
ul#ul0 li a {
	text-align: left;
}
ul#ul0 li a:hover {
	text-align: left;
}

/* UL2 */

ul#ul2 li a {
	text-align: left;
}
ul#ul2 li a:hover {
	text-align: left;
}
#ul2 {
	width: 150px;
}
#li21, #li22, #li23, #li24 {
	background-color: #AAAECB;
	border-top:1px solid #FFFFFF;	
	width: 150px;
}
#li21 a, #li22 a, #li23 a, #li24 a {
	width:132px;
	height:37px;
	text-align:left;
	padding-left:18px;
}
#li21 a:hover, #li22 a:hover, #li23 a:hover, #li24 a:hover {
	background-color: #6F78AF;
}
#menu li ul {
	position: absolute;
	margin:0px;
	padding:0px; 
	left: 0px;
	top: 37px;
	display: none;
	z-index:1;
}
#menu li ul li ul {
	position: absolute;
	margin:0px;
	padding:0px; 
	left: 150px;
	top: -1px;
	display: none;
	z-index:1;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0;
	font-family: Arial;
	font-size: 14px;
}
li:hover #ul0, li:hover #ul2 { 
	display: block; 
	background-color: #6F78AF;
}
li:hover #ul0 ul, li:hover #ul1 ul {
	display:none;
}
 #ul0 li:hover #ul02 { 
	display: block; 
	background-color: #6F78AF;
}
#menu_item_1, #menu_selected_1 {
	width: 150px;
}
#menu_item_3, #menu_selected_3{
	width: 150px;
}

/* LEFT COLUMN */

#left_col {
	float:left;
	width: 358px;
	height: auto;
	display: inline;
	margin-right: 24px; 
}
.left_col_promo_wrapper {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-color: #F8963D;
}
.left_col_menu_wrapper {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-color: #EEE8C6;
}
.left_col_item_wrapper {
	float:left;
	width: 358px;
	height: auto;
	margin-top:10px;
	min-height:20px;
	display: inline;
	background-color: #9A9FC4;
}
.left_col_promo_container {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('images/left-bot2.jpg');
}
.left_col_menu_container {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('images/left-bot.jpg');
}
.left_col_item_container {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('images/left-bot-1.jpg');
}
.left_col_promo {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('images/left-top2.jpg');
}
.left_col_menu {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('images/left-top.jpg');
}	
.left_col_item {
	float:left;
	width: 358px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('images/left-top-1.jpg');
}
.left_col_item_inside, .left_col_promo_inside, .left_col_menu_inside {
	float:left;
	width: 318px;
	height: auto;
	margin-right:20px;
	margin-left:20px;
	padding-top: 20px;
	padding-bottom:20px;
	display: inline;
}
.left_col_item_inside p {
	color: #FFFFFF;
}
.left_col_item_inside h1 {
	color: #FFFFFF;
}
.left_col_item_inside li {
	color: #FFFFFF;
}
.left_col_item_inside a {
	color: #FFFFFF;
}
.menu_txt {
	float:left;
	width: 318px;
	height: auto;
	text-align:left;
	display: inline;
}
.menu_txt li a {
	color: #3E3E3F;
	text-decoration:none;
}
.menu_txt li {
	color: #3E3E3F;
	text-decoration:none;
}
.li_space {
	margin-bottom:14px;
}
.li_space_none {
	margin-bottom:14px;
	list-style-type: none;
}
.li_end {
	margin-bottom:0;
}
.li_end_none {
	margin-bottom:0;
	list-style-type: none;
}
.promo_txt h1{
	color: #3E3E3F;
}
.offer_txt ul li {
	list-style-type: none;
	list-style-image: url('images/arrows-white.png');
}

.left_col_menu ul {
	padding-left:20px;
}
.left_col_menu ul li {
	list-style-type: none;
	list-style-image: url('../images/arrows.png');
}
.left_col_menu ul li a {
	font-weight: normal;
}
.left_col_menu ul li a:hover {
	text-decoration: underline;
}

/* MAIN COLUMN */

#content {
	float:left;
	width: 538px;
	height: auto;
	display: inline;
}
#main_col {
	float:left;
	width: 538px;
	height: auto;
	display: inline;
	margin-left: 23px; 
}
.main_col_item_wrapper {
	float:left;
	width: 538px;
	margin-bottom:10px;
	height: auto;
	min-height:20px;
	display: inline;
	background-color: #9A9FC4;
}
#main_col_title {
	float:left;
	margin-bottom:20px;
}
#main_col_title h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	text-align:left;
	color: #484847;
	padding: 0;
	margin: 0;
	margin-left:20px;
}
.main_col_item_container {
	float:left;
	width: 538px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('images/main-bot-1.jpg');
}
.main_col_item {
	float:left;
	width: 538px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('images/main-top-1.jpg');
}
.main_col_item_inside {
	float:left;
	width: 498px;
	height: auto;
	margin-right:20px;
	margin-left:20px;
	padding-top: 10px;
	padding-bottom:10px;
	display: inline;
}
.main_col_item_content {
	float:left;
	width: 538px;
	margin-bottom:10px;
	height: auto;
	display: inline;
}
.main_col_item_inside hr {
	width: 538px;
	height: 1px;
	color: #9A9FC4;
	background-color: #9A9FC4;
}
.main_col_item_inside p {
	color: #FFFFFF;
}
.main_col_item_inside h1 {
	color: #FFFFFF;
}
.main_col_item_inside h2 {
	color: #FFFFFF;
}
.main_col_item_inside a:hover {
	text-decoration: none;
}
.main_col_item_content p {
	color: #484847;
}
.main_col_item_content h1 {
	color: #484847;
}
.main_col_item_content li {
	color: #484847;
}
.main_col_item_content ul {
	margin-left:0px;
}

.title_wrapper {
	float:left;
	width: 940px;
	margin-top:10px;
	height: auto;
	min-height:20px;
	display: inline;
	background-color: #5E699F;
}
.title_container {
	float:left;
	width: 940px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('images/title-bot.jpg');
}
.title {
	float:left;
	width: 940px;
	height: auto;
	min-height:20px;
	display: inline;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('images/title-top.jpg');
}
.title_inside {
	float:left;
	width: 900px;
	height: auto;
	margin-right:20px;
	margin-left:20px;
	padding-top: 10px;
	padding-bottom:10px;
	display: inline;
}
.title_content {
	float:left;
	width: 900px;
	margin-bottom:10px;
	height: auto;
	display: inline;
}
.title_inside p {
	color: #FFFFFF;
}
.title_inside h1 {
	color: #FFFFFF;
}
.title_content p {
	color: #484847;
}
.title_content h1 {
	color: #484847;
}
.title_content li {
	color: #484847;
}
.main_img_content {
	float:left;
	width: 155px;
	height: auto;
	margin-right:20px;
	text-align: left;
	display: inline;
}
.main_txt_content {
	float:left;
	width: 498px;
	height: auto;
	display: inline;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;	
}
.main_txt {
	float:left;
	width:488px;
	height: auto;
	display: inline;
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
	text-align:left;
}
.main_txt a {
	color: #FFFFFF;
}

/* CONTENT */

#zone_wrapper {
	float:left;
	width: 940px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	background-position: center center;
	background-repeat: repeat-y;
	background-image: url('images/content-mid.png');
}

#zone_container {
	float:left;
	width: 940px;
	height: auto;
	display: inline;
}

#zone {
	float:left;
	width: 940px;
	height: auto;
	display: inline;
}
#zone_inside {
	float:left;
	width: 940px;
	height: auto;
	display: inline;
	background-position: 378px 0px;
	background-repeat: repeat-y;
	background-image: url('images/bar.jpg');
}

/* FOOTER */

#footer_wrapper {
	float:left;
	width: 940px;
	min-height: 175px;
	margin-bottom: 10px;
}
#footer_container {
	float:left;
	width: 940px;
	height: auto;
}
#footer {
	float:left;
	width: 940px;
	height: auto;
}
#footer_inside {
	float:left;
	width: 940px;
	margin-top: 50px;
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
	color: #000000;
	display: inline;
}
#footer_inside p {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
}
#footer_inside a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#footer_inside a:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

#footer_inside li {
	float:left;
	margin: 0; 
	list-style-type:none;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#footer_inside  .float_left_100 {
 float:left;
 text-align: left;
 width:940px;
 height:auto;
}
#footer_inside .float_left_75 {
 float:left;
 text-align: left;
 width:705px;
 height:auto;
}
#footer_inside .float_left_25 {
 float:left;
 text-align: right;
 width:235px;
 height:auto;
}
#footer_inside ul {
	padding-left: 0;
}
#footer_inside li.footer-menu {
	float:left;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#footer_inside li.footer-menu a{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#footer_inside li.footer-menu a:hover{
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
#footer_inside li.footer-menu-separator {
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
/* BOTTOM */

#bottom {
	width: 940px;
	height: auto;
	float:left;
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
#bottom a {
	font-family: Arial;
	font-size: 9px;
	text-decoration: underline;
	color: #000000;
}
#bottom a:hover {
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.w3c {
	float:left;
	width:88px;
}
#visual_flavors {
	float: left;
	display:block;
	float:left;
	width:112px;
	height:44px;
	margin-right:5px;
}
#visual_flavors a {
	float:left;
	display:block;
	width:112px;
	height:44px;
	line-height:11px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	font-family: Arial;
	font-size: 10px;
}
#visual_flavors a:hover {
	color:#000000;
	text-decoration:underline;
}
#visual_flavors_icon {
	float: left;
	display:block;
	float:left;
	width:47px;
	height:44px;
}
#visual_flavors_text {
	float: left;
	display:block;
	float:left;
	width:55px;
	height:44px;
}

/******  end VF *****/

#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 14px;
}
.entry h2 {
	margin: 20px 0 0 0;
}
.narrowcolumn .entry, .widecolumn .entry {
	/*line-height: 1.4em;*/
	float:left;
	line-height: 18px;	
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

/*
.entry p a:visited {
	color: #b85b5a;
}
*/
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

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

.commentlist li {
	font-weight: bold;
}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

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

#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



/* Begin Structure */
/*
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 940px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 304px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
*/

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 495px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/*
#footer {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	*/
/* End Structure */

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



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
font-weight: bold;
	}

.alignleft {
	float: left;
	font-weight: bold;
	}
/* End Images */



/* 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, #sidebar ul 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



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

#sidebar #searchform #s {
	/* width: 108px; */
	width: 245px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar {
	float: left;
	padding: 0;
	/* margin-left: 545px; */
	/* width: 190px; */
	width: 358px;
	margin-right:20px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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


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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eceaf6;
	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 */
