/*
Name: Say Yes to No
Description: A community conversation from MediaWise
Version:1.0
Author: By CaDan Computers
Author URI: http://www.cadan.com
*/

/*
CSS General Reset
*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/*
Layout CSS Information
*/
body {
	background: #e8eb75 url(images/bg_main.gif) repeat-x top;
	text-align: center;
}

#container {
	width: 900px;
	height: 155px;
	background: url(images/bg_header.gif) no-repeat top;
	margin: 0 auto;
	text-align: left;
}

/*
Very Top Bar
*/
#top {
	float: right;
	width: 345px;
	background: none;
	padding: 4px;
}

/*
#pagemenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;
}

#pagemenu li {
	float: left;
	display: block;
	height: 28px;
	border-right: 1px solid #2594bf;
}

#pagemenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagemenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagemenu li a:hover {
	background: #8acce7;
}

#pagemenu li.current_page_item a {
	background: #ffaa49;
	color: #fff;
}

#pagemenu li.current_page_item a:hover {
	background: #ff9000;
	color: #fff;
}

#pagemenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagemenu ul li a {
	display: block;
	background: #FFF;
}

#pagemenu li ul a:hover {
	display: block;
	background: #FFF;
}

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}

#pagemenu li:hover ul ul {
	display: none;
}
#pagemenu li:hover ul {
	display: block;
}
#pagemenu ul li:hover ul {
	display: block;
}
#pagemenu li ul li {
	display: block;
	width: 100%;
}

#pagemenu li.page_item ul {
	width: 200px;
}

#pagemenu li.page_item a {
	display: block;
}

#pagemenu li.page_item a:hover {
	display: block;
}

#pagemenu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
}

#pagemenu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}
*/

/*
Search bar
*/
#searchbar {
	display: inline;
	width: 900px;
	font-size: 0.7em;
}

.searchform {
	display: inline;
	vertical-align: middle;
	padding: 9px 19px 0 0;
	margin: 0 0 18px 0;
	float: right;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchform .searchterm {
	width: 280px;
	padding: 2px 4px;
	color: #0a77a9;
	font-weight: bold;
	font-size: 14px;
	background: none;
}

.searchform .searchterm:focus {
	color: #666666;
}

.searchform .searchbutton {
	width: 82px;
	height: 30px;
	margin: 0 0 0 10px;
	cursor: pointer;
	background: none;
}

.searchform .searchbutton:hover {
}

.searchformI {
	vertical-align: middle;
	font-size: 0.7em;
}

.searchformI fieldset {
	display: inline;
	vertical-align: middle;
}

.searchformI label {
	display: inline;
	vertical-align: middle;
}

.searchformI input {
	display: inline;
	vertical-align: middle;
}

.searchformI .searchlabel {
	color: #9ca485;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchformI .searchterm {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fff;
}

.searchformI .searchterm:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.searchformI .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}

.searchformI .searchbutton:hover {
	color: #ff9600;
}

/*
Header CSS
*/

#header {
	width: 900px;
	height: 155px;
}

#header_logo {
	display: block;
	float: left;
	width: 400px;
	height: 30px;
}

#header_logo a {
	display: block;
	float: left;
	width: 400px;
	height: 30px;
}

#header_ad {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin-right: 20px;
}

#header_ad img {
	display: block;
}

#thumb_down_tip {
	margin: 0 3px;
	background: url(images/thumb_down_tip.gif) no-repeat top;
	width: 894px;
	height: 8px;
}

#rotate_header {
	position: relative;
	margin: 0 3px;
	background: #fff url(images/rotator/rotate.php) top center;
	width: 894px;
	height: 250px;
	border-bottom: 1px solid #e0e0e0;
}

#banner_button_container {
	width: 645px;
	height: auto;
	padding: 170px 0 0 48px;
}

.banner_button_1 {
	display: block;
	float: left;
	width: 160px;
	height: 39px;
	background: url(images/banner_button_1.png) no-repeat;
	margin: 0 10px 0 0;
}

.banner_button_1 a{
	display: block;
	float: left;
	width: 140px;
	height: 39px;
	background: url(images/banner_button_1.png) no-repeat;
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 1.1em;
	line-height: 39px;
	color: #3b79a6;
}

.banner_button_1 a:hover{
	display: block;
	float: left;
	width: 140px;
	height: 39px;
	background: url(images/banner_button_1_hover.png) no-repeat;
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 1.1em;
	line-height: 39px;
	color: #869600;
}

/*
Page Menu CSS
*/
#top_menu {
	width: 900px;
	height: 30px;
	padding: 2px 0 0 0;
	margin: 0 0 20px 0;
}

#nimf_menu {
	display: block;
	width: 286px;
	height: 28px;
	float: left;
	padding: 0 0 0 20px;
}

#nimf_menu a {
	display: block;
	width: 286px;
	height: 28px;
	float: left;
	padding: 0 0 0 20px;
}

#top_menu_block {
	width: 488px;
	height: 28px;
	float: right;
	padding: 0 20px 0 0;
	line-height: 26px;
	text-align: right;
}

.top_menu_link1 a {
	padding: 0 17px 0 0;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	color: #046a9a;
	text-decoration: none;
}

.top_menu_link1 a:hover {
	text-decoration: underline;
}

.top_menu_link2 a {
	padding: 0 17px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	color: #046a9a;
	text-decoration: none;
	border-left: 1px solid #9dbcd2;
}

.top_menu_link2 a:hover {
	text-decoration: underline;
}

.top_menu_link3 a {
	padding: 0 22px 0 17px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	color: #046a9a;
	text-decoration: none;
	border-left: 1px solid #9dbcd2;
	background: url(images/gocart.gif) no-repeat right center;
}

.top_menu_link3 a:hover {
	text-decoration: underline;
}

#bar {
	width: 480px;
	height: 28px;
	float: right;
}

#catmenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;
}

#catmenu li {
	float: left;
	display: block;
	height: 28px;
	border-right: 1px solid #2594bf;
}

#catmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#catmenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#catmenu li a:hover {
	background: #8acce7;
}

#catmenu li.current-cat a {
	color: #333;
	background: #FFF;
}

#catmenu li.current-cat a:hover {
	color: #333;
	background: #FFF;
}

#catmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#catmenu ul li a {
	display: block;
	background: #FFF;
}

#catmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#catmenu ul a {
	display: block;
}

#catmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ff9000;
}

#catmenu li:hover ul ul {
	display: none;
}

#catmenu li:hover ul {
	display: block;
}

#catmenu ul li:hover ul {
	display: block;
}

#catmenu li ul li {
	display: block;
	width:100%;
}

#catmenu li.cat-item ul {
	width: 200px;
}

#catmenu li.cat-item a {
	display: block;
}

#catmenu li.cat-item a:hover {
	display: block;
}

#catmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-weight: bold;
	text-transform: none;
	background: #f9f9f9;
}

#catmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #738ba1;
	font-weight: bold;
	text-transform: none;
	background: #FFF;
}

/*
Blog Information Section
*/
#bloginfo {
	width: 900px;
	background: #459bd8;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #d8e9f4;
	color: #fff;
}

#bloginfo a {
	color: #046a9a;
}

#bloginfo a:hover {
	text-decoration: underline;
}

#bloginfobox {
	margin: 5px;
}

#bloginfobox a{
	margin: 5px;
	color: #eee;
}

#bloginfo ul {
	width: 990px;
}

#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}

#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
	width: 330px;
}

#bloginfo ul li.posts h2 {
	display: block;
	background: url(images/ico_posts.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff58a;
}

#bloginfo ul li.comments h2 {
	display: block;
	background: url(images/ico_comments.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff58a;
}

#bloginfo ul li.tags h2 {
	display: block;
	background: url(images/ico_tags.png) no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff58a;
}

#bloginfo ul li.posts ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.comments ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.tags ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.posts ul li {
	border-bottom: 1px dotted #b5d8de;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li {
	border-bottom: 1px dotted #b5d8de;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.tags ul li {
	border-bottom: 1px dotted #b5d8de;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li a {
	display: block;
	font-size: 0.75em;
	background: url(images/ico_comment.png) no-repeat left 3px;
	padding-left: 20px;
	margin-left: 0px;
	line-height: 1.3em;
	font-weight: bold;
}

#bloginfo ul li.comments ul li a span {
	font-weight: normal;
}

#bloginfo ul li.tags ul li a {
	line-height: 1.3em;
	font-size: 0.75em;
}

.r_time {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
}

.r_head a {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	color: eee;
	line-height: 1.3em;
	font-weight: bold;
}

/*
Default Content Layout
*/
#content {
	width: 900px;
	background: url(images/content_bg.gif) repeat-y;
}

#content #column {
	float: left;
	width: 480px;
	margin: 0 0 20px 50px;
	display: inline;
	font-size: .95em;
}

#content #sidebar {
	float: left;
	width: 280px;
	margin: 0 50px 20px 40px;
	display: inline;
	font-size: 1.2em !important;
	color: #444444;
}

/*
Home Content Layout
*/

#content #column_home {
	float: left;
	width: 800px;
	margin: 0 50px 30px 50px;
	display: inline;
	font-size: .95em;
}

#content #sidebar_home {
	float: left;
	width: 306px;
	margin: 27px 50px 30px 20px;
	display: inline;
}

#content #sidebar_home p{
	line-height: 1.1em;
	font-size: .9em !important;
	color: #444444;
}

/*
Secondary Content Layout
*/

#content #column_secondary {
	float: left;
	width: 452px;
	margin: 0 20px 30px 50px;
	display: inline;
	font-size: .95em;
}

#content #sidebar_secondary {
	float: left;
	width: 306px;
	margin: 27px 50px 30px 20px;
	display: inline;
}

#content #sidebar_secondary p{
	line-height: 1.1em;
	font-size: .9em !important;
	color: #444444;
}

#content #column_whoneeds {
	float: left;
	width: 472px;
	margin: 0 0 30px 50px;
	display: inline;
	font-size: .95em;
}

#content #sidebar_whoneeds {
	float: left;
	width: 306px;
	margin: -27px 50px 30px 20px;
	display: inline;
	font-size: .9em !important;
	color: #444444;
}

/*
Video Container
*/

#video_container_wide {
	width: auto;
	height: auto;
	border: 1px solid #c5c5c5;
	padding: 0px;
	background: none;
	margin: 0 0 16px 0;
}

#video_container_secondary {
	width: auto;
	height: auto;
	border: 1px solid #c5c5c5;
	background: none;
	padding: 0px;
	margin: 0 0 16px 0;
}

/*
Big Buttons
*/

.big_button_secondary {
	display: block;
	width: 306px;
	height: 49px;
	background: url(images/big-button-secondary.gif) no-repeat;
	margin: 0 0 16px 0;
}

.big_button_secondary a{
	display: block;
	width: 296px;
	height: 49px;
	background: url(images/big-button-secondary.gif) no-repeat;
	margin: 0 0 16px 0;
	padding: 0 5px;
	font-size: 1.1em;
	line-height: 49px;
	color: #3b79a6;
}

.big_button_secondary a:hover{
	display: block;
	width: 296px;
	height: 49px;
	background: url(images/big-button-secondary-hover.gif) no-repeat;
	margin: 0 0 16px 0;
	padding: 0 5px;
	font-size: 1.1em;
	line-height: 49px;
	color: #869600;
}

/*
Member Login Links
*/

#member_l {
	display: block;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}

#leader_l {
	display: block;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}

/*
Sidebar Widgets
*/

.text_form {
	margin: 20px 0;
}

.text_form input {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #c3c3c3;
	font-size:18px;
	margin-bottom:5px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
}

.text_form textarea {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #c3c3c3;
	font-size:18px;
	margin-bottom:5px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
}

.text_form select {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #c3c3c3;
	font-size:18x;
	margin-bottom:5px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
}

.text_form .radio {
	display: inline-table;
	width: 20px;
}

.text_form .submit {
	cursor: pointer;
	background: #3b79a6;
	color: #ffffff;
	margin: 1px;
	padding: 2px;
	font-weight: bold;
	width: 140px;
	text-align: center;
}

/*
Sidebar Widgets
*/
#sidebar h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	margin-top: 20px;
}

#sidebar p {
	margin: 0px 0px 7px 0px;
}

#sidebar .box {
	margin-top: 5px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #757575;
}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a:hover {
	color: #046a9a;
}

.sidebar1 {
	width: 388px;
}

.sidebar2 {
	width: 280px;
	float: left;
	display: inline;
	margin: 0 0 16px 0;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
	background: #d8e9f4;
	border: 1px solid #e1edef;
}

.sidebar1 ul div, .sidebar2 ul div {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
	font-size: 1em;
	border: none;
}

.sidebar1 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar2 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar1 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

.sidebar2 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

/*
Feed CSS
*/
.rssfeed {
	background: url(images/rssimg.gif) no-repeat;
	background-position: left 0px;
	padding-left: 22px;
}

.rssfeed a {
	border-bottom: 1px dotted #ddd;
}

.emailfeed {
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.feedform {
	font-size: 0.9em;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fffff4;
}

.feedemail:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 22px;
}

.feedsubmit:hover {
	color: #ff9600;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads img {
	display: block;
	float: left;
}

/*
Footer CSS
*/
#footer {
	background: url(images/footer_bg.gif) no-repeat top;
	width: 880px;
	height: 57px;
	padding: 0 10px 10px 10px;
	font-size: 0.7em;
	color: #046a9a;
	text-align: right;
}

#footer a {
	color: #046a9a;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer img {
	margin: 0 0 -7px 0;
	border: none;
}

#event_news {
	background: #d2c832 url(images/event_news_bg.gif) no-repeat center top;
	width: 860px;
	min-height: 77px;
	margin: 0 3px;
	padding: 20px 17px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #353535;
	border-top: 1px solid #e0e0e0;
}

#event_news h2{
	font-size: 1.3em;
	color: #015693;
	padding: 0 0 12px 0;
}

#event_news #upcoming_events {
	float: left;
	width: 410px;
	min-height: 87px;
	display: inline;
	padding: 0 20px 0 0;
	border-right: 1px solid #bdb42b;
	font-weight: bold;
	list-style: none !important;
}

#event_news #upcoming_events a{
	text-decoration: none;
	color: #015693;
}

#event_news #upcoming_events a:hover{
	text-decoration: none;
	color: #353535;
}

#event_news .events_container{
	overflow: hidden;
	height: 3.8em;
	/*for pixel height, make it 52px; */
}

#event_news .events_none{
	overflow: display;
}

/*--end of DO NOT TOUCH--*/

#event_news #latest_news {
	float: left;
	width: 409px;
	min-height: 87px;
	display: inline;
	padding: 0 0 0 20px;
	list-style-image: url('images/raquo.png');
	list-style-position: inside;
	font-weight: bold;
}

#event_news #latest_news a{
	text-decoration: none;
	color: #353535;
}

#event_news #latest_news a:hover{
	text-decoration: none;
	color: #015693;
}

.copyright {
	text-align: center;
	line-height: normal;
	padding: 20px 0 0 0;
}
a.footrss {
	background: url(images/rssimg.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 10px;
}

.credit a {
	font-weight: bold;
	color: #666;
}

.credit a:hover {
	color: #ff9600;
}

/*
General Styles THE POST
*/
.post {
	margin-top: 20px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

.post p {
	line-height: 1.1em;
	font-size: .9em !important;
	margin: 0px 0px 18px 0px;
}

.post h1 {font-size: 1.6em}
.post h2 {font-size: 1.8em}
.post h3 {font-size: 1.4em}
.post h4 {font-size: 1.2em}
.post h5 {font-size: 1.1em}
.post h6 {font-size: 1em}
.post p {font-size: 0.75em}
.post h1 {color: #32688f;letter-spacing:-1px;}
.post h2 {color: #353535;letter-spacing:-1px;}
.post h3 {color: #FF9000;letter-spacing:-1px;}
.post h4 {color: #00a2ff}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #444}

.post ul, .post ol {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: inside;
	margin-left: 20px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
}

.more-link {
	font-weight: bold;
	font-size: 1.1em;
	color: #398CD0;
	text-transform: uppercase;
}

.more-link:hover {
	color: #78848F;
	background: #fff;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #ccc;
	width: 360px;
	padding: 10px;
	background: #EEEEEE;
	color: #000;
	margin: 10px 0 10px 20px;
}


.post blockquote p {
	background-position: left top;
	color: #5a727b;
	font-weight: bold;
}

a {
	color: #046a9a;
}

a:hover {
	color: #666666;
}

.post h2 a {
	color: #353535;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: -1px;
}

.post h2 a:hover {
	color: #398cd0;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .postinfo {
	color: #949494;
	background: #ededed;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 4px;
	margin: 0 0 5px 0;
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
}

.post .commentnum {
	float: right;
	background: url(images/ico_comments.png) no-repeat left center;
	padding-left: 20px;
}

.post .category {
	font-size: 0.7em;
	color: #949494;
	background-position: left 3px;
}

.post .tags {
	font-size: 0.7em;
	color: #949494;
	line-height: 1.5em;
	border-top: 1px solid #eee;
}

.post .ratings {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

.post .views {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.navigation {
	margin-top: 10px;
	font-size: 0.75em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #efefef;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #757575;
}

/*
Default Navigation _Next entries _Previous entries
*/

.nav {
	margin-top: 10px;
	font-size: 0.75em;
}

.nav a:hover {
	color: #333;
}
	

.nav_left {
	float: left;
	display: inline;
}

.nav_right {
	float: right;
	display: inline;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	padding-right: 10px;
}

.post_header h1 {
	font-size: 1.4em;
	color: #32688f;
}

.post_author, .post_follow {
	background: #fffff4;
	padding: 10px;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #d8e9f4;
	font-size: 0.75em;
	color: #666;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #046a9a;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_date {
	color: #949494;
	font-size: 0.9em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #949494;
	font-size: 0.9em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #fffff4;
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #f7f8ed;
	border: 1px dotted #ddd;
	font-size: 0.75em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #32688f;
	border-bottom: 1px solid #c6e1e5;
	line-height: 1.5em;
}

.reply label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 500px;
	height: 100px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.replybutton:hover {
	background: url(images/commentbutton_on.gif) no-repeat;
}

/* --- WHO NEEDS IT --- */

.bubbleInfo {
    position: relative;
	border: none;
}

.bubbleInfo a{
	border: none;
}

.bubbleInfo em{
	width: 426px;
	height: 207px;
	position: absolute;
	top: 75px;
	left: 135px;
	text-align: center;
	z-index: 1000 !important;
	display: none;
}


#box1 {
	display: block;
	float: left;
	width: 152px;
	height: 151px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

#box2 {
	display: block;
	float: left;
	width: 152px;
	height: 151px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

#box3 {
	display: block;
	float: left;
	width: 152px;
	height: 151px;
	margin: 0 0 5px 0;
	cursor: pointer;
}

#box4 {
	display: block;
	float: left;
	width: 152px;
	height: 151px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

#box5 {
	display: block;
	float: left;
	width: 152px;
	height: 151px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

#box6 {
	display: block;
	float: left;
	width: 152px;
	height: 151px;
	margin: 0 0 5px 0;
	cursor: pointer;
}