/******************************************************
*                                                     *
*   CSS file - http://www.christianhenry.co.uk/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


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

*
{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

body
{
	background-color: #181818;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	background-image: url(chav.gif);
	background-repeat: repeat;
}

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;
	font-size:10px;
}

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

#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: 35px;
  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;
	text-align:center;
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#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 #ff6600;
	border-bottom: 5px solid #ff6600;
}

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

#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: #ff6600;
	margin: 20px 0px 10px 0px;
}

#content-wrapper p strong
{
	color: #ff6600;
}

#content-wrapper img
{
	border: 1px solid #8d8d8d;
	background-color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 6px;
}

#content-wrapper a
{
	color: #ff6600;
}

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

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

/* ===== RIGHT CONTENT ===== */
.right-holder { width: 208px; float: right; padding-bottom: 5px; }

/* 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: #ff6600;
}


/* 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: #ff6600;
	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: #ff6600;
	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: #ff6600;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #181818;
}

#extras-about {
	width: 261px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#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: #ff6600;
}

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


/* 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: #ff6600;
}

#content-main input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #ff6600;
	border: 1px solid #ff6600;
	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: #ff6600;
}

a {
	color: #c75f3e;
}


/* Updates Marquee
------------------------------------------------------*/
#newsmarq

{
	background-color: #ff6600;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 880px;
	height: 24px;
	margin-top: 0pt;
	margin-right: 0px;
	margin-bottom: 0pt;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #000000;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #000000;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}


/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 0px;
	line-height: 25px;	
}



#content{
	width:880px;
	margin: 0 auto;
	padding:0px;
	/*background-color:#1e1e1e;
	border: 1px solid #000000;*/
}

#showfixture_div{
	width:878px;
	margin: 0 auto;
	padding:0px;
	/*background-color:#1e1e1e;
	border: 1px solid #000000;*/
}

#showgallery_div{
	width:879px;
	margin: 0 auto;
	padding:0px;
	/*background-color:#1e1e1e;
	border: 1px solid #000000;*/
}

#smallbox{
	width:216px;
	margin:15px 12px 15px 5px;
	padding:0;
	float:right;
	display:block;
}
#smallboxg{
	width:216px;
	margin:15px 5px 15px 12px;
	padding:0;
	float:left;
	display:block;
}

#smallheader{
	background:url(images/smallheader.gif) no-repeat;
	width:216px;
	height:26px;
	margin:0;
}

#smallcontent{
	width:204px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}

#smallfooter{
	background:url(images/smallfooter.gif) no-repeat;
	width:216px;
	height:29px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#bigbox{
	width:536px;
	margin:15px 5px 15px 12px;
	padding:0;
	float:left;
}
#bigboxg{
	width:536px;
	margin:15px 12px 15px 5px;
	padding:0;
	float:right;
}


#bigheader{
	background:url(images/bigheader.gif) no-repeat;
	width:536px;
	height:26px;
	margin:0;
	}

#bigcontent{
	width:524px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}
#bigcontent1{
	width:524px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}

#bigcontentRss{
	width:524px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}

#bigcontentRss ul{
	padding:0;
	margin:0;
	display:block;
}

#bigcontentRss li{
	list-style-image:url(images/rssExt.png);
	list-style-position:inside;
	padding:0 5px;
	margin:0;
	font-size:15px;
	line-height:30px;
}

#bigfooter{
	background:url(images/bigfooter.gif) no-repeat;
	width:536px;
	height:29px;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#bigboxv{
	width:777px;
	margin:15px 5px 15px 15px;
	padding:0;
	float:inherit;
	padding-right: 30px;
	padding-left: 37px;
}

#bigheaderv{
	background:url(images/bigheaderv.gif) no-repeat;
	width:777px;
	height:26px;
	margin:0;
	}

#bigcontentv{
	width:765px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}

#pict_show_div{
	width:765px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}

#bigfooterv{
	background:url(images/bigfooterv.gif) no-repeat;
	width:777px;
	height:29px;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#vintableclass{
font-size:10px;
}

#footer{
	width:790px;
	margin:0 auto;
	padding:5px;
	clear:both;
	text-align:center;
	background-image: url(images/footer-background.gif);
	background-repeat: repeat-x;
}

/* Clears */

.clear{
	clear:both;
}

/* Text */

p{
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0 0 10px 0;
}

.rss li a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.rss li a:hover{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

/* Navigation */
li{
 list-style-position:inside;
}
.rss ul{
	padding:0;
	margin:0;
	display:block;
}

.rss li{
	list-style-image:url(images/rss.png);
	list-style-position:inside;
	padding:0 5px;
	margin:0;
	font-size:15px;
	line-height:30px;
}

.rssExt ul{
	padding:0;
	margin:0;
	display:block;
}

.rssExt li{
	list-style-image:url(images/rssExt.png);
	list-style-position:inside;
	padding:0 3px;
	margin:0;
	font-size:15px;
	line-height:20px;
	vertical-align:super;
}

li{
	margin:0 0 0 0px;
}

/* LINK COLORS & ADDITIONAL STYLES */
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
