/*
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: #00ccff;
	border-bottom:1px dotted #fff;
}




a:hover {
	text-decoration: none; 
	color: #ff99ff;
	border-bottom:1px dotted #fff;
}

a img {
	border: 1 px solid #cccccc;
        padding:2px;
        margin:2px;

}


body {
	
	color: #fff;
	font-family:  Georgia, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
    background: #000 url(newimages/bg.jpg) ;
}


ul li {font-size:18px; list-style-type:square;
}

p {font-size:18px;
   font-family: Georgia;
   color:#fff;
   padding: 5px 10px 5px 160px;

}

.bright {

color:#FFFF00;
}


li, .feedback {
	font-size:13px;
	font-family:Georgia;

}

/* classes used by the_meta() */


#rap {
	margin: 110px auto;
	width:790px;
	padding: 0px; 
}


#content {
	width:790px;
	padding:0 0 0 0;
}


#header {
	
	padding:0px ;
	margin:0px;
        width: 790px;
        height: 77px;
}

.banner  {
padding:0px;
margin:0px;
}


#clickablelogo {

	background: #000 url(newimages/logo.jpg) no-repeat;
	height: 77px;
	width: 790px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#right {

float:right;
width:200px;
padding:5px 5px 5px 15px;


}	

#right img {
border:8px solid #161616;
margin:0px;
padding:0px;


}

img{
float:left;
padding: 5px 10px 5px 10px;
}


h2 {
font-family:Georgia;
font-size:40px;

}


