/*
Theme Name: MACHT
Theme URI: http://wordpress.org/
Description: The default Oelfrueh theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Tim Kaiser
Author URI: http://freemee.de
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php 

*/


/* Font definition for Internet Explorer */
/*         (*must* be first)             */

@font-face {
  font-family: GraublauWebRegular;
  src: url(font/graublauweb-webfont.eot) /* can't use format() */;
}


/* for the good guys */

@font-face {
    font-family: GraublauWeb;
    src: url(fonts/GraublauWeb.otf) format('opentype');
}

@font-face {
    font-family: GraublauWebBold;
    src: url(fonts/GraublauWebBold.otf) format('opentype');
}










/* backend */
#wpcustom-sidebar_facts{
    height: 100px !important;

}

/* ende */

/* imprint */

#imprint{
    margin-top: -14px;
}


.gallery{
    margin: 0px !important;
    padding: 0px !important;   
}

dl.gallery-item{
    margin: 0px !important;
    padding-bottom: 12px !important;
}
dt .gallery-icon{
    margin: 0px !important;
    padding: 0px !important;
}


.releases{
    font-family: 'GraublauWeb', Arial, sans-serif !important;
    font-size: 11px;
}
.releases strong{
    font-family: 'GraublauWeb', Arial, sans-serif !important;
    font-size: 11px;
    text-transform: uppercase;
}

.backlinks {
    
    font-family: 'GraublauWebBold', impact, Arial Black, sans-serif !important;
    padding-top: 20px !important;
    
}
.backlinks a{
    
    font-family: 'GraublauWebBold', impact, Arial Black, sans-serif !important;
    color: #666 !important;
    
}

.archiv_backlinks{
    font-family: 'GraublauWebBold', impact, Arial Black, sans-serif !important;
    color: #666 !important;
    float: right;
}

/* get the images styles */
.thumbnail{
    float: left;
    margin-right: 10px;
}
.thumbnail:hover{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: fuchsia !important;
}
/* CATEGORY NEWS */

/* get some space under blogposts */

.news{
    width: 550px;
}

.category_news, .date_news{
    width: 550px !important;
/*     margin-bottom: 200px !important; */
/*     padding-bottom: 200px !important; */
}



/* PAGE */
#page_sidebar{
    margin-top: -80px;
    margin-left: 35px;
    width: 260px;
    height: 400px;
    float: left;
    font-style: italic;
    font-family: 'Georgia' !important;
    font-size: 11px;
    background-image: url(images/bg-sidebar.gif);
    background-repeat: no-repeat;
}
#page_header{
    height: 65px;
    width: 300px;
/*     padding-top: 5px; */
    padding-bottom: 5px;
    border-bottom: 3px solid #333;
    border-top: 3px solid #333;
    text-align: left;
/*     margin-top: 5px; */
}

#page_header.autor{
    font-size: 24px;
    font-family: 'GraublauWebBold', impact, Arial Black, sans-serif !important;
    text-transform: uppercase;
    word-spacing: 1000px;
    color: #333;
    letter-spacing: 1px;    
}

#page_header.macher{
    font-size: 24px;
    font-family: 'GraublauWebBold', impact, Arial Black, sans-serif !important;
    text-transform: uppercase;
    word-spacing: 1000px;
    color: #333;
    letter-spacing: 1px;    
}

#autor_sidebar{
    padding-top: 79px;
    font-family: 'GraublauWeb' !important;
    font-size: 11px;
     
}

#autor_sidebar a{
    color: #333;
}

#autor_sidebar a:after{
    content: " >>>";
}

/*make the title brake after prename with word-spacing,
then styling the first line different. :) code-fuchs*/

#page_header.autor:first-line{
    font-size: 24px;
    font-family: 'GraublauWeb', Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    color: #666;    
}
#page_header.macher:first-line{
    font-size: 24px;
    font-family: 'GraublauWeb', Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    color: #666;    
}


.page_container{
    width: 305px !important;
    text-align: justify;
    line-height: 18px !important;
    margin-top: 10px;
    float: left;
}


/* PAGE: uebermacht */

#zitate{
    padding-top: 81px;
}

.uebermacht_container{
    width: 300px !important;
    text-align: justify;
    line-height: 18px !important;
    margin-top: 10px;
    float: left;
}
#page_header.uebermacht h2{
        color: #666 !important;
        text-transform: uppercase;
        font-size: 24px;
        font-stretch: 20px;        
}
#page_header #subline{
        color: #333 !important;
        text-transform: lowercase;
        line-height: 18px;
        font-size: 22px !important;       
}

.page_container a{
    font-family: 'GraublauWeb' !important;

}


/* SINGLE */

#single_container{
    margin-top: -1px;
    width: 300px;
/*     border: 1px solid red; */
    text-align: justify;
    float: left;
}
#single_sidebar{
    background-image: url(images/bg-sidebar.gif);
    background-repeat: no-repeat;
    margin-top: -2px;
    margin-left: 35px;
    width: 210px;
    height: 400px;
/*     border: 1px solid red; */
    float: left;
}

.single h2{
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: GraublauWeb !important;
    text-transform: uppercase;
    font-size: 24px !important;
}

#subline{
    text-transform: uppercase;
    font-size: 14px !important;
    font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
    color: #333;
}

#single_header{
    height: 65px;
    width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid #333;
    border-top: 3px solid #333;
    text-align: left;
}
.sponsor{
    font-family: GraublauWeb !important;
    font-size: 9px;
    line-height: 11px;
    
}
/* SINGLE SIDEBAR */
#single_sidebar .datum{
        font-family: 'GraublauWebBold', impact, Arial Black !important;
        font-size: 18px;
        color: #333;
        padding-top: 65px;
/*         color: red; */
}
.sidebar_facts{
        font-family: GraublauWeb !important;
        font-size: 12px !important;
        color: #666; 
        line-height: 14px;       
}

/* TERMINE */

.termin_list{
    width: 550px;
    height: 110px;
    border-top: 3px solid black;
/*     font-family: GraublauWeb !important; */
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
.termin_list:hover{
    background-image: url(images/verlaufen.jpg);
    cursor: pointer;
}

.termin_list .datum{
    font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
    font-size: 30px;
    color: #333;
    padding-right: 5px;
}
.termin_list .subline{
    font-family: GraublauWeb !important;
    font-size: 16px;
}

.bottomline{
    margin-top: -4px;
    width: 550px;
    height: 4px;
    border-bottom: 3px solid black;
}


/* TERMINE ARCHIVE */

.termin_archiv{
    width: 550px;
    border-top: 3px solid black;
    margin: 0px;
    padding: 8px 0 10px 0;
}
/*
.termin_archiv:hover{
    background-image: url(images/verlaufen.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
}
*/

.termin_archiv .datum{
    font-family: 'GraublauWeb' !important;
    font-size: 12px;
    color: #333;
}
.archiv_subline{
    font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
    font-size: 18px;
    color: #666 !important;
}

.archiv_lineup{
    font-family: GraublauWeb !important;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.termin_archiv .subline{
        font-family: 'GraublauWeb' !important;
        text-transform: uppercase;
        font-size: 18px;
}



/* HOME */

.teaser_home{
	width: 290px;
	height: 230px;
	float: left;
	padding-right: 35px;
	line-height: 14px !important;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px !important;
}
.teaser_home p{
    position: relative;
    top: -25px;
}
.teaser_home h2{
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	line-height: 38px;
	font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
.home h1{
    font-size: 30px;
    text-align:left;
    text-transform: uppercase;
    padding-bottom: 2px;
    font-weight: normal;
}

.teaser_home a:hover, .teaser_home a:hover h1{
    text-decoration: none !important;
    color: silver !important;
}
.home_ort{
	position: relative;
	top: -20px;
	right: 1px;
	text-align: right;
	width: 289px;
	height: 20px;
	font-size: 11px;
	font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
	color: #333;
	text-transform: uppercase;
}



/* the more link */
.mehr{
    font-size: 12px;
	font-family: GraublauWebBold,impact, Arial Black, sans-serif !important;
	text-align: right !important;
	padding-right: 10px;
}


/* show teaser headlines in colors of categories 
and the more-link as well, and the subline in the termine liste */

.category-machtclub h1 a, .category-machtclub .mehr, .category-machtclub.subline {
	color: #f85a9d !important;
}
.category-machtliest h1 a, .category-machtliest .mehr, .category-machtliest.subline {
	color: #fd8006 !important;
}
.category-spezial h1 a, .category-spezial .mehr,  .category-spezial.subline {
	color: #25b9d9 !important;
}
.category-weiteres h1 a, .category-weiteres .mehr, .category-weiteres.subline {
	color: #72c605 !important;
}
.category-archiv-headline h1 a, .category-archiv-headline .mehr, .category-archiv-headline.subline {
	color: #333 !important;
    font-family: GraublauWebBold,impact, Arial Black, sans-serif !important;
    font-size: 36px !important;
}


/* template Neuigkeiten (Kategorie 3) */

.date_news{
	    font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
	    font-size: 30px;
	    color: #333;
	    margin-top: 0;
}
.title_news{
	    font-family: GraublauWeb !important;
	    font-size: 28px;
	    text-transform:  none !important;
	   	color: #666;
	   	text-align: left;

}
.title_news:visited{ 
	   	color: #666 !important;
}


/* SIDEBAR: styling the active cats and pages */
li.current-cat:before {
	content: " • ";
}
.current_page_item a:before { 
	content: " • ";
    }
/* weiteres */
.page-item-13 a{
    color: #72c605;
    font-size: 12px;
}
/* spezial */
.page-item-15 a{
    color: #25b9d9;
    font-size: 12px;
}
/* liest */
.page-item-139 a{
    color: #fd8006;
    font-size: 12px;
}
/* club */
.page-item-9 a{
    color: #f85a9d;
    font-size: 12px;
}
/* ARCHIV */
.page-item-249 a{
}

.jahrarchiv a{
    font-size: 11px !important;
    color: silver;  
}

.page-item-279 a, .page-item-275 a, .page-item-273 a, .page-item-277 a, .page-item-285 a, .page-item-283 a, .page-item-287 a, .page-item-271 a, .page-item-281 a{
    font-size: 11px;
    line-height: 9px;
    color: silver;
}

/* puts the subcats closer together */
.page-item-8 li{
    line-height: 18px !important;
}

li.cat-item.cat-item-3 a{
/*     color: red; */
/*     padding-top: 30px !important; */
/*     line-height: 130px; */
    }


#logo{
    width: 83px;
    height: 83px;
/*     background-image: url(../images/machtlogo.png); */
    text-align: right;
    margin-left: 120px;
    padding-bottom: 30px;
}



/* sidebar header */

#sidebar_header{
    font-size: 28px;
    font-family: GraublauWebBold, impact, Arial Black, sans-serif !important;
    text-align: right;
    text-transform: uppercase;
    color: black !important;
    line-height: 34px;
    padding-bottom: 8px;
}
#sidebar_header a{
    color: black !important;
}
#sidebar_header a:hover{
    text-decoration: none;
    color: silver !important;
}
#sidebar_main_navi{
    padding-bottom: 15px;
    font-size: 11px;
}
#sidebar_main_navi a{
    padding-bottom: 15px;
    font-size: 11px;
    color: black !important;    
}

#sidebar_preview{
    text-transform: none;
	font-family: 'Lucida Grande', Verdana, Sans-Serif ;
	font-size: 10px;    
    color: gray;
    font-weight: normal;  
}

/* gallery.view */

.size-thumbnail{
        margin: 0px;
        margin-bottom: 20px;
    }

a img.attachment-thumbnail{
        border: 0px solid black !important;
        margin-bottom: 0px;

}

/*-------------------------------- END */

.neuer-post a{
    color: red !important;
    font-size: 18px !important;
}











/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: 'georgia', Serif;
	background: white;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	color: #666;
	text-align: center;
	}

#page {
/* 	background-color: white; */
/* 	border: 4px solid #959596; */
	text-align: left;
	}

#header {
    height: 123px;
    width: 80%;
/*     border: 1px solid red;     */
    }

#headerimg 	{
	margin: 0px;
	height: 83px;
	width: 83px;
    margin-left: 120px;
	}
#headerimg img	{
	margin-top:40px;
	}
	
#content {
	font-size: 12px;
	margin-top: 32px;
/* 	border-top: 1px solid red; */
	}

.widecolumn .entry p {
/* 	font-size: 1.05em; */
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	padding-bottom: 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 0px solid yellow;
padding: 10px !important;
}

.even, .alt {
    padding: 10px;

/* 	border-left: 1px solid red; */
}

#footer {
/* 	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
	}

small {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
    font-family: 'GraublauWeb', lucida grande , arial !important; 
	}

h1 {
/* 	font-size: 5em; */
/* 	text-align: center; */
	}

#headerimg .description {
	font-size: 11px;
	text-align: left;
	}

h2 {
/* 	font-size: 1.6em; */
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 148px; /* has no effect right now */
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none !important;
/* 	color: black; */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
/* 	background: #f7f7f7; */
/* 	padding: 0 10px 10px; */
	}
.sticky h2 {
/* 	padding-top: 10px; */
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 4px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
    margin-top: 5px;
	font: 14px 'GraublauWeb', Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 24px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: gray;
	text-decoration: none;
	}

a:hover {
	color: silver;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
/* 	background-color: white; */
	margin: 0px auto;
	padding: 0;
	width: 1060px;
/* 	border: 1px solid #959596; */
	}


.narrowcolumn {
    float: right;
	padding: 0 0 0 0;
	margin: 0px 0 0;
	width: 600px;
/* 	border-left: 4px solid black; */
	margin-right: 200px;
	}

.widecolumn {
    float: right;

	padding: 0 0 20px 0px;
/* 	margin: 5px 0 0 150px; */
	width: 800px;
	margin-right: 0px;

	}

.post {
/* 	margin: 0 0 40px; */
	text-align: none;
	top: 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
    text-align: center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
/* 	padding-top: 70px; */
	margin: 0;
	padding: 0px;
	}

h2 {
	margin: 5px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	text-transform: uppercase;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/* 	content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
/* 	margin-bottom: 15px; */
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 0px;
	width: 200px;
/* 	border: 1px dotted fuchsia; */
    text-align: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
