/*----------------------------------------------------
	
	SCREEN.CSS
	
	SITE: www.zippy.co.uk
	CREATED: Thu 13.05.10 @ 15:16
	AUTHOR: Kean Richmond
	
----------------------------------------------------*/

@import url("reset.css");


/*--- 00. Common Elements ---------------------------------------------------------------------------*/

body						{background:url(/img/_bkg.jpg) top center no-repeat #E2E2E2; font-family:Arial, Helvetica, sans-serif; font-size:62.5%;}

#main-container				{margin:58px auto; position:relative; width:960px;}

p							{color:#C7C7C7; font-size:2.4em; padding:18px 0; text-align:center;}
a							{text-decoration:none;}
p#bronco a					{color:#26ACE2;}
p#bronco a:hover			{color:#0C73AF;}
p#davidnaylor a				{color:#8DC740;}
p#davidnaylor a:hover		{color:#008852;}

h1							{background:url(/img/_logo.png) no-repeat; height:128px; margin:57px auto; text-indent:-9999px; width:333px;}
h2							{background:url(/img/_comingsoon.png) no-repeat; height:51px; margin:27px auto; text-indent:-9999px; width:342px;}


/*--- 51. Form Elements ---------------------------------------------------------------------------*/

#p_security					{clear:both; display:none; height:0px; visibility:hidden;}
#p_security label			{float:none; padding:0 0 4px 0; text-align:left; width:auto;}
#p_security .input_box		{display:block; float:none;}


/*--- 52. Response Elements ---------------------------------------------------------------------------*/

#msg_response				{background:url(/img/response_bkg.jpg) #FFFFFF repeat-x; border:1px solid #CCCCCC; clear:both; cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:11px!important; font-weight:bold; line-height:1.3em; margin:20px 0; padding:1px; position:relative; zoom:1; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#msg_response a				{color:#333333;}
#msg_response a:hover		{text-decoration:none;}
#msg_response span			{background:url(/img/response_close.gif) no-repeat; height:11px; position:absolute; right:10px; top:8px; width:10px;}

#msg_response div			{padding:6px 46px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.msg_error					{background:url(/img/response_error.jpg) left center no-repeat; color:#B7220A;}
.msg_success				{background:url(/img/response_success.jpg) left center no-repeat; color:#0F8915;}


/*--- 53. Skip Link ---------------------------------------------------------------------------*/

#skip_link					{float:left; margin:0 0 0 -9999px; text-decoration:none;}
#skip_link:focus			{background:#333333; border-bottom:1px solid #FFFFFF; border-right:1px solid #FFFFFF; color:#FFFFFF; font-size:11px; margin:0; padding:3px 7px 3px 5px; position:relative; z-index:1000;}
