/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

q:before,q:after{content:'';}

html {

	min-height: 100.05%;

}



body { 
	text-align: center;
	color: #333;
	background: #efefef;
	font: .75em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}
li { 
display: block;
	}


p {
	margin-bottom: 0.5em;
	color: #ccc;
}

strong {

	font-weight: bold;

}



blockquote {

	margin: 2em;

	padding: .3em 0 0 2em;

	background: url(../img/quote.png) 0 0 no-repeat;

}



	blockquote p{

		color: #888;

		font-size: 129%;

		font-style: italic;

		line-height: 1.2;

	}



	blockquote p.author {

		color: #aaa;

		font-size: 85%;

		font-weight: bold;

	}




h1, h2, h3, h4 {
	color: #0088cc;
	font-weight: normal;
	letter-spacing: 0.03125em;
}
h1 {
	margin-bottom:1em;
	font: 1.4em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	text-transform: capitalize;
	color: #ccc;
	width: 920px;
}
#top h1 {
	margin-left: 35px;
}
h2 {
	font-size: 129%;
	margin-top: 2em;
	margin-bottom: .5em;
	line-height: 1.6em;
}
h3 {
	font-size: 107%;
	line-height: 1.2;
	font-weight: bold;
	color: #0088cc;
	margin: 1.2em 0 1em 0;
	text-align: left;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 1em 0 0.5em 0;
}
div.sub h4,
div.sub {
		color: #fff;
	}
a:link {
	color: #0060c3;
	text-decoration: none;
}
a:visited {
	color: #3a7ec3;
	text-decoration: none;
}
a:hover,
a:active {
	color: #007eff;
	text-decoration: none;
}
img {
	border: none;
}

/* Listen */
ul#portfolio li img{
	border: 0px solid #ccc;
	padding: 0px;
	margin: 0 auto;

}
.fade{
	margin-bottom: 2em;
}
.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}
/*---order-found spec-------*/
#hidden {
	display:none;
	}
.hide {
	display:none;
	}
#holder {
	width:960px;
	padding: 20px;
	margin: 0 auto;
	background-color: #fff;
	color: #999;
min-height: 100%;
	}
#displayer {
	width: 890px;
	background-color: #fff;
	padding: 35px;
	}
	
#displayer li img a {
	margin: 0 auto;
	text-align: center;
}


#footer {
	clear: both;
	padding: 35px;
}

/*---- Contact Form ----*/
#contactpopup {
	width:  600px;
	clear: both;
}
#contactpopup label{
	float: left;
	clear: both;
}
#contactpopup p{
	float: left;
	clear: both;
}
form {
	width: 560px;
	font: 1em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}
input {
	padding: 5px;
	background-color: #bbb;
	color: #999;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 5px;
	color: #333;
	width:  300px;
	font: 1em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
		float: right;

}
#comments {
	clear: right; display:block; width:300px; float:right; text-align:right; font-weight:bold; padding: 5px;
}
legend {
	padding: 0; margin: 0; 
		float: right;

}
select {
	padding: 0;
	outline: none;
	cursor: pointer;
	margin-top: 5px;
	color: #666;
		float: right;
clear: right;
}

textarea {
	padding: 5px;
	background-color: #bbb;
	color: #999;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 5px;
	color: #333;
	width:  300px;
	font: 1em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
		float: right;
	}
#sendbutton {
	width: 150px;
		float: right;
		clear: both;

}
#contactForm {
	display: none;
}
form img {
		float: right;
		display: inline;
margin: 5px;
}
/*-----fancybox ----*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #fff;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://www.order-found.com/assets/images/fancybox-images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('http://www.order-found.com/assets/images/fancybox-images/fancy_title_right.png') repeat-x;
}
/* big buttons ----*/
span.hidden {
	display: none;
}
#bigbuttonholder ul li a {
display:block;
height:260px;
width: 260px;
position:relative;
}
a#bigleft {
	width:  260px;
	height: 260px;
	display: inline;
	float: left;
	background: #fff url('http://www.order-found.com/assets/images/3xbuttons.jpg') no-repeat left top;
	margin: 10px 35px 10px 0;
	position: relative;}

a#bigmiddle {
	width:  260px;
	height: 260px;
	display: inline;
	float: left;
background: #fff url('http://www.order-found.com/assets/images/3xbuttons.jpg') no-repeat -260px top;	margin: 10px 35px 10px 0;
	position: relative;}
a#bigright {
	width:  260px;
	height: 260px;
	display: inline;
	float: left;
background: #fff url('http://www.order-found.com/assets/images/3xbuttons.jpg') repeat-x -520px top;	margin: 10px 35px 10px 0;
	position: relative;}
#bigbuttonholder ul li a span {
background: #fff url('http://www.order-found.com/assets/images/3xbuttons.jpg') repeat-x left top;
display:block;
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
}
ul li a#bigleft span {
background-position:left -260px;
}
ul li a#bigmiddle span {
background-position:-260px -260px;
}
ul li a#bigright span {
background-position:-520px -260px;
}
.hidden strong {
	display: none;
}
#bigbuttonholder span:hover {
cursor:pointer;
}

/*----- Posts ----*/
.postcontent {
	width: 600px;
	height: 600px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 55px;
}
.information {
	float: left;
	width:  200px;
	clear: right;
}
div.postdetails {
	float: left;
	width:  230px;
	clear: right;
}

div.posthold {
	height: 620px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
}
#extra {
	clear: both;
	padding-top: 15px;
}

#extra h2 {
	margin-top: 0;
}
#cheap-spacer {
width:870px;
height: 60px;
}
#bigbuttonholder {
	height: 320px;
}