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


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

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

body
{
	background: #0d3151 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: #000000;
}

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%;
}
.rien
{
	border: 0px;
}

/* 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: 0px 0px 0px 00px;
}

#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-map
{
	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: #a4d5ff url("../images/bg_content_extras.gif") repeat-x 0% 100%;
	padding: 0px 20px 20px 25px;
}


/* Branding
------------------------------------------------------*/

#branding
{
	height: 114px;
	padding-right: 52px;
	
}

#logo h1
{
	width: 700px;
	padding: 15px 0px 0px 75px;
	text-align: center;
}

#logo h1
{
	font: normal 3.6em/125% Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo h1 span
{
	font: italic 0.4em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	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;
  overflow: hidden;
  background: #ffffff url("../images/headers/menu.jpg") no-repeat;
}

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

#nav li.back {
  background: url("../images/page_nav_hover2.gif") no-repeat 0% 0%;
  width: 40px; 
  height: 40px;
  z-index: 8;
  position: absolute;
  
}

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

}

#nav li.current a {
  color: #cc3333;
}

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



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

#content-head2 img
{
	display: block;
	border-top: 0px solid #26a4d8;
	border-bottom: 0px solid #26a4d8;
}

#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: 3px dotted #447fbe;
}

#content-wrapper h1 span
{
	color: #2b99f6;
}

#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 #484848;
	background-color: #a1cff5;
	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;
}

#content-map 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: 3px dotted #447fbe;
}
#content-map a
{
	color: #ca4d0f;
}
#content-map h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #7f865a;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

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

#content-map p strong
{
	color: #ca4d0f;
}
/* 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-part
{
	border: 0px solid #484848;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}
#content-part img
{
	border: 1px solid #484848;
	background-color: #a1cff5;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content-part li ul
{
	margin: 0px;
	padding: 0px 0px 0px 6px;
	list-style: none;
	display: inline-block;
}
#content-part li
{
	margin-bottom:10px;
	padding-bottom: 10px;
	background: #c7daf3 url("../images/bg_sidebar_widget.gif") no-repeat 0% 100%;
}
#content-sidebar img
{
	border: 0px solid #484848;
	background-color: #a1cff5;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content-sidebar h2
{
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 42px 5px 13px 15px;
	background: url("../images/widget/default.gif") no-repeat 0px 0px;
}

#sidebar
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li
{
	margin-bottom:10px;
	padding-bottom: 15px;
	background: #c7daf3 url("../images/bg_sidebar_widget.gif") no-repeat 0% 100%;
}


#sidebar li .textwidget
{
	color: #888e65;
	padding: 0px 15px 0px 15px;
}

#sidebar li li
{
	margin-bottom: 2px;
	padding: 0px 10px 0px 12px;
	background: url("../images/bullet_2.gif") no-repeat 0px 5px;
}

#sidebar li ul
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	display: inline-block;
}

#sidebar li ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#sidebar li.widget_categories h2	{	background: url("../images/widget/default.gif") no-repeat 0px 0px; }
#sidebar li.resa h2	{	background: url("../images/widget/resa.gif") no-repeat 0px 0px; }
#sidebar li.widget_recent_entries h2	{	background: url("../images/widget/news.gif") no-repeat 0px 0px; }
#sidebar li.widget_tag_cloud h2	{	background: url("../images/widget/categories.gif") no-repeat 0px 0px; }
#sidebar li.widget_calendar h2	{	background: url("../images/widget/calendar.gif") no-repeat 0px 0px; }
#sidebar li.widget_archive h2	{	background: url("../images/widget/archives.gif") no-repeat 0px 0px; }

#sidebar li a
{
	font: normal 0.9em Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar li.widget_recent_comments li
{
	background: url("../images/icon_comment.gif") no-repeat 0px 5px;
	padding-left: 17px;
}

#sidebar li.widget_recent_comments li a
{
	font: normal 1.0em Arial, Tahoma, sans-serif;
	text-transform: none;
	text-decoration: underline;
}

#sidebar li.widget_recent_entries ul
{
	
	padding-left: 10px;
}

#sidebar li.widget_recent_entries li
{
	background: url("../images/icon_star.gif") no-repeat 0px 0px;
	padding-left: 22px;
	margin-bottom: 5px;
}

#sidebar li.widget_archive li
{
	background: url("../images/icon_calendar.gif") no-repeat 0px 1px;
	padding-left: 24px;
}

#sidebar li.widget_categories ul
{
	
	padding-left: 10px;
}

#sidebar li.widget_categories li
{
	
	float: left;
	background: url("../images/bullet_2.gif") no-repeat 0px 0px;
	width: 105px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 22px;
}

#sidebar li.widget_tag_cloud a
{
	padding: 0px 0px 0px 15px;
}

#sidebar li.widget_flickrRSS img
{
	widht: 43px;
	height: 43px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 0px 0px 8px 10px;
}

#sidebar li a:hover
{
	text-decoration: underline;
}


/* 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: auto;
	padding: auto;
}

#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.hq
{
	background: url("../images/hq.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 10px;
	position: relative;
}
#content-extras h1.rec
{
	background: url("../images/rec.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 10px;
	position: relative;
}
#content-extras h1.pic
{
	background: url("../images/pic.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 10px;
	position: relative;
}
#content-extras h1.cam
{
	background: url("../images/cam.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 10px;
	position: relative;
}
#content-extras h2
{
	font: bold 1.5em Arial, tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #6c6c6c;
}

#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: -20px 0px 0px 5px; padding: 0px 0px 0px 15px;}


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

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

#extras-flickr img
{
	float: center;
	border: 3px solid #fff;
	margin: 0px 8px 8px 0px;
}

#extras-flickr a:hover img
{
	border: 3px solid #fff;
}


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

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

#page-footer a
{
	color: #000000;
}




