n/* 
    Document   : style_ohgee
    Created on : 31.01.2012, 21:43:37
    Author     : martin
    Description:
        Purpose of the stylesheet follows.
*/

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #000; text-decoration: none;}
a:visited { color: #000; }
a:hover { color: #39b1e3; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


body {
	background: #fff url() repeat-x; 
}

body, input, textarea, table {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #202020; 
}

	#logo_block {

		background: url(../img_ohgee/dubonwax_logo_240.gif) no-repeat; 
		width: 250px;
		min-height: 499px; 
   
	}
	#lo_go {
    text-indent: -9999px;   
	}


	#bgtitle {
		position: absolute; 
		top: 68px; 
		left: 0; 
		font-size: 162px; 
		color: rgba(235, 235, 235, 0.9);
		z-index: -1;
    white-space: nowrap;
    overflow-x: hidden;
    max-width:1190px
	}


	#logo_block ul.logonavi {
		margin: 0 0 0.5em 0;
		padding: 0px;
	}
		#logo_block ul.logonavi li {
			margin: 0 10px 0 0; 
			border: none; 
		display: inline; 
		list-style: none; 
		}

		#logo_block ul.logonavi a {
		font-size: 14px; 
		font-weight: 700;	
			display: block;
			padding: 3px 10px 2px 15px; 
			color: #39b1e3; 
			background: #000; 
			border-top: 1px solid #fff; 
			text-transform: uppercase;
		}

			#logo_block ul.logonavi a.on {
				background: #39b1e3; 
				color: #fff;
				text-decoration: none; 
			}
			#logo_block ul.logonavi a:hover{
				background: #111; 
				color: #fff;
				text-decoration: none; 
			}
			#logo_block ul.logonavi a.on:hover {
				background: #39b1e3; 
				color: #fff;
				text-decoration: none; 
			}
			#logo_block #navi {
				margin: 190px 10px 0 0;
				padding: 0 0 0 0;
			}
			
			
	#breadcrumb {
		margin: 29px 0 0 12px;
		padding: 0px;
	}
		#breadcrumb li {
			font-size: 12px; 
			display: inline;
			padding: 0 2px 0 0;

		}
			#breadcrumb a {
				color: #000; 
				padding: 0 2px 0 0;
			}
			#breadcrumb a:hover {
				text-decoration: underline; 
			}


	#masthead #photo {
 
	}


#content {
	font-size: 14px; 
	line-height: 1.7em; 
	color: #000; 
	padding: 0 0 9px 11px;
 		margin: 5px 5px 5px 50px;
		background: none;
		float: left;
	
}
	#content p,
	#content ul,
	#content ol,
	#content table {
		margin: 1em 0 1.5em 0;
	}

	#content a {
		color: #39b1e3; 
	}
		#content a:hover {
			background-color: #39b1e3; 
			color: #fff; 
			text-decoration: none; 
		}

	#content em {
		font-style: italic;
	}

	#content strong {
		font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
		font-weight: bold; 
		color: #555; 
	}

	#content h2,
	#content h3,
	#content h4 {
		margin-top: 1.5em; 
		line-height: 1.3em;
	}

	#content h2 {
		color: #000; 
		font-size: 23px; 
		margin-bottom: 0.5em; 
	}

	#content h3 {
		color: #000; 
		font-size: 18px; 
		border-bottom: 1px dotted #ccc; 
		margin-bottom: -0.5em; 
		padding-bottom: 0.25em; 
	}
		#content h2 + h3 {
			margin-top: 0;
		}

		#content h3 + ul,
		#content h3 + ol {
			margin-top: 1.5em; 
		}

	#content h4 {
		font-size: 1em; 
		font-weight: bold; 
		text-transform: uppercase; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
	}

	#content ul li {
		margin: 0 0 0 3em;
		display: list-item; 
		list-style: disc; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
		display: list-item;
		list-style: decimal;
	}

	#content ul.nav {
		margin: 0 0 1em 0;
		padding: 0px;
	}
		#content ul.nav li {
			margin: 0 10px 0 0; 
			border: none; 
		display: inline; 
		list-style: none; 
		}

		#content ul.nav a {
		font-size: 14px; 
		font-weight: 400;	
			display: block;
			padding: 0px 10px 0px 15px; 
			color: #fff; 
			background: #000; 
			border-top: 1px solid #fff; 
		}
			#content ul.nav a:hover,
			#content ul.nav a.on {
				background: #39b1e3; 
				color: #fff;
				text-decoration: none; 
			}
			#content #subnav {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}


			
	#content .disclaimer {
		font-size: 11px;
		line-height: 17px; 
		color: #777; 
	}


.corner-stamp {
  width: 280px;
  min-height: 280px;
  padding: 9px;
  float: right;

}
#sidebar {

	min-height: 60px; 
	padding-bottom: 2em; 
}
	#sidebar h3 {
		border: none; 
		color: #006fbb; 
		font-size: 16px; 
	}
		#sidebar h3 + ul.nav {
			margin-top: 1em; 
		}

	#sidebar #photo {
		display: block;
	}


	#sidebar .sidebar_item {
		padding: 0 5px 0 14px;
		margin: 1em 0 2em 0;
		border-left: 1px dotted #ccc;
	}

/* Specific to tabs */
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

div[id^='release'] { background: #eee; padding: 0px; margin: 0 0 19px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

div[id^='release'] .nav { overflow: hidden; margin: 0 0 0 0; }
div[id^='release'] .nav li { width: 90px; float: left; margin: 0 0 0 0; }
div[id^='release'] .nav li.last { margin-right: 0; }
div[id^='release'] .nav li a { display: block; padding: 5px; background: #000; color: #39b1e3; text-align: center; border: 0; }
div[id^='release'] .nav li a:hover { background-color: #111; }

div[id^='release'] ul { list-style: none; }
div[id^='release'] ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
div[id^='release'] ul li a.inline_link { display: inline; border-bottom: 1px solid #666; padding: 0px; color: #666; }
div[id^='release'] ul li a:hover, div[id^='release'] ul li a:focus { background: #000; color: white; }
div[id^='release'] ul li:last-child a { border: none; }

div[id^='release'] li.nav-one a.current, ul.featured li a:hover { background-color: #39b1e3; color: white; }
div[id^='release'] li.nav-two a.current, ul.details li a:hover { background-color: #39b1e3; color: white; }
div[id^='release'] li.nav-three a.current, ul.buy li a:hover { background-color: #39b1e3; color: white; }
div[id^='release'] li.nav-four a.current, ul.itunes li a:hover { background-color: #39b1e3; color: white; }

ul.details_content .item_version a:link, ul.details_content .item_version a:visited {
	display: inline;
	padding: 3px 3px 3px 0px;
	margin-right: 19px;
}

ul.details_content li, ul.buy_content li {
	padding: 0 3px 9px 9px;
}

ul.buy_content li {
	padding: 29px 3px 9px 9px;
}
ul.buy_content li a:link, ul.buy_content li a:visited{
	padding: 3px 0;
	width: 33%;
	float: left;
	text-align: center;
	margin: 0 9px 9px 0;
	background-color: #000;
	color: #39b1e3;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	/* round corners for ie6/7/8 */
	border-radius: 16px;
	behavior: url(http://www.tagtool.org/js/border-radius.htc);	
}
ul.buy_content li a:hover{
	background: #39b1e3;
	color: #fff;
}
.featureimg {
	width:240px;
	display: inline;
	margin: 0px;
	float: left;
	padding: 0px;
}
.featureimg img{

	border-bottom: 3px solid #eee;
}
.list-wrap {
	width:380px;
	display: inline;
	margin: 0 0 9px 0;
	float: left;
	padding: 0px;
}
.list-wrap ul {
	margin: 0px;
	padding: 0px;
}

.features ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;

}

#bodycopy {
 		margin: 5px;
		padding: 0px;
		background: none;
		float: left;

}
	#bodycopy strong {
		color: #444; 
	}

	#content #bodycopy > h2:first-child {
		 
	}

	#bodycopy .video {
		margin: 1em 0;
		background: #000;
		padding: 10px; 		 
		padding-bottom: 3px; 
		width: 640px; 
	}
	#content .boxtitle {
		margin: 0 0 0 0;
		padding: 0 0 0 9px;
		width: 290px;
		height: 24px;
		color: #fff;
	}
	#content .boxtitle span {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

	}
	.box {
		margin: 5px;
		padding: 0px;
		background: transparent;
		float: left;
	}
	.box a img, .box a {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-decoration: none;
	}	
	.rtl .box {
		float: right;
		text-align: right; 
		direction: rtl;
	}
	#content .subbox {
		margin-left: 5px;
	}

	.excerpt_in_listing {
		background: #ffffff;
		padding: 9px;
		display: block;
		color: #000;
	}
	.excerpt_in_listing a:link{
		color: #000;
	}

.title_rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);	
	/* Firefox */
	-moz-transform: rotate(-90deg);	
	/* IE */
	-ms-transform: rotate(-90deg);	
	/* Opera */
	-o-transform: rotate(-90deg);	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	
}
	#ohgeetitle {

    text-transform: uppercase;
		font-size: 72px; 
		font-weight: 700;
		letter-spacing: 2px;
		color: #39b1e3; 
		margin: 9px 0 0 0;
		position: relative;
		top: 380px;
		z-index: 9;
		white-space: nowrap;
	}
	
.vinyl-mail {
	padding: 19px 9px;
	width: 90%;
	float: left;
	text-align: center;
	margin: 0 9px 9px 0;
	background-color: #000;
	color: #39b1e3;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	/* round corners for ie6/7/8 */
	border-radius: 16px;
	behavior: url(http://www.tagtool.org/js/border-radius.htc);	
}	
.vinyl-mail a {
	text-align: center;
	background-color: #000;
	color: #39b1e3;
	font-size: 130%;
}	
.vinyl-mail a:hover{
	background: #39b1e3;
	color: #fff;
}
#footer {
	clear: both; 
	border: none;
	font-size: 11px; 
	padding: 2em 0;
}
	#footer p,
	#footer a {
		color: #000; 
	}

	#footer p {
		text-align: center; 
	}

	#footer a:hover {
		text-decoration: underline; 
		color: #AA1111; 
	}

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}


/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/**
 * Optional CSS classes specific to the FieldtypeComments module
 * when used in this site design template. 
 *
 */

#content .CommentList {
	margin: 1em 0 0 0; 
}

	#content .CommentListItem {
		list-style: none; 
		margin: 0;
		border-left: 5px solid #ddd; 
		border-top: 1px dotted #ccc; 
		padding: 1em 0 1px 1em; 
		background: #fff; 
		
	}
		#content .CommentListItem p {
			margin-top: 0; 
		}
		#content .CommentHeader,
		#CommentForm label {
			margin: 0; 
			font-weight: bold; 
			font-size: 11px; 
			text-transform: uppercase; 
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
			color: #3786bc; 
		}
		#content .CommentText {
			color: #666; 
		}

#CommentForm { }

	#CommentForm h3 {
		margin: 0; 
		border: none; 
	}

	#CommentForm label {
		display: block;
		color: #f00076; 
		color: #999; 
	}

	#CommentForm p {
		margin: 0.5em 0;
	}

	.CommentForm_cite,
	.CommentForm_email {
		float: left; 
	}
		.CommentForm_cite input,
		.CommentForm_email input {
			width: 200px; 
			margin-right: 1em; 
		}

	.CommentForm_text {
		clear: both; 
	}
		.CommentForm_text textarea {
			padding: 2px; 
			width: 75%; 
			height: 100px; 
		}

	#CommentForm .error {
		background: #a30000; 
		color: #fff; 
		padding: 0.25em 0.5em; 
	}
	#CommentForm .success {
		font-weight: bold; 	
	}


/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}















/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}