/******************************************
AUTHOR:  				Erwin Aligam 
WEBSITE:   			http://www.styleshout.com/
TEMPLATE NAME:	MarketPlace
TEMPLATE CODE: 	S-0017
VERSION:        1.0	
DATE:          	August-31-2007          	
*******************************************/
/*******************************************
HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #ffffff;
	font: 12.5px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #2e2e2e;
	text-align: center;
	margin: 0 0 0px 0;
}

/* links */
a, a:visited {
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 0px solid #dbd5c5;
}

/* home images and links */
img.homeimage {
	border: #ffffff;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
padding-top: 15px;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}

/* images */
img {
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url() repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 0px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */
/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12.5px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 100px;
	color: #777;
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 853px;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	float: left;
	width: 853px;
	margin-left: 0px;
	display: inline;
	padding: 0;
	margin-bottom: 10px;
}

#content-wrapBG {
	background-color: #DDDDDD;
}

#header {
	width: 853px;
	position: relative;
	height: 111px;
	background: #FFFFFF url(../_images/img_bg-headerline.gif) no-repeat center top;
	margin-left: 0px;
	padding: 0;	
	color: #FFF;
	margin-bottom: 5px;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12.5px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 15px; right: 0px;
	width: 496px;
	height: 51px;		
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* Main Column */
.three-col #main {
	margin: 0px 448px 0px 185px;
	background-color:#dddddd;
	height: 660px;
}

.three-col #main p{
	padding: 10px 10px 10px 10px;
	line-height: 16px;
}

/* Main Column Inner */
.three-col #mainInner {
	margin: 0px 0px 0px 185px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#dddddd;
}
.three-col #mainInner p{
	padding: 10px 10px 10px 10px;
}
.three-col #mainInnerPhoto {
	margin: 0px 0px 0px 185px;
	background-color:#dddddd;
}

#mainInner p a{
	font:bold 12.5px/17.5px Verdana, Arial, Helvetica, sans-serif;
	color:#bd991a;
	text-decoration:none;
	margin:0 0 0 0;
}
#mainInner p a:hover{
	color:#FFFFFF;
	background-color:#efc638;
	padding: 2px 2px 2px 2px;
	text-decoration:none;
}
#mainInner ul{
	width:450px;
	padding:0 0 0px 25px;
	margin-bottom: 0px;
}
#mainInner ul li{
	background:url(../_images/img_arrow2.png) 0 2px no-repeat;
	padding:0 0 0 20px;
	font:normal 12px/21px Verdana, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	margin:0;
	display:block;
}

#mainInner2 ul{
	width:400px;
	padding:0 0 0px 0px;
	margin-bottom: 0px;
}
#mainInner2 ul li{
	padding:0 0 0 0px;
	font:normal 12px/21px Verdana, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	margin:0;
	display:block;
}

/* Main Column Inner Projects */
.three-col #mainInner2 {
	margin: 0px 0px 0px 185px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#dddddd;
}
.three-col #mainInner2 p{
	padding: 10px 10px 10px 10px;
}
#mainInner2 p a{
	font:bold 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#bd991a;
	text-decoration:none;
	margin:0 0 0 0;
}
#mainInner2 p a:hover{
	color:#FFFFFF;
	background-color:#efc638;
	padding: 2px 2px 2px 2px;
	text-decoration:none;
}

#mainInner2 p.bodyimage img {
padding: 5px 5px 5px 5px;
	}
	
#mainInner2 p.bodyimage a{
padding: 5px 5px 5px 5px;
text-decoration: none;
	}
	
#mainInner2 p.bodyimage a:hover{
padding: 5px 5px 5px 5px;
text-decoration: none;
	}
	
/* Homepage Bullets */
#main ul{
	width:160px;
	padding:0 0 0px 15px;
	margin-bottom: 20px;
}
#main ul li{
	background:url(../_images/img_arrow2.png) 0 2px no-repeat;
	padding:0 0 0 20px;
	font:normal 12.5px/18px Verdana, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	margin:0;
	display:block;
}
#main ul li a:hover{
	color:#c5a228;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 185px;
	margin-top: 0px;
	background-color: #ebebeb;
}

#sidebar #nav{
	float: left;
	width: 185px;
	height: 352px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../_images/img_nav-bg.gif);
	background-repeat: no-repeat;
}	

#sidebar #nav h2{
	padding:15px 0 0 0px;
}

#sidebar #nav h3{
	padding:0px 0 0 0px;
}

#sidebar #nav h4{
  margin-top: 0px;
}

#sidebar #nav ul{
	width:140px;
	padding:0 0 0px 15px;
	margin-bottom: 20px;
}
#sidebar #nav ul li{
	height:20px;
	width:140px;
	padding:0 0 0px 10px;
}
#sidebar #nav ul li a{
	background:url(../_images/img_arrow.png) 0 3px no-repeat;
	padding:0 0 0 20px;
	font:bold 12px/21px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
	display:block;
}
#sidebar #nav ul li a:hover{
	color:#c5a228;
}

#sidebar #icons{
	float: left;
	width: 185px;
	height: 220px;
	margin-top: 0px;
	background-image: url(../_images/img_homepage-icons.gif);
	background-repeat: no-repeat;
}	

#sidebar #nav1 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#sidebar #image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}	

#sidebar #image2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}	

/* SidebarHome */	
#sidebarHome {
	float: left;
	width: 185px;
	margin-top: 0px;
	background-color: #ebebeb;
}	

#sidebarHome #nav{
	float: left;
	width: 185px;
	height: 455px;
	margin-top: 0px;
	padding-bottom: 10px;
	background-color: #ffffff;
	background-image: url(../_images/img_navHome-bg.gif);
	background-repeat: no-repeat;
}	

#sidebarHome #nav h2{
	padding:15px 0 0 0px;
}

#sidebarHome #nav h3{
	padding:0px 0 15px 0px;
}

#sidebarHome #nav ul{
	width:140px;
	padding:0 0 0px 15px;
	margin-bottom: 20px;
}
#sidebarHome #nav ul li{
	height:35px;
	width:140px;
	padding:0 0 30px 10px;
}
#sidebarHome #nav ul li a{
	background:url(../_images/img_arrow.png) 0 1px no-repeat;
	padding:0 0 0px 20px;
	font:bold 12.5px/16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
	display:block;
}
#sidebarHome #nav ul li a:hover{
	color:#c5a228;
}

#sidebarHome #icons{
	float: left;
	width: 185px;
	height: 195px;
	margin-top: 0px;
	background-image: url(../_images/img_homepage-icons.gif);
	background-repeat: no-repeat;
}	

/* right column */
#rightcolumn {
	float: right;
	width: 448px;
	margin-top: 0px;	
}

#rightcolumn #photos{
	width: 448px;	
	padding: 0px 0px 0px 0px;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 853px;
	font-size: 95%;
	padding: 0px 0;
	text-align: left;
	margin-top:10px;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}

/* footer */
#footer {
	clear: both;
	color: #666;
	width: 853px;
	height: 14px;
	text-align: center;
	background: #818285;
	margin-top: 10px;
}

#footer-bar {
	clear: both;
	color: #666;
	width: 853px;
	height: 14px;
	text-align: center;
	background: #818285;
	margin: 0 auto;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 853px;
	padding: 10px 0;
	text-align: center;
}
#footer-bottom a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-bottom a:hover {
	color: #000000;

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;
	font-size: 95%;
	color: #666666;
}
.post-footer .date{
	margin: 0 10px 0 5px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
}

/*for RSS feed reader */
.titlefield { /*CSS for RSS title link in general*/
    text-decoration: none;
}
.labelfield { /*CSS for label field in general*/
    color: brown;
    font-size: 95%;
}
.datefield { /*CSS for date field in general*/
    color: gray;
    font-size: 95%;
}
#scroller2 {
    width: 600px;
    height: 180px;
    border: 1px dashed black;
    padding: 4px;
    background-color: #F3F2FE;
}
#scroller2 div ul {
    margin: 0;
    padding-left: 18px;
}
#scroller2 div ul li { /*Demo 2 LI that surrounds each entry*/
    margin-bottom: 4px;
}
code { /*CSS for insructions*/
    color: red;
}
/*end RSS feed reader */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	