/*
Theme Name: iloveezipass
Theme URI: http://wordpress.org/
Description: Really simple theme for the I Love eziPass promotional site.
Version: 1.0
Author: Richard Lee
Author URI: http://www.towersystems.com.au
Tags: black and white
*/



/* General */

* { margin: 0;  padding: 0; }

body {
	font: 76%/1.4 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #fff;
}

h1, h2, h3 { font-weight: bold; line-height: 1.4em; margin: 0; padding: 0 0 1.4em; }

h1 { font-size: 4em;  }

h2 { font-size: 1.6em; }

h3 {font-size: 1.3em; }

p, ul, ol, li { line-height: 1.4em }

p, ul, ol { padding-bottom: 1.4em; }


small {
	font-size: .9em;
}

code {
	font-family: 'Courier New', Courier, Fixed;
}

a { 
	color: #000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img { border: none; }

h1 a, h2 a, h3 a { text-decoration: none; }

hr {
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
	background: #000;
}


/* Structure */


#container {
	width: 500px;
	margin: 20px auto 0 auto;
}

#header {
	width: 500px;
	height: 100px;
}

#header h1 {
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
	padding: 0 0 .5em;
}

#header h1 a { font-weight: normal; }

#header h1 strong { padding-left: 4px; padding-right: 4px; font-weight: bold; }
	
#header h1 span {
	display: block;
	font-size: .5em;
}

#header hr {

}

#content {
	text-align: left;
}

/* POSTS */

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.alt-post {
	background-color: none;
}

.post hr {
	clear: both;
	display: block;
}

.post img[align=center] {
	display: block;
	margin: 0 auto;
	padding: 4px;
}

.post img[align=right] {
	float: right;
	display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
}

.post img[align=left] {
	float: left;
	display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
}

.postmetadata {
	text-align: right;
	color: #666;
	padding-bottom: 0;
}

/* COMMENTS */
.commentlist {
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
}

.commentlist li {
	width: auto;
	margin-bottom: 24px;
	padding: 0;
}
	

.commentlist li blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

.commentlist blockquote p {
	margin: 10px;
	padding: 0px;
}

.commentlist cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 4px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}


.commentlist cite a {
	text-decoration: underline;
}

.commentmetadata {
	text-align: right;
	color: #666;
	padding-bottom: 0;
}

.commentmetadata a { 
	text-decoration: none;
}

#commentform {
	margin-bottom: 40px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	float: right;
	margin: 0;
	
}

#footer {
	width: 500px;
	padding: 0;
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.2em;
	
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
