/* @override 
	http://southwestoutdoorsreport.com/_css/styles.css
*/

/* =Global
---------------------------------------------------------------------
*/

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: top;
	background: transparent;
}

body { 
	background: #000000 url(../_img/bg_body.jpg) no-repeat center top; 
	font-size: 62.5%; 
	font-family: "Lucida Grande", "Lucida Sans", Lucida, sans-serif; 
	color: #333333; 
	text-align: center;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container {

}

#container { 
	margin:0 auto; 
	width:980px; 
	text-align: left;
}

a { 
	overflow: hidden; 
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 980px;
   height: 204px;
   position: relative;
   background: url(../_img/bg_header.png) no-repeat bottom center;
}

h1 {
	position: absolute;
	width: 277px;
	height: 140px;
	top: 0;
	left: 33px;
	background: url(../_img/h1_logo.png) no-repeat
}

h1 a {
	display: block;
	width: 277px;
	height: 140px;
	text-indent: -9999px;
}

#header #meta-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 220px;
	height: 40px;
	background: url(../_img/bg_metanav.png) no-repeat;
}

#header #meta-nav p {
	text-align: center;
	font-size: 1.05em;
	color: #FFFFFF;
	margin-top: 8px;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

#header #meta-nav p a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 8px;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
}

#header #meta-nav p a.last {
	padding-right: 0;
	border: 0;
}

#header #meta-nav p a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav {
	position: absolute;
	top: 156px;
	left: 254px;
	width: 695px;
	height: 32px;
	list-style:none;
}

#nav li	{ 
	float:left; 
	list-style: none;
	background: url(../_img/bg_nav_li.png) no-repeat right;
}

#nav li.last	{ 
	background: none;
}

#nav li:hover, #nav li.hover {   
    position: static;   
}

#nav li#nav_members {
	display: none;
}

#nav li a {
	display:block; 
	font-size:1.2em; 
	padding: 0 19px;
	line-height: 32px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
}
	
#nav li:hover a,
#nav li.current a, 		
#nav li.current:hover a {
	background: url(../_img/bg_nav_li_hover.gif) repeat-x left 1px;
	color:#CCCCCC; 
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 160px;
   list-style: none;
   line-height: 1;
   height: auto;
}

#nav li li{
   font-size: 1em;
   margin: 0;
   float: none;
}

#nav li:hover ul{
   left: auto;
}

#nav li.current li a, 
#nav li.current:hover li a, 
#nav li li a {
   width: 150px !important;
   height: auto;
   background: #404040 !important;
   color: #FFFFFF;
   text-indent: 0;
   line-height: 1.4em;
   padding: 5px;
   font-weight: normal;

   border-bottom: 1px solid #FFFFFF;
}

#nav li.current li a:hover, 
#nav li li a:hover{
   background: #FFFFFF !important;
   color: #000000;
}

#nav li li li{
   font-size: 1em;
}

/* =Content Wrap
---------------------------------------------------------------------
*/

#container-inner { 
	clear: left;
	float: left;
	width: 980px;
	background: url(../_img/bg_container_inner.png) repeat-y;
}


/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	clear: left;
	float: left;
	width: 940px;
	display: inline;
	margin-left: 20px;
	background: #FFFFFF url(../_img/bg_content_wrap.jpg) no-repeat;
	padding-top: 25px;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float: left; 
	width: 650px;
	display: inline;
	margin-left: 15px;
}

#content h2 {
	font-size: 2em;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0 10px;
	background: url(../_img/bg_h2.png) no-repeat;
	margin-bottom: 0;
}

#content #text h2, #content h3, #content h4, #content h5, #content h6 { 
	color: #006699; 
	margin-bottom: .25em;
	padding: 0;
}

#content #text h2 {
	font-size:1.8em;
	background: none;
	padding-left: 0;
	line-height: 1; 
}

#content h3 {
	font-size:1.8em;   
}

#content h4 {
	font-size:1.6em;   
}

#content h5 { 
	font-size:1.4em; 
}

#content h6 { 
	font-size:1.4em; 
}


#content #text {
	padding: 20px 10px;
	background: #FFFFFF url(../_img/bg_text.png) no-repeat top center;
	margin-bottom: 8px;
	min-height: 400px;
	overflow: hidden;
}

body#home #content #text {
	position: relative;
}

#content p,
#content li{
   margin-bottom: 1em;
   font-size: 1.3em;
   line-height: 1.5;
}

#content table{
   font-size: 1.3em;
}

#content table li{
   font-size: 1em;
}

#content ul,
#content ol{
	margin: 0 0 1.5em 3em;
}

#content ul li{
   font-size: 1.3em;
	list-style-type: disc;
}

#content ol li{
	list-style-type: decimal;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
   margin-bottom: 1em;
   border-left: 5px solid #006699;
   font-style: italic;
   padding-left: 15px;
   font-size: 1.3em;
   text-align: justify;
   line-height: 1.5em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #006699;
}

#content a:hover{
	text-decoration: none;
	color: #333333;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #CCCCCC;
   padding: 2px;
}

#page-image {
	overflow: hidden;
	width: 650px;
	height: 225px;
}

#content .more {
	clear: both;
}

#content .product {
	width:600px;
	border:1px solid #cccccc;
	background:#e4e4e4;
	padding:5px;
	margin:5px 0;
}

/* home page */

#h-features-wrap { 
	clear: left;
	float: left;
	width: 940px;
	display: inline;
	margin-left: 20px;
	background: url(../_img/bg_features_home.jpg) no-repeat;
	padding: 15px 0 22px 0;
}

#h-show-features{ 
 	float: left; 
	width: 650px;
	display: inline;
	margin-left: 15px;
}

#h-show-features h3{
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #464646;
	color: #FF9900;
	padding: 10px;
	margin-bottom: 10px;
}

#h-show-features .left{ 
 	float: left; 
	width: 430px;
	display: inline;
	margin-left: 5px;
}

#h-show-features .left #home-video-wrap {
	width: 420px;
	height: 236px;
	border: 2px solid #000000;
	margin-left: 5px;
}

#h-show-features .left #home-video {
	width: 420px;
	height: 236px;
	background-color: #000000;
}

#h-show-features .left #home-video p {
	color: #FFFFFF;
	margin-bottom: .5em;
}

#h-show-features .left #home-video p a{
	color: #FFFFFF;
}

#h-show-features .right{ 
 	float: right; 
	width: 200px;
	height: 285px;
	display: inline;
	margin-right: 5px;
	overflow: hidden;
}

#h-show-features .right ul#show-listing{ 
	list-style: none;
}

#h-show-features .right ul#show-listing li{ 
	list-style: none;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #464646;
	background: url(../_img/bg_li_showtimes.png) no-repeat left 50%;
	line-height: 1.4;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
}

#h-show-sidebar { 
	float: right; 
	width: 240px;
	margin-right: 15px;
	display: inline;
}

#h-show-sidebar #fan-club{
	width: 240px;
	height: 285px;
	background: url(../_img/bg_sidebar_fanclub.jpg) no-repeat;
}

#h-show-sidebar #fan-club a{
	display: block;
	width: 240px;
	height: 285px;
	text-indent: -9999px;
}

#h-show-sidebar #fan-club a#logout{
    background: url(../_img/bg_sidebar_fanclub_logout.jpg) no-repeat;
}

body#home #content #text {
	background: #2B3524 url(../_img/bg_text_home.jpg) no-repeat top center;
	min-height: 200px;
}

body#home #content #featured-clips {
	background: #024F73 url(../_img/bg_clips_home.jpg) no-repeat top center;
	padding: 20px 10px;
	margin-bottom: 15px; 
}

body#home #content #featured-clips h2 {
	color: #FFFFFF;
	font-size:1.8em;
	background: none;
	padding-left: 0;
	line-height: 1;
	margin-bottom: 15px;
}

body#home #content #featured-clips .clipbox {  
	float: left;
	padding:0; 
	margin: 0 15px 5px 0; 
	border: 0;
	list-style: none;
}

body#home #content #featured-clips .clipbox li { 
	list-style: none;
	float: left;
	width: 89px;
	height: 52px;
}

body#home #content #featured-clips .clipbox li a {
	display: block;
	width: 89px;
	height: 52px;
	text-indent: -9999px;
	background: url(../_img/bg_btn_clips.png) no-repeat;
}

body#home #content #featured-clips .clipbox li#clip1 a {
	background-position: left top;
}

body#home #content #featured-clips .clipbox li#clip1 a:hover {
	background-position: right top;
}

body#home #content #featured-clips .clipbox li#clip2 a {
	background-position: left -52px;
}

body#home #content #featured-clips .clipbox li#clip2 a:hover {
	background-position: right -52px;
}


body#home #content #featured-clips .clipbox li#clip3 a {
	background-position: left -104px;
}

body#home #content #featured-clips .clipbox li#clip3 a:hover {
	background-position: right -104px;
}


body#home #content #featured-clips p,
body#home #content #text p,
body#home #content #text li{
	color: #FFFFFF;
}

body#home #content #text h2 {
	color: #FFFFFF;
	margin-bottom: 15px;
}

body#home #content #text a{
   color: #FFFFFF;
}

/* pagination */

#content p#pagination{
   margin: 20px 7px;
}

#content p#pagination a{
   padding: 5px;
   margin: 5px;
   background: #006699;
   color: #FFFFFF;
   text-decoration: none;
}

#content p#pagination a#current{
	background: none;
	color: #666666;
}

#content p#pagination a:hover{
   background: #FFFFFF;
   color: #006699;
}

/* standard media box */

#content .mediabox {  
	float: right;
	padding:10px; 
	margin: 20px 0 0 10px; 
	border: 2px solid #EEEEEE;
	background: #FFFFFF;
	list-style: none;
}

#content .mediabox li { 
	padding:3px 0 3px 25px; 
	font-size: 1.1em;
	list-style: none;
}

#content .mediabox li a {
	text-decoration: none;
}

#content .mediabox li a:hover {
	color: #666666;
}

#content .mediabox li.mb_links { 
	background: #EEEEEE;  
	margin:-10px -10px 10px; 
	padding:10px; 
	font-size: 1.2em;
	font-weight: bold;
}

#content .mediabox li.mb_jukebox	{ 
	background:url(../_img/play_icon.gif) no-repeat left 2px; 
}

#content .mediabox li.mb_download { 
	background:url(../_img/download_icon.gif) no-repeat left 2px; 
}

#content .mediabox li.mb_notes { 
	background:url(../_img/notes_icon.gif) no-repeat left 2px; 
}

#content .mediabox li.mb_video {
	background:url(../_img/video_icon.gif) no-repeat left 2px; 
}

#content .mediabox li.mb_podcast	{ 
	background:url(../_img/feed_icon.png) no-repeat left 2px; 
}


/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float: right; 
	width: 240px;
	margin-right: 15px;
	display: inline;
}

#sidebar h3{
	color: #000000;
	font-size: 1.5em;
	margin-bottom: .5em;
	font-weight: bold;
}

#sidebar .section {
	margin-bottom: 15px;
	width: 240px;
}

#sidebar .section p {
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

#sidebar #fan-club{
	width: 240px;
	height: 285px;
	margin-bottom: 15px;
}

#sidebar #fan-club a{
	display: block;
	width: 240px;
	height: 285px;
    background: url(../_img/bg_sidebar_fanclub.jpg) no-repeat;
	text-indent: -9999px;
}

#sidebar #fan-club a#logout{
    background: url(../_img/bg_sidebar_fanclub_logout.jpg) no-repeat;
}

#sidebar #latest-video {
	width: 240px;
	margin-bottom: 15px;
}

#sidebar #vid-wrap {
	width: 230px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#sidebar #vid-player {
	width: 230px;
	height: 140px;
}

#sidebar #sponsor-feature {
	padding: 5px;
	width: 230px;
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #B5B5B5;
}

#sidebar #sponsor-feature a{
	color: #006699;
}

#sidebar #sponsor-feature a:hover{
	text-decoration: none;
}

#sidebar #sponsor-rotator {
	widows: 230px;
	height: 110px;
	margin-bottom: 10px;
	overflow: hidden;
}

#sidebar ul#sponsor-list {
	margin: 0px 0 10px 10px;
	list-style: none;
}

#sidebar ul#sponsor-list li {
	width: 110px;
	float: left;
	color: #006699;
	margin-bottom: 6px;
	list-style: none;
	font-size: 1.em;
	line-height: 1.4;
}


#sidebar #big-catch{
	width: 240px;
	height: 285px;
	background: url(../_img/bg_sidebar_bigcatch.png) no-repeat;
	position: relative;
	margin-bottom: 15px;
}

#sidebar #big-catch img{
	position: absolute;
	top: 44px;
	left: 5px;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar #big-catch ul#catch-btns{
	list-style: none;
	position: absolute;
	top: 206px;
	left: 35px;
	overflow: hidden;
}

#sidebar #big-catch ul#catch-btns li{
	list-style: none;
	width: 178px;
}

#sidebar #big-catch ul#catch-btns li a{
	display: block;
	width: 178px;
	text-indent: -9999px;
	background: url(../_img/bg_btn_bigcatch.png) no-repeat;
}

#sidebar #big-catch ul#catch-btns li#submitcatch a{
	height: 47px;
	background-position: left top;
}

#sidebar #big-catch ul#catch-btns li#submitcatch a:hover{
	background-position: right top;
}

#sidebar #big-catch ul#catch-btns li#viewcatch a{
	height: 32px;
	background-position: left -47px;
}

#sidebar #big-catch ul#catch-btns li#viewcatch a:hover{
	background-position: right -47px;
}

#sidebar #askpro {
	padding: 0;
	width: 240px;
	height: 110px;
	margin-bottom: 15px;
}

#sidebar #askpro a {
	display: block;
	width: 240px;
	height: 110px;
	background: url(../_img/bg_btn_askthepro.png) no-repeat top left;
	text-indent: -9999px;
}

#sidebar #askpro a:hover {
	background: url(../_img/bg_btn_askthepro.png) no-repeat bottom left;
}

#sidebar #latest-news{
	width: 240px;
	margin-bottom: 15px;
	background: url(../_img/bg_sec_latestnews_repeat.png) repeat-y;
}

#sidebar #latest-news h3 {
	background:url(../_img/bg_sec_latestnews_h3.png) no-repeat;
	text-indent: -9999px;
	height: 70px;
}

#sidebar #latest-news #news-inner {
	background: url(../_img/bg_sec_latestnews_bot.png) no-repeat bottom;
	min-height: 65px;
	padding-bottom: 40px;
}

#sidebar #latest-news  .text {
	padding: 0 20px;
}

#sidebar #latest-news p{
	font-weight: normal;
}

#sidebar #latest-news h2{
	font-size: 22px;
}

#sidebar #latest-news  .text h3{
	font-size: 18px;
	background: none;
	height: auto;
	text-indent: 0;
}

#sidebar #latest-news h4{
	font-size: 16px;
}

#sidebar #latest-news h5{
	font-size: 14px;
	font-weight: normal;
}


/* = sharel include */
.header-add {
	position: relative;
}

#content .header-add  h2{
	padding-right: 80px;
}

#share-container {
	position: absolute;
	top: 10px;
	right: 10px;
	padding-bottom: 20px;
}

#share-container a {
	color: #FFFFFF;
	text-decoration: none;
}

#share-container a :{
	color: #FFFFFF;
	text-decoration: none;
}

/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear:both;
	width: 980px;
	background: url(../_img/bg_footer.png) top center no-repeat;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

#footer p{
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 1.1em;
}

#footer .copyright-info {
	float: left;
	width: 460px;
	margin: 30px 0 0 20px;
	display: inline;
}

#footer .copyright-info p {
	padding-left: 165px;
	background: url(../_img/logo_footer.png) no-repeat left top;
	min-height: 65px;
	padding-top: 15px;
}


#footer .f-links {
	float: right;
	margin: 30px 20px 0 0;
	display: inline;	
}

#footer .f-links a {
	color: #FFFFFF;
	padding: 0 15px 0 8px;
	background: url(../_img/bg_footerlinks.png) no-repeat right 50%;
}

#footer .f-links a:hover {
	color: #006699;
}

#footer .f-links a.last {
	background: none;
}

/* =Articles
---------------------------------------------------------------------
*/

#content #article-content {
	padding: 10px 0;
	margin-bottom: 15px;
}

#content #article-content h3.articlegroup {  
	padding: 5px 0 0 0; 
}

#content #article-content h4 { 
	margin: 0; 
	padding: 10px 0; 
}

#content .articlebox { 
	padding: 10px 0 20px 5px; 
	background: url(../_img/bg_hr_blog.png) no-repeat bottom center;
}

#content .articlebox:hover { 
	background: #EEEEEE; 
}

#content .articlebox h5 { 
	margin:0;
}

#content .articlebox h5 span { 
	font-size: .8em; 
	margin-left: 10px; 
	color: #CCCCCC;
}

#content .articlebox h5 a { 
	font-size: 1em;
}

#content .articlebox h5 a:hover { 

}

#content .articlebox p { 
	margin:0;
}

#content .article-meta { 
	margin:0;
}


/* =Blog
---------------------------------------------------------------------
*/	
#content #blog-content {
	padding: 10px 0;
	margin-bottom: 15px;
}

#content #blog-content h3 {
	background: url(../_img/bg_h3_blog.png) no-repeat;
	height: 38px;
	margin-bottom: 10px;
	padding: 7px 0 0 10px;
	color: #333333;
	position: relative;
}

#content #blog-content h3 #blog-feed {
	float: right;
	background: url(../_img/icon_rss.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	right: 15px;
}

#content #blog-content h3 #blog-feed a{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#content #blog-content h4 { 
	margin: 0; 
	padding: 10px 0; 
}

#content .blogpost { 
	padding: 10px 0 20px 15px; 
	margin-bottom: 10px;
	background: url(../_img/bg_hr_blog.png) no-repeat bottom center;
}

#content .blogpost:hover { 
	background: #EEEEEE; 
}

#content .blogpost h4 { 
	margin:0;
	font-size: 1.4em;
}

#content .blogpost h4 span { 
	font-size: .8em; 
	margin-left: 10px; 
	color: #666666;
}

#content .blogpost h4 a { 
	font-size: 1em;
}

#content .blogpost h4 a:hover { 

}

#content .blogpost p { 
	margin:0;
}

#content .blogpost-meta { 
	margin:0;
}

#content .blogpost .comments-home {
	font-size: .9em;
	color: #006699;
}

/* sidebar blog filter */

#sidebar #blog-filter, #sidebar #member-links {
	border: 1px solid #B5B5B5;
	background: #FFFFFF;
	width: 230px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 15px;
}
	
#sidebar #blog-filter #blog_list_archive,
#sidebar #member-links ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

#sidebar #blog-filter #blog_list_archive li,
#sidebar #member-links ul li{
	color: #006699;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	list-style: disc;
}

#sidebar #blog-filter #blog_list_archive li a,
#sidebar #member-links ul a{
	color: #006699;
	font-weight: normal;
	margin-bottom: 4px;
	background: none;
	text-decoration: none;
}

#sidebar #blog-filter #blog_list_archive li a:hover,
#sidebar #member-links ul li a:hover{
	text-decoration: underline;
	color: #666666;
}

/* Show Schedule */
#content #show-schedule {
	padding-top: 15px;
	margin-bottom: 15px;
}

#content table.calendar { 
	border-collapse: collapse;

	width: 620px;
}

#content table.calendar th { 
	padding: 6px 0; 
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000; 
}

#content table.calendar td { 
	width: 15%; 
	padding: 5px; 
	border: 1px solid #000000; 
	border-top: 0; 
	background: #FFFFFF; 
	font-size: 1em; 
	vertical-align: top;										
}

#content table.calendar td.c-comments { 
	width: 55%; 										
}

#content table.calendar td a	{ 
	text-decoration: none; 
}

/* Photo Gallery */

#content .gallery-box {

}

#content .gallery-box img {
	float:none;
	margin: 0;
	padding: 1px;
	background: none;
	border: 1px solid #B5B5B5;
}

#content .gallery-box h4 {
	margin-bottom: .5em;
	font-size: 1.3em;
}

#content .gallery-box .gallery-thumbnail {
	float: left;
	width: 150px;
	margin: 0 20px 20px 0;
}

#content .gallery-box .gallery-thumbnail img:hover {
	border: 1px solid #006699;
}

/* =Form Settings
---------------------------------------------------------------------
*/
#content form {
	margin-bottom: 10px;
}
	
#content form legend {
	font-size: 1.2em;
	padding-bottom: 10px;
}
/*
#content #text form input{
	border: 1px solid #FFFFFF;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}
*/
#content form input {
	border: 1px solid #B5B5B5;
}

#content form label{
	margin-bottom: 5px;
	font-size: 1em;
	display: inline-block;
	width: 150px;
}

#content form .text label{

}


#content form .textarea{
	clear: both;
}

#content form .textarea label {

}

#content form textarea{
	width: 350px;
	height: 100px;
	border: 1px solid #B5B5B5;
} 


#content form .error {
	padding: 5px;
	color: #FF0000;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
} 

#content form .errorSummary{
	color: #FF0000;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

#content .captcha input{

}

#content form .captcha label{
	display: block;
}

#content form #formsubmit {
	clear: both;
}

/* =Comments
---------------------------------------------------------------------
*/

#content #comments {
	margin-bottom: 30px;
	padding: 10px;
}

#content #comments .login{

}

#content #comments p{
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content #comments p strong{
	font-weight: bold;
	margin-right: 5px;
}

#content #comments form label{
	width: 120px;
	display: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#content #comments form{
	margin-bottom: 30px;
}

#content #comments form textarea{
	height: 150px;
	margin-bottom: 10px;
	border: 2px solid #B5B5B5;
	font-size: 1.2em;
	padding: 5px;
	line-height: 1.5em;
	width: 400px;
}

#comments h4{


}

#comments .comment{
	padding: 10px;
	border: 2px solid #B5B5B5;
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom: 15px;
}

#comments .comment h5{

}

#comments .comment h5 span.date{
	font-size: .8em;
	font-weight: normal;
}

/* --editor-- */

.redtext, #content h3.redtext, #content h4.redtext, #content h5.redtext, #content h6.redtext {
   color: #ED1C24;
}

.bluetext, #content h3.bluetext, #content h4.bluetext, #bluetext h5.bluetext, #content h6.bluetext {
	color: #0066CC;
}

.greentext, #content h3.greentext, #content h4.greentext, #content h5.greentext, #content h6.greentext {
   color: #009933; 
}


.purpletext, #content h3.purpletext, #content h4.purpletext, #content h5.purpletext, #content h6.purpletext {
   color: #6600CC;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */
