/* James White - Freelance Web Design Services
    style.css (Global stylesheet)
    Designed and Coded by James White 
*/

body {
	margin:0;
	padding-bottom:20px;
  	background:url(images/body-bg.png) repeat-x #222;
  	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

h1 { 
	color:#dedede;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:30px;
}

h2 { 
 	margin-top:7px;
 	font-size:24px;
}

h3 { 
	font-size:20px;
	letter-spacing:-1px;
	color:#777;
	font-style:italic;
}

a { 
	color:#222;
	font-weight:bold;
}

a:hover {
	color:#444;
}

form { 
   	 border:none;
}

input { 
	background:#eaeaea;
	 border:1px solid #ccc;
	 padding:3px;
	 width:322px;
	 height:25px;
	 margin:-5px 0 10px 0;
	 position:relative;
	 font-size:16px;
}

#recaptcha_response_field { 
	height:20px;
	font-weight:bold;
}

#recaptcha_instructions_image{
	color:#fff;
}

input:hover { 
	background:#fff;
}

.field_required {
	color:#ff0000;
	font-size:14px;
	position:absolute;
	margin-left:5px;
}

.key {
	color:#ff0000;
	font-size:14px;
}

label {
	font-weight:bold;
	position:relative;
	display:block;
}

textarea {
	background:#eaeaea;
	padding:10px;
	border:1px solid #ccc;
	font-family:Verdana, Helvetica, sans-serif;  
	font-size:14px; 
	width:335px;
	height:135px; 
}

textarea:hover { 
	background:#fff;
}

#submit { 
	margin:-4px 0px 0px -1px;
	width:359px;
 	height:34px;
 	background:#333;
 	text-transform:uppercase;
 	letter-spacing:1px;
 	font-size:12px;
 	font-weight:bold;
	color:#fff;
	border:1px solid #ccc;
}

#submit:hover {
	background:#555;
	color:#fff;
	cursor:pointer;
}

.submission {
	background:#eee;
	border:1px solid #dedede;
	padding:10px;
	width:650px;
}

#info { 
	width:100%;
	bottom:0;
	position:fixed;
	background:#000;
	padding:5px;
	height:20px;
}

#info p { 
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
}

#wrapper {
  	width:100%;
}

#header {
	width:100%;
  	background:url(images/header_bg.png);
  	height:125px;
}

#header-contents {
	width:900px;
	margin:0px auto;
}

#logo {
	position:absolute;
	margin:0px 0 0 -10px;
	border:none;
}

.page-title {
	margin:-10px 0 0 -12px;
}

#navigation {
	position:absolute;
	top:15px;
	margin-left:474px;
}

#navigation li {
	display:inline;
	list-style-type:none;
}

#navigation li a {
	float:left;
  	padding:5px 10px 5px 10px;
  	color:#dedede;
  	font-size:11px;
  	letter-spacing:1px;
  	text-transform:uppercase;
  	text-decoration:none;
  	border-right:1px solid #555;
	text-align:center;
	font-weight:normal;
	border-bottom:none;
}

#navigation li a:hover {
  	color:#ccc;
  	border-bottom:2px solid #999;
}

.nav-left {
	border-left:1px solid #555;
}

#container {
  	width:900px;
  	margin:25px auto;
}

#content {
  	padding:20px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
  	border:1px solid #000;
  	-moz-box-shadow:0px 5px 50px #000;
  	-webkit-box-shadow:0px 5px 50px #000;
	background:url(images/globe-watermark.png) no-repeat bottom right #fff;
}

#slider {
	width:839px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer div.panel {
	width: 845px;
}

.scroll {
	width: 845px;
 	overflow: auto;
  	position: relative;
}

.scrollButtons {
	position:absolute;
  	cursor:pointer;
	top:220px;
}

.scrollButtons.left {
	left:-69.5px;
}

.scrollButtons.right {
	right:-70.5px;
}

.scrollButtons.left:hover {
	background:url(http://james-white.co.uk/images/scroll_left_hover.png);
}

.scrollButtons.right:hover {
	background:url(http://james-white.co.uk/images/scroll_right_hover.png);
}

#welcome_text { 
	font-style:italic;
}

#form-right {
	float:right;
	width:460px;
	padding:10px;
	margin-bottom:20px;
}

.captcha-box { 
	padding:10px;
	width:320px;
	background:#eee;
	border:1px solid #dedede;
	margin:20px 0 0 70px;
}

.captcha-box p {
	color:#000;
	font-style:italic;
	margin-left:10px;
	font-size:12px;
}

ul.portfolio {
	margin:0 0 0 35px;
	list-style-type:none;
}

ul.portfolio li {
	display:inline;
	float:left;
	width:285px;
	margin:12px 100px 10px 0;
}

ul.portfolio li img {
	padding:7px;
	background:#dedede;
	border: 1px solid #ccc;
}

.live {
	background:#000;
	width:291px;
	padding:5px;
	height:13px;
	text-align:center;
	border:none;
}

.live a {
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:normal;
	border:none;
}

.live:hover {
	background:#444;
}

.live a:hover {
	color:#fff;
}

#pagination { 
	clear:both;
	text-align:center;
	padding:15px;
}

#pagination a { 
	padding:8px;
	border:1px solid #000;
	background:#444;
	text-decoration:none;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:10px;
}

#pagination a:hover { 
	background:#999;
}

#contact-form {
	margin: 20px 0 20px 2px;
}

#footer {
	height:30px;
  	font-size:11px;
  	width:888px;
  	background:#000;
  	color:#fff;
  	text-transform:uppercase;
  	letter-spacing:1px;
  	padding:5px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
  	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
  	border:1px solid #000;
  	border-top:none;
}

#footer a {
	color:#fff;
	font-weight:normal;
	border-bottom:none;
}

#footer a:hover { 
	color:#777;
}

.footer-left{ 
  	float:left;
  	margin:7px 0 0 10px;
}

.footer-right { 
  	float:right;
  	margin:7px 10px 0 0;
}
