/*----------------------------------------------------------------------------------------------------------
//	Cordão da Bola Preta - Commom Stylesheet Magic
//	Versão 1.0

// INDEX:

// 1) Globals
// 2) Links
// 3) Navigation
// 4) Layout
// 5) Sections 
//	5.1) Header
// 	5.2) Menu
// 	5.3) Content
// 	5.4) Left Column
// 	5.5) Right Column
// 	5.6) Middle Column
// 	5.7) Ancillary
// 	5.8) Footer

----------------------------------------------------------------------------------------------------------*/

/* =Globals ----------------------------------------------------------------------------------------------*/

body { background: #f9f9f9 url(../_img/layout/bg-body.jpg) repeat-y 0 0; color: #333; font: normal 13px/20px "Trebuchet MS", Tahoma, Arial, sans-serif; }

a { outline: none; }
h2	{ color: #fad90e; font-size: 18px; margin-bottom: 25px; }
h2 span.headingsub { color: #000; display: block; font-size: 11px; font-weight: bold; margin-bottom: 0; }

strong { font-weight: bold; }
em { font-style: italic; }

/* =Links ------------------------------------------------------------------------------------------------*/

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#m2brnet { background: url(../_img/layout/logo-m2brnet.jpg); display: block; float: right; height: 10px; margin-right: 190px; text-indent: -9999px; width: 63px; }

/* =Layout -----------------------------------------------------------------------------------------------*/

#container { width: 1024px; }

#col-sidebar { background: transparent url(../_img/layout/bg-side.jpg) no-repeat fixed 0 0; color: #dcdcdc; float: left; font-size: 12px; height: 100%; line-height: 16px; padding: 0 29px 0 213px; width: 170px; }
#col-content { background: url(../_img/layout/bg-content.jpg) no-repeat 0 0; float: left; width: 412px; padding: 0 10px; }
#col-content.home { padding-top: 33px; }
#col-adsense { float: right; padding-top: 33px; text-align: right; width: 180px; position: relative; }

#footer { color: #767676; clear: both; font: normal 9px Tahoma, Arial, sans-serif; padding: 0 0 10px 422px; }

/* =Sections ---------------------------------------------------------------------------------------------*/

#header a { background: url(../_img/bullets/categories-bullet.gif) no-repeat 0 6px; color: #dcdcdc; padding-left: 15px; }
#header a:hover { color: #fff; }
#header h1 a { background: url(../_img/layout/logo.jpg); display: block; height: 110px; padding: 0; text-indent: -9999px; width: 170px; }

#col-sidebar h2 { background: url(../_img/layout/bg-h2.gif) no-repeat top center; padding-top: 15px; margin-top: 15px; }
#col-sidebar input { border: none; font-size: 10px; margin: 4px 0 0 4px; }
#col-sidebar p { margin-bottom: 5px; }

#col-sidebar #categories li { background: url(../_img/bullets/categories-bullet.gif) no-repeat 0 6px; padding-left: 15px; }
#col-sidebar #categories a { color: #dcdcdc; }
#col-sidebar #categories a:hover { color: #fff; }

#col-sidebar #sform { margin-left: 9px; }
#col-sidebar #sform span.fbg { background: url(../_img/layout/bg-inputs01.jpg) no-repeat 0 0; display: block; float: left; height: 22px; margin: 0 0 5px 0; width: 128px; }
#col-sidebar #sform input { background: #fff url(../_img/layout/bg-inputs-in.jpg) no-repeat right 0; width: 120px; }
#col-sidebar #sform input#sf-submit { background: url(../_img/buttons/sform-submit.jpg) no-repeat 0 0; display: block; float: left; height: 22px; width: 23px; margin: 0 0; padding: 0; border: none; cursor: pointer; }

#col-sidebar #cform { margin-left: 9px; }
#col-sidebar #cform span.fbg { background: url(../_img/layout/bg-inputs02.jpg) no-repeat 0 0; display: block; height: 22px; margin: 0 0 5px 0; width: 152px; }
#col-sidebar #cform input { background: #fff url(../_img/layout/bg-inputs-in.jpg) no-repeat right 0; width: 140px; }
#col-sidebar #cform input#cf-submit { background: url(../_img/buttons/cform-submit.jpg) no-repeat 0 0; height: 10px; width: 64px; margin: 5px 0 5px 85px; padding: 0; border: none; cursor: pointer; }

#col-sidebar #ad01 { margin-top: 30px; text-align: center; }

#content-backlnk { background: url(../_img/buttons/lnk-contentback.jpg); color: #fff; display: block; font-size: 11px; height: 23px; margin: 0 0 10px 290px; text-align: center; width: 122px; }
#content-backlnk:hover { text-decoration: none; }

.posts a { color: #000; }
.posts h1 { font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.posts .post-meta { background: #e9ca0d; display: inline; font-size: 12px; padding: 0 5px; }
.posts .post-meta .post-date { background: url(../_img/bullets/post-date-bullet.jpg) no-repeat right center; padding-right: 20px; }
.posts .post-meta .post-comments { background: url(../_img/icons/comm-icon.jpg) no-repeat 10px center; padding-left: 28px; }
.posts .post-body { background: url(../_img/layout/bg-posts-div.gif) no-repeat 0 bottom; margin-bottom: 20px; padding: 10px 0; overflow: hidden; }

.posts .post-body h1 { font-size: 16px; margin-bottom: 15px; }
.posts .post-body h2 { font-size: 14px; margin-bottom: 15px; }
.posts .post-body p { margin-bottom: 10px; }
.posts .post-body strong { color: #000; font-weight: bold; }
.posts .post-body em { color: #000; font-style: italic; }
.posts .post-body img { border: 3px solid #000; display: block; margin: 0 auto; }
.posts .post-body ul { margin-left: 20px; }
.posts .post-body ul li { background: url(../_img/bullets/categories-bullet.gif) no-repeat 0 6px; padding-left: 15px; }

.morelnk { font-size: 10px; margin-bottom: 10px; }
.nocomm { font-weight: bold; margin-bottom: 20px; }

#comments-list { font-size: 12px; line-height: 18px; margin: 0 auto 20px; width: 350px; }
#comments-list li { margin-bottom: 20px; }
.comments-meta { background: #efefef; overflow: hidden; zoom: 1; margin-bottom: 10px; padding: 3px 5px; }
.comments-meta .comments-name { float: left; font-size: 14px; font-weight: bold; }
.comments-meta .comments-date { float: right; }
.comments-body { padding: 0 5px; }

#cmmform label { display: block; font-size: 12px; }
#cmmform input, #cmmform textarea { background: #efefef; border: none; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font: normal 13px "Trebuchet MS", Tahoma, Arial, sans-serif; margin-bottom: 8px; padding: 8px; vertical-align: middle; }
#cmmform input { margin-left: 22px; width: 175px; }
#cmmform textarea { display: block; margin: 0 auto; overflow: auto; width: 350px; }
#cmmform input#cmmf-submit { background: url(../_img/buttons/commform-submit.jpg); border: none; cursor: pointer; display: block; height: 12px; margin: 10px 0 20px 315px; padding: 0; width: 74px; }

/* =Classes ----------------------------------------------------------------------------------------------*/

.att { color: red; font-weight: bold; }
.clearfix:after { content: "."; clear: both; display: block; height: 0;	visibility: hidden; }
.clearfix {	display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


/*modificações 25-07-2008 */
#thumbsHome{width:210px;height:157px;margin:0 0 0 19px}
#thumbsHome p img{border:1px solid #FFCC00}
#colabore h2{color:#000000;margin:0;}
#colabore a:link{color:#ea6927;font-weight:bold}
#photGal form{padding:30px 0 0 0;}
#photGal ul img{border:1px solid #ea6927}
#photGal ul li{float:left;margin:0 0 0 5px}
.galForm{margin:0 0 10px 0}
.galForm label{font-size:18px;margin:30px 0 0 0}
.galForm select{margin:0 0 0 40px; width: 220px;}


/* videos */
.clear { clear: both; }
div#videos { padding: 40px 0 0 0;}
div#videos  h1 { font-size:18px; font-weight:bold; margin-bottom:5px;}
p.emais { padding: 20px 0 10px 0; }
ul.lista_videos  li { float: none !important;}
ul.lista_videos  li a { color: #575757;  display: block; float: none; padding: 0 0 0 10px;}
ul.lista_videosf  li a { color: #575757;  display: block; float: none; }
ul.lista_videosf  li a { text-decoration: none; }
ul.lista_videosf  img {float: left; margin: 0 5px 0 0}
ul.lista_videosf  p {float: left;  padding: 20px 0 0 0;}

/* menu videos*/

ul#menu_videos li { background: url(../_img/bullets/categories-bullet.gif) no-repeat 0 6px; padding-left: 15px; }
ul#menu_videos a { color: #dcdcdc; }
ul#menu_videos a:hover { color: #fff; }


h2.videos { font-size:18px; margin:30px 0 10px 0; color: #333333;}