/*
Theme Name: mysenior
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");


.postmetadata {
color:#000000;
font-size:1.5em;
text-align:left;
}


a {
color:#3D81EE;
text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
	color:#3d81ee;
	font-family:'Times New Roman', Times, serif;
	text-align:center;
}

h4, h5, h6 {
	color:#3d81ee;
	font-family:'Times New Roman', Times, serif;
	text-align:left;
}

#wp-calendar td#today {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FBFE0D none repeat scroll 0 0;
}

#ajaxNewsletter, .newsletterContainer { 
        /* newsletter container */ 
} 
 
#newsletterFormDiv { 
        /* newsletter form elements*/ 
} 
 
.newsletterTextInput { 
        /* email text input */ 
} 
 
#newsletterLoading { 
        /* the loading message while the subscription is being handled */ 
} 
 
.success { 
        /* the success message container */ 
} 
 
.error { 
        /* the error message container */ 
}










.newsletterTextInput{ width:120px; } 
 
.newsletterContainer{ width:100%; } 
 
.success { 
        background: #CFEBF7; 
        border: 1px solid #2580B2; 
} 
 
.error { 
        background: #FFEFF7; 
        border: 1px solid #c69; 
} 
 
.error, .success { 
        margin: 3px 0px; 
        padding: 2px; 
}
