/*  
Theme Name: A Blog Apart (NYM)
Theme URI: http://www.law-blog.de/themes/law-blog
Description: law-blog.de Wordpress Theme.
Version: 0.65en experimental
Author: Kzenon
Author URI: http://www.layers-of-stability.com/

ATTENTION!
The CSS instructions for the Header graphix are
in header.php. This is necessary to handle the different URLs
of your installation/the template folder.

This Style is based on:

- alistapart.com, thanks for the friendly permission to use their
visual appearance as a guideline!
- Kubrick's default template Kubrick v1.3.0-rc1  for  WordPress 1.3
binarybonsai.com/kubrick/ (esp. in the PHP commands etc.)
- Dieter Muellers Orange Template orangeguru.net (esp. in some soutomizations)

Made with EmEditor
*/

/* ------------------------------ Body-Definition */

body 		{
		background: #fff;
		font-family: verdana, sans-serif; 
		line-height: 1; 
  		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
		color: #333; 
		font-size: 11px;
		}

/* ----------------------------------- Layout */


#main 				{
		float: none; 
  		width: 785px; 
  		}

#content 			{
		width: 375px; 
		float: left;
		padding-left: 10px;
		padding-right: 10px;
                overflow: hidden;
		}

#secondary 			{
		width: 170px;
		border-left: 1px solid #bbb;
		padding-left: 15px;
		padding-right: 10px;
                overflow: hidden;
		float: left;
					}

#sidebar 			{
		width: 165px; 
		float: left;
		padding-left: 15px;
		padding-right: 10px;
                overflow: hidden;
		border-left: 1px solid #bbb;
		}
			

#footer 		{
		height: 40px;
 		float: left;
  		background: #FBFAF4;
  		border-bottom: 3px solid #522f1c;
		border-top: 1px solid #000;
 		margin-top: 40px;
		padding-top: 13px;
		padding-bottom: 0px;
		width: 100%;
		}

/* ---------------------------- Headings */

.title			{
  		font-size: 27px;
		color: #522f1c;
		font-family: georgia, times new roman, serif;
		margin-top: 13px;
                padding-bottom: 0px;
                margin-bottom: 0px;
		}
		
.title a,			{
		text-decoration: none;
		color: #522f1c;
		}

.title a:link		{
		text-decoration: none;
		color: #522f1c;
		}
				
.title a:active		{
		text-decoration: none;
		color: #522f1c;
		}
				
.title a:visited	{
		text-decoration: none;
		color: #522f1c;
		}

h1				{
       	font-family: georgia, times new roman, serif;
       	color: #414d5e;
	font-size: 16pt;
       	font-weight: normal;
       	letter-spacing: 1px;
       	text-align: center;
	padding-top:5px;
				}
			
h1 a,			{
        color: #522f1c;
		text-decoration: none;
		}

h1 a:link		{
        color: #522f1c;
		text-decoration: none;
		}
				
h1 a:active		{
        color: #522f1c;
		text-decoration: none;
		}
				
h1 a:visited	{
        color: #522f1c;
		text-decoration: none;
		}

h1 a:hover 		{
        color: #fff; 
		background: #522f1c; 
		text-decoration: none;
		}

h2	{
  	font-family: georgia, times new roman, serif; 
        color: #522f1c; 
        font-size: 18px; 
        margin: 0px;
        font-weight: normal;
        letter-spacing: 1px;
        text-align:center;	
	}

h2 a,			{
        color: #522f1c;
		text-decoration: none;
				}

h2 a:link		{
        color: #522f1c;
		text-decoration: none;
		}
				
h2 a:active		{
        color: #522f1c;
		text-decoration: none;
		}
				
h2 a:visited	{
        color: #522f1c;
		text-decoration: none;
		}


h3 				{
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		padding-bottom:7px;
        color: #d9560f;
        text-align:center;
		text-transform: uppercase;
        letter-spacing: 2px;
				}


h3 a,			{
        color: #d9560f;


		text-decoration: none;
		}

h3 a:link		{
        color: #d9560f;
		text-decoration: none;
		}
				
h3 a:active		{
        color: #d9560f;
		text-decoration: none;
		}
				
h3 a:visited	{
        color: #d9560f;
		text-decoration: none;
		}

h3 a:hover 	{
        color: #fff; 
		background: #d9560f; 
		text-decoration: none;
	}

h4 				{
	font-family: verdana, arial, sans-serif;
	padding-top: 20px;
        font-size: 13px;
        color: #666;
        text-align:center;
	font-style: bold;
				}


/* ---------------------------- Mainly Main */


blockquote		{
		padding-top:18px;
		margin-left:10px;
		padding-left: 15px;
		font-family: georgia, times new roman, serif;
		font-style: italic;
		background-image:url(./gfx/quote.gif);
		background-position: 0px 15px;
		background-repeat:no-repeat;
		}

.beispiel	{
		padding-top:10px;
		margin-left:10px;
		padding-left: 15px;
		font-family: georgia, times new roman, serif;
		font-style: italic;
		background-position: 0px 15px;
		}

li				{
		list-style-type: disk; 
		margin-left: 7px;
		font-weight: normal;
				}

.date			{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 10px;
        text-align:center;
		line-height:150%;
		padding-top:60px;
		}
		
.date a,			{
		text-decoration: none;
		color: #d9560f;
		}

.date a:link		{
		text-decoration: none;
		color: #d9560f;
		}
				
.date a:active		{
		text-decoration: none;
		color: #d9560f;
		}
				
.date a:visited	{
		text-decoration: none;
		color: #d9560f;
		}		


.postmeta	{
		font-family: verdana, arial, sans-serif;
		color: #666; 
		font-size: 10px;
        text-align:center;
		line-height:180%;
		}

.postmeta a,	{
        color: #d9560f;
		text-decoration: none;
		}
				
.postmeta a:link {
        color: #d9560f;
		text-decoration: none;
		}
				
.postmeta a:visited {
        color: #d9560f;
		text-decoration: none;
		}
				
.postmeta a:active {
        color: #d9560f;
		text-decoration: none;
		}

.postmeta a:hover
		{
        color: #fff; 
		background: #d9560f; 
		text-decoration: none;
		}
		

.text 			{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		font-size: 11px;
    	text-align:left;
		line-height:180%;
		font-weight:normal;
		padding-top:7px;
		padding-bottom:20px;
		}

.text a, 		{
    	color: #d9560f;
		text-decoration: underline;
		}

.text a:link 	{
    	color: #d9560f;
		text-decoration: underline;
		}
				
.text a:visited	{
    	color: #d9560f;
		text-decoration: underline;
		}

.text a:hover 	{
        color: #fff; 
		background: #d9560f; 
		text-decoration: none;
		}


/* --------------------- Mostly Sidebar */


.sidehead		{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 10px;
		line-height:150%;
        text-align: center;
		padding-top: 60px;
		padding-right: 15px;
		}

.sidetext 		{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		font-size: 10px;
        text-align:left;
		line-height:150%;
		font-weight:normal;
		padding-top:20px;
		padding-bottom:20px;
				}

.sidetext a, 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}
				
.sidetext a:link 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}
				
.sidetext a:active 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}
				
.sidetext a:visited 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}


.sidetext a:hover 
		{
        color: #fff; 
		background: #d9560f; 
		text-decoration: none;
		}

.sidetext li {
list-style:none;
}
/* --------------------- Footercontent */

.footertext 		{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		font-size: 10px;
        text-align: center;
		line-height:150%;
		font-weight: normal;
		padding-top: 5px;
		padding-bottom:20px;
		}

.footertext a, 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:link 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:active 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:visited 	{
        color: #d9560f;
		text-decoration: none;
		line-height:180%;
		}

.footertext a:hover 
	{
        color: #fff; 
		background: #d9560f; 
		text-decoration: none;
		}

/* ----------------------------- Begin Comments*/


#comment  { 
color: gray;
background-color: none; 
text-align: left; 


border-top: 2px dotted gray
}


.commentshead { 
color: black; 
font-size: x-large;
font-family: Georgia, Times, Times New Roman, serif; 
font-weight: bold; 
line-height: 140%; 
text-align: left 

margin-top: 50px;
}


.commentstext   { 
color: black; 

font-size: small; 

font-family: Georgia, Times, Times New Roman, serif; 
font-weight: normal; 
line-height: 160%; 
text-align: left 
margin-top: 5px;
margin-bottom: 50px;
}


.commentsmetadata { 
color: grey; 
font-size: x-small; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 

line-height: 140%; 
}

#commentform input {
	width: 300px;
	color: grey;
	font-size: small; 
font-family: verdana, arial, sans-serif; 
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
	text-align: left; 
	}

#commentform textarea {
	width: 300px;
	color: grey;
	padding: 2px 2px 2px 2px; 
        font-size: small; 
        font-family: verdana, arial, sans-serif;
	}

#commentform #submit {
	margin: 0px;
		text-align: center; 
			color: black;
	float: center;
	}


.nocomments {
	text-align: right;
	margin: 0;
	padding: 0;
	}

.title_li=&

/* End Comments */


/* The End */
