﻿/*
Theme Name: colourskiss
Theme URI: http://shaheeilyas.com/colourskiss/
Description: A minimal and colorful theme. The colours for each post change once every day. Posts slide open and close upon clicking.
Version: 0.2
Author: Shahee Ilyas
Author URI: http://shaheeilyas.com/
Date: November 2006

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Javascript Tools:
	MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
*/

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img, abbr { border:none }
address { font-style:normal }

body {
	background: white;
	color: #333;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* change this value to resize the whole blog */
}

#wrap {
	margin: 2em auto 2em auto;
	width:65em;
}

p{
	font-size: 1.1em;
}


li {
	font-size: 1.2em;
}
#header {
	font-family:  Arial, Helvetica, sans-serif;
	margin: 1em 0 1em 0;
	color: #666;
	
}


#header a{
	color: #666;
}

#header h1 {
	font-size: 2.5em;
}
#header p{
	margin:  0;
	padding: 0;

}


.storytitle {
	padding: .6em 1em .6em 2em;
	font-family:  Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
}

.storytitle a {
	color: white;
}

.storycontent {
	border: 1px solid #ccc;
	border-top: none;
	padding: .5em 1em .5em 2em;

}
.meta {
}
.meta a {
	color: #888;
}

.feedback {
	text-align: right;
}

.feedback a {
	color: #333;
}

.post textarea {
	width: 40em;
	border: 1px solid #999;

}

h2 {
	font-size: 1em;
}
.commentsclass a {
	color: #888;
}

#search {
	text-align: right;
	vertical-align: bottom;
}
#search input#s {
	border: 1px solid #999;
	padding: .1em;

}

.nomatch {
	padding: .3em;
}
#nav {
	text-align: right;
	color: #888;
}
#nav a{
	color: #888;
}
#menu {
	margin-top: 1.7em;
}

#footer {
	color: #888;
	margin-bottom: 2em;

}
#footer a {
	color: #888;
}
