/*   
Theme Name: ÅrhusLogen 2009
Theme URI: http://poppmedia.dk
Description: Custom theme for ÅrhusLogen
Author: Bjørn Popp, poppmedia
Author URI: http://poppmedia.dk
Template: 
Version: 1.1
.

.
*/


/* Reset Browser Defaults
@import url( 'library/styles/reset.css' );
 */
/* Apply base theme styles and colors
@import url( 'library/styles/base.css' );
 */
/* Site Specific Styles
@import url( 'assets/css/screen.css' );
 */

body {
	font: 11px/16px 'lucida grande','lucida sans','helvetica neue',helvetica,arial;
	1background: #6f736b url('img/bg_body.jpg') repeat-x;
	background: rgb(143,156,127) url('img/bg_body_green.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	*text-align: center;
}
p {
	margin: 0px;
}
#outer {
	margin: 0px auto;
	width: 900px;
	*text-align: left;
}
#inner {
	position: relative;
	width: 900px;
	height: 100%;
	1border: solid 1px yellow;
	
}
h1 {
	color: #222;
	font-size: 18px;
}
h2 {
	color: #222;
	font-size: 18px;
	*margin-bottom: 10px;
}
h3 {
	color: #222;
	font-size: 14px;
}
a {
	color: #5e8437;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#aal_loginform input {
	margin-bottom: 5px;
}

#aal_pages {
	list-style-type: none;
	margin: 0px;
	margin: 30px 0px 10px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	padding: 10px 0px 20px;
	1position: absolute;
	1top: 340px;
	1left: 0px;
	width: 200px;
}
#aal_pages h2 {
	display: none;
}
#aal_pages ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#aal_pages ul li {
	padding: 5px 0px 0px;
}
#aal_pages ul li li {
	padding: 0px 10px;
}
#aal_pages ul li a {
	color: #111;
	font-weight: bold;
}
#aal_pages ul li a:hover {
	1color: #5e8437;
}
#aal_pages ul li li a {
	font-weight: normal;
}

#bg_posts_top {
	float: left;
	height: 30px;
	width: 500px;
	background: url('img/bg_posts_top.png') top left no-repeat;
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/aal_2009/img/bg_posts_top.png',sizingMethod='scale');
}
#bg_posts_bottom {
	float: left;
	height: 16px;
	width: 500px;
	margin-bottom: 50px;
	background: url('img/bg_posts_bottom.png') top left no-repeat;
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/aal_2009/img/bg_posts_bottom.png',sizingMethod='scale');
}
/*
table#aal_blog_bottom {
	height: 16px;
	margin-bottom: 50px;
	background: url('img/bg_posts_bottom.png') top left no-repeat;
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/aal_2009/img/bg_posts_bottom.png',sizingMethod='scale');
}
*/

table#aal_blog {
	float: left;
	width: 500px;
	1padding: 20px 50px 50px;
	1border: solid 1px green;
	background: url('img/bg_posts.png') repeat-y;
	*background: url('img/bg_posts.jpg') top left no-repeat;
}
table#aal_blog td.post, table#aal_blog td.page {
	margin: 0px;
	padding: 20px 50px 30px;
	1padding: 0px;
	1padding-bottom: 30px;
}
table#aal_blog input,
table#aal_blog textarea {
	margin: 5px 0px;
}

.no-comments {
	display: none;
}



.aal_blogpost1 {
	width: 500px;
	*margin-left: 50px;
	1background: #fff;
	1border: solid 1px red;
	1border-bottom: solid 1px #888;
}

/*
.aal_blogpost h2 {
	1padding-bottom: 15px;
	1border-bottom: solid 1px red;
}
.aal_blogpost ul {
	1margin: 0px;
	1padding-left: 10px;
}
.postmetadata {
	border-top: solid 1px #888;
	margin: 0 -5px;
	padding: 0 10px;
	text-align: right;
	font-size: 10px;
}

.aal_author {
	width: 115px;
	*width: 125px;
	background: #fff;
	padding: 0px 5px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
}
.aal_author h3 {
	font-family: 'times new roman',times;
}
.aal_author_alt {
	float: left;
	width: 340px;
	*width: 350px;
	background: #fff;
	padding: 5px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
}
.aal_author_alt img {
	margin-top: -5px;
}
.aal_author_alt h2 {
	padding-top: 20;
}
.authors_blogs {
	float: right;
	width: 115px;
	*width: 125px;
	background: #fff;
	padding: 5px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
}
.authors_blogs h2 {
	padding-top: 20;
}
.authors_blogs a {
	font-size: 11px;
	1color: #444;
}
.authors_blogs a:hover {
	color: #111;
}
*/

ul.post-categories {
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	1border-top: dotted 1px #ddd;
}
ul.post-categories li {
	display: inline;
	padding: 5px 10px 0px 0px;
	margin: 0px;
}
ul.post-categories li a {
	color: #888;
}

#aal_sidebar {
	1position: absolute;
	1top: 10px;
	1right: 0px;
	width: 200px;
	1border: solid 1px red;
}
#aal_sidebar h2, #aal_sidebar h3 {
	1margin-top: 30px;
	display: none;
}
#aal_sidebar .widget_text h3 {
	margin-top: 0px;
}
#aal_sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#aal_sidebar #upcoming-events li {
	margin: 15px 0px;
	line-height: 11px;
}
#aal_sidebar #upcoming-events li li {
	margin: 5px 0px;
}
#aal_sidebar div {
	padding: 10px 0px;
}
#aal_sidebar a {
	color: #222;
	font-weight: bold;
	font-size: 11px;
}
#aal_sidebar a:hover {
	1color: #5e8437;
}
#aal_sidebar .textwidget {
	font-size: 10px;
	line-height: 12px;
}
#aal_sidebar .searchform a {
	display: block;
	text-align: right;
	font-weight: bold;
	1color: #ff00ff;
}
#aal_sidebar input {
	1margin-top: 10px;
	width: 110px;
	font-size: 10px;
}

.ec3_widget_list {
	margin-top: 35px;
}

#aal_add_event_link {
	position: absolute;
	top: 210px;
	*top: 240px;
	left: 725px;
	width: 180px;
	1background: #eee;
	padding: 5px 5px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
}
#aal_add_event_link a {
	font-weight: normal;
	font-size: 10px;
}
#aal_add_event_thickbox .tekst {
	width: 90%;
}


/* Kalender */
#ec3_publish {
	display: none;
}
#event-calendar table.nav #prev {
	padding-left: 20px;
}
#event-calendar table.nav #next {
	padding-right: 20px;
}
#event-calendar caption a {
	text-transform: capitalize;
	font-size: 14px;
}


#comments {
	width: 340px;
	*width: 350px;
	padding: 5px;
	background: #fff;
	border-top: solid 1px #888;
	1border-bottom: solid 1px #888;
}
textarea#comment {
	width: 95%;
	height: 60px;
}
.comment-list li {
	border-top: solid 1px #ccc;
	padding: 5px;
}
.comment-list img {
	display: none;
}
#respond {
	width: 340px;
	*width: 350px;
	padding: 5px;
	background: #fff;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #888;

}

#archives li {
	text-transform: capitalize;
}

#search-query {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.credits {
	font-family: 'times new roman',times;
}


/*
	AAL CUSTOM
*/
form p {
	text-align: left;
}

#aal_login, #aal_add_event {
	border: solid 1px #ccc;
	background: #eee;
	padding: 5px;
}


.ec3_aal_schedule {
	width: 350px;
	*width: 370px;
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #ccc;
	background: #eee;
}

select.add_event {
	width: 50px;
}
#aal_add_event_aar {
	width: 60px;
}

table#edit_userdata {
	margin: 30px 0px;
}
table#edit_userdata td {
	padding: 5px;
	border-bottom: dotted 1px #ccc;
}


.postmetadata {
	border: none;
	padding-top: 30px;
}
