/*
	CSS for Dragonfly Game Design	
	December 2006
	
	Author: Steve Forde
*/

/*  
	Table of Contents:	
	
	
	====================================
*/


/*  Generic styles 
	=====================================
*/
.hide {
	visibility: hidden;
	position: absolute;
}

body {
	background: #20385a; 
	color: #aec5e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	width: 100%;
}

body * {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

a:link, a:visited {
	color: #ffb628;
}

a:hover {
	color: #ffd37e;
}

a:active {
	color: #fff;
}

img {
	border: none;
}

.pusher {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-top: -1px;
	height: 1px;
}

.maxwidthblock {
	max-width: 1000px;
	margin: 0px auto;
}

.indent {
	margin-left: 2em;
}

/* Header styles 
	=====================================
*/

div#header {
	background: #000;
	color: #fff;
	width: 100%;
}

div#header h1 {
	float: left;
}

div#header h1 a {
	display: block;
	width: 236px;
	height: 74px;
	background: #000 url("../images/dgd_title2.png") no-repeat top left;
}

div#header h1 a:hover {
	background: #000 url("../images/dgd_title2.png") no-repeat bottom left;
}

div#header ul {
	display: block;
	float: right;
	padding: 1.80em 26px;
	padding-left: 0px;
}

div#header ul li {
	display: inline;
	margin-left: .7em;
}

div#header ul li a:link,
div#header ul li a:visited {
	color: #ddd;
	text-decoration: none;
}

div#header ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#header ul li a:active {
	color: #ffb628;
}

div#header ul li span.navdivider {
	color: #224d71;
	margin-left: 0.7em;
}

div#banner {
	display: block;
	background: #000 url("../images/diag_lines_background.png") repeat-x;
	border-bottom: solid 1px #5985c3;
	border-top: solid 1px #5985c3;
	height: 166px;
	width: 100%;
	text-align: center;
}

div#banner div#theimage {
	height: 166px;
	background: url("../images/banner_basic.jpg") no-repeat top;
}

div#banner div#games {
	height: 166px;
	background: url("../images/banner_games.jpg") no-repeat top;
}

div#banner div#code {
	height: 166px;
	background: url("../images/banner_code.jpg") no-repeat top;
}

/*  Content styles 
	=====================================
*/
	
div#content {
	margin: 1em 26px;
}

div#content h2 {
	color: #fff;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #32568b;
	font-weight: normal;
}

div#content h3 {
	color: #fff;
	font-size: 1.3em;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 8px;
	font-weight: normal;
}


div#content h4 {
	color: #fff;
	font-size: 1.15em;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 8px;
	font-weight: normal;
}

div#content h5 {
	color: #fff;
	font-size: 1.1em;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 8px;
	font-weight: normal;
}

div#content strong {
	color: #fff;
	font-weight: normal;
}

div#content p {
	padding: 2px 17px;
	margin-bottom: .5em;
}

div#content ul {
	padding: 2px 17px;
	padding-left: 40px;
	margin-bottom: .5em;
}

div#content ul ul {
	list-style: circle;
	font-size: 0.9em;
}

div#content ul ul ul {
	font-size: 1em;
	list-style: disc;
}

div#content fieldset {
	padding: 2px 17px;
	margin-bottom: .5em;
	border: none;
}

div#content div.container {
	margin-bottom: 1em;
	background: #27436d url("../images/roundedcornr_tl.png") no-repeat;
}

div#content div.container div.top {
	height: 10px;
	background: url("../images/roundedcornr_tr.png") top right no-repeat;
}

div#content div.bottom {
	background: url("../images/roundedcornr_bl.png") bottom left no-repeat;
	height: 10px;
	background-color: #27436d;
	clear: both;
}

div#content div.bottom div {
	background: url("../images/roundedcornr_br.png") bottom right no-repeat;
	height: 10px;
}
	
div#content div.column_left {
	float: left;
}

div#content div.column_right {
	float: right;
	
}

div#content div.gutterspacer {
	padding-left: 1em;
}

div#content div.container div.hr {
	width: 100%;
	height: 1px;
	background-color: #32568b;
	font-size: 1px;
	line-height: 1px;
	margin: .75em 0 8px 0;
	padding: 0px;
	clear: both;
}

div#content p.jobtitle {
	font-style: italic;
	margin-top: -.75em;
	font-size: 0.9em;
}

a.rssbadge:link {
	position: relative;
	top: 4px;
	text-decoration: none;
	padding: .2em 2em;
	color: #fff;
	background: #1c5bbf url("../images/rss_badge.png") repeat-x top;
	border: solid 1px;
	border-color:  #2861c0 #448ed8 #448ed8 #2861c0;
}

a.rssbadge:hover {
	border-color: #fff;
}

div#map {
	color: #000;
}

div#map strong { 
	color: #000;
	font-weight: bold;
}

div#map p {
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	margin-top: .5em;
}

img.teamphoto {
	float: right;
	margin: 0px 17px 1em 1em;
}

/*  Footer styles 
	=====================================
*/
	
div.hr {	
margin: 0 26px;
}
	
div.hr span.left {
	background: #32568b url("../images/footer_hr_left.png") no-repeat left;
	display: block;
	height: 6px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
} 

div.hr span.right {
	display: block;
	background: url("../images/footer_hr_right.png") no-repeat right;
	height: 6px;
}
	
div#footer {
	margin: 1em 26px 3em 26px;
}

div#logo {
	display: block;
	background: url("../images/footer_dragonfly.png") no-repeat left top;
	width: 76px;
	height: 84px;
	float: left;
}

div#webinfo {
	float: right;
	font-size: 0.8em;
	margin-right: 18px;
}

div#footer h3 {
	color: #fff;
	margin-bottom: .5em;
	font-size: 1.2em;
}

div#footer address {
	margin-right: 2em;
	float: left;
	font-style: normal;
	font-size: 0.9em;
}

div#footer address a {
	font-weight: bold;
}

/*  Contact Form Styles 
	=====================================
*/

form#contact label {
	display: block;
	width: 25%;
	clear: both;
	float: left;
	margin-bottom: .5em;	
	color: #fff;
}

form#contact input[type="text"],
form#contact select,
form#contact input[type="file"] {
	float: right;
	display: block;
	width: 65%;	
}

form#contact textarea {
	display: block;
	clear: both;
	width: 100%;
}

form#contact input[type="text"],
form#contact textarea,
form#contact select,
form#contact input[type="file"] {
	border-right: solid 2px #32568b;
	border-bottom: solid 2px #32568b;
	border-top: solid 2px #20385a;
	border-left: solid 2px #20385a;
}

form#contact input[type="submit"],
form#contact input[type="reset"] {
	padding: .25em .5em;
	margin-right: .5em;
	margin-top: .25em;
	font-size: 1.1em;
	width: 30%;
}	

form#contact input[type="text"]:focus {
	border-color: #20385a;
}

form#contact select {}
	
ul.contact_errors {
	color: #faa;
}

form#contact input.missing,
form#contact textarea.missing {
	border-color: #d66;
}

form#contact label.missing {
	color: #faa;
}

form#contact fieldset#bad {
	display: none;
}

div.thumb_border {
	display: block;
	line-height: 0px;
	/* border: double 3px #32568b; */
	border-color: #32568b;
	border-width: 3px 1px 3px 1px;
	border-style: double solid;
	padding: 5px;
	margin: 2px 17px 10px 17px;
}

div.thumb_border img {
	border: none;
}

table.clients {
	margin: 2px auto;
}

table.clients td {
	vertical-align: top;
	padding: 0px 8px 16px 8px;
}

/*  for a 3 column division  */
div.threecolumns {
	margin: 2px 17px;
	border-color: #32568b;
	border-width: 3px 1px 3px 1px;
	border-style: double solid;
	margin-bottom: 17px;
	background-color: #20385a; 
}

div.threecolumns div.threecolumns_column {
	display: block;
	width: 32%;
	text-align: center;
	float: left;	
}

div.threecolumns div.threecolumns_column a {	
	padding: .75em;
	display: block;
	font-size: 1.15em;
}
