/*
Theme Name: threechord
Theme URI: http://threechordsociety.de
Description: WordPress Theme for three chord society
Version: 0.1
Author: Jan Reimers
Author URI: http://86media.de
Tags: sidebars

Contents

01 - Reset
02 - Global (Fonts etc.)
03 - Links
04 - Basic Colors
05 - General Layout
06 - Header
07 - Content
08 - Sidebars
09 - Footer
10 - Mobile
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global  */
@font-face { 
	font-family: 'WebSymbolsRegular';
	src: url('fonts/websymbols-regular-webfont.eot');
	src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/websymbols-regular-webfont.woff') format('woff'),
	     url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
	     url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	background: #353535 url(images/bg.jpg) left top repeat;
}
body, p {
	font-family: Georgia, serif;
	font-size: 1.05em;
	line-height: 1.3em;
}
p {
	margin-bottom: 1em;
}
.entry p {
	margin-top: 0.5em;
}
h1 {
	display: block;
	margin: 0 auto;
	text-align: center;
}
h2, h3, h4, h5, h6, #access {
	font-family: 'Chau Philomene One', Geneva, sans-serif;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 0.9em;
	line-height: 1em;
}
#post-214 h2 {
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.4em;
}
.widget h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
h4 {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.8em;
}
hr {
	height: 1px;
	background: #000;
	border: 0;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
span.symbol {
	font-family: 'WebSymbolsRegular';
}
input, textarea {
	background: #fff;
	border: 1px solid #000 !important;
	padding: 2px !important;
}
input:focus {

}
input[type="submit"] {
	background: none;
	border: 0;
	padding: 2px;
	border-radius: 2px;
}
input[type="submit"]:hover {
	cursor: pointer;
	background: #000;
	color: #fff;
}
iframe {

}

/* Links */
a:link, a:visited {
	text-decoration: none;
	display: inline-block;
	border-radius: 2px;
}
a:hover img, a:active img {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
}
.post a {
	text-decoration: underline;
}
#post-214 a {
	text-decoration: none;
}

/* Basic Colors */
html, body {
	color: #fff;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active, a:focus {
	outline: 0;
	background: #000;
	color: #fff;
}
p {
	color: #000;
}
h2 {
	color: #000;
}


/* General Layout */
#wrapper {
	width: 980px;
	margin: 20px auto;
}
.clear {
	clear: both;
}
.gb_widget {
	margin-top: -20px;
}

/* Header */
header {
	margin: 40px 0 50px 0;
	height: 50px;
}
header img {

}
header p {
	float: left;
	color: #fff;
	font-size: 1.3em;
	margin-left: 40px;
	text-shadow: #000 5px 5px 5px;
}
#access {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
	width: 100%;
	height: 30px;
	background: rgba(223, 217, 193, 0.9);
	padding-top: 10px;
	box-shadow: #000 0px 0px 10px;
	-moz-box-shadow: #000 0px 0px 10px;
	-webkit-box-shadow: #000 0px 0px 10px;
}
#access ul#menu-main_nav {
	width: 960px;
	margin: 0 auto;
}
#access ul li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}
#access ul li a:link,
#access ul li a:visited {
	color: #000;
	background: none;
}
#access ul li a:hover,
#access ul li a:active {
	color: #fff;
	background: #000;
}
#access ul li ul.sub-menu {
	visibility: hidden;
	position: absolute;
}


/* Content */
.post {
	width: 600px;
	background: #dfd9c1;
	color: #000;
	border: 3px solid #220d14;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 auto 40px auto;
	padding: 20px 40px;
	-moz-box-shadow: inset 0 0 6px #000;
    -webkit-box-shadow: inset 0 0 6px #000;
    box-shadow: inset 0 0 6px #000;
}
span.date {
	float: right;
	font-size: 0.8em;
}
.video {
	padding-top: 20px;
}
table tr td {
	vertical-align: top;
}
body.page-id-64 table tr td {
	padding-right: 20px;
}
body.page-id-8 table {
	margin-bottom: 20px;
}
body.page-id-8 table tr td:first-child {
	width: 100px;
}
#post-214 {
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 0px;
}
#post-214 span.date {
	display: none;
}
#post-214 .entry .social4i {
	display: none;
}
#post-214 .entry ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #000;
}

/* Sidebars */
.sidebar .widget {
	background: #6eb2bf;
	color: #000;
	border: 2px solid #220d14;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 30px;
	padding: 5px;
	font-size: 0.8em;
	box-shadow: #000 0px 0px 8px;
	-moz-box-shadow: #000 0px 0px 8px;
	-webkit-box-shadow: #000 0px 0px 8px;
}
.sidebar.top .widget {
	margin: 0 auto 40px auto;
	width: 850px;
	height: 200px;
	padding: 0;
}
.sidebar.left {
	float: left;
	width: 170px;
	margin-top: 20px;
}
.sidebar.right {
	float: right;
	width: 170px;
	margin-top: 20px;
}
.sidebar .widget h3 {
	position: relative;
	top: -13px;
	left: 2px;
	width: 80%;
	background: #220d14;
	color: #fff;
	padding: 3px;
	border: 2px solid #220d14;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.sidebar.left .widget:first-child,
.sidebar.right .widget:last-child {
	-moz-transform: rotate(2deg);
  	-webkit-transform: rotate(2deg);
  	-o-transform: rotate(2deg);
  	transform: rotate(2deg);
}
.sidebar.right .widget:first-child,
.sidebar.left .widget:last-child {
	-moz-transform: rotate(-2deg);
  	-webkit-transform: rotate(-2deg);
  	-o-transform: rotate(-2deg);
  	transform: rotate(-2deg);
}
input.MailPressFormEmail {
	width: 95%;
}
.sidebar.right .widget:nth-child(2) {
	position: fixed;
	top: 0;
	z-index: 999;
	background: none;
	color: #000;
	margin-left: -110px;
	border: none;
	box-shadow: none;
	padding-top: 8px;
}
.sidebar.right .widget:nth-child(2) input#searchsubmit {
	background: #fff;
	color: #000;
}
  

/* Footer */
footer {
	clear: both;
	margin-top: 40px;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	box-shadow: #000 0px 0px 8px;
	-moz-box-shadow: #000 0px 0px 8px;
	-webkit-box-shadow: #000 0px 0px 8px;
}


/* Mobile */
@media only screen and (max-width: 480px) {
  /* viewports 480px and under (Mobile) */
}
 
@media only screen and (max-width: 768px) {
  /* viewports 768px and under (Mobile Landscape etc.)*/
}