* {
	padding: 0;
	margin: 0;
	border: 0;
}

*:focus {
	outline: none;
	-moz-outline: none;
}

body {
	background-color: #FFF;
	font-family: arial;
	color: #000;
	font-size: 12px;
}

#header {
	background-color: #000;
	background-image: url("/images/header-background.png");
	background-repeat: none;
	background-position: center;
	height:100px;
	min-width:820px;
}

#header img {
	float:left;
}

#header ul {
	float:right;
	margin-top:64px;
	margin-right:10px;
	list-style:none;
}










#header li {
	height:26px;
	float:left;
	background:url("/images/nav-left.png") no-repeat left top;
	padding:0px;
	background-color:#ff0084;
}

#header li + li {
	margin-left:10px;
}

#header li a {
	font-family:arial black, arial;
	font-size:12px;
	text-transform:uppercase;
	height:26px;
	line-height:26px;
	float:left;
	display:block;
	background:url("/images/nav-right.png") no-repeat right top;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color:#FFF;
}

#header li:hover {
	background-color:#666;
}

#header li a:hover {
	color:#fff;
}

#header #current {
	background-color:#999;
	color:#333;
}
	
#header li #current a:hover {
	color:#333;
}


























#main {
	overflow: auto;
	width: 820px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	text-align: center;
	color: #999;
	font-size: 10px;
}

h1, h2 {
	letter-spacing: -1px;
	color: #000;
	font-size: 18px;
	line-height:18px;
	font-family:helvetica,arial;
	font-weight:900;
	text-transform: uppercase;
	margin-bottom:8px;
}

h1 a {
	text-decoration:none;
	color:#000;
}

h1 a:visited {
	color:#300033;
}

h1 a:hover {
	color:#666;
}

.blogDate {
	font-style:italic;
}

.blogDetails {
	float:right;
	font-size:10px;
	color:#999;
}

.blogDetails a {
	text-decoration:none;
	color:#999;
}

.blogDetails a:visited {
	color:#999;
}

.blogDetails a:hover {
	color:#666;
}

.divided {
	overflow:auto;
	clear:both;
}

div.divided + div.divided, div.divided + div.comments {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #666;
}

p + p, p + ul, ul + p {
	margin-top:10px;
}

.blogPost ul {
	list-style: none;
}

.blogPost li {
	margin-top:4px;
	margin-bottom:4px;
	list-style: none;
	background-image: url("/images/list-bullet.gif");
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 13px;  /* space for the image */
	padding-right:0px;
	margin-right:0px;
}











.textAreaWrap {
	overflow:hidden;
	border:1px solid #666;
	padding:7px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:white;
}

.comments textarea {
	overflow:auto;
	width:100%;
	height:60px;
	border-style:none;
	color:#999;
	font-family:arial;
	font-size:12px;
	resize: none;
}

.comments input {
	width:148px;
	height:16px;
	border:1px solid #666;
	color:#999;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
}

#name {
	float:left;
}

#captcha {
	float:right;
	margin-right:5px;
}

.comments img {
	margin-right:5px;
	margin-left:5px;
	float:right;
	border:1px solid #666;
}

#commentsMessage {
	float:right;
	margin-left:40px;
	line-height:30px;
	color:#666;
	font-weight:bold;
	overflow:hidden;
	height:30px;
}

#commentsFormSubmit {
	float:right;
}

#commentsForm div {
	overflow:auto;
}

.comments ul {
	clear:both;
}

.comments li {
	overflow:auto;
	margin-top:5px;
	color:#000;
	padding:5px;
	background-color:#ccc;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.comments li span {
	color:#333;
	height:30px;
	line-height:30px;
	font-style:italic;
	font-size:10px;
	margin-bottom:5px;
}


/* button */

a.iconButton {
	display:inline-block;
	color:#000 ! important;
	background-color:#ececec;
	border:1px solid #666;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: arial black, arial;
	font-size:10px;
	line-height:28px;
	text-align:center;
}

a.iconButton:visited {
	color:#000;
}

a.iconButton:hover {
	color:#000;
	background-color:#f6f6f6;
}

a.iconButton.addComment {
	padding-left:26px ! important;
	background-image: url("/images/button-icons/comments_add.png");
	background-repeat: no-repeat;
	background-position: 5px center;
}

.error {
	font-weight:bold;
	font-style:italic;
	color:red;
	font-family:Courier New, monospace;
}

.success {
	font-weight:bold;
	font-style:italic;
	color:green;
	font-family:Courier New, monospace;
}

form {
	overflow:auto;
}

form ul {
	width:280px;
	overflow:auto;
	float:left;
}

form ul li {
	display:block;
	overflow:auto;
}

form ul li + li {
	margin-top:5px;
}

form ul + ul {
	margin-left:60px;
}

form ul li label {
	float:left;
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
}

form ul li input {
	float:left;
	width:148px;
	height:16px;
	border:1px solid #666;
	color:#999;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
}

form ul li textarea {
	float:left;
	width:148px;
	height:70px;
	border:1px solid #666;
	color:#999;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	font-family:arial;
	font-size:12px;
	resize: none;
}

form ul li .inputNoEdit {
	float:left;
	width:148px;
	color:#999;
	line-height:30px;
	overflow:hidden;
	font-style:italic;
	font-weight:bold;
	font-family:Courier New, monospace;
}

form ul li select {
	float:left;
	width:160px;
	margin-top:5px;
	font-family:Courier New, monospace;
}

form ul li .iconButton {
	float:right;
}

p + form, p + div.divided {
	margin-top:10px;
}

.submitLink {
	display:none;
}

a.iconButton.submit {
	padding-left:26px ! important;
	background-image: url("/images/button-icons/tick.png");
	background-repeat: no-repeat;
	background-position: 5px center;
}
