/*copyright 2010 malloreigh.com/veganmischief.com
colours:
background grey: #1f2124;
grey text: #93b0cb;
lighter text: #bbd7f2;
glass: #22b994;
orange: #ff7c2f;
*/

* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #1f2124;
	color: #93b0cb;
	font: 12px/20px helvetica,tahoma,'trebuchet ms',arial,sans serif;
	}

a:link {
	color: #22b994;
	}
a:hover {
	color: #ff7c2f;
	}
a:visited {
	color: #22b994;
	}
	
img, img a, img a:link, img a:hover, img a:visited {
	border: 0;
	}
	
p {
	text-align: justify;
	margin: 0 0 10px 0;
	}
	
h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	color: #22b994;
	}
.glass {
	color: #22b994;
	}

#sidebar li, #blog li {
	text-align: justify;
	}
	
#container {
	margin: 0 auto;
	width: 1000px;
	}
#header {
	width: 1000px;
	height: 60px;
	z-index: 1;
	}
#navigation {
	width: 1000px;
	margin: 10px 0;
	z-index: 10;
	}
#content {
	width: 980px;
	clear: both;
	padding: 10px;
	}
#blog {
	width: 680px;
	float: left;
	margin-right: 20px;
	}
#sidebar {
	width: 280px;
	float: left;
	margin-bottom: 10px;
	}
#footer {
	width: 1000px;
	margin-top: 10px;
	padding: 10px 0;
	clear: both;
	text-align: center;
	border-top: 1px dotted #93b0cb;
	}
	
#navigation li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-size: 15px;
	}
#navigation li a {
	display: block;
	float: left;
	padding: 15px 5px;
	text-decoration: none;
	}
#navigation li a:hover {
	background-color: #ff7c2f;
	color: #1f2124;
	}
.arrow {
	color: #ff7c2f;
	}
	
#cities {
	margin-bottom: 10px;
	}
#cities li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
	padding: 10px 5px;
	}
#cities li a {
	display: block;
	float: left;
	padding: 10px 15px;
	}
#cities li a:hover {
	background-color: #ff7c2f;
	color: #1f2124;
	}

#blog h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	color: #ff7c2f;
	}
#blog h1 a {
	text-decoration: none;
	color: #ff7c2f;
	}
#blog .date {
	color: #93b0cb;
	}
#blog .author, #blog .author a {
	color: #22b994;
	font-size: 14px;
	}
#blog .categories, #blog .categories a {
	color: #22b994;
	font-size: 14px;
	}
	
.post {
	width: 680px;
	overflow: auto;
	}
.authorship {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: center;
	}
.entry {
	float: right;
	width: 550px;
	min-height: 150px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 1px dotted #93b0cb;
	}
	
.entry li {
	list-style-position: inside;
	}
	
#news .entry {
	min-height: 70px;
	}
	
.rule {
	width: 680px;
	border-bottom: 1px dotted #93b0cb;
	margin: 10px 0;
	clear: both;
	}
	
#blog h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	color: #ff7c2f;
	}
#blog h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	color: #22b994;
	}
#blog b {
	color: #bbd7f2;
	}
.more-link {
	text-transform: uppercase;
	}

#sidebar ul {
	list-style: none;
	}
#sidebar h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0 5px 0;
	color: #ff7c2f;
	text-align: left;
	}
#sidebar h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0 0 0;
	color: #ff7c2f;
	text-align: left;
	}
#sidebar li {
	list-style: decimal-leading-zero inside;
	}
#sidebar .blurb {
	width: 280px;
	display: block;
	}
#sidebar .row {
	display: table-row;
	}
#sidebar .widget {
	width: 140px;
	display: table-cell;
	padding-right: 10px;
	}
.widget #links li {
	text-align: left;
	}
	
.alignleft {
	margin-right: 5px;
	float: left;
	}
.alignright {
	margin-left: 5px;
	float: right;
	}
	
#search input {
	background-color: #1f2124;
	border: 1px solid #93b0cb;
	color: #93b0cb;
	padding: 5px;
	}
#search .btn {
	background-color: #22b994;
	border: 1px solid #ff7c2f;
	color: #1f2124;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#flickrrss {
	margin: 0 auto;
	width: 255px;
	}
#flickrrss li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
	width: 75px;
	height: 75px;
	}
	
blockquote {
	margin: 0 25px;
	padding: 10px 10px 0 10px;
	text-indent: 50px;
	border: 1px solid #313439;
	font-style: italic;
	background: url(/images/blockquote.gif) no-repeat;
	}
	
.entry b, strong {
	color: #bbd7f2;
	}
	
/*FOOTER*/

	
/* COMMENTS */
#comments-form input {
	background: #1c1d20;
	border: 1px solid #93b0cb;
	width: 200px;
	color: #93b0cb;
	font: inherit;
	}
#comments-form textarea {
	background: #1c1d20;
	border: 1px solid #93b0cb;
	width: 300px;
	height: 200px;
	color: #93b0cb;
	font: inherit;
	}
.comment-meta, #comments-form {
	clear: both;
	}
#sub {
	background: #282a2e;
	border: 1px solid #93b0cb;
	padding: 3px;
	color: #93b0cb;
	font: inherit;
	text-align: center;
	}
.meta {
	text-align: center;
	}
.meta a:link {
	color: #ff7c2f;
	}
#captchaImgDiv {
	margin: 0 50px;
	width: 200px;
	height: 100px;
	}
.gravatar {
	float: left;
	margin: 0 5px 5px 0;
	}
