@charset "utf-8";
/* CSS for GRASSROOTS LITERATURE website*/
/* Date: 4th December 2009 */
/* by Abdul Wahid */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:url(images/header_bg.gif) top left repeat-x;
}
.wrapper{
	width:980px;
	margin:0 auto;
}
.header{
	height:270px;
	margin:0 auto;
	position:relative;
}
.header-sub{
	height:144px;
	margin:0 auto;
	position:relative;
	background:url(images/leaf_sub.png) bottom right no-repeat;
}

.logo{
	background:url(images/logo.gif) top left no-repeat;
	width:291px;
	height:76px;
	margin-left:10px;
}
.menu{
	position:absolute;
	top:30px;
	right:12px;
	height:37px;
}
.menu-left{
	height:37px;
	width:8px;
	float:left;
	background:url(images/menu_left.gif) top left no-repeat;
}
.menu-right{
	height:37px;
	width:8px;
	float:left;
	background:url(images/menu_right.gif) top left no-repeat;
}
.menu-middle{
	height:37px;
	float:left;
	width:600px;
	background:url(images/menu_middle.gif) top left repeat-x;
}
.menu a:link, .menu a:visited, .menu a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	margin:8px 20px 0;
	padding:2px 0 3px 0;
	width:106px;
	text-align:center;
	float:left;
}
.menu a.selected, .menu a:hover{
	background:url(images/menu_selected.gif) top  left no-repeat;
	color:#FFFFFF !important;
	}
.menu input{
	width:125px;
	margin:8px 0px 0px 0px;
}
.quote{
	width:535px;
	height:151px;
	float:left;
	margin:44px 0px 0px 23px;
	background:url(images/quote.gif) top left no-repeat;
}
.iphone{
	float:left;
	width:118px;
	height:194px;
	background:url(images/iphone.gif) top left no-repeat;
}
.blackberry{
	float:left;
	width:146px;
	height:194px;	
	background:url(images/blackberry.gif) top left no-repeat;
}
.kindle{
	float:left;
	width:158px;
	height:194px;	
	background:url(images/kindle.gif) top left no-repeat;
}
.grassroots{
	width:980px;
	height:36px;
	background:url(images/grass.gif) top left no-repeat;
}
.content{
	width:960px;
	background:url(images/leaf.gif) top right no-repeat;
	padding:0px 10px;
}
.content-sub{
	width:960px;
	background:none;
	padding:0px 10px;
}

h1{
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#564940;
	margin:0px;
	padding:10px 0px 0px;
	text-shadow: #bca069 1px 0px 1px;
}
h2{
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#564940;
	margin:0px;
	padding:0px 0px 0px;
	text-shadow: #bca069 1px 0px 1px;
}
h2 span{
	font-style:italic;
	font-size:12px !important;
}
p.big{
	font-size:16px;
	font-weight:normal;
	color:#564940;
	margin-top:5px;
}

.mag{
	float:left;
	width:315px;
	margin-top:20px;
}

.left-half{
	width:230px;
	float:left;
}
.right-half{
	float:right;
	width:726px;
}
.image{
	float:left;
	padding:2px;
	margin-right:10px;
	border:1px solid #999999 !important;
	background:#FFFFFF;
}
.image-big{
	float:left;
	padding:2px;
	margin-right:10px;
	border:1px solid #999999 !important;
	background:#FFFFFF;
	width:220px;
}
.mag a img{
	border:none;
}

.mag p{
	font-size:14px;
	font-weight:normal;
	color:#564940;
	margin-top:5px;
}

.f-menu{
	float:left;
	height:37px;
	margin-top:30px;
}
.f-menu-left{
	height:37px;
	width:8px;
	float:left;
	background:url(images/f_menu_left.gif) top left no-repeat;
}
.f-menu-right{
	height:37px;
	width:8px;
	float:left;
	background:url(images/f_menu_right.gif) top left no-repeat;
}
.f-menu-middle{
	height:37px;
	float:left;
	width:964px;
	background:url(images/f_menu_middle.gif) top left repeat-x;
	line-height:35px;
	text-align:right;

}
.f-menu a:link, .f-menu a:visited, .f-menu a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding:10px 10px 3px 10px;
	line-height:28px;
	text-align:center;
}
.clear{
	clear:both;
}
.support{
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#564940;
	font-size:14px;
}
.support p{
	padding:5px;
}
.support label {
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
	text-align:right;
	width:220px;
}
.support input {
	width:320px;
}
.support input[type="select"] {
	width:320px;
}
a.button {
    background: transparent url(images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.support .submit {
	margin-left:536px;
}
.issues{
	 padding-bottom:20px;
	 margin-bottom:25px;	 
	 font-style:italic;
}
.link-app img{
	padding-top:6px;
	border:none !important;
}
.button{
	width:200px !important;
	
}
