body {
	font-family: "Arial Narrow", "Arial", "Verdana", serif;
	color: #f5f5f5;
	font-size: 9px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: black;
}

a {
	text-decoration: none;
}

#content {
	max-width: 620px;
	margin: 0px auto;
	padding: 85px 0 50px 0;
}

#menu_cont {
	position:fixed;
	top:0px;
	width:620px;
	height:65px;
	padding: 0px;
	z-index: 2;
}

#menu_fade {
	background-color: black;
	opacity: 0.6;
	filter:alpha(opacity=60);
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	z-index: 2;
}

#imagery {
	width: 65px;
	height: 23px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/imagery.png);
}

#glodi {
	width: 84px;
	height: 12px;
	position: absolute;
	top: 14px;
	left: 69px;
	background-image: url(../images/glodi.png);
}

#blog {
	width: 56px;
	height: 23px;
	position: absolute;
	top: 17px;
	left: 240px;
	background-image: url(../images/blog.png);
}

#search {
	width: 48px;
	height: 23px;
	position: absolute;
	top: 17px;
	left: 324px;
	background-image: url(../images/search.png);
}

#portfolio {
	width: 65px;
	height: 23px;
	position: absolute;
	top: 17px;
	left: 399px;
	background-image: url(../images/portfolio.png);
}

#tumblr {
	width: 61px;
	height: 23px;
	position: absolute;
	top: 17px;
	left: 492px;
	background-image: url(../images/tumblr.png);
}

#shop {
	width: 41px;
	height: 23px;
	position: absolute;
	top: 17px;
	left: 580px;
	background-image: url(../images/shop.png);
}

#contact {
	width: 14px;
	height: 8px;
	position: absolute;
	top: 32px;
	left: 124px;
	background-image: url(../images/contact.png);
}

#rss {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 32px;
	left: 145px;
	background-image: url(../images/rss.png);
}

.menu {
	border: none;
	padding: 0px;
	margin: 0px;
}

.img {
	border: 10px solid #f5f5f5;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.over {
	position: absolute;
	width: 100%;
	height: 90px;
	display: none;
	background-color: #29ABE2;
}

.shop {
	background-color: #F4B230;
}

.top {
	top: 0;
}

.bottom {
	bottom: 0;
}

.buy {
	font-family: "Arial", "Verdana", serif;
	color: black;
	font-size: 14px;	
	font-weight: bold;
	opacity: 0.3;
	filter:alpha(opacity=30);
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 158px;
	text-align: right;
}

.caption {
	font-family: "Times", sans-serif;
	font-size: 18px;
	color: white;
	position: absolute;
	top: 0px;
	left: 188px;
	text-align: left;
	padding: 15px 30px 0 30px;
}

.caption a {
	color: white;
}

.date {
	font-family: "Arial", "Verdana", serif;
	position: absolute;
	left: 188px;
	font-size: 14px;	
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.share {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 158px;
	text-align: right;
}

.shimg {
	border: none;
}

.attr {
	position: absolute;
	top: 30px;
	top: 0px;
	left: 188px;
	text-align: left;
	padding: 20px 30px 0 30px;
}

.overtext {
	font-family: "Arial", "Verdana", serif;
	font-size: 12px;	
	font-weight: bold;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

a.overtext {
	opacity: 0.3;
	filter:alpha(opacity=30);
	color: black;
}

a.overtext:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.tags {
	font-family: "Arial Narrow", "Arial", "Verdana", serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

a.tags:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#left {
	position: absolute;
	top: 45%;
	left: 10px;
	background: url(../images/left.png) no-repeat;
	width: 30px;
	height: 30px;
}


#right {
	position: absolute;
	top: 45%;
	right: 10px;
	background: url(../images/right.png) no-repeat;
	width: 30px;
	height: 30px;
}

.info {
	font: 'Arial' 12px white;
	text-transform: uppercase;
	color: white;
	position: absolute;
	top: 62px;
	width: 75px;
	text-align: center;
	background-color: black;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	display: none;
	z-index: 10;
	padding: 5px;
}

.search {
	border-style: hidden;
	border-width: 0px;
	color: #c1c1c1;
	padding-left: 7px;
	font-size: 8pt;
	background: url(../images/search_bg.png) no-repeat;
	margin: 12px 0px 4px 0px;
	width: 188px;
	height: 14px;
}

.tag {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	color: #c1c1c1;
}

.method {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	text-align: right;
	padding-right: 12px;
	color: #c1c1c1;
}

.tag a, .method a {
	color: #c1c1c1;
}

.tag a:hover, .method a:hover {
	color: #e81e26;
}

.tagbox {
	border-right: 1px solid #7d7d7d;
	width: 90px;
	margin: 12px 7px 0px 0px;
	padding-left: 5px;
	float: left;
}

.methodbox {
	border-right: 1px solid #7d7d7d;
	width: 95px;
	margin: 12px 7px 0px 0px;
	padding-left: 0px;
	float: left;
}

.orderbox {
	margin-left: 198px;
	border-left: 1px solid #666;
	background-color: #333;
	padding: 30px;
	text-align: left;
	font-family: "Arial", "Verdana", serif;
	color: gray;
	font-size: 10px;
}

.ordertext {
	font-size: 16px;
	font-weight: bold;
	color: white;
	opacity: 0.3;
	filter:alpha(opacity=30);
	margin-bottom: 20px;
}

.material {
	width: 40px;
	font-size: 12px;
	color: #F4B230;
	padding: 30px 30px 0 0;
	float: left;
}

.ordersize {
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 18px;
	padding: 10px 14px 0 14px;
	float: left;
}

.submit {
	font-family: "Arial", "Verdana", serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-left: 198px;
	text-align: right;
	border-left: 1px solid #666;
	padding: 2px 12px 2px 0;
}

#commentbox {
	margin: 20px 0 0 198px;
	border-left: 1px solid #666;
	padding: 0 10px 20px 20px;
	font-family: "Arial", "Verdana", serif;
	font-size: 10px;
	color: gray;
	text-align: left;
}

#commentbox a {
	color: gray;
}

#commentbox a:hover {
	color: white;
}

.commentbody {
	border: 1px solid #A6A6A6;
	background-color: #F2F2F2;
	padding: 2px 4px 4px 2px;
	margin: 6px 4px 14px 4px;
}

.commentbody:before {
	position: relative;
	top: -1px;
	left: -8px;
	content: url(../images/comment.png);
}

#commentsendbox {
	margin-left: 198px;
	border-left: 1px solid #666;
	background-color: #333;
	padding: 5px 10px 5px 20px;
	text-align: left;
	font-family: "Arial", "Verdana", serif;
	font-size: 10px;
	color: gray;
}

#commentsendbox input[type=text], #orderdetails input[type=text] {
	border: 1px solid #A6A6A6;
	background-color: #F2F2F2;
	padding: 2px 4px 4px 2px;
	float: right;
	width: 300px;
	height: 10px;
	font-size: 10px;
	margin-bottom: 10px;
}

#commentsendbox textarea, #orderdetails textarea {
	border: 1px solid #A6A6A6;
	background-color: #F2F2F2;
	padding: 2px 4px 4px 2px;
	float: right;
	width: 300px;
	height: 60px;
	font-size: 10px;
}
