/*<group=Global>*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/header_tile.gif) repeat-x left top;
	/*text-align: center;*/
	font-size: small; 
}

#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
}

h1 {
	font: normal 16px arial, 'Times New Roman', Serif;
	line-height: 18px;
	color: #036;
  	padding-bottom:0px;
	margin: 0;
}

h1#work1 {
	font: normal 25px arial, 'Times New Roman', Serif;
	line-height: 30px;
	color: #036;
  padding-bottom:0px;
	margin: 0;
}

h2 {
	font: normal 14px/14px 'trebuchet ms',trebuchet, 'Times New Roman', Serif;
	color: #7C9FAA;
	padding: 10px 0 0px 0;
	margin: 0;
}

h3 {
	font: normal 11px/13px georgia, serif;
	color: #222;
	margin: 8px 0 0px 0;
	padding: 0;
}

p {
	font: normal 11px/17px "lucida grande", tahoma, arial, verdana, sans-serif;
	margin: 0;
	padding: 7px 0;
	color: #666666;
}

#png_shadow {
	  background-position:top left;
	  background-repeat: no-repeat;
}

html>body #png_shadow{ /*Child Selector Hack, hides this from ie*/
	background-image: url('http://www.31three.com/img/dropshadow.png');
        }
        

#home p {
	font: normal 11px/16px "lucida grande", tahoma, arial, verdana, sans-serif;
	margin: 0;
	padding: 4px 0;
	color: #666;
}

#work p.intro{
	font: normal 12px/17px "lucida grande", tahoma, arial, verdana, sans-serif;
	margin: 0;
	padding: 6px 0 3px 0;
	color: #666;
}

a, a:link, a:visited {
	color: #639255;
	text-decoration: none;
	padding: 1px 2px;
}

a:hover {
	background-color: #F4E6A8;
	padding: 1px 2px;
}

img {
	border: none;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.divider {
	line-height: 0;
	height: 0;
	border-top:1px solid #ccc;
	margin: 5px 0;
}

.img_border {
	border: 1px solid #ccc;
	padding: 4px;
}

blockquote{
	font: normal 12px/18px georgia, serif;
	color: #588DA2;
	padding: 0;
	margin: 4px 0;
	padding:0 0 0 15px;
	border-left: 3px double #e5e5e5;
}

#portfolio blockquote p, #work blockquote p{
	font: normal 12px/18px georgia, serif;
	color: #588DA2;
	padding:0;
	margin: 0;
}


blockquote span{
	font: normal 10px/24px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: #999;
}

.green {
	color:#91B476;
}
/*</group>*/

/*<group=Header>*/

#header {
	height: 125px;
	position: relative;
	top: 0;
	left: 0;
	background: #283844;
}

#header #main_photo {
	position: absolute;
	top: 0;
	right: 0;
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 0;
}

/*</group>*/

/*<group=Top Navigation>*/

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 20px;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 20px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #596F75;
	border-bottom: none;
	background: #639255 url(../images/off_bg.gif) repeat-x top left;
	}
	
#nav a:hover {
	color: #333;
	padding-bottom: 4px;
	border-color: #727377;
	background: #EACF5A url(../images/hover_bg.gif) repeat-x top left;
	}


/*<group=Main Content>*/

#contentwrap {
	margin-top: 25px;
}

#content {
	width: 600px;
	padding: 45px 0 0px 15px;
}

#play #content {
	width: 365px;
	margin: 45px 0 0 0;
}

#content ul {
	width: 10em;
	font: normal 11px/15px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: #415759;
	margin: 0px;
	padding: 2px 0;
	float: left;
	list-style-image: url(../images/bullet.gif);
	height: 0px;
}

#content li {
	margin: 0px 10px;
	padding: 10px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B888D;
}

#bottom {
	position: relative;
	top: 0;
	left: 0;
}


ul {
	list-style-image: url("../images/bullet.gif");
	font: normal 11px/16px "lucida grande", tahoma, arial, verdana, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
	color:#666;
}

.highlight ul {
	list-style-image: url("../images/bullet.gif");
	font: normal 11px/16px "lucida grande", tahoma, arial, verdana, sans-serif;
	margin: 0 0 0 25px;
	padding: 5px 0;
	color:#666;
}

.highlight{
	border-top: 1px solid #DCDCB4; 
	border-bottom: 1px solid #DCDCB4; 
	background-color:#FAFAE7;
	margin: 8px 0;
	padding: 0 8px 0 0;
}


/* </group>*/

/*<group=Footer>*/

#footer {
	background: url(../images/on_bg.gif) top left repeat-x;
	height: 76px;
	width: 100%;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 0 0 0;
	border-top: thin dotted #596F75;
}

#footer_content {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

#footer_content p {
	font: normal 11px/16px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
}

	


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


#home #wrapper #nav {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.thumbnail {
	padding: 10px 0px 5px;
	margin: 5px;
	height: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.thumbnail p {
	padding: 0px 0px 0px 5px;
	margin: -10px 0px 0px 105px;
}
