/*
Theme Name: F2 Customized
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: A slightly customized version of Srini's F2 theme.
Version: 1.1.1j
Author: windracer
Author URI: http://www.windracer.net/blog
Template: f2
*/

@import url("../f2/style.css");

/* font for blog title, background color */
body {
        margin:0;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #B0C4DE
}

/* white text for blog title */
#headerlogo h1 a {
	background:transparent;
	color:#fff;
}

/* font, blue color, for headers */
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
        margin-bottom:0;
        color:#27a;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* sizes for headers */
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

/* background image for footer */
#footer {
	background-image: url('http://www.windracer.net/blog/wp-content/uploads/2010/08/ls-la-blue.jpg');
	background-color: 6D97B7;
}

/* white links in footer */
#footer a {
	color:#fff;
}

/* font color, size, for calendar label */
#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	color:#27a;
	font-size:1.2em;
	text-align:left;
}

/* font size for comments */
.comment-body p {
        font-size:1.2em;
}

/* comment background colors */
.commentlist li.even {
        background-color:#BCD2EE;
}

.commentlist li.odd {
        background-color:#CAE1FF;
}
.commentlist li.bypostauthor {
        background-color:#eee;
}

/* photo gallery changes */
.gallery {
	border:1px solid #BCD2EE;
        background-color: #CAE1FF;
}

