/*
	
	CSS STYLESHEET FOR SUNMAG.CO.UK
	
	Information about styles and colors:

	
	padding info : 
	
	padding : top, right, bottom, left;
	Same for margin.
	
	NOTE;
		When styles are indented in this sheet, it means that the id or class resides
		inside a DIV element. 
		
		This doesn't apply for all child element (IE: styles for div being child are not indented.
	END OF NOTE;
*/

/*===== body elements style and some resetting on html elements =========*/

* {padding:0; margin:0;}

body{
	background:#edbb7d;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
	line-height:1.5em;
	text-align:center;
}

ul,h2{ list-style:none; padding:0;margin:0;}

a{ text-decoration:none;}
/*===================== container & header styles ===================*/

#container{
	margin:0 auto;
	width:806px;
}

#header_wrapper{
	background:url(../images/header_bg.jpg) repeat-x;
	height:153px;
}

#header{
	text-align:left;
	margin:0 auto;
	width:806px;
}

	#logo		{ float:left; width:291px;}
	#motto		{ 
					float:right;
					overflow:hidden; 
					padding:65px 0 0 0;
					text-align:right;
					width:400px;
				}
	#motto h1	{
					color:#fff;
					font-family:'Trajan Pro',Helvetica,sans-serif;
					font-size:23px;
				}
	#motto p		{
					color:#ffe500;
				}
				
/*============== Upper Body and Menu Styles =======================*/

#body_upper{
	clear:both;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
}

	ul#menu 			{
						background:url(../images/topmenu_bg.jpg);
						height:40px;
					}
	ul#menu li			{
						float:left;
						font-family:Verdana,Helvetica,sans-serif;
						font-size:11px;
						padding:10px 10px 0 10px;
						text-align:center;
					}
	ul#menu li a		{
						color:#fff;
						font-weight:bold;
					}
				
	ul#menu li a:hover	{
						color:#fff;
						font-weight:bold;
						text-decoration:underline;
					}
					
#body_inner{
	background:#F1F1F1;
	margin:0 0 0 2px;
	overflow:hidden;
	width:800px;
}

#inner_left{
	background:#fff;
	clear:both;
	overflow:hidden;
	float:left;
	margin:0 5px 0 5px;
	padding:0 0 6px 0;
	width:216px;
}

	/* [styles for the left column] */
	#inner_left .header_title {
								background:#f1f1f1 url(../images/recent_icon.jpg) no-repeat scroll 5px center;
								float:left;
								font-size:12px;
								font-weight:bold;
								margin:7px;
								padding:5px 30px;
								text-transform:uppercase;
								width:140px;
							 }
	
	#inner_left p			{
								clear:left;
								font-size:12px;
								font-weight:bold;
								padding:0 0 0 8px;
							}
			
			/* [Styles for menu on the left and the link inside] */		
			ul#menu_left	{
							padding:10px 0 20px 8px;
						}
									
			ul#menu_left	li {
							padding:15px 0 0 0;
						 }
						 
			ul#menu_left	li a{
							color:#666666;
							font-weight:bold;
						  }

			ul#menu_left	li a:hover	{
										color:#010000;
										font-weight:bold;
										text-decoration:underline;
									}						  


p.view a{
	color:#ae4935;
	display:block;
	text-align:right;
	width:195px;
}

p.view a:hover{
	text-decoration:underline;
}		
									
#inner_right{
	background:#fff;
	overflow:hidden;
	float:left;
	margin:0 5px 0 5px;
	padding:0 0 15px 0;
	width:558px;
}

.header_title{
	background:#f1f1f1;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:7px;
	padding:5px 10px;
	text-transform:uppercase;
	width:522px;
}

	.first{
							color:#000;
							font-family:'Trajan Pro',Helvetica,sans-serif;
							font-size:20px;
							font-weight:bold;
					   }

#inner_right p{
	clear:both;
	padding:5px 12px 21px 8px;
}

.bottom_bg_inner{
	background:url(../images/bg_bottom_rounded.jpg) no-repeat;
	clear:both;
	height:13px;
	text-align:left;
}

/*=========================== Issue overview styles ==================*/

#body_lower{

	clear:both;
	padding:0;
	margin:0;
	text-align:left;
	width:802px;
}

.top_bg_inner{
	background:url(../images/bg_top_rounded.jpg) no-repeat;
	display:block;
	margin:8px 0 0 0;
	padding:11px 0 0 0;
	text-align:left;
}

#lower_contents{
	background:#f1f1f1;
	border-bottom:5px solid #ffffff;
	clear:both;
	overflow:hidden;
	width:802px;
}

#lower_contents p{
	clear:both;
	float:left;
 	padding:10px;
	width:530px;
}

.inner_lower{
	background:#ffffff;
	margin:10px;
	overflow:hidden;
	width:782px;
}

.overview_title{
	background:#f1f1f1;
	float:left;
	text-transform:uppercase;
	width:802px;
}

.overview_title h2{
	background:#fff;
	color:#2d2d2d;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0 10px 0 10px;
	padding:5px 5px 5px 15px;
	width:762px;
}

p.overview{

}

.first {

}

ul#issue_img{
	overflow:hidden; 
	padding:20px 10px 20px 0;
	position:relative;
	top:20px;
	width:220px;
}

ul#issue_img li{
	float:right;
	text-align:right;
}


.img_pages{
	clear:both;
}
/*============== style for issue pages ============*/
issue_form{
	margin:0 0 10px 0;
}

a.order{
	background:#b49450;
	color:#FFFFFF;
	display:block;
	float:right;
	margin:0 0 0 0;
	text-align:center;
	width:130px;
}


a.order:hover{
	background:#000000;
	color:#d3b439;
}

.issue_wrapper{
	background:#f1f1f1;
	height:1150px;
	margin:0 0 0 2px;
	overflow:hidden;
	padding:10px;
	text-align:center;
	width:780px;
}

.reminder{
	font-weight:bold;
	padding:0 0 10px 40px;
	text-align:left;
}

.select_issues{
	float:left;
	font-weight:bold;
	padding:0 0 0 19px;
	width:250px;
}

.select_issues select,.select_page select{
	font-size:13px;
	padding:2px;
}

.select_page{
	float:left;
	font-weight:bold;	
	margin:0 0 0 0;
	padding:1px 0 0 0;
	width:200px;
}


.next{
	clear:both;
	overflow:hidden;
	padding:5px 0 0 36px;
}

.next a{
	background:#999999;
	color:#000000;
	display:block;
	float:left;
	font-size:10px;
	margin:0 5px 2px 0;
	overflow:hidden;
	padding:2px 0 2px 0;
	text-align:center;
	width:20px;
}

.next a:hover{
	background:#666666;
}

.no_link{
	background:#bb7c1a;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:10px;
	margin:0 5px 2px 0;
	overflow:hidden;
	padding:2px 0 2px 0;
	text-align:center;
	width:20px;
}

label{
	color:#000000;
	float:left;
	font-weight:bold;
	font-size:11px;
	padding:5px 0 5px 0;
}

fieldset{
	border:none;
}

legend{
	font-size:15px;
	font-weight:bold;
}

#name,#email,#subject,#message{
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	display:block;
	padding:5px;
	width:350px;
}

#submit{
	margin:10px 0 0 0;
}

.page-text{
	background:#f1f1f1;
	margin:0 0 0 2px;
	overflow:hidden;
	padding:10px;
	text-align:left;
	width:780px;
}

.page-text p, h1{
	padding:0 0 10px 0;
}

.contact_info{
	float:left;
	width:350px;
}

.contact_info p{
	padding:0 0 10px 0;
}


.order-form label{
	float:left;
	display:block;
}

#order_name, #address1,#email_order, #postcode, #issue, #how, #comments{
	clear:both;
	display:block;
	padding:2px;
	width:300px;
}

#oder-submit{
	display:block;
	width:100px;
}
/*========================== footer styles ====================*/

#footer{
	background:url(../images/footer_bg.png) no-repeat;
	clear:both;
	height:35px;
	margin:13px 0 0 0;
	overflow:hidden;
	padding:10px 0 0 10px;
	text-align:left;
	width:802px;
}

#f_links{ width:310px; float:left;}


	#f_links li{
				float:left;
				width:150px;
			 }
			 
	#f_links li a {
					color: #2d2d2d;
					display:block;
					float:left;
					font-weight:bold;
					padding:0 8px 0 0;
					text-align:center;
			   }
			   
	#f_links li a:hover {
						text-decoration:underline;
					 }
			 
	.ad_text {
				float:left;
				text-align:right;
				width:480px;
			 }
			 
