
@media screen, projection {
	
/*####################################################################
	REGULAR HTML TAGS */

	html, body {
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	body {
		background: #D05609 url(body_bg.png) left top;
		color: #fff;
		font: normal 76% Helvetica, Tahoma, Verdana, Arial, sans-serif;
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: left;
	}
	h1 {
		color: #fc3;
		font: bold 150% "Myriad Pro", Helvetica, Tahoma, Verdana, Arial, sans-serif;
		text-transform: uppercase;
	}
	h2 {
		color: #fff;
		font: bold 150% "Myriad Pro", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	}
	h3 {
		color: #fff;
		font: bold 120% "Myriad Pro", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	}
	h4 {
		color: #fc3;
		font: bold 100% "Myriad Pro", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	}
	p {
		line-height: 1.4em;
		margin: 0 0 1.7em 0;
		text-align: justify;
	}
	p.right {
		text-align: right;
	}
	strong {
		color: #ff9;
	}
	a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}
	a:visited {
		color: #ddd;
		border-bottom: 1px dotted #fc3;
	}
	a:hover {
		color: #fc3;
		border-bottom: 1px solid #fc3;
	}
	ul {
		margin: 1.5em 0;
	}
	ul li {
		line-height: 1.4em;
		list-style-type: square;
		margin: 0.5em 0;
	}
	blockquote {
		margin: 1.5em 0 2em 40px;
		background: url(blockquote.png) left top no-repeat;
		line-height: 1.4em;
		min-height: 60px;
		padding: 10px 10px 10px 58px;
	}
	pre {
		background: url(code.png) left top no-repeat;
		clear: both;
		margin: 1.5em 0 2em 0;
		overflow: auto;
		padding: 10px;
	}
	code {
		font: 110% monospace;
		line-height: 1.5em;
		min-height: 60px;

	}
	abbr, acronym {
		cursor: help;
		border-bottom: 1px dotted;
	}
	form {
		margin: 0;
		padding: 0;
	}
	fieldset {
		border: none;
		padding: 0;
		margin: 0;
	}
	fieldset p {
		margin: 0.5em 0;
	}
	legend {
		display: none;
	}
	label {
		color: #fc3;
		font-weight: bold;
		float: left;
		padding: 0.25em;
		width: 10em;
	}
	input, button, select, textarea {
		font: 100% Helvetica, Tahoma, Verdana, Arial, sans-serif;
		background: #E37A17;
		border: none;
		padding: 5px;
		color: #fc3;
		overflow: visible;
		width: auto;
	}
	input.text, textarea.text {
		border-left: 5px solid #fc3;
	}
	input.text:focus, textarea.text:focus  {
		background: #EE9B22;
		color: #fff;
	}
	input.button, button {
		background: #fc3;
		color: #333;
		cursor: pointer;
		width: auto;
		overflow: visible;
	}
	input.button:hover, button:hover {
		background: #fff;
		border: none;
		color: #333;
	}
	table {
		font-size: 100%;
	}
	hr {
		display: none;
	}
	
	
	
	
	
/*####################################################################
	PAGE CONTAINER */
	
	#page_container {
		background: url(page_container_bg.png) right top repeat-y;
		min-width: 780px;
		/* float foot */
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
	
	
	
	
	
/*####################################################################
	HEADER */
	
	#header {
		background: #616161 url(header_bg.gif) top left repeat-x;
		color: #eee;
		height: 165px;
		position: relative;
	}
	#header hr {
		display: none;
	}
	#header a {
		color: #eee;
		border-bottom: 1px dotted #eee;
		text-decoration: none;
	}
	#header p a:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
	/* HEADER LOGO */
	#header #logo {
		background: url(logo_bg.gif) top left no-repeat;
		top: 0;
		left: 40px;
		height: 165px;
		width: 200px;
		position: absolute;
	}
	#header #logo h3 {
		margin: 0;
		padding: 0;
	}
	#header #logo a {
		border-bottom: none;
	}
	#header #logo h3 img {
		visibility: hidden;
		border: 0;
		display: block;
		margin: 0;
		height: 165px;
		width: 200px;
	}
	/* HEADER SKIP */
	#header #skip {
		background: url(top_skip_l.gif) bottom left no-repeat;
		margin: 0;
		position: absolute;
		top: 0;
		left: 40px;
		z-index: 1;
	}
	#header #skip p {
		margin: 0;
		background: url(top_skip_r.gif) bottom right no-repeat;
		line-height: 1.4em;
		padding: 4px 32px 6px 10px;
	}
	#header a {
		font-weight: normal;
		text-transform: lowercase;
	}
	/* HEADER LOGIN */
	#header #login {
		background: url(top_login_r.gif) bottom right no-repeat;
		margin: 0;
		position: absolute;
		top: 0;
		right: 40px;
		z-index: 2;
	}
	#header #login p {
		margin: 0;
		background: url(top_login_l.gif) bottom left no-repeat;
		line-height: 1.3em;
		padding: 4px 10px 6px 32px;
	}





/*####################################################################
	MENU CONTAINER */
	
	#menu_container {
		background: #333 url(menu_container_bg.gif) left top repeat-x;
		height: 36px;
	}
	#menu_container h3 {
		display: none;
	}
	#menu {
		background: url(menu_bg.gif) left top repeat-x;
		margin: 0 40px;	
		padding: 0 0 0 198px;
		height: 36px;
	}
	#menu ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		height: 36px;
		width: 100%;
	}
	#menu_container ul li {
		background: #555 url(menu_l.gif) left top no-repeat;
		display: block;
		float: left;
		margin: 0 0 0 0;
		list-style: none;
		line-height: normal;
	}
	#menu_container ul li a {
		background: url(menu_r.gif) right top no-repeat;
		border: none;
		color: #ddd;
		display: block;
		font-weight: normal;
		text-decoration: none;
		margin: 0 -1px 0 0;
		width: 6em;
		padding: 12px 0;
		text-align: center;
	}
	
	/* hover */
	#menu_container ul li:hover, #menu_container ul li.li_hover {
		background: #444 url(menu_l.gif) 0 -100px;
		color: #fff;
		color: red;
	}
	#menu_container ul li:hover a, #menu_container ul li.li_hover a {
		background: url(menu_r.gif) 100% -100px no-repeat;
		color: #fc3;
	}
	
	/* current page */
	#menu_container ul li.current_page_item, #menu_container ul li.current_page_parent {
		background: #D89817 url(menu_current_l.gif) left top no-repeat;
	}
	#menu_container ul li.current_page_item a, #menu_container ul li.current_page_parent a {
		background: url(menu_current_r.gif) right top no-repeat;
		color: #fff;
		font-weight: bold;
	}
	#menu_container ul li.current_page_item:hover, #menu_container ul li.current_page_item_hover, 
	#menu_container ul li.current_page_parent:hover, #menu_container ul li.current_page_parent_hover {
		background: #F4A01A url(menu_current_l.gif) 0 -100px no-repeat;
	}
	#menu_container ul li.current_page_item:hover a, #menu_container ul li.current_page_item_hover a,
		#menu_container ul li.current_page_parent:hover a, #menu_container ul li.current_page_parent_hover a  {
		background: url(menu_current_r.gif) 100% -100px no-repeat;
		color: #000;
		font-weight: bold;
	}
	
	
	
	
		
/*####################################################################
	SEARCH CONTAINER */
	
	#search_container {
		position: absolute;
		padding: 0 0 0 10px;
		top: 0px;
		left: 40px;
		height: 36px;
		width: 188px;
		background: #404040 url(search_bg.png) 0 0;
		z-index: 100;
	}
	#search_container label {
		display: none;
	}
	#search_container fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	#search_container label {
		display: none;
	}
	#search_container input.text {
		background: #eee url(search_input.png) left top no-repeat;
		border: none;
		color: #333;
		height: 14px;
		margin: 5px 0;
		padding: 6px;
		width: 136px;
		vertical-align: middle;
	}
	#search_container input.button {
		border: none;
		padding: 0;
		margin: 5px 0;
		vertical-align: middle;
	}
	
	
	
	

/*####################################################################
	CONTENT CONTAINER */

	#content_container {
		background: url(content_container_bg.png) left top no-repeat;
		min-height: 275px;
		padding: 0 0 140px 0;
		position: relative;
	}
	/* crap name for a div tag */
	#content_div {
		background: url(content_bg.png) right top no-repeat;
		min-height: 405px;
		margin: 0;
		padding: 0 40px;
		position: relative;
	}
	
	#breadcrumb {
		font-size: 90%;
		line-height: 0;
		padding: 0;
	}
	
	
	/* TWO COLUMN LAYOUT */
	#content_div div.twocol_container {
		width: 100%; 
		overflow: hidden;
		padding: 0;
	}

	/* LEFT-HAND COLUMN */
	#content_div div.twocol_container div.left {
		float: left;
		padding: 24px 20px;
		width: 160px;
	}
	#content_div div.twocol_container div.left h4 {
		margin-bottom: 0.5em;
	}
	#content_div div.twocol_container div.left p {
		text-align: left;
	}
	/* this is crap AND pointless */
	#content_div div.twocol_container div.left p.email_address {
		background:  url(email_bg.png) 0 0 no-repeat;
		font-size: 90%;
		text-align: center;
		margin: 0 -19px 0 0;
		padding: 8px 4px 8px 25px;
	}
	#content_div div.twocol_container div.left p.button_container {
		text-align: right;
		margin: 5px 0;
	}
	#content_div div.twocol_container div.left p.button_container input {
		padding: 1px;
	}
	#content_div div.twocol_container div.left ul {
		margin: 0;
		padding: 0;
	}
	#content_div div.twocol_container div.left ul li, #content_div div.twocol_container div.left ul li.page_item {
		margin: 0;
		padding: 0.25em 0;
		list-style-type: none;
		list-style-image: none;
	}
	#content_div div.twocol_container div.left ul li.current_page_item, #content_div div.twocol_container div.left ul li.current_page_parent {
		background: url(current_page_item.png) left top no-repeat;
		margin: 0 -20px 0 -5px;
		padding-left: 5px;
	}
	#content_div div.twocol_container div.left ul li.current_page_item a,#content_div div.twocol_container div.left ul li.current_page_parent a {
		color: #fff;
		border: none;
	}

	#homepage {
		background: url(homepage_l.gif) left top no-repeat;
		margin: -35px -40px 40px -41px;
		height: 200px;
	}
	#homepage h1 {
		margin: 20px 40px 0 40px;
	}
	#homepage h2 {
		margin: 0 40px;
	}
	#homepage p {
		margin: 0 40px 20px 40px;
	}
	
	/* post details */
	#content_div div.twocol_container div.post_details ul li.tag {
		background:  url(tag.gif) 0% 50% no-repeat;
		padding-left: 20px;
	}
	#content_div div.twocol_container div.post_details ul li.rss {
		background:  url(rss.gif) 0% 50% no-repeat;
		padding-left: 20px;
	}
	#content_div div.twocol_container div.post_details ul li.digg {
		background:  url(digg.gif) 0% 50% no-repeat;
		padding-left: 20px;
	}
	#content_div div.twocol_container div.post_details ul li.delicious {
		background:  url(delicious.gif) 0% 50% no-repeat;
		padding-left: 20px;
	}
	
	
	/* MAIN CONTENT DIV */
	#content_div div.twocol_container div.main {
		float: right;
		margin: 0 0 0 -240px;
		padding: 0;
		width: 100%;
	}
	
	
	/*change me*/
	#content_div div.twocol_container div.main div.main_container {
		margin: 40px 40px 40px 240px;
	}
	#content_div div.twocol_container input.text, #content_div div.twocol_container textarea.text {
		width: 60%;
	}
	p.button_container {
		margin-left: 10em;
	}
	p.button_container input {
		margin: 0 0 0 5px;
	}
	



	p.download {
		border: 1px dotted #fc3;
		background: #C6470E url(download_bg.gif) 1% 50% no-repeat;
		margin: 0 -20px 20px -20px;
		padding: 15px 20px 15px 70px;
	}	
	

	/* three columns */
	div.three_columns {
		clear: both;
		width: 100%;
		overflow: hidden;
	}
	div.three_columns div.column1 {
		background: #999;
		width: 40%;
		float: left;
	}
	div.three_columns div.column2 {
		background: #888;
		width: 30%;
		float: left;
	}
	div.three_columns div.column3 {
		background: #777;
		width: 30%;
		float: left;
	}
	
	
	/* comment container */
	#content_div div.comment_container {
		border-top: 2px dotted #fc3;
	}
	/*#content_div div.comment_container div.main div {
		margin: 0 40px 40px 240px;
		
		doesnt work in ie7
	}*/
	
	

	
	#content_div div.comment_container div.left { 
		padding: 0px 20px 40px 20px;
	}
	#content_div div.comment_container div.left h3 {
		margin-top: 40px;
	}
	#content_div div.comment_container div.left p {
		margin: 0;
	}
	#content_div div.comment_container input.text, #content_div div.comment_container textarea.text {
		background: #E7851B;
		margin: 5px 0 0 0;
		font-size: 90%;
		width: 145px;
	}
	#content_div div.comment_container input.text:focus, #content_div div.comment_container textarea.text:focus  {
		background: #EE9B22;
		color: #fff;
	}
	#content_div div.comment_container label {
		/* i think i like this hidden */
		display: none;
		padding: 0.25em 0;
	}

	
	
	
	/* portfolio container */
	#content_div div.portfolio_container ul.pics {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
	}
	#content_div div.portfolio_container ul.pics li {
		float: left;
		display: inline;
		list-style-image: none;
		list-style-type: none;
		margin: 0 10px 10px 0;
		padding: 0;
	}
	#content_div div.portfolio_container ul.pics li a img {
		background: none;
		margin:0;
		padding: 0;
		border: none;
	}
	
	#content_div hr {
		clear: both;
		display: block;
		height: 1px;
		font-size: 1px;
		border: none;
		border-top:1px solid #DC8815;
		margin: 2em 0;
	}
	/* images... */
	#content_div ul li {
		list-style-image: url(bullet.gif);
	}
	
	
	
	
	/* images... */
	#content_div img.right {
		float: right;
		background: url(image_bg.png) left top no-repeat;
		padding: 15px;
		margin: -3px -40px 20px 20px;
		border: none;
	}
	
	#content_div img {
		background: #E48816;
		margin: 0 20px 20px 0;
		padding: 5px;
		border: none;
	}
	#content_div img.blog {
		background: none;
		float: left;
		margin: 0 20px 20px 0;
		padding: 0;
		border: none;
	}

	#content_div a img {
		/*background: #E48816;*/
		float: left;
		margin: 0 20px 20px 0;
		/*padding: 5px;*/
		border: none;
	}
	/*#content_div a:hover img {
		background: #fc3;
	}*/





	ul.post_summary {
		position: relative;
		height: 30px;
		padding: 0;
		margin: -14px -40px 1em 0;
	}
	ul.post_summary li {
		font-size: 90%; 
		display: inline;
		line-height: 31px;
		margin: 0 3px 0 0;
		padding: 0;
		list-style-type: none;
	}
	ul.post_summary li.post_date {
		background:  url(calendar.gif) 0% 50% no-repeat;
		padding-left: 20px;
	}
	ul.post_summary li.post_user {
		background: url(pencil.gif) 0% 50% no-repeat;
		padding-left: 20px;
	}
	ul.post_summary li.post_comments {
		position: absolute;
		right: 0;
		background: url(comment_bg.png) 0% 50% no-repeat;
		margin: 0 0 0 0;
		padding: 0 40px 0 11px;
	}
	ul.post_summary li.post_comments a {
		line-height: 30px;
		height: 32px;
		background: url(comments.gif) 0% 50% no-repeat;
		margin: -5px 0 0 0;
		padding: 1px 0 0 22px;
		border-bottom: none;
	}
	ul.post_summary li.post_permalink a {
		line-height: 31px;
		background: url(link_go.gif) 0% 50% no-repeat;
		margin: -5px 0 0 0;
		padding-left: 20px;
		border-bottom: none;
	}




/*####################################################################
	FOOTER CONTAINER */
	
	#footer_container {
		background: #404040 url(footer_container_bg.png) left top repeat-x;
		font-size: 90%;
		/* permanent footer code */	
		width: 100%;		
		bottom: 0;
		height: 140px;
		position: relative;
		margin-top: -140px;
		min-width: 780px;
	}
	#footer {
		background: url(footer_bg.png) right top no-repeat;
		height: 60px;
		margin: 0 0 0 40px;
		padding: 21px 0;
	}
	#footer p {
		color: #999;
		line-height: 1.1em;
		margin: 0 20px;
	}
	#footer p.top {
		background: #333 url(footer_button_l.png) left top no-repeat;
		float: right;
		height: 30px;
		margin: -2px 60px 0 20px;
	}
	#footer p.top a, #footer p.top a:visited {
		background: url(footer_button_r.png) right top no-repeat;
		color: #ccc;
		display: block;
		border-bottom: none;
		padding: 10px 10px 10px 18px;
	}
	#footer p a {
		color: #ccc;
	}
	#footer p a:visited {
		color: #888;
	}
	#footer p a:hover {
		color: #eee;
	}



/*####################################################################
	MISC CLASSES */
	
	a.external_link, a.external_link:link {
		background: url(external-link.gif) right 3px no-repeat;
		padding-right: 12px;
	}
	a.external_link:visited {
		background: url(external-link.gif) right -389px no-repeat;
	}
	a.external_link:hover {
		background: url(external-link.gif) right -187px no-repeat;

	}
	
	
	form.contact_form {
		border-top: 1px solid #DC8815;
		padding-top: 2em;
	}
	
	
	
}
