
/*
File:			layout.css
Description:	Custom layout styles for Your Theme
Author:         You ;)

        IMPORTANT NOTE:
	
	    If you wish to make custom changes to your theme, DO NOT EDIT THIS FILE. 
	    Instead, use the Theme Design Options in your theme administration to 
	    define custom layout styles.
*/

/*--------- GENERAL STYLING Options --------- */

        

body { 
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	background:#003579 url(http://www.zwieselbauer.at/cms/wp-content/uploads/background22.jpg) no-repeat top center; 
	color:#222222; 
}
a { 
    color:#be3c14; 
}
a:hover { 
    color:#be3c14; 
}

h1 { font:normal 25px Georgia, "Times New Roman", Times, serif; color:#222222; }
h2 { font:normal 23px Georgia, "Times New Roman", Times, serif; color:#222222; }
h3 { font:normal 21px Georgia, "Times New Roman", Times, serif; color:#222222; }
h4 { font:normal 19px Georgia, "Times New Roman", Times, serif; color:#222222; }
h5 { font:normal 17px Georgia, "Times New Roman", Times, serif; color:#222222; }
h6 { font:normal 15px Georgia, "Times New Roman", Times, serif; color:#222222; }

a.button, input[type="submit"] { 
    background-color:; 
	font:normal 17px Georgia, "Times New Roman", Times, serif; color:#ffffff;
    height:1%;	
}
a.button:hover, input[type="submit"]:hover { 
    background-color:; 
}

/*--------- LOGO & SEARCH FORM Options --------- */

.logo-area { 
    background-color:;
}

/*=== Logo ===*/
.logo-spot .blog-title a { 
    font:normal 37px Georgia, "Times New Roman", Times, serif; color:#000000;
}
.logo-spot .blog-title a:hover { 
    text-decoration: none;
	font:normal 37px Georgia, "Times New Roman", Times, serif; color:#000000;
}
.logo-spot .blog-description{ 
    font: 17px Georgia, "Times New Roman", Times, serif; color:#000000;
}

/*=== Search Form ===*/


/*=== Top Navigation ===*/
.navigation-area { 
    background:#b7bdbd; 
}
.top_menu { 
    background:#b7bdbd; 
}
.sf-menu a  { 
    font:bold 12px "Arial Black", "Arial Bold", Arial, sans-serif; color:#ffffff;
	line-height:35px;
}
.sf-menu li:hover, .sf-menu li ul li:hover { 
    background-color:#ff6600;
}
.sf-menu li.current-menu-item a { 
    background-color:#ff6600; 
	border:  ; 
	color:; 
}
.sf-menu li.current-menu-item ul li a:hover, .sf-menu li ul li.current-menu-item a:hover { 
    color:;
}
.sf-menu li ul { 
    background-color:; 
}
.sf-menu li ul { 
    width:180px; 
}
.sf-menu li ul li a { 
    width:150px; 
}

/*=== Footer Widgets ===*/
.footer-area { 
    background:; 
}

/*=== Footer Navigation ===*/
.credentials-area { 
    background-color:; 
}
.footer { 
    background-color:; 
}
.credentials-area .date { 
    font:normal 11px Georgia, "Times New Roman", Times, serif; color:#ffffff; 
}
.credentials-area .sf-menu a  { 
    font:normal 11px Georgia, "Times New Roman", Times, serif; color:#ffffff;
	line-height:20px;
}
.credentials-area .sf-menu li:hover, .credentials-area .sf-menu li ul li:hover { 
    background-color:;
}
.credentials-area .sf-menu li.current-menu-item a { 
    background-color:; 
	border:1px solid #000000; 
	color:; 
}
.credentials-area .sf-menu li.current-menu-item ul li a:hover, .sf-menu li ul li.current-menu-item a:hover { 
    color:;
}
.credentials-area .sf-menu li ul { 
    background-color:; 
}
.credentials-area .sf-menu li ul { 
    width:180px; 
}
.credentials-area .sf-menu li ul li a { 
    width:150px; 
}

/*--------- SLIDER Area ---------  */

.slider-area { 
    background-color:; 
}
#loopedSlider { 
    background-color:; 
}
#loopedSlider .slides div.slide, #loopedSlider .slides div.slide a,
#loopedSlider h1, #loopedSlider h2, #loopedSlider h3, #loopedSlider h4, #loopedSlider h5, #loopedSlider h6 { 
    color:; 
}

/*--------- Post and Page Styling ---------  */

.front { 
    background-color:;
	border:1px solid #e1dfda;
}

h2.title, h1.title { 
    background-color:;
	font:normal 27px Georgia, "Times New Roman", Times, serif; color:#581212;
	border-bottom:1px solid #e1dfda;
}

#breadcrumb p { 
    background-color:;
	font:normal 12px Georgia, "Times New Roman", Times, serif; color:#555555; 
}

.front { 
    background-color:; 
	border:  ;
}
.headline h2 { 
    font:normal 23px Georgia, "Times New Roman", Times, serif; color:#2a4baf; line-height:25px; 
}
.meta, .meta a, .meta span, .meta abbr { 
    font:normal 11px Georgia, "Times New Roman", Times, serif; color:#7e7e7e;
	line-height:23px;
}
span.read-more a { 
    background-color:#be3c14; 
    font:normal 14px Georgia, "Times New Roman", Times, serif; color:#ffffff;
}
span.read-more a:hover { background-color:#5b261b;  }
h3.tcomm, h2.post-form { 
    font:normal 22px Georgia, "Times New Roman", Times, serif; color:#333333;
}
#comments .comment .avatar-wrap img, #comments .comment .text-right .comm-reply, #comments .comment .text-right .comment-entry ,
.cancel-comment-reply a#cancel-comment-reply-link { 
    border:1px solid #e1dfda;
}
#comments .comment.bypostauthor .text-right .comm-reply {
    border:1px solid #3c3ca4;
}

/*--------- PAGINATION Options ---------  */

ul.lpag li a, ul.lpag li.name span, ul.lpag li a.name { 
    font:normal 13px Tahoma, Geneva, Verdana, sans-serif; color:#000000; 
}
ul.lpag li a { 
    font-family: Tahoma; 
}
ul.lpag li a:hover { 
    background-color:;
}
ul.lpag li.active a, ul.lpag li.current span { 
    background-color:;
	color:;
	font-size:13px;
}

/*--------- WIDGET Area ---------  */

.widget h3 { 
    font:normal 20px Georgia, "Times New Roman", Times, serif; color:#000000;
	border-bottom:1px solid #e1dfda;
}
.widget { 
    font:normal 12px Georgia, "Times New Roman", Times, serif; color:#000000;
	line-height:25px;
}


        