/* Reset
/**********************************************************************/
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}
ol, ul {
     list-style: none;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}
blockquote, q {
     quotes: "" "";
}
input, textarea {
     margin: 0;
     padding: 0;
}
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}
img {
	border: 0;
}
/**********************************************************************/



/* Fonts
/**********************************************************************/
body {
	font-family: Georgia;
	font-size: 16px;
	color: #999;
	background-color: #505050;
	margin-top: 30px;
}
a {
	color:#F00;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}
a.linkWhite:link, a.linkWhite:visited {
	color: #FFF;
	text-decoration: none;
}
a.linkWhite:visited {
	color: #FFF;
	text-decoration: none;
}
a.linkPost:link, a.linkPost:visited {
	color: #FCDC00;
	text-decoration: none;
}
a.linkPost:hover {
	color: #FCDC00;
	text-decoration: none;
}
a.linkItemCategorie:link, a.linkItemCategorie:visited {
	color:#999;
	text-decoration: none;
}
a.linkItemCategorie:hover {
	color:#FFF;
	text-decoration: none;
}
a.linkGreen:link, a.linkGreen:visited {
	color:#FFF;
	text-decoration: none;
}
a.linkGreen:hover {
	color:#FFF;
	text-decoration: none;
}
a.linkGrey, a.linkGrey:visited {
	color:#999;
	text-decoration: none;
}
a.linkGrey:hover {
	color:#999;
	text-decoration: none;
}
h1 {
	font-family: Arial;
	font-size: 29px;
	color: #FCDC00;
}
h2 {
	font-family: Arial;
	font-size: 26px;
	color: #FCDC00;
}
h3 {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 22px;
	color: #FFF;
}
h4 {
	margin: 8px 0;
	font-family: Georgia;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
}
h5 {
	margin: 10px 0;
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
p {
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.hr {
	margin: 15px 0;
	border-bottom: #CFCEC3 solid 1px;
}
small {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
}
.underline {
	margin: 10px 0;
	border-bottom: #666 solid 1px;
	clear: both;
}
.bold, .Bold {
	font-weight: bold;
}
.textWhite {
	color: #FFF;
}
.textGrey {
	color: #999;
}
/**********************************************************************/



/* Layout
/**********************************************************************/
#container {
	overflow: hidden;
}
#header {
	overflow: hidden;
	width: 969px;
	height: 166px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000;
}
#logo {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
#slogan {
	margin-top: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #CCC;
}
#text-community {
	float: right;
	margin-right: 17px;
	margin-top: 43px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
#text-community a {
	color: #F00;
	text-decoration: none;
}
#content {
	overflow: hidden;
	padding-top: 20px;
	width: 969px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	background-color: #000;
}
#wrap {
	overflow: hidden;
	width: 900px;
}
#post {
	float: left;
	width: 550px;
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 330px;
}
#footer {
	clear: both;
	overflow: hidden;
	height: 159px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#boxSearch, #boxBanner, #boxCategories, #boxLatestPosts, #boxPhotos {
	overflow: hidden;
	margin-bottom: 20px;
}
/*#boxFacebookConnect {
	margin-bottom: 20px;
}
#boxCategories {
	overflow: hidden;
	margin: 20px 0;
}
#boxLatestPosts {
	overflow: hidden;
}*/
.tagsPost {
	overflow: hidden;
	width: 480px;
}
.tags {
	font-size: 14px;
	font-weight: bold;
}
.tags a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.entry {
	overflow: hidden;
	margin: 10px 0;
	width: 480px;
}
.entry p:first-letter {
	float: left;
	margin-right: 10px;
	padding: 0;
	font-size: 80px;
	line-height: 60px;
}
.comments {
	overflow: hidden;
	width: 460px;
	height: 29px;
	background-image: url(images/comments-bar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-top: 10px;
}
#formSearch {
	overflow: hidden;
}
.labelForm {
	float: left;
}
.small-text {
	overflow: hidden;
	width: 300px;
	margin-top: 10px;
}
.buttonForm {
	float: right;
}
.inputForm {
	width: 205px;
	height: 26px;
	font-family: Arial;
	font-size: 22px;
}
#formSuscribe {
	overflow: hidden;
	display: block;
}
#iconsReaders {
	overflow: hidden;
	margin-top: 15px;
}
.icon {
	float: left;
	margin-right: 5px;
}
.items {
	padding-left: 20px;
	line-height: 30px;
	color:#666;
	font-weight: bold;
}
.items a:link, .items a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.items a:hover {
	color: #666;
	text-decoration: underline;
}
.itemsPostsAnteriores ul h3 {
	background-image: url(images/arrow_white.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left;
}
.itemsPostsAnteriores li {
	line-height: 10px;
	margin-left: 20px;
}
.itemsPostsAnteriores li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.itemsPostsAnteriores li a:hover {
	color: #666;
	text-decoration: underline;
}
.itemsIcon {
	padding-left: 20px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.contentPhotos {
	overflow: hidden;
	width: 315px;
	height: 110px;
	clear: both;
}
.thumbPhoto {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	border: silver solid 1px;
}
.thumbVideos {
	float: left;
	width: 90px;
	height: 70px;
	margin-right: 10px;
	border: silver solid 1px;
}
.results-bar {
	background:transparent url(images/results-bar.jpg) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial;
	font-size:20px;
	height:39px;
	line-height:37px;
	margin-bottom:20px;
	padding-left:10px;
	width:484px;
}
.contentNotFound {
	width: 450px;
}
/**********************************************************************/



/* Niftys
/**********************************************************************/
/* Post */
.rtop, .rbottom {
	display:block;
}
.rtop *, .rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #272727;
}
.rmiddle {
	overflow: hidden;
	padding: 20px 35px;
	background: #272727;
	text-align: left;
}
.r1{
	margin: 0 5px;
}
.r2{
	margin: 0 3px;
}
.r3{
	margin: 0 2px;
}
.r4{
	margin: 0 1px;
	height: 2px;
}


/* Comments */
.ctop, .cbottom {
	display:block;
}
.ctop *, .cbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #CFCEC3;
}
.cmiddle {
	overflow: hidden;
	padding: 5px 10px;
	background: #CFCEC3;
	text-align: left;
}
.c1{
	margin: 0 5px;
}
.c2{
	margin: 0 3px;
}
.c3{
	margin: 0 2px;
}
.c4{
	margin: 0 1px;
	height: 2px;
}


/* Sidebar */
.sbtop, .sbbottom {
	display:block;
}
.sbtop *, .sbbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #272727;
}
.sbmiddle {
	overflow: hidden;
	padding: 5px 10px;
	background: #272727;
	text-align: left;
}
.sb1{
	margin: 0 5px;
}
.sb2{
	margin: 0 3px;
}
.sb3{
	margin: 0 2px;
}
.sb4{
	margin: 0 1px;
	height: 2px;
}
.itemsPostsAnteriores {
	overflow: hidden;
}
.itemsPostsAnteriores ul li {
	line-height: 25px;
}
.itemsPostsAnteriores ul h3 {
	color: #FFF;
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 0;
}
/**********************************************************************/



/* Comments
/**********************************************************************/
#respond {
	overflow: hidden;
	width: 460px;
	background-color: #505050;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ol.commentlist {
	margin-top: 10px;
}
ol.commentlist li {
	margin-bottom: 10px;
	line-height: 20px;
	font-family: Arial;
	font-size: 14px;
	color: #ADADAD;
	line-height: 23px;
}
ol.commentlist li p {
	margin-left: 25px;
	margin-bottom: 10px;
}
.comment {
	/*background-color: #E9E9DC;
	padding: 10px;*/
}
.fn {
	color: #F00;
}
.fn a {
	color: #F00;
	text-decoration: none;
}
.says, .comment-meta, .commentmetadata {
	display: block;
}
.rowCommentsForm {
	overflow: hidden;
	width: 450px;
	margin-bottom: 10px;
	text-align: right;
}
.inputCommentForm {
	width: 338px;
	height: 25px;
	font-family: Georgia;
	font-size: 20px;
	color: #666;
	border: #CFCEC3 solid 1px;
}
.textareaCommentForm {
	width: 338px;
	height: 100px;
	font-family: Georgia;
	font-size: 16px;
	color: #666;
	border: #CFCEC3 solid 1px;
}
.labelCForm {
	float: left;
	margin-right: 10px;
	line-height: 25px;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	width: 100px;
}
.inputCForm {
	float: left;
	width: 340px;
}
/**********************************************************************/



/* Footer
/**********************************************************************/
.wrapFooter {
	overflow: hidden;
	width: 895px;
	margin-top: 25px;
}
.footerLeft {
	overflow: hidden;
	float: left;
	text-align: left;
}
.footerRight {
	overflow: hidden;
	text-align: right;
	font-size: 12px;
	font-family: Verdana;
}
.textFooter {
	overflow: hidden;
	text-align: right;
	font-size: 12px;
	font-family: Verdana;
}
/**********************************************************************/