/*
*CSS Document for Games, Gadgets, and Gizmos Site 
*Creates the index page layout for the index template.
*The index template is only used to create the index page.
*Created by Rich Peck
*Version 1.0 - 03/3/07*/
/*

/*
*Styles that are the same for both the left and middle sub columns
*/
div#left_sub_column,div#middle_sub_column{
     float:left;
	 margin-top:10px;
}
/*
*Formats the left sub column.
*The left sub column is placed after the middle menu.
*It contains the left hand side ads.
*/
div#left_sub_column{ 
	 width:172px;
	 text-align:center;
	 float:left;
}
/*
*Formats the middle subcolumn that holds the news and message from author
*/
div#middle_sub_column{
	 width:340px;
	 height:200px;
	 margin-left:5px;
}
/*
*Formats the left column ads area
*/
div#left_ads{
     background-color:#E2E9F0;
	 height:auto;
	 margin-bottom:10px;
	 padding:13px;
	 text-align:left;
}
/*
*Formats the signature paragraph.
*/
p#signature{
     font-style:italic;
	 text-align:right;
	 margin-top:8px;
}
/*
*Formats the divider that is in between the author message and the news
*/
div#news_divider{
     clear:left;
	 margin:5px 0px;
}
/*
*Specifically add some margin to the contact header to allow for more room
*between the contact header and the contact information
*/
h1#contact{
 margin-top:10px;
 margin-bottom:5px;
}
/*
*Formats a new news item.
*/
div.newsItem {
     margin-top:5px;
	 margin-left:5px;
	 
}
/*
*Give the email and phone icons a little margin to ident them.
*/
img#email,img#phone{
margin-left:10px;
}

div#left_sub_column a{
     border:none;
	 margin:5px 0px 15px 0px;
	 display:block;
	 width:auto;
}