/* Bingo Playground Blog - Style */

body{
	background:#a7a7a7; 
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#333;
	}
	
h1, h2, h3, h4, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
form {
	margin:0;
	padding:0;
	}
	
/* Links */
a {
	outline-style:none;
	text-decoration:none;
	}
	
/* Header Wrapper */
#header-wrapper {
	width:100%;
	height:112px;
	margin:0 0 10px 0;
	padding:0;
	background:url(images/header-bg.gif) repeat-x;
	}
	
#header-content {
	width:920px;
	height:112px;
	padding:0;
	margin:0 auto;
	}
	
/* Header Wrapper - Logo */
#logo {
	width:260px;
	height:106px;
	float:left;
	margin:6px 0 0 0;
	padding:0;
	background:url(images/bingoplayground-logo.jpg) no-repeat;
	}
	
#logo a {
	display:block;
	width:260px;
	height:106px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}
	
/* Main Menu */
#main-menu {
	width:631px;
	height:83px;
	padding:0 0 0 29px;
	margin:16px 0 0 0;
	float:left;
	}
	
#main-menu ul{
	width:631px;
	height:83px;
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	}
	
#main-menu li{
	display:block;
	text-indent:-9999px;
	float:left;
	height:83px;
	padding:0 0 0 28px;
	margin:0;
	}
	
#main-menu  a	{display:block; text-indent:-9999px; background-repeat:no-repeat;}

#main-menu .blog a	{width:64px; height:83px;}
#main-menu .blog a:link,#main-menu .blog a:visited {background:url(images/main-menu-button-blog.gif) top;}
#main-menu .blog a:hover {background-position:bottom;}
#main-menu .blog-actived  a	{width:64px; height:83px;}
#main-menu .blog-actived a:link, #main-menu .blog-actived a:visited {background:url(images/main-menu-button-blog.gif); background-position:bottom;}

#main-menu .archives a	{width:113px; height:83px;}
#main-menu .archives a:link,#main-menu .archives a:visited {background:url(images/main-menu-button-archives.gif) top;}
#main-menu .archives a:hover {background-position:bottom;}
#main-menu .archives-actived  a	{width:113px; height:83px;}
#main-menu .archives-actived a:link, #main-menu .archives-actived a:visited {background:url(images/main-menu-button-archives.gif); background-position:bottom;}

#main-menu .subscribe a	{width:126px; height:83px;}
#main-menu .subscribe a:link,#main-menu .subscribe a:visited {background:url(images/main-menu-button-subscribe.gif) top;}
#main-menu .subscribe a:hover {background-position:bottom;}
#main-menu .subscribe-actived  a	{width:126px; height:83px;}
#main-menu .subscribe-actived a:link, #main-menu .subscribe-actived a:visited {background:url(images/main-menu-button-subscribe.gif); background-position:bottom;}

#main-menu .contact a	{width:104px; height:83px;}
#main-menu .contact a:link,#main-menu .contact a:visited {background:url(images/main-menu-button-contact.gif) top;}
#main-menu .contact a:hover {background-position:bottom;}
#main-menu .contact-actived  a	{width:104px; height:83px;}
#main-menu .contact-actived a:link, #main-menu .contact-actived a:visited {background:url(images/main-menu-button-contact.gif); background-position:bottom;}

#main-menu .bingo a	{width:81px; height:83px;}
#main-menu .bingo a:link,#main-menu .bingo a:visited {background:url(images/main-menu-button-bingo.gif) top;}
#main-menu .bingo a:hover {background-position:bottom;}
#main-menu .bingo-actived  a	{width:81px; height:83px;}
#main-menu .bingo-actived a:link, #main-menu .bingo-actived a:visited {background:url(images/main-menu-button-bingo.gif); background-position:bottom;}

/* Content Wrapper */
#content-wrapper {
	width:920px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
	
/* Sidebar */
#sidebar {
	width:255px;
	height:auto;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	}
	
#sidebar .search {
	width:255px;
	height:auto;
	margin:0 0 12px 0;
	padding:0;
	}
	
#sidebar .search .input{
	font-size:15px;
	color:#999;
	padding:3px;
	width:200px;
	margin:0 1px 0 0;
	float:left;
	}
	
#sidebar .search .go{
	width:42px;
	height:27px;
	float:left;
	}
	
#sidebar .gotothesite {
	width:255px;
	height:54px;
	margin:0 0 12px 0;
	padding:0;
	background:url(images/sidebar-gotothesite-button.gif);
	}
	
#sidebar .gotothesite a{
	display:block;
	width:255px;
	height:54px;
	text-indent:-9999px;
	}

#sidebar .twitter {
	width:255px;
	height:71px;
	margin:0 0 12px 0;
	padding:0;
	background:url(images/followus.gif);
	}
	
#sidebar .twitter a{
	display:block;
	width:255px;
	height:71px;
	text-indent:-9999px;
	}
	
#sidebar .rssfeed {
	width:255px;
	height:68px;
	margin:0 0 12px 0;
	padding:0;
	background:url(images/sidebar-rss-button.gif);
	}
	
#sidebar .rssfeed a{
	display:block;
	width:255px;
	height:68px;
	text-indent:-9999px;
	}
	
#sidebar .subscribe-email {
	width:247px;
	height:84px;
	margin:0 0 17px 0;
	padding:4px;
	background:url(images/sidebar-subscribe-bg.gif) #fff;
	}
	
#sidebar .subscribe-email .content{
	width:211px;
	height:76px;
	margin:0;
	padding:8px 18px 0 18px;
	background:#e6e9e4;
	}
	
#sidebar .subscribe-email .content img{
	display:block;
	margin:0 auto 9px auto;
	}
	
#sidebar .subscribe-email .content .input{
	font-size:15px;
	color:#999;
	padding:3px;
	width:155px;
	margin:0;
	float:left;
	}
	
#sidebar .subscribe-email .content .go{
	width:42px;
	height:27px;
	float:left;
	}
	
#sidebar .recent-post {
	width:255px;
	height:auto;
	margin:0 0 17px 0;
	padding:12px 0 0 0;
	border-top:1px #fff dotted;
	}
	
#sidebar .recent-post ul {	
	list-style:none;
	margin:7px 0 0 0;
	padding:0;
	height:auto;
	}
	
#sidebar .recent-post li {
	display:block;
	width:255px;
	height:auto;
	text-align:left;
	margin:0 0 3px 0;
	color:#666;
	font-size:12px;
	background:#ccc;
	line-height:20px;
	}
	
#sidebar .recent-post li a, #sidebar .recent-post li a:link{
	display:block;
	color:#666;
	width:233px;
	height:auto;
	padding:6px 11px 6px 11px;
	}
	
#sidebar .recent-post li a:hover{
	display:block;
	color:#fff;
	background:#096b1b;
	width:233px;
	height:auto;
	padding:6px 11px 6px 11px;
	}
	
#sidebar .our-friends {
	width:255px;
	height:auto;
	margin:0;
	padding:0;
	}
	
#sidebar .our-friends ul {	
	list-style:none;
	margin:7px 0 0 0;
	padding:0;
	height:auto;
	}
	
#sidebar .our-friends li {
	display:block;
	width:255px;
	height:auto;
	text-align:left;
	margin:0 0 5px 0;
	padding:0 0 4px 0;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	}
	
#sidebar .our-friends li a{
	color:#fff;
	}
	
#sidebar .our-friends li a:hover{
	color:#c51665;
	}
	
/* Principal Content */
#principal-content {
	width:627px;
	height:auto;
	margin:0;
	padding:5px 14px;
	float:left;
	background:#fff;
	}
	
#content-top {
	width:655px;
	height:4px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/principalcontent-top.gif) no-repeat #fff;
	overflow:hidden;
	}
	
#content-bottom {
	width:655px;
	height:4px;
	margin:0;
	padding:0;
	float:right;
	background:url(images/principalcontent-bottom.gif) no-repeat #fff;
	overflow:hidden;
	}

/* Post */
.post {
	margin:0 0 25px;
	}

.post h2 {
	font-size:22px;
	color:#157d2c;
	font-weight:100;
	}
	
.post h2 a, .post h2 a:link{
	font-size:22px;
	color:#157d2c;
	}
	
.post h2 a:hover{
	color:#074014;
	}
	
.post h3 {
	font-size:15px;
	color:#a40a4f;
	font-weight:bold;
	}
	
.post h3 a, .post h3 a:link{
	font-size:15px;
	color:#a40a4f;
	}
	
.post .details {
	font-size:10px;
	color:#999;
	text-transform:uppercase;
	margin:0 0 7px 0;
	}
	
.post .img-details {
	display:block;
	font-size:11px;
	color:#999;
	margin:2px 0 6px 0;
	font-weight:bold;
	font-style:italic;
	}
	
.post p {
	font-size:13px;
	color:#333;
	}
	
.post p a, .post p a:visited{
	color:#157d2c;
	font-weight:bold;
	}
	
.post p a:hover{
	color:#a40a4f
	}
	
.post p img{
	border:none;
	margin:6px 0 0 0;
	}
	
.post ul {
	margin:10px 0 10px 15px;
	padding:0;
	}

.post ul li {
	font-size:12px;
	color:#157d2c;
	}
	
.post ul li a{
	color:#666;
	}
	
.post .bottom-info {
	width:627px;
	height:25px;
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	text-align:center;
	background:url(images/post-bottominfo-bg.gif) repeat-x;
	font-size:11px;
	color:#666;
	}
	
.post .bottom-info a{
	color:#666;
	}
	
.post .bottom-info img{
	vertical-align:middle;
	margin:0 7px;
	}
	
.post .bottom-info span a, .post .bottom-info span a:link{
	color:#157d2c;
	font-weight:bold;
	}
	
.post .bottom-info span a:hover{
	color:#085118;
	font-weight:bold;
	}
	
/* Subscribe */
#subscribe {
	width:367px;
	height:77px;
	margin:15px 0 0 0;
	padding:116px 130px 0 130px;
	background:url(images/subscribe-bg.jpg) no-repeat;
	text-align:center;
	}
	
#subscribe .input{
	font-size:15px;
	color:#999;
	padding:3px;
	width:300px;
	margin:0 1px 0 0;
	float:left;
	}
	
#subscribe .go{
	width:42px;
	height:27px;
	float:left;
	}
	
/* Archives */
#archives {
	width:627px;
	height:auto;
	margin:0;
	padding:25px 0 0 0;
	background:url(images/archives-title.gif) top right no-repeat;
	}
	
/* Contact */
#contact {
	width:627px;
	height:auto;
	margin:0;
	padding:25px 0 0 0;
	background:url(images/contact-title.gif) top right no-repeat;
	}

#contact .contactleft {
	font-size:12px;
	color:#999;
	font-weight:bold;
	*margin:9px 0 10px 0;
	}
	
/* Comments */
#comments {
	width:627px;
	height:auto;
	margin:0;
	padding:0;
	}
	
#comments .title{
	margin:0 0 18px 0;
	}
		
#comments ul {
	width:627px;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
	}
	
#comments li {
	width:627px;
	height:auto;
	margin:0;
	padding:0 0 25px 0;
	}
	
#comments .comment-info {
	width:204px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	text-align:right;
	}
	
#comments .comment-info img{
	float:right;
	margin:0 8px;
	border:4px solid #a40a4f;
	}

#comments .comment-info h2{
	font-size:11px;
	font-weight:bold;
	color:#666;
	margin:0 0 4px 0;
	}
	
#comments .comment-info h2 a{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#157d2c;
	}
	
#comments .comment-info h2 a:hover{
	color:#0e551e;
	}
	
#comments .comment-info span {
	font-size:11px;
	color:#000;
	font-style:italic;
	}
	
#comments .comment-info span b{
	color:#666;
	}
	
#comments .comment-text {
	width:423px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
	
#comments .comment-text p {
	color:#666;
	font-size:13px;
	margin:-3px 0 0 0;
	}
	
#comments .comment-text p a{
	color:#666;
	font-weight:bold;
	}
	
#comments .comment-text p span{
	color:#157d2c;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:0 0 3px 0;
	}
	
/* Form */
#comments-form {
	width:579px;
	height:auto;
	margin:0;
	padding:15px 23px 10px 23px;
	background:#f0f0f0 url(images/comments-form-bg.gif) no-repeat right top;
	border:1px solid #c7c7c7;
	font-size:13px;
	}
	
#comments-form a{
	color:#157d2c
	}

#comments-form input {
	border:1px solid #ccc;
	margin:0 0 5px 0;
	}
	
#comments-form .form-text {
	width:135px;
	color:#666;
	font-weight:bold;
	text-align:center;
	}
	
#comments-form .form-input input{
	background:url(images/comments-form-input-bg.gif) repeat-x;
	padding:3px;
	width:237px;
	}
	
#comments-form .form-input textarea{
	padding:3px;
	width:570px;
	}
	
#comments-form .form-button {
	text-align:right;
	}
	
#comments-form .form-button input{
	border:none;
	margin:10px 0 0 0;
	}
	
	
/* Navigation */
#page-navi {
	width:627px;
	height:auto;
	text-align:center;
	color:#666;
	font-size:20px;
	padding:15px 0 20px 0;
	}
	
#page-navi a, #page-navi a:link{
	color:#666;
	font-size:20px;
	font-weight:100;
	}
	
#page-navi a:hover{
	color:#157d2c;
	font-size:20px;
	font-weight:100;
	}
	
#page-navi .current{
	color:#a40a4f;
	font-size:20px;
	font-weight:100;
	}
	
/* Footer */
#footer {
	width:100%;
	height:83px;
	margin:40px 0 0 0;
	padding:24px 0 0 0;
	text-align:center;
	background:url(images/footer-bg.gif) repeat-x;
	color:#333;
	}
	
#footer a{
	color:#333;
	font-weight:bold;
	}
	
	
	
	
	
/* Fixed */
.clear {
	clear:both;
	}

