/*
Theme Name: Colourisenew
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A colorful.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more themes and <a href="http://www.styleshout.com">Styleshout</a> for more designs.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/

*/

/* ----------------------------------------------
	Template Name : Colourise
	Template Code : S-0022
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : March 07, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bg1.jpg) no-repeat center top;
	text-align: center;
}
#one {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgweb.jpg) no-repeat center top;
	text-align: center;
}

#two {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgshop.jpg) no-repeat center top;
	text-align: center;
}
#three {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgcontact.jpg) no-repeat center top;
	text-align: center;
}
#four {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgfolio.jpg) no-repeat center top;
	text-align: center;
}
#five {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgseo.jpg) no-repeat center top;
	text-align: center;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #0e5993;
	font-weight:bold;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000;
	
}
.left, .alignleft {
	float:left;
	}
/* headers */
h1, h2, h3 {
	font-family: 'Arial', Tahoma, Arial, Sans-serif;
	color: #087c99;
}
h1 {
	font-size: 2.8em;	
	font-weight: normal;
	letter-spacing: .5px;
	padding: 18px 10px 10px 10px;
	margin-top:1px;	
	color:#087c99;
}
h2 {
	font-size: 1.8em;
	color: #087c99;
	padding: 20px 10px 5px 10px;	
}
h2 {
	font-size: 1.8em;
	color: #000;
	padding: 0 10px 5px 10px;	

}
h3 {
	font-size: 1.6em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
	color:#2a4204;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 10px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: none;
   border: 0px solid #1B1B1B;
	padding: 0px;
}
img.float-right {
  	margin: 1px 0px 5px 10px;  
		
}
img.float-left {
  	margin: 5px 10px 10px 0px;
		border: 0px solid #1B1B1B;
	padding: 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 5px 10px; padding: 5px 10px 5px 10px;
	border: 0px solid #c9c9c8; 
	background: none; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #444;
}
input, select, textarea {
	padding: 3px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #f1f1f1;  
	border: 2px solid #c9c9c8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}

textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
 input[type="submit"]{color:#fff; margin: 5px 0 0 67px; 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 1px 3px; 
	color: #fff;
	border:1px solid #1b2b02;
 background:#3b5e06;
}
	.submit{margin-right:120px}
	

#zoek{
	float:right;
	margin: 80px 0 0 0;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 980px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 980px;	
	padding: 0; 		
	margin-left: 15px;	
	background: transparent;
	float: left;	
	display: inline;	
	
}
#header {
	position: relative;
	width: 980px;	
	height: 240px;	
	margin: 0; padding: 0;		
	background: transparent;
}



/*  Navigation  */



 .lavaLampWithImage {
            position: absolute;
            height: 29px;
            width: 621px;
            background: none;
            padding: 15px;
            margin: 26px 0 0 382px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava1.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .love {
                            background: url("images/lava1.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 11px arial;
                        text-decoration: none;
												
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: -4px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 13px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
														
                        }

/*  searchform */

#headersearch {
position:absolute;
float:right;
margin:-20px 0 9px 684px;
}


#headersearch form#qsearch {
	padding: 0; margin: 0px 0 3px 0px;
	border: none;
	border: 0px solid #7a787c;
	width: 292px; height: 22px;
	background: url("images/zoekveld.gif") no-repeat;		
}
#headersearch form#qsearch p {
	margin: 0; padding: 0;		
}
#headersearch form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #000;	
	margin: 0;
}
#headersearch form#qsearch .tbox {
	margin: 1px 0 0 0; 
	width: 216px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .buttonsearch{
	width: 50px; height: 22px;						
}
.buttonsearch{
background: url(images/zoek.png);
padding-top:0px;
}
#headersearch form#qsearch label {
	display: none;
}	
	

#header h1#logo-text a, #header h3#logo-text a {
	position: absolute;
	padding: 81px 0 0 0;
	overflow: hidden;
	margin:0;
	font: normal 32px Georgia, 'Times New Roman', Times, serif;
	height: 0px !important; /* for most browsers */
    height /**/:81px; /* for IE5.5's bad box model */
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	background:url("images/logo1.png"); 
	background-repeat: no-repeat;
	float:left;
	/* change the values of top and left to adjust the position of the logo*/
	top: 32px; left: 0px;	
}
#header h3#logo-text a:hover {
 background:url("images/logo1.png") no-repeat;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #000;
	width: 900px;
	
	/* change the values of top and left to adjust the position */
	top: 95px; left: 25px;		
}

/* Main Column */
#main {
	float: left;
	width: 580px;
	padding: 0; margin: 0;
	display: inline;		
}
#main img{
	padding:0px;
	background:none;
	border: 0px solid #bfbfbf;
}

#mainhome, #mainportfolio {
	float: left;
	width: 960px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2, #mainhome h2 {
	padding-bottom: 3px;
	margin-top: 12px;
	font: normal 2.2em 'Arial', Tahoma, Helvetica, Arial, sans-serif;	
	color: #2d2d2d; 
	letter-spacing: .5px;	
	text-transform: none;	
}
#main h1 {
	padding-bottom: 3px;
	margin-top: 12px;
	font-size:32px; font-weight:normal; color:#344504;
	letter-spacing: .5px;	
	text-transform: none;	
}
#main h1 a, #mainhome h2 a {
	color: #344504;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#breadcrumbs {
	margin:78px 0 -15px 0;	
}

/* tooltip */

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #a5cf0b;
border: 6px solid #313131;
color: black;
padding: 3px;
width: 200px; /*width of tooltip*/
}



/* informatiepag */	
.leftinfo, .rightinfo{
width:265px; height:auto;
border:1px solid #e8e6e6;
background:#efeeee;
margin:0 6px 0 8px;
float:left;
display:inline;
}
.rightinfo{
width:279px;
float:right;
background:none;
border:none;
} 
/* portfoliopag */	
.topport{
background-color:#f4f4f4;
padding:12px;
border: 1px solid #dfdede;
font-size: 1.0em;
font-style:normal;
width:895px;
color:#5e5d5d;
margin: 9px 29px 15px 11px;
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 310px;
	padding: 0; margin: 95px 52px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 0px;
	padding: 5px 5px 5px 5px; 
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	background: url(images/footer-to0.jpg) no-repeat center bottom;
	color: #000;
}
#sidebar ul {
	text-align: left;
	
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar li{
			margin:0 0 0 -28px; 
			
			line-height:25px;
			border-bottom:0px dotted #e8e6e6;
			width:auto; height:auto;
		background: url(images/pijls.gif)no-repeat;
			background-position:0 8px!important;
	
		}

#sidebar p{
	padding: 2px 0px 16px 12px;
	color:#493d34;
	margin: 0px;
	font-size: 1em;	
	line-height: 15px;
	}
		#sidebar a img, #main a img  {	
	margin:16px 12px 0 12px;
	
	background:#fff;
	padding:0px;	
	border:0px solid #9e9e9d;
	}		
	
.green{
	width:304px;
	
	background: url(images/referenties.gif) no-repeat;
	padding:0px 8px 6px 0;
	height:163px;
	margin:13px 0 15px 0;	
}
#sidebar h3, #sidebar h2{
	
	font-size:16px; font-weight:normal; color:#2d2d2d; text-transform:uppercase;	
	margin: 0 0px  0px 0px;
	text-indent:12px;
	padding: 12px 0 0 0;
	width:310px;
	height:19px;
	letter-spacing:0.15em;	
	font: 1.25em Arial, Helvetica, sans-serif;
	
	
	padding-bottom: 3px;
}
#sidebar .dienst a.posttitle{
	text-transform:uppercase;
	padding:13px 0 15px 0;	
	line-height:38px
}
.dienst{
	width:302px;
	
	
	padding:0px 8px 6px 0;
	border:1px solid #dadada;
	margin:13px 0 15px 0;	
}

		a.noborder{
			border-bottom:none;
			display:block;
			background:url(images/skype.gif) 100px no-repeat;
			
		}	
		.fade {
		width:300px; height:196px;
		
		
margin:10px 0 14px 0}
#portfolio {
		width:260px; height:30px;
		
		text-align:left;
margin:-20px 0 14px 90px}

* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #077ca7; 	
		padding: 4px 0 0 39px;
	font-weight: bold;		
	font-family: 'Arial', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 12px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul .current_page_item a, #sidebar ul .current_page_item a:hover {
display:block;
width:348px;
height:36px;
  background: url("images/active.gif") no-repeat;
	
  cursor: default;
  color: #fff;
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #789035;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */

	

#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	margin-left:-162px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #0c1400 url(images/footer-top.jpg) repeat-x center top;
	color: #fff;
	width: 1264px;
	float: left;	
	display: inline;
	border-bottom: 5px solid #070707;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform:uppercase;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 950px;
	text-align: left;		
}

#footer-content a.latest{
	font-size: 1.1em;
	text-transform:none;
	margin: 0 0 0 299px;
	}
#footer-content ul  {
	border-top: 0px solid #111;
	list-style: none;
	margin: 5px 0 12px 10px; padding: 0;	
	width: 98%;
}
#footer-content ul li   {
height:auto;
padding:0px 0 0 4px;
	border-bottom: 1px solid #4d630d;
}

 #footer-content ul li  {
line-height:25px;
}
#footer-content ul li, #footer-content ul li a  {
	display: block;	
	font-weight: bold;
	padding: 0px 0 0px 0px;
	width: 98%;	
	color: #fff;
	
}

#footer-content  a {
	
	color: #fff;
	
}
#footer-content  a:hover {
	
	color: #555;
	text-decoration:underline;
	
}
#footer-content ul li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul li a:hover,
#footer-content ul li a:hover span {
	color: #555;
	text-decoration: none;
	background:#2b3a01;
}

#footer-content .col {
	width: 225px;
	padding: 0 25px 30px 15px;	
	background: url("images/divider.gif") no-repeat;
	background-position:right;		
	display: inline;
	height:320px;
}
#footer-content .col2 {
	width: 225px;
	padding: 0 0 30px 0;	
	display: inline;	
}

#footer-content .space-sep {
	margin:0 5px 0 11px;
	width: 390px;
}
#footer-content .space-sep h3{
	margin:0 0 10px 0;
	
}
#footer-content .space-sep a img  {	
	margin-top:4px;
	margin-right:20px;
	background:none;
	padding:0px;	
	border:0px solid #cdcdcd;
	}	
	#footer-content .space-sep a.newsitems  {
	margin-top:114px;	
	text-decoration: underline;
	text-transform:uppercase
	}	
	/* button footer */
	.btn {
	margin:0 6px 0 0; padding:2px 12px 2px 12px;
	width:126px; height:26px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
		font:bold 1em Arial, Helvetica, sans-serif; color:#000;
		line-height:20px; 
}
		
	.btn-footer {
		margin:6px 30px 0 0;
		color:#000;
		background:url(images/btn-footer.gif) no-repeat top center;
	}
	
	
	a#toTop{
	display:block;		
		background:url(images/boven.gif) 102px no-repeat;
		margin:0 0 0 190px;
	}
/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #c9c9c8;
	background: #eaeae9;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



div.hr {
  height: 27px;
	margin:14px 0 0 0;
  background: url(images/hr.jpg) no-repeat;
}
div.hr hr {
  display: none;
}
.text, .area, .code{
 width:80px;
 padding:2px;
 margin-bottom:2px;
 color: #b9b9b9;
	background: #1a1a1a;  
	border: 1px solid #2d2d2d
 
}

.area{
 width:160px;
 height:20px;
}
.code{
 float:left;
 padding:2px;
 width:40px;
}

	/* 00 - SLIDER OP HOMEPAGINA onder (CODA)*/
/* --------------------------------------------*/

#slidercoda {
    width: 932px;
    margin: 30px 0 0 1px;
    position: relative;
		
}
#slidercoda p{
	font-size:12px;
	margin-left:-10px;
}
hoofdstuk{
	font-size:13px;
	font-weight:bold;
	margin-bottom:9px;
}
#slidercoda a.gofurther{
display:block;
margin: 26px 0 0 0px;
padding: 3px 5px 4px 20px;
	width:95px;
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	height:20px;
	background:#93ce17;
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#slidercoda a.gofurther:hover{
background:#a3a297;
}
.scroll {
    height: auto;
    width: 932px;
    
    overflow-x: hidden;
    
		z-index:1;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		margin-top:41px;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: auto;
    width: 982px;
		
		
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
		position:absolute;
		z-index:20;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
		float:left;
    margin-right: 0px;
}

ul.navigation a {
display:block;

    padding: 30px 30px 0 30px;
    font-size:16px;
		font-weight:bold;
		line-height:1px;
    color:#344403;
		background-color: #f6f6f6;
    text-decoration: none;
		border-top: 1px solid #dadada;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
    text-decoration: none;
		height:30px;
		margin-bottom:-3px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
		color:#75bb03;
}

ul.navigation a.selected {
    background-color: #fff;
		border-top: 1px solid #dadada;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		border-bottom: 1px solid #ffffff;
		color:#75bb03;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/* boxgrid slider */
.boxgridin{width:919px;  height:260px; padding:20px 0 0 0;}

.boxgrid{ 
				width: 288px; 
				height: 170px; 
				margin:0 15px 15px 0; 
				float:left; 
				-moz-border-radius: 0px;
-webkit-border-radius: 0px;
				background:#161613; 
			 padding:0;
				overflow: hidden; 
				position: relative; 
				
			}
			
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				
				
			.boxcaption{ 
				float: left; 
				-moz-border-radius: 0px;
-webkit-border-radius: 0px;
				position: absolute; 
				background: #7e8080; 
				height: 170px; 
				width: 100%; 
				padding:0 0 0 16px;
				opacity: .9; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					
 				}
 				.caption .boxcaption {
 					top: 110px;
 					
 				}

#mainportfolio .boxgrid h2{color:#fff; font-size:1.4em; font-style:italic; padding-top:8px; padding-bottom:0px}
#mainportfolio .boxgrid p{color:#000; font-size:1.0em}
#mainportfolio .boxgrid img{border: 1px solid #29730f}

#mainportfolio .boxgrid a{color:#fff; font-size:.9em; font-style:normal;}
#mainportfolio .boxgrid a:hover{color:#fff; font-size:.9em; font-style:normal; text-decoration:underline;}



		
		

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{width:600px;
	cursor: pointer;
	list-style: none;
	margin-left:-19px;
}

.hoverbox a
{
	cursor:pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 300px;
	height: 122px;
}

.hoverbox li
{
	background: #b2d30d;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 7px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 500px;
	height: 529px;
}
span.dropcap  {
float : left;
font: normal 57px Georgia, "Arial",Times New Roman, Times, serif;
line-height : 1;
margin-top : 0px;
font-weight : bold;
margin-right : 33px;
color : #68a702;
display : block;
height : 46px;
text-indent : -0px;
width : 13px;
} 
#ie6_banner{
			background: #535353;
			width: 100%;
			position: relative;
			padding:15px 0;
			margin:0;
			border-bottom: 1px solid #111;
			z-index: 999;
		}
		#ie6_wrap{
			width: 1000px;
			margin: 0 auto;
		}
		#ie6_wrap h1{
			font-size: 18px;
			text-transform: none;
			color: #fff;
			background: none;
			margin: 0 0 10px 0;
			padding:0;
			font-weight: bold;
		}
		#ie6_wrap p{
			text-align: left;
			font-size: 12px;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: normal;
			color: #fff;
			background: none;
			line-height: 16px;
			margin:0;
		}
		#ie6_wrap p a{
			color: #fff;
			background: none;
			text-decoration: underline;
			font-size: 12px;
		}
		#ie6_wrap p a:hover{
			color: #fff;
			background: none;
			text-decoration: none;
		}
		#ie6_links{
			float: right;
			width: 272px;
		}
		#ie6_links a{
			float: left;
			background: #5a5a5a;
			width: 85px;
			height: 27px;
			padding: 12px 0 0 50px;
			margin:0 1px 1px 0;
			color:#fff;
		}
		#ie6_links a:hover{
			text-decoration: underline;
		}
		#ie6_links img{
			position: absolute;
			margin: -5px 0 0 -35px;
			border:none;
		}
		
	#portfoliostuff{width:auto; height:auto;}
	.portlink{line-height:50px}
		.portbig{font-size:1.1em; font-weight:bold; line-height:30px; width:204px; color:#73b702;
margin-bottom:17px; }
		
		.wrap
{
     float:left;
	 position:relative;
	 width:211px;
	 height:124px;
	 margin:5px 1px 5px 9px;
	 overflow:hidden;
	 padding:4px; background:#fcfcfc; border:2px solid#e6e6e5;  
}
.wrap h3{font-size:1.1em; color:#73b702;
padding-bottom:7px; border-bottom:1px solid#dadada}
.wrap img

{ top:4px;
	 left:4px;
	   
	 position:absolute;
}


.back
{
	 top:3px;
	 left:3px;
	 position:absolute;
	 background-color:#dbc277;
	 width:225px;
	 height:128px;
}
#return
{
     background:#e2cd98;
	 color:white;

}
#return h3
{
     margin-left:60px;
}
#return a
{ 
     color:#d4a42a; 
}
#return p
{
     width:200px;
	 margin-left:50px;
}

