/*  
Theme Name: 1-poker-tips.com WP theme
Theme URI:  http://www.mongobread.com/
Description: Made for 1-poker-tips.com by <a href="http://www.mongobread.com/">mongobread</a>.
Version: 1.0
Author: Ivan L. Rubio
Author URI:  http://www.mongobread.com/
*/

body {
	margin: 0; padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
}

img { border: none; }

a {
color: #003366;
text-decoration: none;
}

a:hover {
color: #D01216;
text-decoration: underline;
}

#wrap {
	width: 905px;
	height: auto;
	margin: 0 auto;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	border-bottom: 1px #eee solid;
	background: #fff;
}

#header {
	width: 905px;
	height: 95px;
	border-bottom: 1px #eee solid;
	background: url('images/banner.jpg') no-repeat;
}
#header .logo {
	margin-left: 110px;
}

#navigation {
	height: 20px;
	border-bottom: 1px #eee solid;
	background: url('images/fn.gif') repeat-x;
}
/* nasty page menus displayed inline */
#wrap #navigation .menu #links {
	list-style: none;
	padding:0;margin:0;
}

#wrap #navigation .menu #links li {
	display: inline;
}

#wrap #navigation .menu #links li a{
	color: #483D8B;
	font-weight:800;
	border-right: 1px solid #003366;
	margin: 0;
	padding: 0 8px 0 5px;
}

#wrap #navigation .menu #links li a:hover{
	color: #D01216;
}

	#navigation .menu {
		padding-top: 2px;
		padding-right: 5px;
	}
#main { 
	padding: 0px 0px 10px 0px;
}
	
#main .content {
	float: right;
	width: 700px;
	height: auto;
	padding-top: 20px;
}
	#main .content .entry {
		border-bottom: 1px #eee dashed;
		padding-bottom: 10px;
	}

	#main .cotent .entry h1{
		color: #CCDFFF;
	}
	
	.alignleft {
	float: left;
	padding: 5px 5px 5px 5px;
	}

#main .sidebar {
	float: left;
	width: 180px;
	height: auto;
	padding-top: 10px;
	border-right: 1px #eee solid;
	border-bottom: 1px #eee solid;
}

	.sidebar-h{
		background: url(images/sidebar-h.jpg) no-repeat;
		padding-left:10px;
	}
	
	
	.h1-cards{
		background: url(images/h-cards.jpg) left no-repeat;
		padding-left:50px;
		font-size: 20px;
	}

.clear { clear:both; }

#footer {
	width: 905px;
	/*height: 160px;*/
	height: 30px;
	border: 1px #999999 solid;
	color: #000;
	background: #F0F0F0;
	margin-top: 10px;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #CCDFFF;
}

#footer .left {
	float: left;
	width: 600px;
}

#footer .right {
	float: right;
	width: 200px;
	text-align: right;
	
}

#footer .footmid {
	text-align: center;
	padding-top: 5px;
	}
	
	#footbottom-ads {
	text-align: center;
	}
	
	#footbottom-ads .center {
	padding-top: 20px;
	width: 600px;
	height: auto;
	margin: 0 auto;
	}
