/*  

Theme Name: SpyGear

Theme URI: http://www.spygearco.com/

Description: A custom WordPress template for SpyGearCo

Version: 1.0

Author: Michael Martine

Author URI: http://www.michaelmartine.com/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

	

	*** REGARDING IMAGES ***

	All CSS that involves the use of images, can be found in the 'index.php' file.

	This is to ease installation inside subdirectories of a server.

	

	CSS SECTIONS IN ORDER (use your program's bookmarking or find functions to quickly locate):

	Sidebar, Posts, Headings, Images, Forms, Comments, Content Area, Footer

	



*/

	/* Sidebar */


h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1em;

	margin: 15px 0 10px 0;

	padding: 0;

	}



	

#sidebar {

	font: 1.2em/1 Verdana, Arial, Sans-Serif;

	}



table #sidebar li { list-style-type: none; }



.sb-head { font-size: 14px; margin-left: 10px; }



	

.sb-item {

	font-weight: bold;

	font-size: 12px;

	list-style-type: none;	

	margin-right: 10px;

	

	}



.sb-item li { margin-top: 5px; }	

	

p.bodytext { 

	font-weight: normal;

	}



.sb-item a { color: #009; text-decoration: none; }

	

.sb-item a:hover {

	text-decoration: none;

	}



.page item current_page_item {

	color: #000;

	}



#sidebar ul ul .sb-item {

	font-size: 80%;

	

	}

	

a:hover {  color: #8D6C29;}



	

/* Headings */



.description {

	font-size: 1em;

	margin-bottom: 5px;

	margin-top: -20px;

	color: #fff;

	font-weight: bold;

	}
	

h2 {

	font-size: 1.6em; 

	line-height: 1.2;

	}



h2.pagetitle {

	font-size: 1.2em; 

	margin-top: 50px;

	margin-bottom: 30px;

	}



h3 {

	font-size: 1.3em;

	}





	

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: #000;

	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {

	text-decoration: none;

	color: #000;

	}





/* Images */

p img {

	padding: 0;

	max-width: 100%;

	}



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}

	

img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}

	

.alignleft {

	float: left

	} 



/* Forms */

#searchform {

	margin: 0 auto;

	padding: 5px 3px; 

	}



#sidebar #searchform #s {

	width: 115px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



		

.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	} 





/* Main Content Area */



body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: Verdana, Arial, Sans-Serif;

	background-color: #fff;

	color: #000;

	text-align: center;

	margin: 0;

	padding: 0; 

	}



textarea { width: 400px; } /* without this, the single and archive pages don't obey their table widths! */

		



.center {

	text-align: center;

	}



hr {

	display: none;

	}



.navigation { 

	margin: 10px;

	margin-bottom: 50px;

	}


