/* ---------------------------------------
MAIN STYLE SHEET
URL:		www.jonwrightdesign.co.uk
COPYRIGHT:	2010 - JON WRIGHT
------------------------------------------ */

/* RESET ALL BROWSER DEFAULTS */

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #dae1eb;
	background: black url(../global_images/body_bg.jpg) no-repeat 0 -100px;
}

.line {
	border-top: 1px solid #727B97;
	margin: 25px 0px;
}

#main_content p, #main_content li {
	font-size: 1.3em;
	line-height: 1.6em;
}

#main_content p {
	margin-bottom: 1em;
}

a:link, a:visited {
	color: #a2c437;
	text-decoration: none;
	border-bottom: none;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

a:hover, a:active {
	text-decoration: none;
	color: #dae1eb;
}

/* ---------- CONTAINER ---------- */

#container {
	width: 975px;
	margin: auto;
	position: relative;
}

/* ---------- LEFT COLUMN ---------- */

#column_left {
	width: 175px;
	float: left;
	position: relative;
}

#column_left #logo h1 {
	text-indent: -9999px;
	width: 175px;
	height: 175px;
	background-image: url(../global_images/logo.png);
	display: block;
}

#column_left ul li {
	line-height: 1.6em;
}

#column_left .find_things {
	background: url(../global_images/find_things.gif) no-repeat right top;
	display: block;
	width: 125px;
	height: 42px;
	text-indent: -9999px;
}

#column_left .other_stuff {
	background: url(../global_images/other_stuff.gif) no-repeat right top;
	display: block;
	width: 125px;
	height: 42px;
	text-indent: -9999px;
}

/* ---------- NAVIGATION ---------- */

#navigation {
	position: absolute;
	top: 300px;
	right: 0;
}

#navigation ul {
	margin: 25px 5px 25px 0px;
	font-size: 1.4em;
	text-transform: lowercase;
	text-align: right;
}

body#home li.home a,
body#services li.services a,
body#LINK li.LINK a,
body#about li.about a,
body#contact li.contact a {
	
}

/* ---------- RIGHT COLUMN ---------- */

#column_right {
	width: 750px;
	display: inline-block;
	float: right;
	position: relative;
	text-align: left;
}

/* ---------- CONTACT DETAILS ---------- */

#contact_details h3 {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../global_images/contact_me.png) no-repeat right top;
	display: block;
	width: 125px;
	height: 42px;
	text-indent: -9999px;
}

#contact_details {
	position: absolute;
	top: 25px;
	right: 0px;
	padding-top: 50px;
}

#contact_details p {
	text-align: right;
	line-height: 1.6em;
	font-size: 1.2em;
}

#contact_details .tel {
	font-size: 3em;
	margin-bottom: -5px;
}

/* ---------- HEADER ---------- */

#header {
	border-bottom: 1px solid #727B97;
	margin-bottom: 25px;
	padding-bottom: 25px;
	height: 250px;
	position: relative;
}

#header h2 {
	font-size: 8em;
	text-shadow: black 2px 3px 2px;
	position: absolute;
	top: 80px;
	left: -5px;
}

#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	line-height: 1.1em;
	position: absolute;
	bottom: 25px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	text-transform: lowercase;
}

/* ---------- MAIN CONTENT ---------- */

#main_content {
	min-height: 400px;
}

#main_content h3 {
	font-size: 1.9em;
	margin-bottom: 1em;
}

#main_content h4 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

/* ---------- MIDDLE COLUMN ---------- */

#middle_column {
	width: 500px;
	float: left;
	text-align: justify;
}

/* ---------- SIDEBAR ---------- */

#sidebar {
	width: 200px;
	float: right;
	
}

#sidebar h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	
}

#sidebar ul {
	margin-bottom: 25px;
}

#sidebar_photos {
	margin-bottom: 25px;
}

#sidebar_photos img {
	border: 3px solid #a2c437;
	margin: 0px 10px 10px 0px!important;
	display: block;
	-webkit-transition-property: border;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar_photos img:hover {
	border: 3px solid #dae1eb;
}

#sidebar .contact_details {
	font-weight: bold;
	width: 70px;
	display: inline-block;
}

/* ---------- HOMEPAGE PORTFOLIO SLIDESHOW ---------- */

#portfolio_slideshow {
	
}

#portfolio_slideshow img {
	height: 125px;
	width: 340px;
	display: block;
	margin-bottom: 20px;
	float: left;
	border: 5px solid #dae1eb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 50px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

#portfolio_slideshow img:hover {
	border-color: #a2c437;
}

#portfolio_slideshow h3 {
	font-size: 1.4em;
}

#portfolio_slideshow p {
	font-size: 1em;
	text-align: justify;
}

.slideshow {
	height: 135px;
	width: 750px;
}

.slideshow ul {
	margin: 0;
	padding: 0;
	background: transparent;
}

/* ---------- HOMEPAGE ADS ---------- */

#services_ads {
	height: 125px;
	width: 750px;
	display: block;
	border: 1px solid #727B97;
	border-right-style: none;
	border-left-style: none;
	margin: 25px 0px;
	position: relative;
}

#services_ads a:link, #services_ads a:visited {
	color: white;
	text-decoration: none;
	border-bottom: none;
	text-shadow: #000000 1px 1px 0px;
}

#services_ads a:hover, #services_ads a:active {
	text-decoration: none;
	color: #dae1eb;
}

#services_ads p {
	width: 75px;
	padding: 10px 0px 0px 10px;
	margin-bottom: 0;
}

#services_ads .col1,#services_ads .col2, #services_ads .col3, #services_ads .col4 {
	width: 150px;
	height: 75px;
	display: block;
}

#services_ads .col1 {
	background-image: url(../global_images/cms.jpg);
	position: absolute;
	left: 0px;
	top: 25px;
}

#services_ads .col2 {
	background-image: url(../global_images/web_design.jpg);
	position: absolute;
	left: 200px;
	top: 25px;
}

#services_ads .col3 {
	background-image: url(../global_images/seo.jpg);
	position: absolute;
	right: 200px;
	top: 25px;
}

#services_ads .col4 {
	background-image: url(../global_images/social.jpg);
	position: absolute;
	right: 0;
	top: 25px;
}

/* ---------- HOMEPAGE TWO COLUMNS ---------- */

#two_col_container .col_1 {
	width: 350px;
	display: block;
	float: left;
}

#two_col_container .col_2 {
	width: 350px;
	display: block;
	float: right;
}

/* ---------- HOMEPAGE PROJECT THUMBS ---------- */

#project_thumbs {
	position: relative;
	height: 75px;
}

#project_thumbs a:link, #project_thumbs a:visited {
	border: 3px solid #a2c437;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 71px;
	height: 71px;
	display: block;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

#project_thumbs a:hover, #project_thumbs a:active {
	border: 3px solid #dae1eb;
}

#project_thumbs .thumb_1, #project_thumbs .thumb_2, #project_thumbs .thumb_3, #project_thumbs .thumb_4 {
	width: 75px;
	height: 75px;
	position: absolute;
}

#project_thumbs .thumb_1 {
	top: 0px;
	left: 0px;
}

#project_thumbs .thumb_2 {
	top: 0px;
	left: 91px;
}

#project_thumbs .thumb_3 {
	top: 0px;
	right: 92px;
}

#project_thumbs .thumb_4 {
	top: 0px;
	right: 0px;
}

/* ---------- TWEETS ---------- */

#tweets {
	width: 350px;
	height: 115px;
	background-image: url(../global_images/tweet.gif);
}

#tweets p {
	padding: 15px 20px 20px 80px;
}

/* ---------- HOMEPAGE ARTICLE SUMMARY ---------- */

#article_home_summary {
	text-align: justify;
}

#article_home_summary img {
	float: right;
	border: 3px solid #a2c437;
	margin: 0 0 15px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 71px;
	height: 71px;
	display: block;
}

/* ---------- HOMEPAGE MUSIC ---------- */

.music_title {
	float: left;
}

.music_listen {
	float: right;
}

/* ---------- ARTICLES ---------- */

#articles {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}

.article {
	border-bottom: 1px solid #727B97;
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-align: justify;
}

.article .meta {
	margin-bottom: 35px;
	margin-left: 100px;
	text-align: left;
}

.article .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.article .article_category {
	display: block;
	font-style: italic;
	margin-top: -10px;
}

.article .main_image {
	margin-bottom: 25px;
}

.article .details {
	
}

.article img {
	border: 3px solid #dae1eb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.article .bookmarks {
	margin: 20px 0px 0px 0px;
}

.article .bookmarks a {
	margin: 0px 5px;
}

.article .bookmarks img {
	border: none;
}

.article li {
	margin: 0px 40px 0px 40px;
	line-height: 1.7em;
	list-style-type: disc;
}

.article code, .article blockquote {
	display: block;
	padding: 10px;
	margin: 20px 10px;
}

.article .img_left {
	float: left;
	margin: 10px 20px 10px 0px;
}

.article .img_right {
	float: right;
	margin: 10px 0px 10px 20px;
}

/* ---------- PACKAGES ---------- */

table#packages {
	margin: 25px 0;
	font-size: 1.2em;
	border-collapse: collapse;
}

table#packages td {
	padding: 5px;
	border: solid 1px #727B97;
}

table#packages th {
	text-transform: uppercase;
	padding: 8px 5px;
	background-color: #070e2c;
	border: solid 1px #727B97;
}

.col_center {
	text-align: center;
}

/* ---------- SERVICES ---------- */

.quotation {
	border: 1px solid #727B97;
	padding: 20px 20px 10px 20px;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 25px;
}

.quotation p {
	margin: 0;
	padding: 0;
}

ul.bullet_list {
	margin: 25px 25px 25px 35px;
	list-style-image: url(../global_images/bullet.gif);
}

/* ---------- PORTFOLIO ---------- */

#portfolio_home {
	
}

#portfolio_home a:link, #portfolio_home a:visited {
	border: 3px solid #a2c437;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	height: 150px;
	display: block;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

#portfolio_home a:hover, #portfolio_home a:active {
	border: 3px solid #dae1eb;
}

#portfolio_home .col_1 {
	float: left;
	margin: 0 0 15px 0;
}

#portfolio_home .col_2 {
	float: left;
	margin: 0 0 15px 15px;
}

#portfolio_home .col_3 {
	float: right;
	margin: 0 0 15px 0;
}

.portfolio_main_image img {
	border: 5px solid #dae1eb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px 0px;
}

/* ---------- CLEARFIX ---------- */

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */

/* ---------- FOOTER ---------- */

#footer {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #727B97;
	display: block;
	float: left;
	width: 750px;
}

#footer .left_col {
	float: left;
	width: 450px;
	margin-bottom: 25px;
}

#footer .right_col {
	float: right;
	width: 250px;
	text-align: right;
}

#footer ul {
	margin-bottom: 25px;
	font-size: .9em;
	line-height: 1.7em;
}

/* ---------- CONTACT FORM ---------- */

#contact_form {
	margin-top: 25px;
}

#contact_form fieldset {
	padding: 15px 0px;
	border-top: 1px solid  #727B97;
	border-width: 1px 0px 0px 0px;
	position: relative;
	margin: 20px 0px;
}

#contact_form legend {
	height: 25px;
	line-height: 25px;
	font-size: 1.3em;
	text-transform: uppercase;
	position: relative;
	padding: 2px 20px;
	margin: 0;
	background-color: #a2c437;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact_form ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#contact_form ul li {
	border: 1px solid #727B97;
	line-height: 1.7em;
	clear: both;
	width: 480px;
	margin-bottom: 7px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding: 7px 0px 6px 20px;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#contact_form ul li:hover {
	background-color: #4c4c4c;
}

#contact_form label {
	
	width: 250px;
	float: left;
	line-height: 1.7em;
}

#contact_form .textfield {
	width: 200px;
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
}

#contact_form .textfield_area {
	height: 200px;
	width: 200px;
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
}

#contact_form .submit_button {
	border: 1px solid silver;
	text-transform: uppercase;
	background-color: black;
	padding: 3px 10px;
	color: white;
	font-size: 11px;
	margin-left: 355px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#contact_form .submit_button:hover {
	border: 1px solid silver;
	background-color: #4c4c4c;
	color: white;
}

/* ---------- SEARCH FORM ---------- */

#search_form {
	margin-bottom: 25px;
}

#search_form .textfield {
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
}

#search_form .submit_button {
	border: 1px solid #727B97;
	text-transform: uppercase;
	background-color: black;
	padding: 3px 10px;
	color: white;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#search_form .submit_button:hover {
	border: 1px solid #727B97;
	background-color: #4c4c4c;
	color: white;
}

fieldset {
	border: 1px solid #ccc;
	margin: 25px 0 25px 0;
	padding: 10px 0 10px 25px;
}

/* ---------- COMMENT FORM  ---------- */

#comment_form {
	margin-top: 20px;
}

#comment_form label {
	
}

#comment_form fieldset {
	border: none;
	padding: 0;
}

#comment_form ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#comment_form ul li {
	border: 1px solid #727B97;
	line-height: 1.7em;
	width: 100%;
	clear: both;
	margin-bottom: 7px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding: 7px 0px 6px 20px;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#comment_form ul li:hover {
	background-color: #4c4c4c;
}

form#comment_form {
	float: left;
	width: 100%;
}

#comment_form .textfield {
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
}

#comment_form .textarea {
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
}

#comment_form .submit_button {
	border: 1px solid #727B97;
	text-transform: uppercase;
	background-color: black;
	padding: 3px 10px;
	color: white;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#comment_form .submit_button:hover {
	border: 1px solid #727B97;
	background-color: #4c4c4c;
	color: white;
}

#comments .odd {
	border: 1px solid #727B97;
	background-color: #4c4c4c;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comments .even {
	border: 1px solid #727B97;
	background-color: #000;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ---------- QUOTE FORM  ---------- */

#quote_form {
	
}

#quote_form p {
	padding-left: 20px;
}

#quote_form .fieldset_info {
	margin: 20px 20px 20px 0;
	clear: both;
}

#quote_form fieldset {
	padding: 15px 0px;
	border-top: 1px solid  #727B97;
	border-width: 1px 0px 0px 0px;
	position: relative;
	margin: 10px 0px;
}

#quote_form legend {
	height: 25px;
	line-height: 25px;
	font-size: 1.3em;
	text-transform: uppercase;
	position: relative;
	padding: 2px 20px;
	margin: 0;
	background-color: #a2c437;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#quote_form ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#quote_form ul li {
	border: 1px solid #727B97;
	line-height: 1.7em;
	clear: both;
	margin-bottom: 7px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding: 7px 0px 6px 10px;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

#quote_form ul li:hover {
	background-color: #4c4c4c;
}

#quote_form label {
	padding-left: 10px;
	width: 230px;
	float: left;
	line-height: 1.7em;
	text-align: left;
}

#quote_form .textfield {
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
	width: 200px;
}

#quote_form .textfield_area {
	border: 1px solid #727B97;
	background-color: black;
	color: silver;
	padding: 3px;
	width: 200px;
}

#quote_form .submit_button {
	border: 1px solid #727B97;
	text-transform: uppercase;
	background-color: black;
	padding: 3px 10px;
	color: white;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
	margin-left: 335px;
}

#quote_form .submit_button:hover {
	border: 1px solid #727B97;
	background-color: #4c4c4c;
	color: white;
}

label.error {
	color: red;
	line-height: 20px!important;
	padding-left: 30px!important;
	float: left!important;
	clear: both!important;
	text-align: left!important;
	margin-left: 280px!important;
	font-size: .9em!important;
	margin-bottom: 5px!important;
	margin-top: 10px!important;
	width: 180px!important;
	background: url(../global_images/alert.jpg) no-repeat left center!important;
}

.required_star {
	color: red;
}