/* Colours

Background: #1A1A1A
Panels: #333333
Beige: #DDD6B3
Blue: #29ABE2
Red: #FF0000

*/


/* Typography */

h1, h2, h3, h4, h5, h6 {
	color:#DDD6B3;
}

h1 {
	font-size: 3em;
	font-weight: 200;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 2.2em;
	font-weight: 400;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 1.6em;
	font-weight:normal;
	margin: 0 0 5px 0;
}

h5 {
	font-size: 1.4em;
	font-weight:normal;
	margin: 0 0 5px 0;
}

h6 {
	font-size: 1.2em;
	font-weight:normal;
	margin: 0 0 5px 0;
}

p {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}

a{
	border:none;
	text-decoration:none;
	color: #29ABE2;
}

a:hover {
	color:white;
}

.post ol{
	list-style-type:decimal;
	margin: 1em  1em 1em 0;
	font-size: 1.4em;
}

.post ul {
	list-style-type: disc;
	margin: 1em  1em 1em 0;
	font-size: 1.4em;
}

.post ol li ul, 
.post ul li ul {
	font-size: 1em;
	/* text-indent: 5px; */
	margin: 0;
}

.post ul li {
	list-style: disc;
	list-style-position: inside;
}

.post ol li{
	list-style: decimal;
	list-style-position: inside;	
}

/*
.post ul li ul li {
	list-style: circle;
}

.post ol li ul li{
	list-style: circle;	
}
*/

/*
hr {
	margin: 15px 0 20px 0;
}
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	margin: 20px;
	border-left: 5px solid #DDD6B3;
	padding: 0 0 0 10px;
}

/* Re-usables */

.clear {
	clear:both;
}

.alignleft, .left {
	float:left;
}

.alignright, .right {
	float:right;
}

.off_screen {
	position: absolute;
	left: -10000px;
}

/* Wordpress Form Formatting */

.post img {
	float: left;
	margin: 0 15px 0 0;
}

.comment-body {
	font-size: 1.4em;
	background: #333;
	padding: 15px;
	margin: 0 0 15px 0;
	-moz-border-radius:7px;
  	-webkit-border-radius:7px;
}

.comment-body p {
	font-size: 1em;
}

.comment-body .avatar {
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

#respond input,
#respond textarea {
	background: #DDD6B3;
	border: none;
	padding: 2px 6px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

#respond{
	margin: 0 0 15px 0;
}

#respond textarea {
	width: 538px;
}

#respond #submit {
	background: #29ABE2;
	color: white;
	padding: 4px 12px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

#submit {
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}
