html	{width:100%; }
body	{width:100%; margin:0; padding:0; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:90%; background:#333534; color:#FFFFFF; line-height:140%; }

/*default styles*/
a		{color:#FFFFFF; text-decoration:underline; }
a:hover	{text-decoration:none; }
p		{padding:0 0 20px 0; margin:0; }
h1		{font-size:150%; font-weight:normal; margin:0 0 20px 0; padding:0; }

/*structural*/
#all			{width:780px; margin:20px auto; text-align:left; padding:20px; background:#FFFFFF; }
.content		{
	background:#333534;
	text-align:left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
ul#directions	{margin:0 0 20px 10px; padding:0; width:340px }

/*navigation
ul#nav			{margin:20px 0; padding:12px 0 0 20px; background:#333534; color:#FFF; min-height:30px; }
#nav li			{display:inline; padding:0; list-style:none; font-family:Georgia, "Times New Roman", Times, serif; }
ul#nav li a		{float:left; height:21px; text-indent:-9999px; padding:0 15px; }*/

/*custom nav buttons*/
li#homeLink a		{background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/nav/home.gif) no-repeat left top; width:51px; }
li#aboutLink a		{background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/nav/about.gif) no-repeat left top; width:76px; }
li#foodLink a		{background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/nav/the-food.gif) no-repeat left top; width:77px; }
li#directionsLink a	{background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/nav/directions.gif) no-repeat left top; width:82px; }
li#contactLink a	{background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/nav/contact.gif) no-repeat left top; width:163px; }
li#pressLink a		{background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/nav/press.gif) no-repeat left top; width:40px; }

/*custom headings*/
#header			{
	display:block;
	margin:0;
}
#header h1{line-height:31px; letter-spacing:0.50px; font-family:Georgia, "Times New Roman", Times, serif; font-size:21px; color:#333534; font-weight:normal;}
.content h1{line-height:30px; letter-spacing:0.80px;font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; color:#FFFFFF; font-weight:normal;}


/*image styling*/
.floatRight			{float:right; padding:0 0 20px 20px; }
img.floatRight		{border:0; }
.floatLeft 			{float:left; padding:0 20px 20px 0; }
img.floatLeft		{border:0; }

/*contact page*/
#contactPage form			{width:380px; float:right; margin:0; padding:0 0 0 20px; }
#contactPage dl				{margin:0; padding:0; }
#contactPage dt				{display:block; margin:0; padding:0 0 5px 0; font-weight:bold; font-size:120%; }
#contactPage dd				{display:block; margin:0; padding:0 0 15px 0; }
#contactPage input			{width:95%; font-size:120%; padding:2px; border:2px solid #000000; font-family:Arial, Helvetica, sans-serif; }
#contactPage textarea		{width:95%; font-size:120%; padding:2px; border:2px solid #000000; font-family:Arial, Helvetica, sans-serif; }
#contactPage #buttons input	{width:100px; }
#contactPage #buttons 		{text-align:center; }

hr	{background:#333534; border:1px solid #333534; padding:10px; margin:1px; clear:both; height:1px; }

#christmasTime	{float:right; background:#FFFFFF; padding:10px; width:380px; color:#333534; }
#christmasTime h1	{text-indent:-9999px; margin:0; padding:0; background:url(http://www.thegeorgeanddragon.com/themes/georgeanddragon/images/custom-headings/christmas.jpg) no-repeat top left; width:329px; height:35px; font-size:0%; }

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */
