/*  
Theme Name: Vorkurs Bern
Theme URI: http://wordpress.org/
Description: The default blog theme <a href="http://frenzine.net">VorkursBern.Pages</a>.
Version: 1.5
Author: Franziska Nyffeler
Author URI: http://frenzine.net
*/

.clear{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide{
	display: none !important;
}
.inside{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

/* structure body general */
html body{
	text-align: left;	/* hack to center this under IE5 */
	background-color: #EAEAE0;	
	margin: 0;
	padding: 0; 	
}


#page{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgMain.gif);
	background-repeat: repeat-y;	
}
	
#content {
	margin: 0;
	padding; 0;
	}
		
.narrowcolumn {
	float: right;
	width: 545px;
	padding: 0px 8px 20px 167px;
	margin: 0;
	z-index: 2;	
}
	
.widecolumn {
	float: right;
	width: 545px;
	padding: 0px 8px 20px 167px;
	margin: 0;
	z-index: 3;	
}	

/* end structure*/

/* begin header*/

#header {
	background-image: url(../images/bgHeader.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 152px;
	width: 720px;
	align: right;
	}
	
#headerimg {
    margin: 0;
    padding: 0;
    border: none;
}

#headerimg ul{
	margin: 0;
    padding: 0 5px 0 0;
    list-style-type: none;
}
#headerimg ul li{
	white-space: nowrap;
	display: inline;
	margin: 0 -2px;
    padding: 0;
}
#headerimg ul li a, #headerimg ul li a:hover, #headerimg ul li a:visited  {
	border: none;
	}	
	
a img {
	border: none;
	}

#topNavCyan, #topNavPink, #topNavYellow {
	width: 530px;
	height: 23px;
	text-align: left;
	background-color: #11ECF4;
	left: 0px;
	top: -25px;
	position: relative;	
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 23px;
	padding: 0px 5px 0px 10px;
	margin: 0px;
}

#topNavCyan ul, #topNavPink ul, #topNavYellow ul {
	margin: 0;
    padding: 0 5px 0 0;
    list-style-type: none;
}
#topNavCyan ul li, #topNavPink ul li, #topNavYellow ul li {
	white-space: nowrap;
	display: inline;
	margin: 0 -2px;
    padding: 0;
}
#topNavCyan{
	background-color: #11ECF4;
}
#topNavPink{
	background-color: #FC53E2;
}
#topNavYellow {
	background-color: #FEEF02;
}
	
/* end header*/

/* content */

/*.content .postmetadata {
	text-align: center;
	}	*/
	
.post {
	margin: 0;
	}
	
a, h1 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

a:hover, a.selected {
	color: #fff;
	}		

small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	color: #999999;
	padding-left: 8px;
	}


.description {
	font-size: 1.2em;
	text-align: center;
	}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #11ECF4;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	text-align: left;
	letter-spacing: 1px;
	}
	
.titleBlack {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	text-align: left;
	letter-spacing: 1px;
	}
	
.titlePink, h3, h2 {
	color: #FC53E2;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	text-align: left;
	letter-spacing: 1px;	
}
.post a:hover, h3 a:hover{
	color: #333333;
}

.txtLeitbild {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px -10px 0px -10px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	border-top: 2px dotted #ccc;
	}
	
h1 a:visited{
	color: #ccc;
	}	

h2 a:hover, h2 a:visited, .description {
	text-decoration: none;
	color: #ccc;
	}

h1 a, h3, h3 a, h3 a:visited {
	text-decoration: none;
	color: #666666;
	}	

.entry, .entrytext p {
	color: #000000;
	padding: 0px 10px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
.entry a {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.entry a:hover {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;	
}

.borderImg a{
	border: none;
}
	
.postmetadata {
	text-align: right;
	border-top: 1px dashed #FC53E2;
	border-bottom: 2px dotted #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 8px 5px 0px;
	}	

.description {
	text-align: center;
	}
	

/* end content */

/* begin sidebar */

#sidebar{
	float: left;
	width: 175px;
	text-align: left;	
	margin: 15px 0px 0px 0px;
	position: absolute;	
	z-index: 1;	
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

#sidebar form {
	margin: 0;
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#sidebar h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin: 5px 0 0;
/*	padding: 10;*/
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	width: 160px;
	height: 30px;	
	}
#sidebar ul li a:hover, #sidebar ul li a.selected {
	color: #fff;
	}
#sidebar ul li.sZone a:hover {
	color: #FF0000;
	}	
	
#sidebar ul li.cyan{
	background-image: url(../images/bgNavCyan.gif);
	background-repeat: no-repeat;	
	padding: 5px 10px 0px 8px;			
	width: 160px;
	height: 30px;	
	}
	
#sidebar ul li.pink{
	background-image: url(../images/bgNavPink.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 0px 8px;			
	width: 160px;
	height: 30px;	
	}
	
#sidebar ul li.yellow{
	background-image: url(../images/bgNavYellow.gif);
	background-repeat: no-repeat;	
	padding: 5px 10px 0px 8px;		
	width: 160px;
	height: 30px;	
	}	
	
#sidebar ul li.sZone {
	background-image: url(../images/bgNavSZone.gif);
	background-repeat: no-repeat;	
	padding: 15px 10px 0px 8px;		
	margin: 40px 0px 0px 0px;
	width: 160px;
	height: 74px;
	}	


/*#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}	
	
#sidebar form {
	margin: 0;
	}	
	
#sidebar img{
	padding-left: 15px;
	padding-top: 10px;
	}	*/
	
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}		

/* end sidebar */


/* begin comments */
.commentlist {
	padding: 4px 0px 4px 0px;
	margin: 0;
	text-align: justify;
	border-top: 2px dotted #CCCCCC;	
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	border-bottom: 1px dashed #FC53E2;	
	margin: 0;
	}

.commentlist cite, .commentlist cite a {
	color: #FC53E2;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	padding: 6px 8px 4px 8px;
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	padding: 0px 8px 0px 8px;
	margin: 10px 5px 10px 0px;
	}

#commentform p {
	padding: 0px 8px 0px 8px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata a, .commentmetadata a:hover {
	font-weight: normal;
	color: #CCCCCC;
	padding-bottom: 2px;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentlist li {
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 3px 0px;
	list-style: none;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	border-bottom: 1px dashed #FC53E2;			
	}	
	
.blogImg a {
	border: none;
}

/* end comments */

/*	begin calendar */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/*	end calendar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* begin footer*/

#footer {
	text-align: left;
	align: top;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 720px;
	clear: both;
	padding: 0px 0px 0px 170px;	
	margin: 0;
	}
	
#footer p {
	text-align: left;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;	
	padding: 5px;
	}
	
/* end footer*/


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	}
/* End Various Tags & Classes*/


