@charset "UTF-8";
/* Written and Designed by Yorkshire media Limited  All rights reserved.
----------------------------------------------------------------------------------------------------*/
/* HTML Reset - http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {clear: both}
/* HTML Styles
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #3f3436;
	font-family: Arial, Helvetica, Sans-Serif;
	min-width: 960px;
	font-size: 14px;
}

* {outline: none;}

/* Container
----------------------------------------------------------------------------------------------------*/

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 400px;
	height: auto !important;
	height: 650px;
	overflow: visible;
	top: 0px;
	background: white;
	padding-bottom: 50px;
}

/* Structural Elements
----------------------------------------------------------------------------------------------------*/

	/* Header Elements
----------------------------*/

header {
	position: relative;
	height: 115px;
	top: 0px;
	background: url(../images/logo/yorkshire-media-logo.png) no-repeat right 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-bottom: dotted #3f3436 2px;
}


	/* Nav Elements
----------------------------*/
nav {
	float: left;
	width: 70%;
	margin-top: 60px;
}

nav ul
	{
	font-size: 16px;
	width:100%;
	float:left;
	}
		
nav ul a
	{
	text-align: center;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
	line-height: 35px;
	height: 35px;
	margin-right: 27px;
	font-weight: bold;
	transition: color .25s;
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
}
	
nav ul a:link, nav ul a:visited, nav ul a:active	/* menu at rest */
	{
	color: #3f3436;
	text-decoration:none;
	text-transform: uppercase;
	}
	
nav ul a:hover						/* menu on mouse-over  */
	{
	color: #eb0333;
	}	
	
nav ul a.top_parent, nav ul a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
nav ul a.parent, nav ul a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

nav ul a.active {color: #eb0333} nav ul a.active:hover {color: #3f3436}

nav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

nav ul li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

nav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1px;
	margin: 0px 0 0 0px;
	}

nav ul ul ul
	{
	top:0;
	left:100%;
	}

nav ul li:hover
	{
	cursor:pointer;
	z-index:100;
	}

nav ul li:hover ul ul,
nav ul li li:hover ul ul,
nav ul li li li:hover ul ul,
nav ul li li li li:hover ul ul
{display:none;}

nav ul li:hover ul,
nav ul li li:hover ul,
nav ul li li li:hover ul,
nav ul li li li li:hover ul
{display:block;}


	/* Content Elements
----------------------------*/

section.main_content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

article#content, article#twitter {
	position: relative;
	width: 960px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-top: 10px;
}

article#content h2, article#twitter h2 {
	float: left;
	width: 180px;
	margin: 10px 30px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 50px;
	background: url(../images/structure/square-logos.jpg) left top no-repeat;
}
article#twitter h2 {
	background-position: left bottom;
	color: #05cdfc;
}
article#content .copy, article#twitter .copy {
	float: right;
	width: 700px;
	margin-top: 10px;
}
article span {
	color: #eb0333;
}
	/* Footer Elements
----------------------------*/

footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	line-height: 25px;
	top: 0px;
	padding-bottom:20px;
}

	/* Footer Boxes
----------------------------*/

footer .box {
	width: 222px;
	margin-right: 10px;
	height: 140px;
	height: auto !important;
	min-height: 140px;
	padding: 5px;
	float: left;
	margin-bottom:20px;
}
footer .box p {
	color: #878686;
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 20px;
	width: auto;
}

footer .box h4 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}

footer .box a { color: inherit } footer .box a:hover { color: white }

	/* contact page Elements
----------------------------*/
section.main_content.contact {width: 900px;padding-left: 60px;}
article.contact {width: 460px;float: left;}
img.yorkshire-media-mug {float: right;margin: 60px 57px 0 0;}

article.contact h2 {font-size: 18px;margin-bottom: 15px;}

article.contact form.contactForm input, article.contact form.contactForm textarea {
	border: 1px black solid;
	width: 250px;
	height: 25px;
}
article.contact form.contactForm label {float: left; width: 80px; margin-right: 20px;}
article.contact form.contactForm textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	height: 80px;
}
article.contact form.contactForm input.submit {
	margin-left: 100px;
	width: 60px;
	background-color: #3f3436;
	border: 0;
	color: white;
}
article.contact form.contactForm input.submit:hover {
	background-color: #da133c;
	cursor: pointer;
}



/* Text Styles
----------------------------------------------------------------------------------------------------*/

.thumbnail {
	float: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid black;
}
.thumbnail:hover {border-color: red;}
h1 {
	font-size: 24px;
	text-align: left;
	color: #eb0333;
	line-height: 60px;
	width: 960px;
	position: relative;
	margin: 0 auto;
}
strong {font-weight: bold}
p, section ul {
	line-height: 20px;
	margin-bottom: 15px;
}
section li {margin-left: 45px; list-style: disc;}
a {color: #eb0333;text-decoration: none}
a:hover {color: #3f3436;}

a.sb {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px 5px 0;
	
}
 a.sb.min {
	background-color: transparent;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
 a.sb.min:hover {background-color:white}
a.twitter {
	background-image: url(../images/social/white_twitter_bird.png);
}
a.linkedin {
	background-image: url(../images/social/white_linkedin.png);
}
a.facebook {
	background-image: url(../images/social/white_facebook.png);
}
a.plusone {
	background-image: url(../images/social/plusone.png);
}

.shadow {
	-moz-box-shadow: 0px 3px 4px #7a7a7a;
	-webkit-box-shadow: 0px 3px 4px #7a7a7a;
	box-shadow: 0px 3px 4px #7a7a7a;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#7a7a7a')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#7a7a7a');
}


/* Contact */

#contact p, label, legend { "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { float: left; width: auto; margin: 1px auto; padding: 10px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { font-size: 13px; margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('/images/page_specific/contact/assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('/images/page_specific/contact/assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


/* admin
----------------------------------------------------------------------------------------------------*/

.info-box {display:block; border:1px solid #AFDBEE; background: url(../images/mini-icons/info.png) no-repeat scroll 8px 55% #E4F5FD; padding:10px 10px 10px 35px; margin:0; color:#2A80A7; font-size:13px; position:relative;}
.info-box a {color:#2A80A7;}
.info-box a:hover {color:#2A80A7;}
.info-box, .warning-box, .success-box, .error-box {margin-bottom:20px; margin-top:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.button {padding:6px; font-size:10px; text-transform:uppercase;background:#333333; color:#fff; text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; margin-bottom:8px; border:none;}
.button:hover { background:#ffb03a; color:#333333; text-decoration:none;}
.button-admin {padding:6px; font-size:10px; text-transform:uppercase;background:#c0c0c0; color:#fff; text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; margin-bottom:8px; border:none;}
.button-admin:hover { background:#444; color:#333333; text-decoration:none;}
.warning-box {display:block; border:1px solid #efdc75; background: url(../images/mini-icons/warning.png) no-repeat scroll 8px 55% #fff7cb; padding:10px 10px 10px 35px; margin:0; color:#DB7701; font-size:13px; position:relative;}
.warning-box a {color:#DB7701; border-bottom:#DB7701 1px solid;}
.warning-box a:hover {color:#DB7701; border-bottom:none !important;}

.success-box {display:block; border:1px solid #b3dc7c; background: url(../images/mini-icons/success.png) no-repeat scroll 8px 55% #e8ffca; padding:10px 10px 10px 35px; margin:0; color:#527A19; font-size:13px; position:relative;}
.success-box a {color:#527A19;}
.success-box a:hover {color:#527A19;}

.error-box {display:block; border:1px solid #ebb1b1; background: url(../images/mini-icons/error.png) no-repeat scroll 8px 55% #ffd6d6; padding:10px 10px 10px 35px; margin:0; color:#9d2121; font-size:13px; position:relative;}
.error-box a {color:#9d2121; border-bottom:#9d2121 1px solid;}
.error-box a:hover {color:#9d2121; border-bottom:none !important;}

.info-box, .warning-box, .success-box, .error-box {margin-bottom:20px; margin-top:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

@charset "utf-8";

* {
	outline: none;
}


/* Writen and Designed by WSD 2011. All rights reserved.
----------------------------------------------------------------------------------------------------*/