// by Charlie Davy
//
// last revised 6th November 2011


.normaltext { font-family: Arial; font-size: 13px; color: #000000; }

.generaltext { font-family: Arial; font-size: 13px; color: #000000; }

.smallertext { font-family: Verdana, Arial; font-size: 11px; color: #000000; }

.tweettext { font-family: Verdana, Arial; font-size: 13px; color: #000000; }

a.urlintsmaller { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #0000ff; }
a.urlintsmaller:hover { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #dd6900; }

a.urlextsmaller { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #ff0000; }
a.urlextsmaller:hover { text-decoration: none; font-family: Verdana, Arial;font-size: 11px; color: #dd6900; }

.pagetitle { text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 40px; color: #CC6600; font-weight: bold; }
.subtitle { text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 20px; color: #000080; font-weight: bold; }
.listtitle { text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 18px; color: #000000; font-weight: bold; }
.listsubtitle { font-family: Verdana, Arial; font-size: 13px; color: #000000; }

.blogtitle { text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 20px; color: #000000; font-weight: bold; }
.blogfooter { font-family: Verdana, Arial; font-size: 8pt; color: #006699; }
a.urlblogtitle { text-decoration: none; font-family: Tahoma, Arial; font-size: 20px; color; font-weight: bold; }
a.urlblogtitle:hover { text-decoration: none; font-family: Tahoma, Arial; font-size: 20px; color: #dd6900; font-weight: bold; }

.sitefooter { font-family: Arial; font-size: 12px; color: #FFFFFF; }

a.urlmenux { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #0000FF; font-weight: bold; }
a.urlmenux:hover { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #dd6900; font-weight: bold; }

a.urlmenu { text-decoration: none; font-family: Arial, Tahoma, Verdana; font-size: 13px; color: #FFFFFF; font-weight: bold; }
a.urlmenu:hover { text-decoration: none; font-family: Arial, Tahoma, Verdana; font-size: 13px; color: #D5FF30; font-weight: bold; }

a.urlint { text-decoration: none; font-family: Arial; font-size: 13px; color: #0000FF; }
a.urlint:hover { text-decoration: none; font-family: Arial; font-size: 13px; color: #dd6900; }

a.urlext { text-decoration: none; font-family: Arial; font-size: 13px; color: #FF0000; }
a.urlext:hover { text-decoration: none; font-family: Arial;font-size: 13px; color: #dd6900; }

a.urllistint { text-decoration: none; font-family: Arial; font-size: 12px; color: #0000FF; }
a.urllistint:hover { text-decoration: none; font-family: Arial; font-size: 12px; color: #dd6900; }

a.urllistext { text-decoration: none; font-family: Arial; font-size: 12px; color: #FF0000; }
a.urllistext:hover { text-decoration: none; font-family: Arial; font-size: 12px; color: #dd6900; }

a.urlbottom { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #FFFFFF; }
a.urlbottom:hover { text-decoration: none; font-family: Verdana, Arial; font-size: 11px; color: #D5FF30; }

div.box_stuff {
	background-color: #E9E9E9;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.box_stuff2 {
	background-color: #EEE8AA;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.box_twitter {
	background-color: #99CCFF;
	padding: 8px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
        font-family: Verdana, Arial, Tahoma, Verdana;
        font-size: 13px;
        color: #000000;
}

div.box_list {
	background-color: #E9E9E9;
	padding: 4px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #000000;
}

.aerobuttonmenu{
overflow: hidden;
width: auto;
background: #000000;
border: 1px solid black;
margin-top: 2px;
padding: 8px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ 
width: 100%;
}

.aerobuttonmenu a.aero{
background: transparent url('aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 14px Arial, Trebuchet MS;
line-height: 23px;
height: 31px;
padding-left: 10px;
text-decoration: none;
margin-right: 5px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
opacity: 100;
-moz-opacity: 100;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white;
}

.aerobuttonmenu a.aero span{
background: transparent url('aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0;
}

.aerobuttonmenu a.aero:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('aeroleftblack.gif');
}

.black a.aero span{
background-image: url('aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}


h1,h2,h3
{
	font-weight:400;
	color:#6699FF;
	margin:0;
}

h1
{
	font-size:56px; margin:0; padding:14px 0 15px;
	
}

h2
{
	font-size:22px; font-weight:bold;
	
	
}

a
{
	color:#0078ff;
	text-decoration:none;
}

.list1 li
{
	float:left;
	line-height:normal;
}

.list1 li img
{
	margin:0 30px 30px 0;
}

.list1 li.alt img
{
	margin-right:0;
}

#li a
{
	font-weight:400;
	text-decoration:none;
	padding:0 0 0 20px;
}

#li a:hover
{
	font-weight:420;
	color:#666;
	text-decoration:none;
}

#logo
{
	width:870px;
	height:90px;
	background:#fff;
	font-size:12px;
	text-align:left;
	float:left;
	margin:0 auto;
	padding:0 30px;
}

#logoleft
{
	float:left;
	width:500px;
	margin-left:2px;
	display:inline;
	padding:0 10px 30px 0;
}

#logoright
{
	float:right;
	width:350px;
	display:inline;

}

#searchBoxOne {
	padding: 20px;
	}
	#searchBoxOne input.search {
		font-size: 16px;
		color: #999;
		padding: 5px;
		-moz-box-shadow:inset 2px 2px 5px #ccc;
		box-shadow:inset 2px 2px 5px #ccc;
		border: 1px solid #b8b8b8;
		float: left;
		}
	#searchBoxOne input.submit {
		background: url(images/01_submit.png) top left no-repeat;
		width: 67px;
		height: 32px;
		border: none;
		color: #dee4ff;
		cursor: pointer;
		float: left;
		margin: 0 0 0 5px;
		}
	#searchBoxOne input.submit:hover {
		background: url(images/01_submit.png) bottom left no-repeat;
		}


#page
{
	width:85%;
	background:#fff;
	margin:0 auto;
	padding:12px;
	-moz-border-radius: 1em;
    border-radius: 1em;
}

#content
{
	float:center;
	width:82%;
	background:#fff;
	margin:0;
	padding:10px;
}

#textarea
{
	float:left;
	width:620px;
	margin-left:2px;
	display:inline;
	padding:0 10px 20px 0;
}

#sidebar
{
	float:right;
	width:250px;
	margin-left:2px;
	display:inline;
	padding:0 10px 20px 0;
}





#footer
{
	width:900px;
	background:#fff;
	margin:1px auto;
	padding:10px;
}

#footer p
{
	text-align:left;
	font-size:14px;
	border:0;
	margin:10px;
	padding:0;
}

#footerleft
{
	float:left;
	width:600px;
	margin-left:2px;
	display:inline;
	padding:0 10px 30px 0;
}

#footerright
{
	float:right;
	width:200px;
	margin-left:2px;
	display:inline;
	padding:0 10px 10px 0;
}

img
{
	border:0;
	margin-top:0;
}

/* menu */
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 17px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
