/*  
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 {width:100%;
	background-color: #013565;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 20px; 

}

/*********************************************
		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: #333;}
ol, ul {
	margin: 5px 35px;}

blockquote {
	margin: 5px 0px 5px 10px ;
	padding: 0px 0px 0px 10px;
        border-right: #f6f19f thin solid; border-top: #f6f19f thin solid; border-left: #f6f19f thin solid; border-bottom: #f6f19f thin solid;
	
}
img { border: 0px; background: none; }
p {
	padding: 0px 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: #7f0102;
	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: #000;
	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: #000;
	text-decoration: none;
         text-align: left;
}
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: #7f0102;
	text-decoration: none;
text-align: center;
}
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: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #7f0102;
	text-decoration: none;

}
/*********************************************
		Container Div
*********************************************/

/*********************************************
		Home Container Div
*********************************************/
#home_container {
	background: #fff;
        
}

/*********************************************
		Header Styles
*********************************************/

/*********************************************
		Home Page Horizontal Navigaion Styles
*********************************************/
/*********************************************
		Home Content Div
*********************************************/
#home_content {
	padding:10px 10px 10px 10px;
	margin-top: 0px;
	width: 850px;
	margin-left: auto ;
    margin-right: auto ;
	background: #fff;

}

#home_content h1, h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #7f0102;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	border: none;
}
#home_content h2, h2 a {
	background: #fff;
	font-size: 18px;
	color: #7f0102;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
 text-align: center;
}
#home_content h3, h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #0000ff;
	text-decoration: none;
	font-weight:bold;
text-align: center;
}
#home_content h4, h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    font-weight:normal;
	padding: 10px 0px 5px 0px;
	margin-left: 2px;
    margin-right: 2px;
	color: #000;
	text-decoration: none;
   
}
#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: 18pt;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	background-color:#7f0102; color:#ffffff;
	font-weight:bold;
	
	text-decoration: none;

}
#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: #BA0000;
	text-decoration: none;
	text-align: center;
}
#home_content blockquote {
	margin: 10px 40px 10px 40px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #7f0102;
}
#home_content ul {
	padding: 0px 0px 10px 0px;
}
#home_content ul li {
	padding: 0px 0px 10px 20px;
	 background: url(images/check.png) no-repeat ;
          list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#000000;
}


/*********************************************
		Post Meta Styles
*********************************************/
/*********************************************
		Previous/Next Page Navigation
*********************************************/
/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	clear: both;
	background: #013565;
	
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}