/*Meyer reset
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body
	{
		
		padding: 0;
		margin:  0;
		background: white;
		font-family:  Helvetica, Arial, sans-serif;
		color: #596469;
		text-align: center;
		background: url(../images/bckgrnd.jpg) repeat;
}
	
	h1 { font-size: 3em; line-height: 1; }
	h2 { font-size: 2em; line-height: 1; color: #0b5d83; }
	h3 { font-size: 1.5em; line-height: 1; color:  #d74746; font-variant: small-caps; letter-spacing: 0.2em;}
	h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; margin-left: 0.94em;}
	h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
	h6 { font-size: 1em; font-weight: bold; }

	h1 img, h2 img, h3 img, 
	h4 img, h5 img, h6 img {
 	 margin: 0;
	}
	
	p	
	{
		font-size: 0.89em;
		margin: 15px 40px 5px 0;
		line-height: 1.5;
		text-align: justify;
	}
	ul
	{
		font-size: 0.89em;
		margin: 15px 40px 5px 0;
		line-height: 1.5;
	}
	em
	{
	font-family:  georgia, "Times New Roman", times,  serif;
	font-family: 0.75em;
	}
	a
	{
		color: #8c0b09;
		text-decoration: none;
	}
	a:link
	{
		color: #8c0b09;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #2b2b2b;
		text-decoration: underline;
	}
	
	a img { border: 0; }
	
	#wrapper	
	{
		clear: both;
		margin: 100px auto 0 auto;
		width: 59.38em;
		text-align: left;
		
	}
	#logo {
	position: absolute;
	top:0;
	left: 0;
	width: 240px;
	z-index: 1000;
	}
	#header 
	{  
		display: block;
		width: 100%;;
		position: relative;
		padding: 0;
		margin: 0;
	}
	#header h1
	{
	display: none;
	}
#veryTop{
float: left;
width: 100%;
height: 10px;
background: url(../images/collage_crop3.jpg) repeat-x;
}
#navbar{
float: left;
width: 100%;
background: black;
height: 200px;
margin: 0;
padding: 0;
}	
#nav{
float: right;
width: 500px;
margin: 150px 10px;
}
#nav li {
display: inline;
list-style-type: none;
font-weight: bold;
}

#nav li a {
color: white;
text-decoration: none;
font-size: 0.96em;
padding-right: 2px;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: bold;
}

#nav li a:hover {
color: #c8e7e9;
text-decoration: underline;
}

/*
#nav li a:visited {
color: #77787b;
}
*/

#nav .last {
border: none;
}

#nav li.active a  {
color: black;
font-weight: bold;
}

#home #nav-home a,
#services #nav-services a,
#freerange #nav-freerange a,
#contact #nav-contact a {
/* declarations to style the current state */
color:  #d74746;
text-decoration: none;
}
.divider {
float: left;
clear: both;
height: 25px;
width: 100%;
background: url(../images/dots.gif) bottom repeat-x;
}
	
#content {
float: left;
width: 100%;
margin: 40px 0;
}
#main
{
margin: 0 auto ;

}
	
.homepage
{
width: 720px;
margin: 0 auto;
}
	
.intro {
width: 910px;
height: 370px;
background: url(../images/intro.gif) center no-repeat;
text-indent: -9999999px;
}	
	

.projectheader
{
width: 840px;
margin: 7px 20px;
}

#load 
{
display: none;
position: absolute;
left: 650px;
top: 150px;
background: url(../images/ajax-loader.gif);
width: 150px;
height: 40px;
text-indent: -9999em;
}



#footer
{
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    padding: 0;
    text-align: left;
}

#footer p
{
    margin: 0;
    padding: 10px 0;
    font-size: 0.75em;
}


.header
{
width: 700px;
height: 94px;
}

.header h1
{
text-indent: -99999em;
}

.free-range
{
background: url(../images/free-range.gif);
}

.home
{
background: url(../images/welcome.gif);
}


.services
{
background: url(../images/services.gif);
}

.contact
{
background: url(../images/contact.gif);
}

.recent
{
background: url(../images/recent.gif);
}

.things
{
background: url(../images/things.gif);
}




.MHeadline 

    {
    
    font-size: 1.5em;
    font-weight: bold;
    line-height: 125%;
    color:  #d74746;
    }

           

           

  .LHeadline
   {
   color: #efdaa6;
   font-size: 3.75em;
   line-height: 52px;
   letter-spacing: 1px;
   font-weight: bold;
   font-variant: small-caps;
   }
   

.smHeadline
{
   
    font-size: 1.40em;
    line-height: 28px;
    
} 

.altHeadline
{
font-size: 2em;
font-variant: small-caps;
letter-spacing: 1px;
line-height: 32px;
color:  #71b1db;
margin: 0 0 10px 0;
}

.projects
{
    padding:25px 0;
    margin:20px 20px 15px 20px;
    background: url(../images/dots.gif) top repeat-x;
    position: relative;
}

.thumbnail
{
float: left;
width: 275px;
background: #eee;
border: 1px solid #e4e4e4;
margin: 0 15px 15px 0;
padding: 5px;
}
.thumbnail img
{
width: 275px;
height: 220px;
}

.screenshot
{
border: 3px solid #e4e4e4;
}
#subnav 
{
float: right;
width: 135px;
}
#subnav li
{
display: inline;
padding-right: 10px;
}
.like 
{
float: left;
clear: both;
width: 125px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;

}
/* clearing divs & misc styles*/

.clr:after {
 	content: ".";
 	height: 0;
 	display: block;
 	visibility: hidden;
 	overflow: hidden;
 	clear: both;
}
.clr {
 	min-height: 0; 
}

.outlineit 
{
border: 1px solid #eee;
}

.hghlt
{
color:  #71b1db;
}

.goback{
}

.emailbtn a
{
background: url(../images/email.gif) no-repeat;
height: 50px;
width: 143px;
text-indent: -9999em;
display: block;
}

.emailbtn a:hover
{
background-position: 0 -50px;
}

#demotip { 
 display:none; 
 background:transparent url(../images/black_arrow.png); 
 font-size:1em; 
 font-weight: bold;
 text-align: center;
 height:70px; 
 width:160px; 
 padding:25px; 
 color:#fff;
 z-index: 99999;     
}