/*
Theme Name: Barecity
Theme URI: http://shaheeilyas.com/
Description: Minimal theme with bare essentials
Version: 1.5
Author: Shahee Ilyas
Date: February 2008
Based on the Classic WordPress by Dave Shea || http://mezzoblue.com & Matthew Mullenweg || http://photomatt.net
Modified & completely redesigned by Shahee Ilyas || http://shaheeilyas.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
a {
	text-decoration: none; 
	color:#0066FF;

}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none; 
	color:#FF6600;
}

a img {
	border: none;
}


blockquote {
	border-left: 5px solid #ccc;
	margin-left: 18px;
	padding-left: 5px;
}

body {
	background:url(images/rapbg.jpg);
	color: #000;
	font-family:   Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14Spx;
}



#clickablelogo {

	background: #FFFFFF url(images/logo.jpg);
	height: 68px;
	width: 345px;
	float: left;
	margin: 0px;
	padding: 0px;
	}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-family: Cambria, Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-size: 27px;
        border-bottom:2px solid #fff;
}



h3 a:hover {
	font-family: Cambria, Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-size: 27px;
        color:#ba7c01;
        border-bottom:2px dashed #000;
}


h4 {
	font-family: Cambria, Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-left: 125px;
	font-size: 25px;
        color:#fff;
        
         
}

h5 {
	font-family: Cambria, Helvetica, Arial, sans-serif;
        color:#fff;
	margin-top: 100px;
	font-size: 23px;

      
}

#topstuff
{width:500px;
height:185px;
background:url(images/cairo.jpg) #336cad;
}

p,  .feedback {
	font: 14px Helvetica, Arial, sans-serif;
        line-height:26px;
	
}

li 
{	font: 14px Helvetica, Arial, sans-serif;
        line-height:21px;
}



/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	clear:both;
	color: #666;
	font-size: 10px;
	padding: 50px 0 0 0;
	margin: 0 0 20px 0;
	text-align: left;
}

.credit a:link, .credit a:hover {
	color: #666;
}

.feedback {
	color: #666;
	text-align: right;
	font-size:11px;
	clear: both;
}

.meta {
	font-size: 10px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent a {
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

.storycontent a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #888;
}

.storycontent {
	margin-bottom:-10px;
}
.post {
	margin-bottom:18px;
}



#content {
	float: left;
	width:500px;
        margin:6px;
}



#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: black;
	font-weight: normal;	
       
}

#headwrap {
	padding:0px 0 5px 0;
	margin:0px 0 48px 0;
}




#sidebar {


	background: #fff;
	padding: 0px 0 10px 20px;
	float: right;
	width: 310px;
}



#sidebar ul {
	color: #ccc;

	list-style-type: none;
	margin: 0;
	padding-left: 3px;

}

#sidebar h2 {
	font-weight: normal;
	margin:0;
	padding:0;
        color:#000;
	font-size: 24px;
	
}

#sidebar ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-bottom: 2px;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 3px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {

}

#sidebar ul ul ul.children {
	font-size: 17px;
	padding-left: 4px;
}

#rap {
	margin: 0px auto;
	width:850px;
	padding: 0px;
}
#temprap {
	margin: 0px auto;
	width:344px;
	padding: 0px;border:0px solid #999999; padding:5px;

}

#desc {
	float:left;
	font-size: 12px;
	margin-top:3px;	
}
#desc a:link, #desc a:visited  {
	display: inline;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
#desc a:hover {
	background-color: #eee;
	color: #666;
}
#desc a:active {
	background-color: #fff;
}

