@charset "utf-8";
/*General styles */
h1 {
	font-size: 3em;
	color: #666699;

}

p {
	font-size: 1.4em;
	line-height: 1.8em;
}
#content li {
	font-size: 1.4em;
	line-height: 1.8em;
}
#content ul {
}



/* Navigation bar */

#navigation {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #666699;
	width: 100%;
	font-size: 1.2em;
}
#navigation ul {
	list-style-type: none;
	display: inline;
}

#navigation li {
	display: inline;
}
#navigation a:link {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#navigation a:visited {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#navigation a:hover {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #F5F4F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-left-style: solid;
}
#navigation a:active {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#home #navigation .current{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-left-style: solid;
}
#content {
	padding-right: 18px;

}
#content h3 {
	font-size: 1.5em;
	color: #666699;
	margin-bottom: -12px;
}

#subnav ul {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	padding-top: 98px;
	list-style-type: none;
}
#subnav a:link {
	text-decoration: none;
	color: #FF6600;
}
#subnav a:visited {
	text-decoration: none;
	color: #FF6600;
}
#subnav a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#subnav a:active {
	text-decoration: underline;
	color: #FF6600;
}

#subnav li {
	width: 188px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	line-height: 2em;
}

h4 {
	font-size: 1.2em;
}




body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 62.5%;
	color: #333333;
	margin: 0px;
	padding: 18px;
	display: block;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footer {
	font-size: 1.2em;
	color: #999999;
	text-align: center;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}

.masthead {
	border: 1px solid f5f5f5;
}

.splash {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#content table {
	width: 80%;
	background-color: #FFF8D9;
	margin-right: 10%;
	margin-left: 10%;
	padding: 18px;
	border: 1px dotted #CCCCCC;
}
#content h2 {
	font-size: 1.6em;
}


#toolbar {
	clear: both;
	text-align: center;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	border: 1px inset #000000;
}
legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #00468B;
}

#content #contact table {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	border: 1px inset #000000;
}

/* ################## Twitter Feed Styles ####################### */

#twitter_div {
   width:188px;
	padding:8px;
	margin-left:33px;
	margin-bottom:20px;
	}

#twitter_update_list li {
	list-style: none;
	background-image: url(http://www.rising-dragon.co.uk/images/twitter-bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 0; 
	padding-bottom:20px;
	padding-left:30px;
	width:100%;
	margin-left:-40px;
	}

.tweetHeader {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
