/*
Theme Name:Disciple
Description: Soft and clean WordPress theme with 3 columns. Customizable with 4 more colors.
Tags: soft, clean, simple, 3 columns, fixed width

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/

/* basic */
body {
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	font:8pt Verdana, Arial, sans-serif;
	line-height:150%;
	color:#333333;
	background-repeat: repeat-y;
	background-image: url(../../../../bilder/tema_1/bg.gif);
	background-position: center top;
	background-attachment: fixed;
	background-color: E8F7FD;
}
a {
	color:#333333;
	text-decoration:none;
	outline:none;
	font-weight: normal;
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a img { border:0; }
blockquote { border-left:solid 5px #A7B3BC; padding:5px 5px 5px 8px; margin:8px; background-color:#F4F5F7; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
pre { border-left:solid 5px #738695; padding:5px 5px 5px 8px; margin:8px 8px 8px 8px; background-color:#EEF0F2; overflow:scroll; }
ul { list-style-type:square; }
input, 
select, 
textarea { font:8pt Verdana, Arial, sans-serif; color:#333333; }
form { margin:0px; padding:0px; }
p { margin:11px 0px 11px 0px; }
h1, h2, h3, h4, h5, h6  { font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:130% }
h1 { font-size:19pt }
h2 { font-size:16pt; }
h3 { font-size:13pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }

.sep {
display:block;
height:30px;
overflow:hidden;
background-color: transparent;
background-image: url(../../../../bilder/tema_1/sep.gif);
background-repeat: no-repeat;
background-position: center top;
} 

/* wordpress defaults */
.aligncenter,
div.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { float:left;}
.alignright { float:right;}
.wp-caption { text-align:center; padding-top:4px; margin:10px;
			  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { padding:5px 4px 5px; margin:0; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:150%; }

/* wrapper */
.wrap {
	width:1000px;
	margin:auto;
	padding:0px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../../../../bilder/tema_1/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	filter: Alpha(Opacity=90);
}

/* blog title + description */
#head {
	height:105px;
	overflow:hidden;
	text-align:center;
}
	#head h1 {
	margin:15px 0px 10px 0px;
	padding:0px;
	letter-spacing:2px;
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	color: #333333;
}
	#head a {
	color: #333333;
}
	#head a:hover {
	color: #0099FF;
	text-decoration: none;
}
	#head #desc {
	margin:0px 0px 15px 0px;
	padding:0px;
	color:F5F4F1;
	text-transform:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* menu */
#menu { width:520px; margin:auto; overflow:hidden; height:18px; font:normal 8pt Georgia, "Times New Roman", Times, serif; text-transform:lowercase; }
	#menu ul { list-style:none; margin:0px 0px 0px 10px; padding:0px; overflow:hidden; }
		#menu li { float:left; padding:0px; }
		#menu li a {
	display:block;
	background-color:#CCCCCC;
	padding:2px 5px 2px 5px;
	margin:0px 5px 0px 0px;
	text-align:center;
	color:#333333;
	border: 1px solid #666666;
}
		#menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #666666;
}
		#menu li.current_page_item a { background-color:#FFFFFF; }
		#menu li.current_page_item a:hover { color:#003366; text-decoration:none; }

#midbar { overflow:hidden; padding:0px; }

#innerwrap {
	margin-top:5px;
	overflow:hidden;
	height:100%;
	border-right-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	filter: Alpha(opacity=95);
}

/* columns */
.c1 {
	width:235px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:right;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: 0px;
	filter: Alpha(Opacity=80);

}
.c2 {
	width:530px;
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(../../../../bilder/tema_1/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.c3 {
	width:234px;
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #D0C99D;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	filter: Alpha(Opacity=80);
}

/* contact + subscribe text + middle text */
.toptext {
	margin:0px;
	padding:10px 15px 10px 15px;
	color:#999999;
	text-transform:lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
}
	.toptext a { color:#999999; }
	.toptext a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.midtext {
	margin:0px;
	padding:10px 15px 10px 15px;
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* widgets */
#widgets1 { list-style:none; margin:0px; padding:0px; color:#333333; }
#widgets2 { list-style:none; margin:0px; padding:0px; color:#333333; }
.widget { list-style:none; margin:0px 0px 30px 0px; padding:0px 8px 0px 8px; }
#widgets1 .widget {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666666;
}
#widgets2 .widget {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}
.widget ul { margin:0px; padding:0px; }
.widget ul li a { padding:1px 3px 1px 3px; }
.widget li a:hover { color:#660033; }
.widget h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#333333;
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}


/* list images for widgets */
#widgets1 .widget li {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:0px 20px 0px 0px;
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets2 .widget li {
	list-style:none;
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#widgets1 .widget_recent_entries li {
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets1 .widget_recent_comments li {
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets1 .widget_pages li {
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets1 .widget_categories li {
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets1 .widget_archive li {
	background-image: url(../../../../img/FLOWER_POWER/ikoner/red_yell.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets1 .widget_links li, 
#widgets1 .widget_betterblogroll li, 
#widgets1 .widget_sclw li {
	background-image: url(../../../../img/FLOWER_POWER/ikoner/orange.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#widgets2 .widget_recent_entries li {
	background-image: url(../../uploads/ikoner/text2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets2 .widget_recent_comments li {
	background-image: url(../../../../img/FLOWER_POWER/ikoner/blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets2 .widget_pages li {
	background-image: url(images/21.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#widgets2 .widget_categories li {
	background-image: url(../../../../img/FLOWER_POWER/ikoner/purple.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#widgets2 .widget_archive li {
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#widgets2 .widget_links li, 
#widgets2 .widget_betterblogroll li, 
#widgets2 .widget_sclw li {
	background-image: url(../../../../bilder/ikoner/black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* search box */
#searchform #s { width:150px; }

/* blog posts */
.post {
	padding:0px 15px 15px 15px;
	overflow:hidden;
	line-height:160%;
	color:#333333;
}

	/* blog title */
	.post-title h1 {
	margin:0px;
	letter-spacing:2px;
	line-height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	float: none;
	left: 110px;
	border: 1px none #CCCCCC;
	height: 30px;
	text-transform: uppercase;
}
	.post-title h1 a {
	color:#000000;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border: 1px solid #CCCCCC;
	text-transform: capitalize;
}
	.post-title h1 a:hover {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #666666;
}

	/* bar with date, author and category */
	.post-sub { padding:5px 0px 0px 0px; overflow:hidden; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; }
		.post-sub a, 
		.post-foot a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.post-sub a:hover, 
		.post-foot a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }
		.post-date { float:left; overflow:hidden; margin-right:20px; }
		.post-author { float:left; overflow:hidden; margin-right:20px; }
		.post-cat { float:left; overflow:hidden; }

	/* blog text */
	.post-text { overflow:hidden; color:#333333; }
		.aligncenter { display:block; margin:auto; text-align:center; }
		img.alignright { padding:4px; margin:0 0 2px 7px; display:inline; }
		img.alignleft { padding:4px; margin:0 7px 2px 0; display:inline; }
		.alignright { float: right; }
		.alignleft { float: left; }
		.youtube { text-align:center; margin:10px 0px 10px 0px; }

	/* blog footer with tags, edit and comments */
	.post-foot { overflow:hidden; margin:10px 0px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:160%; }
		.post-edit { float:right; }
		.post-comments { float:right; }

/* comments */
.commentlist { list-style:none; padding:0px; margin:0px; border-top:solid 1px #97A8BD; overflow:hidden; }
.commentlist li { overflow:hidden; border-bottom:solid 1px #97A8BD; padding:8px; background-color:#FFFFFF; }
.commentlist li.alt { background-color:#F8F8F8; overflow:hidden; }
	.comment-avatar img {
	float:left;
	padding:0px;
	border:solid 1px #999999;
	height: 35px;
	width: 35px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
	.comment-bar { color:#999999; overflow:hidden; padding:0px 8px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
		.comment-bar a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.comment-bar a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }

		.comment-author { color:#546a85; font-size:11pt; font-style:italic; }
		.comment-author a { color:#546a85; border-bottom:dotted 1px #666666; }
		.comment-author a:hover { text-decoration:none; }
	.comment-text { }

/* footer */
#footer {
	width:990px;
	height:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#AA9F8A;
	text-align:center;
	background-color: #Ffffff;
	background-image: url(../../../../bilder/tema_1/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	filter: Alpha(Opacity=90);
	padding-top: 76px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
	#footer a { color:#AA9F8A; border-bottom:dotted 1px #BEB6A7; text-transform:uppercase; }
	#footer a:hover {
	text-decoration:underline;
	color: #003366;
}

