/*  
Theme Name: Internet Marketing with Blogs
Author URI: http://ithemes.com
Version: 1.0
Author: Cory Miller Media
Description: Internet Marketing with Blogs custom theme
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Note: Please do not remove attribution links. If you'd like to purchase a license to remove them, log on to: http://internetmarketingwithblogs.com
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px; 
	text-align: center;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}
a:hover { color: #999; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #000;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	color: #000;
	text-decoration: none;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
h2, h2 a { /* This style used as header in the sidebars */
	background: #333;
	font-size: 15px;
	color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: normal;
}
h3, h3 a { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #BA0000;
	text-decoration: none;
}
h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #fff;
	border: 1px solid #666;
	text-align: left;
    margin: 0px auto;
    width: 790px;
    padding: 0px;
}
/*********************************************
		Home Container Div
*********************************************/
#home_container {
	background: #fff;
	border: 0px solid #666;
	text-align: center;
    margin: 0px auto;
    width: 785px;
    padding: 0px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
/*********************************************
		Home Page Horizontal Navigaion Styles
*********************************************/
#menuhome {
	color: #FFF;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;	
	text-transform: uppercase;
	padding: 0px 0px;
	margin: 0px;
	display: block;
}
#menuhome ul {
	background: #000;
	margin: 0px;
	padding: 5px 0px;
	color: #FFF;
	}
#menuhome ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#menuhome ul li a {
	color: #FFF;
	padding: 5px 20px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menuhome ul li.current_page_item a, #menu ul li.current_page_item a:visited {
	background: #000;
	color: #fff;
}
#menuhome ul li a:hover {
	color: #fff;
	text-decoration: underline;
	background: #000;
	}
	
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	color: #FFF;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;	
	text-transform: uppercase;
	padding: 0px 0px;
	margin: 0px;
	display: block;
}
#menu ul {
	background: #000;
	margin: 0px;
	padding: 5px 0px;
	color: #FFF;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#menu ul li a {
	color: #FFF;
	padding: 5px 20px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
	background: #fff;
	color: #000;
}
#menu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #CCC;
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px 25px 20px 25px;
	width: 540px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
/*********************************************
		Home Content Div
*********************************************/
#home_content {
	float: left;
	margin: 0px;
	padding: 0px 25px 20px 25px;
	width: 735px;
	display: block;
	border: 0px solid black;
	text-align: left;
	background: #fff;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
#home_content h1, h1 a { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000080;
	text-decoration: none;
	text-align: center;
	border: none;
}
#home_content h2, h2 a { /* This style used as header in the sidebars */
	background: #fff;
	font-size: 23px;
	color: #BA0000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
text-align: center;
}
#home_content h3, h3 a { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #BA0000;
	text-decoration: none;
text-align: center;
}
#home_content h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #BA0000;
	text-decoration: none;
text-align: center;
}
#home_content h5, h5 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
text-align: center;
}
#home_content h6, h6 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#home_content blockquote {
	margin: 10px 40px 10px 40px;
	padding: 20px;
	background: #ffff99;
	border: 1px solid #999;
}
#home_content ul {
	padding: 0px 0px 10px 0px;
}
#home_content ul li {
	padding: 0px 0px 10px 20px;
	background: url(images/arrow.gif) no-repeat;
	list-style-type: none;
}


/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	background: #fff;
	border-bottom: 1px solid #666;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 10px 0px;
	background: #CCC;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	border: 0px solid black;
	width: 200px;
	margin: 0px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul li ul li a {
	color: #000;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
.comments {
	padding: 8px;
}
.comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
.comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #FFF;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


/*********************************************
		Button Styles
*********************************************/


.submit { width: 240px; padding-top:5px;} 
.submit button {width: 240px; font-size: 16px; font-weight: bold; cursor:pointer; text-align:center; border-width: 2px; font-family: Arial, Helvetica, sans-serif;} 
.submit button:hover { background-color : rgb(50,150,0); color: rgb(255,255,255)  }