/********************************************
	MODIFIED BY:	  	Matthew Teboe 
	MODIFIED DATE:		June-15-2008
	          	
	*********ORIGINAL TEMPLATE INFO**********
	
	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;}

body {
	background: #000;
	font: 12px Verdana, Tahoma, arial, sans-serif;
	color: #FFF; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #FFF;
	font-weight: bold;
	text-decoration: none;		
}
a:hover, a:active {
	color: #000;
	background: #FFF;
	padding-bottom: 0;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #FFF;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: #000;
	border: 1px solid #FFF;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.caption {
	font-size: 50%;	
	padding-top: 0;
	color: #FFF;	
}

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: #333;
	border-left: 3px solid #FFF;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #666;
}
blockquote {
	font: bold italic 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	background: #666 url(../images/blockquote.gif) no-repeat top left;	
	margin: 10px;
 	padding: 0 0 0 25px;  
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;	
	color: #000;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #999;
}
th {
	/*background: #e7e6e6 url(button.jpg) repeat-x;*/
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	/*border-left: 1px solid #FFF;*/
	/*border-bottom: solid 2px #FFF;*/
	color: #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/*border-left: 1px solid #FFF;*/
	/*border-bottom: 1px solid #FFF;*/
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #333;
}
tr.row-b {
	background: #666;		
}
/* end - table */

/* form elements */
form {
	margin: 10px; padding: 0 5px;
	background: #000;
	border: 2px dashed #999;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color: #000;
}
textarea {
	width: 350px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color: #666;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #000;
	background: #FFF;
	border: none;
}

/* search form */
#searchform {
	background-color: transparent;
	border: none;
	float: right;
}
#searchform input.textbox { 
	width: 100px;
	color: #FFF; 
	height: 16px;
	border: 1px solid #999;
	background-color: transparent;
	vertical-align: middle;
	display: inline;
}
#searchform input.button { 
	width: 50px;
	height: 22px;
	text-align: center;
	margin-top: 2px;
	vertical-align: top;
	display: inline;
	font-variant: small-caps;
	color: #000;
	background-color: #999;
	border: 1px solid #999;
	padding: 2px 0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 800px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	float: left;
	width: 800px;
	margin-left: 0px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #FFF;
}
#header {
	position: relative;
	height: 35px;
	width:800px;	
	padding: 0;	
	color: #FFF;	
}
#bookmark {
	background-color: transparent;
	border: none;
	float: left;
	vertical-align: top;
	display: inline;
	font-variant: small-caps;
	padding: 2px 0;
}
/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 200px;
	width: 800px;
	background: #000 url(../images/header-photo.jpg) no-repeat center center;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	width: 800px;		
	padding: 0;	margin: 0;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	color: #FFF;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #000;
	background: #FFF;
	text-decoration: none;
}
#nav ul li#current a {	
	background: #FFF;
	text-decoration: none;
	color: #000;
}

/* Main Column */
.three-col #main {
	margin: 10px 175px 50px 175px;
	font-size: 14px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}
#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #FFF;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 150px;	
	margin-top: 10px;
	text-align: center;
}
#sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFF; 		
}

/* Alerts */
#alerts {
	float: right;
	width: 150px;	
}
#alerts h1 {
	margin: 10px;
	padding: 5px; 
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;	
}
#alerts p {
	padding: 5px;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
	
/* right column */
#rightcolumn {
	float: right;
	width: 150px;
	margin: 10px;
	text-align: center;
}
#rightcolumn h1 {
	margin: 5px;
	padding: 10px 0 15px; 
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#rightcolumn p {
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

/* sidemenu */
ul.sidemenu {
	text-align: center;
	margin: 10px;
	padding: 0;			
	border-top: 1px solid #FFF;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	display: block;
	width: auto;
	padding: 5px;	
	color: #FFF;
	font: bold 1em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
ul.sidemenu li a:hover {	
	color: #000;
}
ul.sidemenu li#selected a {	
	background: #FFF;
	text-decoration: none;
	color: #000;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 800px;
	font-size: 95%;
	padding: 0px 0;
	text-align: left;	
	/*background: url(footer-bottom.jpg) no-repeat center bottom;*/	
}
#footer-wrap a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 0px 0;
}
#footer-wrap h2 {
	color: #FFF;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #FFF;	
	margin: 0 auto 10px auto; 
	width: 800px;
	padding: 0px 0;
	text-align: center;
	border-top: 1px solid #FFF;	
}

/* 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: 75%;	
	padding-top: 0;
	color: #FFF;	
}
.post-by a {
	color: inherit;	
}
.post-footer {
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;
	color: #FFF;
}
.post-footer a {
	color: inherit;
}
.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;	
}

/* photo gallery */
#gallery { width: 410px; margin: 0 auto; }
.landscape { float: left; margin: 0; border: 0; padding: 5px; width: 90px; height: 60px; }
.portrait { float: left; margin: 0; border: 0; padding: 5px; width: 60px; height: 90px; }
/* Fancybox modifications added by Matthew Teboe
   Set background of buttons to be transparent */
#fancybox-left, #fancybox-right, #fancybox-close { background: transparent; }
