/*-----------------------------------------------------------------------------
Strange, LLC Stylesheet (screen.css)

version:   	1.0
date:				2008-05-25
author:    	VM Technologies (www.vmtechnologies.net)
email:     	seth.messer@gmail.com
website:   	www.strancellc.com
copyright: 	Strange, LLC - 2008  
-----------------------------------------------------------------------------*/



/* Import helper stylesheets
-----------------------------------------------------------------------------

@import url("typography.css");*/




/* Set various defaults
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style:normal;
	}

body { 
	line-height: 1;
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	background: #fff;
	color: #333;    
	text-align:center;
	}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins {	text-decoration: none; }

del {	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, code { font-size: 1em; }

acronym, abbr {
	border-bottom: #000 1px dashed;
	cursor: help; 
} 

/*a hrefs*/
a, a:link, a:active, a:visited {
	outline:none;
	color:#6f0600;
	text-decoration:none;
}	

a:hover {
	text-decoration:underline;
	color:#555;
}

a:active {}

a:visited {}
			
strong {font-weight:bold;}

em {font-style:italic;}


/* Setup help styles
-----------------------------------------------------------------------------*/
.clear { clear:both; }

.fright { float: right; }

.fleft { float: left; }



/* Typography
-----------------------------------------------------------------------------*/
h1 { font-size: 2.2em; }

h1 span, .hidetext { text-indent: -9999px; margin-left:-9999px}

h2 { font-size: 2.0em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.4em; }

p { font-size: 1.2em;	}



/* Forms
-----------------------------------------------------------------------------*/
form { } 

fieldset { border: 1px solid #cccccc; } 

legend { color: #000000; } 

label, .label { }

select { } 

option { } 

textarea { } 

input[type="button"] { } 

input[type="checkbox"] { } 

input[type="file"] { } 

input[type="hidden"] { } 

input[type="image"] { } 

input[type="password"] { } 

input[type="radio"] { } 

input[type="reset"] { } 

input[type="submit"] { } 

input.text,
input[type="text"] {
	padding: 3px;
	border: 1px solid #999999;    
	}

button { }



/* Tables
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	border:1px solid #333;
	}

th, td {
	text-align: left;
	font-weight: normal;
	border:1px solid #aaa;
	} 



/* Primary Structure
-----------------------------------------------------------------------------*/
#wrapper {
	width:668px;
	text-align:left;  
	margin:0 auto 0;
	}

#header {
	
}

#nav {
	
}

#main {
	float:left;
	margin:15px 0;
}

#contact {
	width:230px;
	padding:5px 10px 0 0;
	float:left;
}

#content {
	width:415px;
	border-left:1px dotted #6f0600;
	float:left;
	padding:0 0 0 10px;	
}

#footer {
	width:100%;
	float:left;
	padding:10px;
	text-align:center;
	clear:both;
	background:#fff url(../img/footer_shadow.png) no-repeat 0 0;
	border-top:1px solid #ccc;
}



/* Secondary Structure
-----------------------------------------------------------------------------*/



/* Header
-----------------------------------------------------------------------------*/
h1#logo {
	background:transparent url(../img/header_logo.png) no-repeat center center;
	height:168px;
	width:100%;
}


/* Navigation
-----------------------------------------------------------------------------*/
#nav ul {
	list-style:none;
}

li.navlink {
	display:inline;
}

li.navlink a span {
	display:none;
	margin-left:-9999px;
}

li.navlink a, li.navlink a:link, li.navlink a:visited, li.navlink a:active, li.navlink a:hover {
	display:block;
	float:left;
	padding:5px 8px;
	margin:0 5px 0 0;
	font-size:1.3em;
}

li.navlink a:hover, li.navlink a.active {
	background:#94b1db;
	color:#fff;
}



/* Content
-----------------------------------------------------------------------------*/
/*contact*/
#contact dl {
	font-size:125%;
	margin:0;
	padding:0;
}

#contact dt {
	font-weight:bold;
}

#contact dt span {
	font-weight:normal;
	font-style:italic;
	font-size:90%;
	color:#aaa;
	display:block;
}

#contact dd {
	margin:0;
	padding:0;
	border-top:1px dotted #ddd;
}

#contact dd ul {
	padding:10px 0;
	margin:10px 0;
}

#contact dd ul li {
	padding:0 0 0 25px;
	margin:3px 0;
	line-height:16px;
}

#contact dd ul li em {
	font-weight:bold;
	color:#666;
}

li.addressicon {
	background:transparent url(../img/building.png) no-repeat 0 0;
}

li.phoneicon {
	background:transparent url(../img/telephone.png) no-repeat 0 0;	
}

li.emailicon {
	background:transparent url(../img/email.png) no-repeat 0 0;	
}

li.vcardicon {
	background:transparent url(../img/vcard.png) no-repeat 0 0;	
}


/*content*/
#content p {
	margin:0 0 15px 3px;
}


/*footer*/
p.legal {
	text-align:center;
	font-size:110%;
}

p.vmbranding {
	color:#aaa;
	font-size:95%;
}

/* Footer
-----------------------------------------------------------------------------*/
