/*  
Theme Name:abilities
Version: 1.1
Theme URI: http://quirm.net
Description: A minimalist single column design with a widget-ready horizontal navigation menu. Suitable for those who are looking for a theme to customise but want something more flexible than the Default theme. Includes additional templates for archives, categories, authors, pages with comments and search results. Header customisation via the WordPress Admin interface. Compatible with WordPress 2.7 and above.
Author: Mel Pedley
Author URI: http://www.blackwidows.co.uk
Tags: one-column, custom-header, light, flexible-width

Distributed under the terms of the GNU General Public License

*/

/*Layout & positioning */
@import url(layout.css);

/*Abilities
Author:Mel P.
http://quirm.net/
*/

.color1
{
        background: rgb(132,255,255);
}

.blue
{
        color:blue;
text-decoration:underline;
}
body {
	background:#fff;
	color:#000;
        margin:0;
	padding:0;
	font-family:arial, sans-serif;
        font-size:13px;
	direction: rtl;
}

blockquote {
	border-left:2px solid #DEE2E9;;
}
acronym, abbr {
	border-bottom:1px dashed #ddd;
}
pre {
	background:#F3F3FB;
	color:#606060;
	border:1px solid #D5CDD5;
}
fieldset {
	background:#DEE2E9;
}
fieldset fieldset {
	background:#F3F3FB;
}
legend {
	background:#B1B4BE;
	color:#000;
}
input, textarea {
	background:rgb(255,255,255);
	color:#000000;
	border:1px solid rgb(134,132,133);
}
input:focus,input.focus,textarea:focus,textarea.focus {
	
	color:#606060;
	border-color:#407096;
}
input.button {
        background:#FFFFFF;
        color:black;
        border:0;
}
.input.submit,input[type=submit]
{
        color:black;
        border:0;
}
.noborder
{
        border:0;
        
        background:#ffffff;
        color:rgb(134,132,133);
}
ins {
	text-decoration:none;
}
table,th,td {
	border:1px solid #C6CCD4;
}
th {
	background:#DEE2E9;
}
tr {
	background:#fff;
	color:#606060;
}
tr.alt {
	background:#F3F3FB;
}
a {

}

a:hover {

}
a:active,a:focus {
	
	color:#000;
}
a img {
	border:1px solid #fff;
}
a:hover img,a:active img,a:focus img {
	
}

/* wrapper */
#wrapper {
	background:#fff;
        width:960px;
        margin-right:auto;
        margin-left:auto;
}
.jumplinks a:active,.jumplinks a:focus {
	background:#f93;
	color:#000;
}

#searchform
{
        padding-top:10px;
}


#page-header
{
        height:102px;
}

#header-image {
        height:61px;
 	background-image:url(images/header-image.jpg);
 	background-repeat:no-repeat;
 	background-position:top left;
        width:960px;
}


/* content */
#content {
	
        
}
.postfoot {
	border-bottom:3px double #aaa;
}
.author .postfoot {
	border-bottom:none;
}
.author .posts-by {
	border-top:3px double #aaa;
}
.single {
	border:none;
}
#content ul li {

}
#content ul li ul li {

}
#content ul li ul li ul li {
	list-style-image:none;
}
#content .prevnext li,#content .meta li {
	list-style-image:none;
	list-style:none;
}
