/* lanqua CSS file    */
/* Created 09/01/08 Graham Gilchrist */

/* reset all browser defaults */
* {margin: 0; padding: 0; border: none;}

/* fonts */
#content, #footer,  #themesnav { 
	font-family: Lucida sans unicode, Lucida Sans, verdana, helvetica, arial, sans-serif ; 
	font-size: 90%;
} 
#header, #topnav, #botnav, #content h2, #themesnav h2,  #content h3
{ font-family: Garamond, Georgia, "Times New Roman", Times, serif; }

/* links */
#topnav a { color: #666666; border-bottom: 4px solid transparent; text-decoration: none;}
#botnav a { color: #999999; text-decoration: none;}
#topnav a:hover, #topnav a.active { border-bottom: 4px solid #4f72aa; }
#botnav a:hover { text-decoration: underline; }
#themesnav a { color: #666666; text-decoration: none;}
#themesnav a:hover, #themesnav a.active { text-decoration: underline; }
#footer a { color: #fff; text-decoration: none;}
#footer a:hover { text-decoration: underline; }
#content a { color: #4f72aa; text-decoration: underline; }

/* content headers */

#content h2, #themesnav h2 {
	color: #4f72aa;
	text-transform: uppercase;
	font-size: 115%;
	padding-bottom: 5px;
	border-bottom: 1px solid #4f72aa;
	margin-bottom: 15px;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 3;
}

#content h3 {
	color: #4f72aa;
	text-transform: uppercase;
	font-size: 115%;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 115%;
	margin-bottom: 5px;
}

/* the rest */

body {
	background: #4e72aa url(../img/backgrad.jpg) repeat-x top;
	color: #666666;
	position: relative;
}

#container { 
	min-width: 850px;
	margin: 0 50px;
	position: relative;
	overflow: auto;
}
#inner { 
	background: #fff; 
	padding: 0 30px 19px 30px;
}

#header {
	height: 115px;
	position: relative;
}
#logo {
	position: absolute;
	top: 20px;
	z-index: 3;
}
#topimg {
	position: absolute;
	right: -10px;
	top: -75px;
	z-index: 2;
}
#header h1 {
	position: absolute;
	top: 35px;
	right: 0px;
	text-transform: uppercase;
	font-size: 120%;
	color: #4f72aa;
	z-index: 3;
}
#header p {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 290px;
	text-align: right;
	font-size: 95%;
	z-index: 3;
}

#topnav {
	height: 1.6em;
	line-height: 1.6em;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
#topnav ul li{
	display: inline;
	margin-right: 0.5em;
}
#topnav ul.links li {
	padding: 0;
	display: inline;
}

#contentbox {
	position: relative;
	background: #eeeeee;
	padding: 10px 10px 25px 10px;
	font-size: 90%;
	z-index: 1;	
	overflow: auto;
}

#themescontainer {
/*	position: absolute;*/
	float: left;
	width: 212px;
/*	left: 10px;*/
	background: transparent url(../img/themesbot.png) no-repeat bottom left;
	padding-bottom: 4px;
	z-index: 1;
}
#themesnav {
	background: #fff;
	width: 190px;
	border: 1px solid #dadada;
	padding: 25px 10px;
}
#themesnav li {
	list-style-type: none;
	margin: 1.5em 0;
}
#themesnav ul.links li {
	padding: 0;
	display: block;
}

#contentcontainer {
	position: relative;
	margin-left: 220px;
	background: transparent url(../img/contentbot.png) repeat-x bottom left;
	padding-bottom: 4px;
	z-index: 1;	
}
#content {
	position: relative;
	background: #fff;
	border: 1px solid #dadada;
	padding: 25px 20px;
	z-index: 1;
	overflow: auto;
}
#content p,
#content ul,
#content hr {
	margin-bottom: 1.5em;
}

#botnav {
	height: 65px;
	text-transform: uppercase;
	font-size: 80%;
	margin-top: 6px;
	position: relative;
}

#botnav p.footcopy{
	text-transform: none;
	width: 80%;
	margin-top: 1em;
	color: #bbb;
}

#botnav ul.links li {
	padding: 0 1em 0 0;
}
#botnav ul li {
	display: inline;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #dadada;
}
#botnav ul li.last {
	border-right: none;
}
#botnav img {
	position: absolute;
	right: 0px;
	top: 3px;
}

#footleft { 
	background: transparent url(../img/botleft.png) no-repeat bottom left;
	margin: 0 10px 0 0;
	padding-bottom: 11px;
	width: 50%;
	height: 0px;
}
#footright {
	background: transparent url(../img/botright.png) no-repeat bottom right;
	margin: 0 0 0 10px;
	min-width: 840px;
	position: relative;
	top: -11px;
	padding-bottom: 11px;
	height: 0px;
}

#footer {
	margin: 1em 0 1em 0;
	text-align: right;
	font-size: 85%;
	color: #fff;
}

#footer p {
	margin: 0 0.7em 0 0;
}

/* Content styling */

#content table { margin: 10px 0px;}
#content td { padding: 0px 5px;}
#content table.mceEditor td { padding: 0px;}
#content blockquote {margin: 0px 2em;}
#content input, #content textarea { border: 1px solid #dadada;}
#content li {margin-left: 2em;}
#content hr {border-bottom: 1px solid #dadada; border-top: none; border-left: none; border-right: none;}
#content .photobox {
	border: 1px solid #dadada;
	margin: 5px 0 5px 5px;
	padding: 4px;
	float: right;
	background-color: #f5f5f5;
}
/* form entry */

form.register {position: relative; text-align: right; width: 35em;}
form.register label { font-weight: 800; }
form.register input, form.register textarea { font-weight: normal; margin: 0.2em 0 0.2em 0.6em; vertical-align: top;}
form.register input { width: 20em; }
form.register textarea { width: 20.5em; *width: 20em;}
form.register input.button {width: auto;}
form.register .errorfield {color: #CC0000; }