/* page layout */
html, body {
    margin:0;
    padding:0;
    border:none;
}


#container {
    margin:auto;
    width:900px;
    w\idth:850px;
    \width:850px;
    padding:10px 25px;
    border:0;
}

#bannertop  {
    position:relative;
    display:block;
    width:600px;
    height:200px;
    margin:10px 0 15px 0;
    overflow:hidden; 
    border:1px #666 dotted; 
    /*background: #fff url(banner.jpg) top center no-repeat;*/
}
#content {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:600px;
    text-align:justify;
}

#sidebar {
    position:relative;
    margin:0;
    margin-left:650px;
    border:0;
}
	
.clearfix:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* end page layout */

/* begin headlines */
#nav, .paginate, #sidebar, #sidebar h2, #sidebar h3, p, #sidebar p, .storycontent, .storycontent ul, ol, ol li, .cmeta, #google, fieldset {
   font-family:verdana, arial, sans-serif;
   font-size:11px;
   }
   
.paginate {
	color:#FFFFFF;
	font-weight:bolder;
  	padding:5px;
	width: 500px;
	height:20px;
	background:#003366;
	display: block;
	margin-top:10px;
	border: #00000 1px; solid;
}

.paginate a {
	color:#FFFFFF;
}


h1 {
   font-size:16px;
   font-family:verdana, arial, sans-serif;
   margin:0;
   line-height:1.5em;
}

#header h1 {
	display:inline;
	width:45%;
	margin:9px 0px 10px 0px;
	float:left;
	font-size:16px
	font-family:verdana, arial, sans-serif; 
}
h2 {
   margin:30px 0 10px 0;
   font-size:14px;
   font-family:verdana, arial, sans-serif;
}
h3 {
   margin:30px 0px 15px 0px;
   font-size:14px;
   font-family:verdana, arial, sans-serif;
}
h4 {
   font-size:12px;
   font-family:verdana, arial, sans-serif;
}

/* überschrift */
.storytitle {
	padding:5px;
	width: 590px;
	background:#fff9e3;
	font-size: 14px;
	color:#003366;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	line-height:1.8em;
}

/* date */
h5 {
	padding: 5px;
	font-size: 11px;
	color:#003366;
	width: 594px;
	background: #f4efda;
	font-family: verdana, arial, sans-serif;
	margin:30px 0px 7px 0px;
}

h6 {
	color:#666666;
	font-size: 10px;
	text-align:left;
	font-family: verdana, arial, sans-serif;
}


.post h3 {
   border-bottom:1px solid #F0F8FF;
}
#sidebar, #sidebar h2, #sidebar h3 {
   color:#999999;
}

#sidebar h2, #sidebar h3 {
   border-bottom:1px solid #cccccc;
   color:#003366!important;
   }

#sidebar h3 {
   margin-top:20px;
}


#sidebar a {
	border-bottom:1px solid #cccccc;
	color: #003366;
	text-decoration: none;
}

#sidebar a:hover {
	 color: #cc9933;
    border-bottom:1px solid #cc0000;
    padding-bottom: 2px;
}



/* end headlines */

.meta, .feedback, .post-categories, .post-categories li {
   font-family:verdana, arial, sans-serif;
   font-size:11px;
}
.meta, .feedback {
   text-transform: lowercase;
   color:#999;
   text-align:right;
   border-top:1px solid ghostwhite;
   margin:0 0 18px 0;
}

.autor {
   text-transform: uppercase;
   color:#999999;
   text-align:right;
   text-align:right;
   border-top:1px solid ghostwhite;
   margin:0 0 18px 0;
}


.crosslink {
	text-align:left;
	text-indent:inherit;
}

.crosslink {
   color:#999999;
   text-align:left;
   border-top:1px solid ghostwhite;
   margin:0 0 18px 0;
}

.post h3 a:hover {
   border-bottom:none !important;
}
.post-categories, .post-categories li {
   display:inline;
   margin:0;
   padding:0;
}
p, .storycontent, .storycontent ul {
   line-height:1.7em;
   color: #000;
   margin:6px 0 9px 1px;
   padding:0;
   /*background:white url(http://www.hochzeitsfotografie.eu/wp-content/themes/freshy2/images/page-gradient.png) repeat-y right;*/
/*   text-indent:5px;*/
}

.storycontent ul {
   margin-left:35px;
}
.storycontent ul li {
   margin-bottom:0.75em;
}


input[type=text], textarea { 
    border:1px solid #bbb; 
   padding:2px; 
   font-family:"Courier New", Courier, monospace;
   font-size:12px;
   }
textarea {
   overflow:auto;
}

input[type=submit], input[type=reset], input[type=button] {
/*   background:#eee; */
   color:#222;
/*   border:1px solid #bbb; */
   margin-right:2px;
    padding:1px;  
   font-family:verdana, arial, sans-serif;
   font-size:11px;
 }
 
 input, select, textarea { 
/*   font-family:"Courier New", Courier, monospace;
   font-size:12px; */
   vertical-align:middle;
   }
   
input[type=text]:focus, textarea:focus { 
   background: #EEE8AA;
   border:1px solid #999; 
   }

#nav {
   width:55%;
   vertical-align:middle;
   float:right;
   margin:5px 0px 0px 0px;
}

#nav ul {
        float:right;
        margin:0;
        padding:0 0 5px 0;
		line-height:2em;
		text-align:right;
}

#nav ul li {
        margin:0;
        padding:0 0 0 3px;
        display:inline;
        list-style:none;
}

#header {
        display:block;
        margin:0 0 10px 0;
        padding:0;
        max-width:100%;
        }
acronym, abbr {
    border-bottom:1px dotted #bbb;
    cursor:help;
}
img, p img {
    border:none;
}

tt, code, pre {
    font-family:"Courier New",Courier,monospace;
    font-size:12px;
}

a {
	color: #003366;
	text-decoration: underline;
	/*border-bottom: 1px dotted #003366;*/
}
a:hover {
	color: #cc9933;
	text-decoration: underline;
	/*border-bottom: 1px solid #003366;*/
}

 #nav a {
	color: #003366;
	text-decoration: none;
	border: none;
	padding:0px 2px 0px 2px;
}

 #nav a:hover {
    border-bottom:3px solid #cc9933;
    padding-bottom: 2px;
}


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

img.centered {
      display:block;
      margin-left:auto;
      margin-right:auto;
      }
img.pic {
	background:#fff;
	border:1px solid #ccc;
}
img.alignright {
      margin:0 0 2px 10px;
      display:inline;
      }

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

.alignright {
      float:right;
      }

.alignleft {
      float:left;
      }

h1 a, h1 a:hover, #sidebar p img a:hover {
      text-decoration:none;
      border:0;
      }
div.imgcenter {
        text-align:center;
}

div.image img, div.imgcenter img {
        border:1px #ccc solid;
        padding:4px;
        margin:5px;
}
/* end images */

#content ul li, #sidebar ul li {
        list-style:url(bullet.gif);
        line-height: 1.5em;
		margin-bottom:0.5em;
        }
		
#content ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
		
		
/* alternate comment colors */
.color1 {background-color:#ffffff; padding:5px; margin:5px 0; border:0; }
.color2 {background-color:#f8f8f8; padding:5px; margin:5px 0; border:0; }

.cmeta {
        color:#888;
        }

blockquote { margin:0 10px; }

blockquote p { color:#777!important;
             border-left:1px dotted #bbbbbb;
             text-align:left; 
             padding-left:10px;
             background:transparent;
            }

table td tr{
	background-color:none;
}
