/*
Theme Name: Dragon Design
Theme URI: http://dd-net.co.uk/
Description: Design for HDDG by Dragon Design
Version: 1.0
Author: Chris Laing
*/

* {margin:0; padding:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #99CCCC;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	padding:0;
	background-color: #FFFFFF;
}


#header {
	padding:0px;
	color: #333;
	width: 100%;
	height: 104px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/logo.gif);
        background-repeat: no-repeat;
        background-position: 4px;
	background-color: #99CCCC;
}
#header h1 {
	font-size:180%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 275px;
	color: #1e1e32;
	font-family: Geneva, Arial, Helvetica, sans-serif;
       text-transform: uppercase; 
}

#header h1 a {
	color: #1e1e32;
    text-decoration:none;
}

#header h1 a:hover {}

#header .description {
	font-size:120%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left:300px;
	color:#1e1e32;
}
#navigation {
        height: 96px;
        background-image: url(images/logo-l.gif);
        position: relative;
        background-repeat: no-repeat;

}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 0px;
	padding-right: 5px;
	width: 200px;
	float: right;
        background-color:#eeeeee;

}
#rightcolumn {
	float: left;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;

}
#rightcolumn a	{
        color:#B1592B;
        text-decoration:none;
        font-weight:bold;
}
#rightcolumn a:hover {
        color:#1e1e32;
}
#rightcolumn p	{
	margin: 0 0 16px 0;
	line-height:1.2;
}
#rightcolumn h2, #leftcolumn h2{
	font-size:130%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #1e1e32;
}
#rightcolumn .entry ul{
       padding-top: 10px;
       padding-bottom: 10px;
       padding-left: 40px;
       padding-right: 0px;
}
#rightcolumn ul{
 list-style:none;
}
#address {
	margin-top: 20px;
	background-image: url(images/diagdown.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 3px;
}
#address p {
       padding-bottom: 10px;
}
#news {
	margin-top: 2px;
	background-image: url(images/diagdown.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 40px;
	padding-left: 3px;
}
#news li {padding-bottom: 20px;}
 
#news li a {
	color:#B1592B;
        text-decoration: none;
        font-weight:bold;
}
#news li a:hover {
	color:#1e1e32;
}
#footer {
	width: 902px;
	clear: both;
	color: #333;
	padding: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1e1e32;
	background-color: #99CCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .copyright {
	line-height:1.8;
	color: #FFFFFF;
        background-color: #99CCCC;
	text-align: center;
	font-size: 80%;
}
.clear { clear: both; background: none; }

.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
        border: none;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
   border: none;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: none;
   padding:0px;
}
/* BUBBLE PLASTIC HORIZONTAL MENU */
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.bubplastic.horizontal {
	width: 683px;
	height: 27px;
	margin: 0;
        margin-left: 239px;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
        vertical-align: bottom;
}
.bubplastic.horizontal ul li {

	float: left;
	margin: 0;
	padding: 0;
     
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 12px;
	float: left;

	text-transform: uppercase;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li a.selected{
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

fieldset
{
line-height: 2;
border: 1px solid #ccc;
padding: 10px;
}
#contactform input.text {
    width:200px;
}

#contactform input.button {
    border:0;
}

#contactform textarea {
    width:400px;
}

.post { 
  list-style: none;
}
a img {
	border: none;
}
.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;

        margin-bottom: 10px;
        padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        text-align: center;

}

.wp-caption-text {
        padding-top: 4px;
        text-align: center;
}
.imgtfe {
margin-right: 10px;
float:left;
}
div.hr {
height:30px;
background-image: url(images/diagdown.gif);
background-repeat: no-repeat;
background-position: center;
background-attachment: scroll;
border:none;
margin-bottom:10px;
	background-color: #FFFFFF;
}
div.hr hr {
  display: none;
}
.blogroll li{
margin-bottom:10px;
}
.eventslist {
/*font: 80% Verdana, Arial, Helvetica, sans-serif;*/
margin: 0 0 0 10px; 
padding: 0;
list-style-type: none;
 }

.eventslist p {
margin: 0; padding: 0;
}

.eventslist dl {
margin: 0; padding: 0;
list-style-type: none;
}

.eventslist dt {
margin: 0; 
padding: 0 20px 0px 20px;
font-weight: bold;
}

.eventslist dd {
margin: 0 0 19px 0; 
padding: 0 20px 0px 20px;
}

.eventslistside {
/*font: 80% Verdana, Arial, Helvetica, sans-serif;*/
margin: 0 0 0 10px; 
padding: 0;
list-style-type: none;
 }

.eventslistside p {
margin: 0; padding: 0;
}

.eventslistside dl {
margin: 0; padding: 0;
list-style-type: none;
}

.eventslistside dt {
margin: 0; 
padding: 0;
font-weight: bold;
}

.eventslistside dd {
margin: 0 0 19px 0; 
padding: 0;
}
.eventslistside dd img{
visibility:hidden;
height:1px;
}
.valid {
margin:10px;
}