/*
Theme Name: Andrews Blog 2
Theme URI: http://www.andrewdart.co.uk
Author: Me
Description: My second attempt
*/


/* Typography & Colors */

body {
	font-family: Arial;
	font-size: 12px;
         background: black url(http://www.zen55864.zen.co.uk/images/sunsetmainback.jpg) fixed top left;
         background-repeat: repeat-x;
	color: white;
	font-size: 12pt;
        margin-right: 2em;

}

a {
	color:#ffffff;
        text-decoration: underline;
}


.style1 {
	font-family: ARIAL;
	font-size: 12pt;
	color: #FFFFFF;
}

.style2 {
	font-family: ARIAL;
	font-size: 32pt;
	color: #FFFFFF;
}

.style3 {
	font-family: ARIAL;
	font-size: 16pt;
	color: #FFFFFF;
}

.style4 {
	font-family: ARIAL;
	font-size: 10pt;
	color: #FFFFFF;
}

img {
        margin-right:0.5em;
}

address {
	font-style: italic;
}

blockquote {
	margin: 1em 0;
        margin-left: 2em;
        margin-right: 2em;
	padding: 0 0 0 1.2em;
        font-style: italic;
	
}

address {
	font-style: italic;
}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
}

code, pre, var {
	font-size: 1em;
}

ol {
	margin-left: 2em;
}

dd {
	margin: .5em 0 1em 1.5em;
}

cite {
	font-weight: bold;
	font-style: normal;
}

input, textarea, select {
	padding:4px;
	border:1px solid #e5e5e5;
	font-size:12px;
	line-height:14px;
	font-family: 12px 'Arial', Verdana, Lucida Grande, Sans-Serif;
	color:#000000;
	word-wrap: break-word;
}

textarea {
	width: 350px;
}

input#author, input#email, input#url {
	width: 350px;
}

input#submit {
	width: 250px;
	height: 30px;
	padding: 2px 4px;
	border: 1px solid #e5e5e5;
	background-color: #C0C0C0;
	font: 12px 'Arial', Verdana, Lucida Grande, Sans-Serif;
	color: #000000;
}

/* Structure */

#warp {
	margin-bottom:1.5em;
}

#content { 


	word-wrap: break-word;
}

#content img {
	padding: 3px;
}

#content img a{
	padding: 3px;
}

#entry { 
	background-color:#fff;
	padding: 0em 0.8em 0.8em 0.8em;
}

#entry ul {
	list-style: none;
	padding-left:0px;
	margin-left:2.5em;
}

#entry li{
	list-style: disc;
 	margin-left:0px;
}

#sidebar {
	width: 10em;
	float: right;
	clear: right;
	padding: 0.8em 1em 0.2em 0.8em;
	margin-bottom:1.5em;
	border: solid 1px #e5e5e5;
}

#sidebar ul{
	padding: 0;
	font-size:12pt;
	color:#666;
	line-height: 2em;
	list-style: none;
	margin-left:0px;
}

#sidebar li{
	list-style: none;
	padding-left:0;
}

#footer{

}

/* Comment Style */

ol.commentlist {
	margin-left: -0px;
}

.commentlist li {
	color: #ffffff;
	padding-left: 10px;
	list-style-type: none;
}

.commentlist li.ping-comment {
	color: #000000;
	padding-left: 10px;
	list-style-type: none;
}

.commentlist li.author-comment {
	color: #66CCFF;
	list-style-type: none;
}

.commentlist li.user-comment {
	color: #000000;

	list-style-type: none;
}

/* Navigation Elements */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-bottom: 5px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

