/*   
Theme Name: Waltons Games
Theme URI: http://www.waltonsgames.com
Description: A Wordpress theme for Walton's Games
Author: Jason Blanton
Author URI: http://www.jason-blanton.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 90% Verdana, serif; color: #666;}
ul { list-style: none inside; margin: 0; padding: 0;}
li { margin: 0; padding: 0;}
p { font-size: 90%; margin-bottom: 10px;}
a { outline: none; color: #666; text-decoration: none; }
a img { border: none;}
img { margin: 0; padding: 0; }
h1 { font-size: 140%; font-weight: bold; color: #666; margin-bottom: 8px;}
h2 { font-size: 105%; font-weight: bold; color: #666; margin-bottom: 8px;}
h3 { font-size: 100%; font-weight: normal; color: #666;}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.justify { text-align: justify; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 780px;
	margin: 0 auto;
	background-color: #f3f3f3;
}
#header {

}
#header a img{
	float: left;
}
#navigation {
	float: left;
	width: 172px;
	background-color: #f3f3f3;
	padding-bottom: 10px;
}
#navigation li {
	line-height: 200%;
	font-size: 75%;
	text-decoration: none;
	color: #666;
	margin-left: 10px;
}
.current_page_item  { font-weight: bold; }
.current-cat  { font-weight: bold; }
#content {
	float: left;
	padding: 20px;
	width: 568px;
	min-height:400px;
	background-color: #fff;
}
.breadcrumb { margin-bottom: 10px; }
.waltonspicks {
	width: 568px;
	border-top: 1px solid #c4c7c9;
	padding: 10px;
	line-height: 120%;
}
.catcontain{
	width: 568px;
	border-top: 1px solid #c4c7c9;
	font-size: 75%;
	line-height: 130%;
}
.catleft {
	float: left;
	width: 263px;
	height: 111px;
	border-right: 1px solid #c4c7c9;
	padding: 10px;
}
.catright {
	float: left;
	width: 263px;
	height: 111px;
	padding: 10px;
}
.singleimage {
	float:left;
	padding-right: 20px;
	width: 260px;
}
.singletext {
	float: left;
	width: 260px;
}
.singletext h2 { margin-bottom: 0px; }
.singlehr {
	clear: both;
	height: 1px;
	padding-top: 10px;
	margin-top: 10px;
	border-top:1px solid #c4c7c9;
	width: 260px;
}
#footer {
	border-top:3px solid #c4c7c9;
	padding-top: 10px;
	text-align: center;
}
.footerlinks ul {
	text-transform:uppercase;
	display: inline;
	list-style-type: none;
	list-style-image:none;
	margin:0;
	width: 500px;
}
.footerlinks li, .footerlinks li li, .footerlinks li li li {
	display: inline;
}
.footerlinks a {
	text-decoration:none;
	font-size: 60%;
}
.formcontainer fieldset { padding: 15px; }
.formcontainer legend { padding: 5px; }
.formcontainer input, textarea { padding: 5px; margin: 10px;}
.formcontainer label { margin: 10px;}
.form-submit { text-align: center; }
/* END STRUCTURE */

