/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #80825b url("../images/bg.jpg") no-repeat fixed 100% 0%;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #45371b;
	text-align: center;
	padding-bottom: 20px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #45371b;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

#page-navigation { behavior: url("../js/iepngfix.htc") }


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#page-navigation
{
	background: url("../images/bg_page_navigation.png") no-repeat 0% 0%;
	padding: 10px 0px 0px 20px;
}

#page-content
{
	background: url("../images/bg_page_content.png") repeat-y 0% 0%;
	padding: 0px 10px 0px 10px;
}

#page-footer
{
	background: url("../images/bg_page_footer.png") no-repeat 0% 100%;
	padding: 10px 25px 20px 20px;
	text-align: right;
}

#content-wrapper
{
	padding: 20px 30px 40px 30px;
}

#content-main
{
	width: 525px;
	float: left;
	padding: 0px 0px 30px 0px;
}

#content-main.wide
{
	width: 820px;
	float: none;
}

#content-sidebar
{
	width: 265px;
	float: right;
}

#content-extras
{
	background: #b6b686 url("../images/bg_content_extras.gif") repeat-x 0% 100%;
	padding: 0px 25px 20px 25px;
}


/* Branding
------------------------------------------------------*/

#branding
{
	height: 114px;
	padding-right: 52px;
	background: url("../images/bg_page_search.gif") no-repeat 596px 0px;
}

#logo h1
{
	width: 400px;
	padding: 15px 0px 0px 75px;
	text-align: center;
}

#logo h1
{
	font: normal 3.6em/125% Georgia, "Times New Roman", Times, serif;
	color: #f3efe9;
}

#logo h1 span
{
	font: italic 0.4em Georgia, "Times New Roman", Times, serif;
	color: #d0d1c0;
	display: block;
}

#search
{
	width: 240px;
	float: right;
	margin: 8px 0px 0px 0px;
}

#search h2
{
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #b2b58d;
	margin: 0px 0px 4px 0px;
}

#search .box
{
	background-color: #959b78;
	padding: 2px;
}

#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #3e4027;
	width: 165px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #959b78;
	background-color: #959b78;
}

#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #3e4027;
	text-transform: uppercase;
	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border: none;
}


/* Page navigation
------------------------------------------------------*/

#page-navigation .rss
{
	background:  url("../images/icon_rss.png") no-repeat 0% 0%;
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	margin: -15px 15px 0px 0px;
}

#nav {
  position: relative;
	height: 40px;
  padding: 0px;
	margin: 0px;
}

#nav li {
  float: left;
  list-style: none;
	z-index: 10;
}

#nav li.back {
  background: #b7b788 url("../images/page_nav_hover.gif") no-repeat 0% 100%;
  width: 2px; 
	height: 40px;
  z-index: 8;
  position: absolute;
}

#nav li a {
	background: url("../images/page_nav_default.gif") no-repeat 50% 100%;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #595a37;
	text-decoration: none;
  z-index: 10;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
	padding: 12px 15px 12px 15px;
}

#nav li li a, #nav li li a:visited, #nav li li a:active {
	background: none;
	font: bold 0.9em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	padding: 7px 5px 7px 15px
}

#nav li.current a {
  color: #cb4c0e;
}

#nav li.current li a {
  color: #fff;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}





/* Page content
------------------------------------------------------*/

#content-head img
{
	display: block;
	border-top: 10px solid #b7b788;
	border-bottom: 10px solid #c5c59f;
}

#content-wrapper h1
{
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #ca4d0f;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #584624;
}

#content-wrapper h1 span
{
	color: #7e8157;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #7f865a;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #ca4d0f;
	margin: 20px 0px 10px 0px;
}

#content-wrapper p strong
{
	color: #ca4d0f;
}

#content-wrapper img
{
	border: 1px solid #bcb99e;
	background-color: #dcd8c5;
	margin: 0px 0px 10px 0px;
	padding: 6px;
}

#content-wrapper a
{
	color: #ca4d0f;
}

#content-main ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}


/* Page content - topics
------------------------------------------------------*/

#content-main .topic-item
{
	margin: 0px 0px 20px 0px;
}

#content-main .topic-item h1
{
	margin-bottom: 10px;
}

#content-main .topic-item h2
{
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-transform: none;
}

#content-main .topic-item img
{
	float: left;
	margin: 3px 15px 3px 0px;
}

#content-main .topic-item a.detail
{
	font: bold 1.1em Arial, tahoma, sans-serif;
}


/* Page content - portfolio
------------------------------------------------------*/

#portfolio-list
{
	margin-top: 20px; 
}

#portfolio-list .portfolio-item
{
	width: 182px;
	float: left;
	margin: 0px 30px 25px 0px;
}

#portfolio-list .last
{
	margin-right: 0px;
}

#portfolio-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: none;
}

#portfolio-list p
{
	font: normal 1.0em/130% Arial, tahoma, sans-serif;
}



/* Page content - sidebar
------------------------------------------------------*/

#content-sidebar h1
{
	color: #7e8157;
	margin-bottom: 10px;
}


/* Page content - advertise
------------------------------------------------------*/

#advertise
{
	margin: 30px 0px 20px 0px;
}

#advertise img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}


#advertise a
{ 
	display: block;
	float: left;
	margin: 0px 15px 10px 0px;
}

#advertise a.right
{ 
	margin-right: 0px;
}


/* Page content - categories
------------------------------------------------------*/

#categories ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categories ul li
{
	float: left;
	width: 130px;
	margin: 0px 0px 2px 0px;
}


/* Page content - project list
------------------------------------------------------*/

#project-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: none;
}

#gallery 
{
	margin: 0px;
	padding: 0px;
}

#gallery .thumb 
{
	display: block;
}

#gallery_changer li 
{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#gallery_changer .first 
{
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}

#gallery_changer a 
{
	font: bold 1.2em Arial, tahoma, sans-serif;
}

#gallery_changer .current a 
{
	color: #45371b;
	text-decoration: none;
}


/* Page content extras
------------------------------------------------------*/

#content-extras h1
{
	background: url("../images/bg_content_extras_title.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 20px 15px;
	position: relative;
}

#content-extras h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #90380e;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #90380e;
}

#extras-about { width: 261px; float: left; margin: -20px 25px 0px 0px; }
#extras-popular { width: 261px; float: left; margin: -20px 0px 0px 0px; }
#extras-flickr { width: 261px; float: right; margin-top: -20px; }


#content-extras .inner
{
	padding: 0px 15px 0px 15px;
}

#extras-about .pdf
{
	display: block;
	background: url("../images/icon_pdf.gif") no-repeat 0% 50%;
	padding: 18px 0px 18px 60px;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #90380e;
}

#extras-about .pdf strong
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#extras-popular .post-item
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #a5a077;
}

#extras-flickr img
{
	float: left;
	border: 3px solid #fff;
	margin: 0px 8px 8px 0px;
}

#extras-flickr a:hover img
{
	border: 3px solid #90380e;
}


/* Page footer
------------------------------------------------------*/

#page-footer p
{
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #45371b;
	text-decoration: none;
	margin: 0px;
}

#page-footer a
{
	color: #45371b;
}



