/*
Theme Name: AMVETS
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Author: Srini G
Author URI: http://srinig.com/wordpress
Template: f2
Version: 1.0.7
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/

@import url("../f2/style.css");

body {
	margin:0;
	padding:10px 10px;
	background:#f00 url(images/flagbg.jpg) repeat center top;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	text-align:left;
}

a { 
	color:#3333ff;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#fff;
	font-family:'Times New Roman', Times, serif;
	text-align:left;
}

#wrapper{
  float:left;
  width:100%;
  border-left:240px solid #fff; /* Sidebar left background color */
  border-right:240px solid #fff; /* Siderab right background color */
  margin-left:-240px;
  margin-right:-240px;
  background-color:#fff;
  display:inline;
}
.sidebar {
	padding:25px;
}
#hmenu ul li a {
	display:block;
	background:#ffcc00; /* Top menu tab color */
	color:#000; /* Top menu text color */
	padding:4px 20px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}

.sidebar {
	color:#fff;
}

#footer { 
	text-align:center;
	font-size:1em;
	background:#ffcc00;
	color:#000;
	border:1px solid #999;
}

#footer a {
	color:#ff0000;
}