/*  
CSS for printing

Theme URI: http://www.samueljohn.de/super-slider

Author:
	Samuel John

Description:
	Hides menu, sidebar and other stuff. Just the post, images in the post and comments remain.
	Links are not highlighted.

License:
	The CSS, XHTML and design is released under GPL:
	// This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Germany License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/de/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.


Todo: 
	Perhaps disable the comments?

*/




/* Disable certain elements for printing */

/* The sliding images */
#imageMenu {	
		display:none;
}

#header {
		display: none;
}

/* Text below your main title:*/ 
.description {	
        display: none;
}  

#content #commentform {
        display: none;
}

/* The "Your Rely" caption just before the reply form*/	
#respond {
		display: none;
}

#content .nextprevious {
        display: none;
} 

/* All the things on the side where WP places its widgets and so on...*/
#sidebar {
display: none
} 


#sidebar #footer {
        display: block;
        padding: 7pt;
        font-size: 1em;
}

#sidebar #footer p {
        margin-bottom: 5pt;
        color: #CCCCCC;
        text-align: center;
}



/* Still show the language flags */
.de, #content *[lang="de"] {
		background: url(/wp-content/themes/super-slider/img/de.png) 0 3px   no-repeat;
		padding-left: 30px !Important;
}
.en, #content *[lang="en"] {
		background: url(/wp-content/themes/super-slider/img/en.png) 0 3px no-repeat;
		padding-left: 30px !Important;
}

/* All links: */
a, a img {
		border: 0;
		text-decoration: none;
		color: #000;
}

/* Headings: */
h1 { 	text-align: center; }

h1, h2, h3, h4 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
}

h4 { 	font-style:italic; }



#content .notice {
        border-bottom: 1pt solid #cccccc;
}


/* Notes on the side of a post. */
#content .post-details { }

/* Images in the posts */
#content .post img {
        max-width: 90%;
        max-height: 80%px;
        margin-bottom: 20pt;
        margin-top: 20pt;
	padding: 10px;
}     

#content .post ul li {
        list-style-type: disc !important;
}

.aligncenter,
div.aligncenter {
        display: block;
}

.alignleft { float: left; }

.alignright { float: right; }


/* The text/font for your main text and lists*/
#content p,
#content .post ul li {
        font: normal 1em Verdana, Helvetica, Sans-serif;
        text-align: justify;
        line-height: 1.5em;
}

#content h3 {
        margin-top: 5pt;
        margin-bottom: 5pt;
}
	
#content blockquote {
        margin-left: 30pt;
        border-left: 3pt solid #333;
        padding-left: 10pt;
}	
	
#content small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#content ol { line-height: 1.6; }
#content ol.commentlist { margin-top: 10px; }
#content ol.commentlist li {
        border-top: 1px solid #333;
        margin-bottom: 10pt;
} 

#content ol.commentlist li .commentMeta {
        float: left;
        margin-top: 5pt;
} 

#content ol.commentlist li .commentMeta span { display: block; }
#content ol.commentlist li .commentMeta span.author,
#content ol.commentlist li .commentMeta span.author a {
        color: #666;    
        text-decoration: none;
        margin-bottom: 5pt;
}

#content ol.commentlist li .commentText {
        float: right;
        padding: 5pt;
        font-size: 1em;
}
	
#post-end-line {
		width: 100%; 
		color:#333333; 
		border-top:1pt; 
		border-left:0;
} 
	
	
	
/* Information about the post on the right side: */	
#content .post-details {
        font-size: 1em;
        font-weight: normal;
        color: #999999;
}
    
.clearfix { clear: both; }	

/* For program code in the post */
code {
		font: 1.1em 'Courier New', Courier, Fixed;
}

