/*  
Theme Name: DMNLGSH
Theme URI: http://dmn.luagsh.ch
Author: Kevin Walker
Author URI: http://www.kevinwalker.ch
*/

html, body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
}

#container {
	width: 900px;
}

#content {
	margin-left: 50px;
	width: 550px;
	float: left;
}

#menu {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 250px;
	float: right;
}

#menu a:link, #menu a:visited {
	color: #009EE0;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover, #menu a:active {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
    background: #009EE0;
}

#footer {
	clear: both;
	width: 100%;
	background: #000;
	height: 38px;
}
#footer a img {
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 	// IE8
	filter: alpha(opacity=90);											// IE5-7
}
#footer a:hover img {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 	// IE8
	filter: alpha(opacity=100);											// IE5-7
}

.post {
	clear: both;
	padding-bottom: 50px;
}

.postmeta, .postmeta a:link, .postmeta a:visited {
	color: #009EE0;
	text-decoration: none;
	text-transform: uppercase;
}

.postmeta a:hover, .postmeta a:active {
	color: #009EE0;
	text-decoration: underline;
	text-transform: uppercase;
}

.posttext a:link, .posttext a:visited {
	color: #009EE0;
	text-decoration: none;
}

.posttext a:hover, .posttext a:active {
	color: #009EE0;
	text-decoration: underline;
}

#pagenavigation {
	text-align: center;
	padding-bottom: 30px;
}

#pagenavigation a:link, #pagenavigation a:visited {
	color: #000000;
	font-size: 30px;
}

p {
	text-align: justify;
	line-height: 1.5;
}

h2 {
	font-size: 30px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #009EE0;
	text-decoration: none;
}

li, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

blockquote {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #999;
}

img {
	max-width: 550px;
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

img.left {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
}

img.leftfloat {
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	float: left;
}

img.avatar {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.author {
	font-weight: bold;
}

.comment {
	display: block;
	clear: both;
	padding-bottom: 25px;
}

#commentform {
	width: 550px;
}

#commentform input, #commentform textarea {
	width: 550px;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 4px solid #999;
	color: #000;
}

#commentform input:focus, #commentform textarea:focus {
	border: 4px solid #009EE0;
}

label {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#commentform textarea {
	clear: both;
	height: 100px;
}

#commentform p {
	margin-top: 0;
	margin-bottom: 5px;
}

#commentform #submit {
	clear: both;
	width: 562px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #OOO;
	text-decoration: none;
	text-transform: uppercase;
}

.pagebar {
	padding-bottom: 50px;
}

.pagebar a,.pageList .this-page {
	text-decoration: none;
	padding: 5px 8px;
	background: #009EE0;
	color: #000;
}

.pagebar a:visited {
	text-decoration: none;
	padding: 5px 8px;
	background: #009EE0;
	color: #FFF;
}

.pagebar .this-page {
	text-decoration: none;
	padding: 5px 8px;
	background: #009EE0;
	color: #FFF;
	font-weight: bold;
}
