/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #181818;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #fff;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}


/* 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.gif") no-repeat 0% 0%;
	padding: 20px 0px 0px 40px;
}

#page-content
{
	background: url("../images/bg_page_content.gif") repeat-y 0% 0%;
	padding: 0px 10px 0px 10px;
}

#page-footer
{
	background: url("../images/bg_page_footer.gif") 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
{
	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: 22px 0px 0px 50px;
	text-align: center;
}

#logo h1 a
{
	display: block;
	width: 345px;
	height: 70px;
	text-indent: -9999px;
	background: url("../images/logo.gif") no-repeat 0% 0%;
}

#search
{
	width: 240px;
	float: right;
	margin: 8px 0px 0px 0px;
}

#search h2
{
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #949494;
	margin: 0px 0px 4px 0px;
}

#search .box
{
	background-color: #42afcc;
	padding: 2px;
}

#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #181818;
	width: 165px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #42afcc;
	background-color: #42afcc;
}

#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #181818;
	text-transform: uppercase;
	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border: none;
}


/* Page navigation
------------------------------------------------------*/

#nav {
  position: relative;
  height: 45px;
  padding: 0px;
	margin: 0px;
  overflow: hidden;
}

#nav li {
  float: left;
  list-style: none;
}

#nav li.back {
  background: url("../images/page_nav_hover.gif") no-repeat right -30px;
  width: 2px; 
	height: 30px;
  z-index: 8;
  position: absolute;
}

#nav li.back .left {
  background: url("../images/page_nav_hover.gif") no-repeat 0% 0%;
  height: 30px;
  margin-right: 3px; /* 1px is the width of the rounded shape */
}

#nav li a {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
  top: 7px;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
	padding: 0px 20px 0px 20px;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}



/* Page content
------------------------------------------------------*/

#content-head img
{
	display: block;
	border-top: 5px solid #42afcc;
	border-bottom: 5px solid #42afcc;
}

#content-wrapper h1
{
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #42afcc;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #42afcc;
}

#content-wrapper h1 span
{
	color: #fff;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #42afcc;
	margin: 20px 0px 10px 0px;
}

#content-wrapper p strong
{
	color: #42afcc;
}

#content-wrapper img
{
	border: 1px solid #282828;
	background-color: #282828;
	margin: 0px 0px 10px 0px;
	padding: 7px;
}

#content-wrapper a
{
	color: #42afcc;
}

#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 a
{
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.portfolio-list img
{
	margin: 0px;
}

#content-main .portfolio-list a img:hover
{
	background-color: #42afcc;
}

#preview{
	position: relative;
	border: 10px solid #181818;
	display: none;
}


/* Page content - sidebar
------------------------------------------------------*/

#content-sidebar h1
{
	color: #fff;
	margin-bottom: 10px;
}

#content-sidebar .project-list a
{
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

#content-sidebar .project-list img
{
	padding: 3px;
}

#content-sidebar .project-list a:hover img
{
	background-color: #42afcc;
}


/* 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: #42afcc;
	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;
	color: #fff;
}

#gallery_changer .current a 
{
	color: #42afcc;
	text-decoration: none;
}


/* Page content extras
------------------------------------------------------*/

#content-extras h1
{
	background: url("../images/bg_content_extras_title_1.gif") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #181818;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 20px 15px;
	position: relative;
}

#content-extras h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #42afcc;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #42afcc;
}

#extras-about { width: 261px; float: left; margin: 0px 25px 0px 0px; }
#extras-popular { width: 261px; float: left; margin: 0px 0px 0px 0px; }
#extras-flickr { width: 261px; float: right; margin-top: 0px; }

#extras-flickr h1
{
	background: url("../images/bg_content_extras_title_2.gif") no-repeat 0% 0%;
}

#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: #42afcc;
}

#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 #555;
}

#extras-flickr img
{
	float: left;
	border: 2px solid #fff;
	margin: 0px 10px 10px 0px;
}

#extras-flickr a:hover img
{
	border-color: #42afcc;
}


/* Page content - forms
------------------------------------------------------*/

#content-main form
{
	margin: 40px 0px 20px 0px;
}

#content-main label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #fff;
	float: left;
	width: 150px;
	margin: 0px 0px 10px 0px;
}

#content-main input, #content-main textarea
{
	display: block;
	float: left;
	width: 250px;
	background-color: #4b4b4b;
	border: 1px solid #4b4b4b;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}

#content-main textarea
{
	width: 320px;
	height: 150px;
}

#content-main input:focus, #content-main textarea:focus
{
	border-color: #42afcc;
}

#content-main input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #42afcc;
	border: 1px solid #42afcc;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #fff;
	margin: 10px 0px 10px 150px;
	padding: 4px;
}


/* Page footer
------------------------------------------------------*/

#page-footer p
{
	font: normal 1.0em/140% Arial, tahoma, sans-serif;
	color: #acacac;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}

#page-footer a
{
	color: #42afcc;
}
