/****************************************
*	Style Sheet for You got Me Thinking	*
*			Client: Kevin Mackin		*
*			Created: 05/07/08			*
*			(c) SPN web design			*
*****************************************/

/****************************************
*			Generic Styles				*
*****************************************/

*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body{
	background-image: url("images/back.png");
	background-repeat: no-repeat;
	background-color: #cff;
	background-position: center;
}

/****************************************
*			Header Styles				*
*****************************************/

.header{
	background-color: #339;
	height: 120px;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
	border-bottom: 2px solid #666;
} 

h1{
	width: 810px;
	color: #fff;
	font-weight: normal;
	margin: 0 auto 0 auto;
	height: 119px;
	text-indent: -999999px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}

h2{
	font-weight: normal;
	font-size: 110%;
	border-bottom: 1px dashed #339;
	width: 580px;
}

h2.standard{
	width: 780px;
}

h2.h-right {
	margin-left: 180px;
}
h3{
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 99%;
	color: #339;
}

h3.your{
	font-size: 150%;	
}

h4{
	font-size: 150%;
	text-align: center;
}

/****************************************
*		    Navigation Styles			*
*****************************************/

ul.nav{
	width: 800px;
	text-align: right;
	padding-top: 5px;
}

ul.nav li{
	display: inline;
	list-style-type: none;
	margin: 0 15px 0 55px;
}

ul.nav li a {
	text-decoration: none;
	color: #333;
}

ul.nav li a:hover{
	color: #666;
}

/****************************************
*		    content Styles			*
*****************************************/

p.191208{
	margin-top: -100px;
}

.xmas{
	color: #c33;
	font-style: italic;
}

.xmas-your{
	color: #c00;
	font-size: 200%;
}

#main{
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	padding-left: 10px;
	padding-bottom: 40px;
	background-color: #fff;
}

.content{
	width: 800px;
	margin: 40px auto 0 auto;
	border-top: 0;
}

.content p{
	padding: 10px 0 10px 0;
	font-size: 90%;
	width: 800px;
}

.content p.right{
	width: 600px;
	height: 150px;
	padding-left: 180px;
	background-image: url("images/think-right.png");
	background-position: left top;
	background-repeat: no-repeat;
} 

.content p.left{
	width: 550px;
	padding-right: 200px;
	background-image: url("images/think-left.png");
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
}

.center {
	width: 750px;
	height: 300px;
	margin: 5 auto;
}

.center p.presenter {
	width: 430px;
	height: 300px;
	padding-top: 20px;
	margin: 0;
	font-size: 95%;
	margin-right: 20px;
	float: left;
	background-image: url("images/think-left.png");
	background-position: center;
	background-repeat: no-repeat;
}

.slide{
	padding: 0;
	float: right;
	clear: right;
	margin-left: 30px;
	margin: auto 0;
	padding-top: 20px;
}

.itunes{
	margin-bottom: 20px;
	margin-top: 10px;
}

.blog{
	clear: both;
	margin-top: 0px;
}

.your-page span{
	font-style: italic;
	color: #339;
}

/********************************************
 * 					Contact					*
********************************************/

form.contact{
	width: 600px;
	margin-top: 20px;
	padding-left: 80px;
	margin-bottom: 30px;
	background-image: url("images/think-left.png");
	background-position: right;
	background-repeat: no-repeat;
	font-size: 90%
}

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 0;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 180px;
	margin-right: 5px;
}

label.enquiry{
	width: 300px;
}

textarea.enquiry{
	font-size: 90%;
}

fieldset.submit
{
	float: none;
	border: 0;
	padding-left: 11em;
}

/****************************************
*		      footer Styles				*
*****************************************/

.footer{
	background-color: #339;
	height: 120px;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
	border-top: 2px solid #666;
} 

ul.second-nav{
	width: 810px;
	margin: 10px auto 0 auto;
	list-style-type: none;
}

ul.second-nav li a{
	font-size: 80%;
	color: #000;
	text-decoration: none;
}

ul.second-nav li a:hover{
	text-decoration: underline;
}

ul.sn-left{
	float: left;
}

ul.sn-right{
	float: right;
	text-align: right;
}

ul.sn-left li{
	display: block;
	padding-top: 10px;
}

 ul.sn-right li{
	display: block;
	padding-top: 10px;
}
