/*
Theme Name: F2 Custom
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Version: 1.0.4
Author: Srini G
Author URI: http://srinig.com/wordpress
Template: f2
*/

@import url("../f2/style.css");

body {
	margin:0;
	padding:20px;
	background:#D8DEE6;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Sans-Serif;
}

/*  Make all links black, currently disabled

a { 
	color:#000;
	text-decoration:none;
}

*/


#header {
	margin:0;
	height:90px;
	border:1px solid #aaa; 
	background:#FFFFFF;
}

/*
a:visited {
        color:#000;
}

a:hover {
        color:#000;
	text-decoration:underline; 
}
*/

h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-family:'Arial', Times, serif;
	text-align:left;
}

h1 a { 
	color:#000;
	text-decoration:none;
}

h2 a { 
	color:#000;
	text-decoration:none;
}

h3 a { 
	color:#000;
	text-decoration:none;
}

h4 a { 
	color:#000;
	text-decoration:none;
}

h5 a { 
	color:#000;
	text-decoration:none;
}

h6 a { 
	color:#000;
	text-decoration:none;
}

/* Add image splitter between posts */
        #postend {

             /* background: url(http://mrhonner.com/wp-content/uploads/2012/07/post-divider.jpg) no-repeat; */

             height: 30px;
             width: 1000px;

}

/* increase block quote font size */
.postentry blockquote {
	margin:10px 20px;
	padding:0 0 0 10px;
	border-left:0.4em solid #ddd;
	font-size:1.0em;
	line-height:1.2em;
}

/* change max page width */
#page {
	min-width:740px;
	max-width:1050px;
	margin:0 auto;
}