/*  
Theme Name: scorpionsPOW
Theme URI: http://gruyerecricket.com
Description: Custom theme developed for gruyerecricket.com.
Author: DeanP
Version: 1.2

Changelog:

1.0
The inital release of the theme.
1.1
Adjustment of the background image size, and mended the search form
1.2
Add google analytics code.

*/

/***** Structure *****/
body {
	text-align:				center;
	min-width:				940px;
	padding:					0;
	margin:					0;
	background-image:		url('images/bg.png');
	background-repeat:	no-repeat;
	background-position: center top;
	background-color:		#eeeeee;
}

#wrapper {
	margin-left:			auto;
	margin-right:			auto;
	width:					940px;
	text-align:				left;
	font-family:			"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:				13px;
}

#header {
	width:					740px;
	height:					200px;
	background-image:		url('images/scorp_logo.gif');
	background-repeat:	no-repeat;
	background-position:	left bottom;
	padding-top:			70px;
	padding-left:			200px;
	position:				relative;
}

#main {
	background-image:		url('images/white_bg.png');
	background-repeat:	repeat;
	background-color:		white;
}

#search {
	position: absolute;
	right: 10px;
	/*width: 260px;*/
	bottom: 50px;
}

#right_side {
	float:					right;
	width:					224px;
	padding-left:			7px;
	padding-right:			14px;
	margin:					0px;
}

#left_side {
	float:					left;
	width:					670px;
	margin:					0px;
	padding-right:			7px;
	padding-left:			14px;
}

#footer {
	clear:					both;
	position:				relative;
}

/***** Widgets *****/
#urgent {
	background-color:		#f8f8c8;
	border:					1px solid #f4d850;
	padding:					4px;
	margin-top:				11px;
}

/***** Text *****/
h1,h2 {
	display:					none;
}

h3 {
	font-weight:			bold;
	font-size:				14px;
	padding-top:			20px;
	border-bottom:			1px solid #dedede;
	margin-bottom:			4px;
}

#urgent h3 {
	padding-top:			0px;
	margin-top:				0px;
}

ul, ol {
	padding-top:			0px;
	padding-bottom:		0px;
	margin-top:				0px;
	margin-bottom:			0px;
}

p {
	margin-top:				0px;
	margin-bottom:			18px;
	line-height:			1.5em;
}

a, a:link, a:active ,a:visited {
	text-decoration:		none;
	color:					#555555;
}

a:hover {
	text-decoration:		underline;
	color:					#555555;
}

/***** Recent Atricles on front page *****/
p span.fp_title {
	font-size:				14px;
	font-weight:			bold;
}

p span.fp_subtitle, p span.fp_subtitle a {
	color:					#999999;
}

#fp_title_line {
	margin-bottom:			0px;
}

/***** Search in the header *****/
input#searchtext {
	width: 205px;
}

/***** Bullet lits in sidebar *****/
div#right_side ul { /*sorrounding unorderd list*/
	padding-left:			0px;
	margin-left:			20px;
}

div#right_side ul li { /*first level*/
	list-style-type:		square;
	padding-top:			4px;
	padding-left:			0px;
}

div#right_side ul li li { /*second level*/
	list-style-type:		none;
	padding:					0px;
	margin-left:			-20px;
}

/***** Footer specific stuff *****/
#footer #logos {
	height:					150px;
	text-align:				right;
	/*when logos are decided up, they an img needs to be declared here with the vertical-align set*/
	
}

#footer #copyright_line {
	border-top:				3px solid #47e747;
	background-color:		#06266f;
	color:					#6c86d5;
	text-align:				center;	
}

