/*

Theme Name: WeArePDFMagazine
Theme URI: http://www.fallen-legen.de
Description: WeArePdfMagazine
Version: 2.009
Author: Mario Wimmer
Author URI: http://www.fallen-legen.de

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

*/

/* general */

* 		{ margin: 0; padding: 0; border: 0; }

body 	{

margin: 0;
padding: 0;

font-family: Helvetica, Arial, sans-serif;

color: #000;

text-align: left;

background-color: #fff;
/* background-image: url(images/bkgr.jpg); */
background-attachment: fixed;

}

/* layout */

#page	{

width: 1000px;
min-width: 1000px;
max-width: 1000px;

margin: 0 auto;

}

#head	{

width: 665px;
min-width: 665px;
max-width: 665px;

float: left;

padding: 10px 0 0 0;

margin: 0 10px 20px 0;

background-color: #fff;

}


#main	{

width: 665px;
min-width: 665px;
max-width: 665px;

float: left;

padding: 10px 0 0 0;

margin: 0 10px 20px 0;

background-color: #fff;

}

#sidebar	{

width: 315px;
min-width: 315px;
max-width: 315px;

float: left;

padding: 10px 0 0 0;

margin: 0 0 14px 0;

background-color: #fff;

}

#betrachtend, #hinweisend	{

width: 50%;
min-width: 50%;
max-width: 50%;

margin: 0 0 0 0;

float: left;

}

#magazin	{

border-top: 1px solid #ccc;


}

#selfad	{

border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;

padding: 4px 0 6px 0;

margin: 0px 12px 25px 10px;

}

.post-single	{

margin: 0 25px 35px 10px;
padding: 0 0 15px 0;

border-bottom: 1px solid #ccc;

}

.post-list	{

max-width:300px;
min-width:300px;
width:300px;

border-bottom: 1px solid #ccc;

margin: 0 15px 25px 15px;

padding: 0 0 0 0;

float:left;

}

.post-mag-alt, .post-mag-akt, .post-spez-list 	{

width: 137px;
min-width: 137px;
max-width: 137px;

float: left;

}

.post-mag-akt 	{

margin: 0 12px 0px 0;

float: left;

}

.post-spez-list 	{

margin: 0 12px 15px 0;

}

#spezial, #magazin	{

padding: 4px 0 6px 0;

margin: 0 0 10px 10px;

}

.post-spez-list	{

border-bottom: 1px solid #ccc;

float: left;

}

#footer	{

width: 990px;
min-width: 990px;
max-width: 990px;

float: left;

background-color: #fff;

padding: 15px 0 15px 0;

}

.more	{

width: 300px;
min-width: 300px;
max-width: 300px;

height: 250px;

margin: 0 20px 0 10px;

float: left;

border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;

}

#imprint	{

margin: 15px 15px 10px 10px;
padding: 10px 0 10px 0;

}

.tags	{

height: 50px;
overflow: hidden;

border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;

margin: 5px 0 25px 0;

font-weight: normal;

}



#betrachtend .tags, #betrachtend .tags a	{

color: #66cccc;

}

#hinweisend .tags, #hinweisend .tags a	{

color: #99cc66;

}


.clearer	{

width: 100%;
min-width: 100%;
max-width: 100%;

clear:both;

}


/* font & p tags */

p	{

text-align: left;
font-size: 0.8em;

}

.post-single p	{

padding: 0px 80px 1.4em 24px;
line-height: 1.4em;
font-size: 1em;

}

.post-list p, .post-spez-list p, .more p, .more h3	{

padding: 5px 0 10px 4px;

}

#imprint p	{

font-size: 0.6em;

color: #666;

text-align: center;

}

blockquote	{

padding: 0 4em 0 2em;
margin 0;
color: #000;

}

pre	{

padding: 0 4em 0 2em;
margin 0;
color: #000;


}

/* Ueberschriften */

h1	{


font-family: Times New Roman, serif;
font-size: 1.6em;
font-weight: normal;
font-style: normal;

line-height: 1.2em;

text-align: left;

color: #000;

padding: 0px 40px 0 24px;

}

h1.author	{

font-size: 1.4em;

line-height: 1.4em;

text-align: left;

color: #ccc;

padding: 0px 40px 4px 24px;

}

h2	{

font-family: Times New Roman, serif;

font-size: 1.2em;
font-weight: normal;
font-style: regular;

text-align: left;

color: #666;

padding: 0 0 4px 2px;

margin: 0 0 4px 0;

}

.tags	{

margin: 0 15px 25px 15px;

}

.header	{

margin: 0 15px 0px 15px;
padding: 0 0 5px 0;

color: #666;

}

.header-single	{

margin: 0 18px 20px 7px;
padding: 0 0 9px 2px;

border-bottom: 1px solid #ccc;

}

.post-list h2, .post-spez-list h2	{

border-bottom: 1px solid #ccc;

}


.post-single h2	{

padding: 0px 40px 10px 24px;

}

h3	{

font-family: Times New Roman, serif;

font-size: 0.8em;
font-weight: bold;
font-style: regular;

text-align: left;

color: #000;

}

h3.sub	{

font-weight: normal;

}

.more h3	{

padding: 10px 0 5px 4px;

}


/* Ueberschriften ENDE */


/* Links */

a, a:link, a:active, a:visited					{

text-decoration: none;
border-bottom: dotted 1px #999;

color: #000;

}

a:hover	{

color: #000;
border-bottom: dotted 1px #000;

}

h1 a, h1 a:link, h1 a:active, h1 a:visited					{

border-bottom: 0;
text-decoration: none;
color: #000;

}

h1.author a, h1.author a:link, h1.author a:active, h1.author a:visited	{

border-bottom: 0;
text-decoration: none;
color: #ccc;

border-bottom: dotted 1px #ccc;

}


h2 a, h2 a:link, h2 a:active, h2 a:visited					{

border-bottom: 0;

text-decoration: none;

color: #666;

}

.more a, .more a:link, .more a:active, .more a:visited					{

text-decoration: underline;
color: #000;

}

h3 a, h3 a:link, h3 a:active, h3 a:visited					{

border-bottom: 0;

text-decoration: none;
color: #000;

}

/* Links ENDE */

/* Lists */

.post-single li	{

list-style-position: inside;
margin: 0px 40px 10px 44px;

}

.post-single li h2	{

padding: 0;
margin: 0;

display: inline;

}

.post-single li p	{

padding: 10px 0 15px 0;
margin: 0;

}

.grey	{

color: #ccc;

}

.more ul	{

list-style: none;
padding: 0 5px 5px 5px;

}

.more li	{

text-align: left;
font-size: 0.8em;

margin: 3px;
padding: 0 0 3px 0;

display: inline;
}

.cat-item	{

display: inline;

}

/* Lists ENDE*/

/* Comments */

textarea	{

border: solid #666 1px;

width: 525px;
min-width: 525px;
max-width: 525px;


}

input	{

border: solid #666 1px;
margin: 0 0 5px 0;
}

input:active, textarea:active	{

background-color: #cfcfcf;

}

/* Images */

img.post-list-image	{

}

a.imglink, a:link.imglink, a:active.imglink, a:visited.imglink					{

border-bottom: 0;

text-decoration: none;

color: #000;

}

div.wpsfb-feedbox-note	{

text-align: left;
font-size: 0.8em;

padding: 0px 80px 1.4em 24px;
line-height: 1.4em;
font-size: 1em;

}