/*
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

*/
body {
	background: #fff;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 15% 15% 0 15%;
	padding: 0;
	font-size: 14px;
}
#rap {
  position: relative;
	background-color: #FFFFFF;
	margin: 0 auto;
	width:800px;
	padding: 6px;
}
#headwrap {
	padding:12px 0 16px 0;
	margin:24px 0 48px 0;
}
#desc{
  text-align: left;
}
#content {
	float: left;
	width:500px;
}
.ie6 #content {
	overflow: hidden;
}
.ie6 .home #content {overflow: visible;}
#sidebar {
	background: #fff;
	padding: 0px 0 10px 0px;
	float: right;
	width: 244px;
}

#content, #sidebar {
  border-top: 5px solid #000;
  padding-top: 20px;
}
.home #content{
  width: 800px;
  padding-top: 30px;
}

acronym, abbr { cursor: help; border:none;}
blockquote { border-left: 5px solid #ccc; margin-left: 18px; padding-left: 5px;}
cite { font-size: 11px; font-style: normal; color:#666;}

a { text-decoration: none; color: #000; outline: none;}
a:active { text-decoration: none; color: #000; outline: none;}
a:visited { text-decoration: none;}
a img { border: none;}
a:hover { text-decoration: none; color: #000;}

p a, #twitter a{ color: #5f5f5f; border-bottom: 1px solid #5f5f5f;}
p a:hover, #twitter a:hover, h5 a:hover /*/ background-color: #efefef; color: #000;*/}
 h1 a:hover { background-color: #000;}
h2 a:hover { border-bottom: 5px solid #000;}
.online-link { padding-right: 20px; background-repeat: no-repeat; background-position: 100% 2px;}
.vibrations { background-image: url(images/icons/vibrations.png);}
.inox{ background-image: url(images/icons/inox.png);}
.root{ background-image: url(images/icons/root.png);}
.comin{ background-image: url(images/icons/comin.png);}
.sojazz{ background-image: url(images/icons/sojazz.png);}
.twitter-link-l, .fb-link-l {
  /*background: url(images/icons/twitter-l.png) no-repeat 0 0;*/
  border-bottom: none;
}
.fb-link-l {
  /*background: url(images/icons/fb-l.png) no-repeat 0 0;*/
}
.twitter-link-s, .fb-link-s {
  /*background: url(images/icons/twitter-l.png) no-repeat 0 0;*/
  border-bottom: none;
  font-size: 12px;
}
.fb-link-s {
  /*background: url(images/icons/fb-l.png) no-repeat 0 0;*/
}
.email-link-l  {
  /*background: url(images/icons/email_24x24.png) no-repeat 0 0;*/
  border-bottom: none;
}
.post-edit-link {
  font-size: 12px;
  color: #9F9F9F;
  border: none;
}
.link {
	text-transform:uppercase;
	font-size:42px !important;
	color: black !important;
	font-weight: bold !important;
	line-height: 50px !important;
	
}

a[href$='.pdf'] {
display:inline-block;
padding-left:23px;
line-height:18px;
text-decoration: none;
border-bottom: none;
background:transparent url(images/icons/pdf_22.png) -3px -3px no-repeat;
}

strong {font-weight: bold;}
em {font-style: italic;}
address { /* citation*/
  font-family: Times, serif;
  font-size: 14px;
  font-style: italic;
  padding: 0 20px 5px 20px;
}
pre {margin-bottom: 15px; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}

.alignright { /* Images hack*/
  margin-left:557px;
  position:absolute;
}
.wp-caption { /*image caption*/
  font-family: Times, serif;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {
  font-size: 42px;
  text-transform:uppercase;
  margin-bottom: 2em;
}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

p { margin-bottom: 10px; line-height:180%; }



/* =header */
#header h1 {
  text-align: left;
  font-size: 46px;
  text-transform:uppercase;
}
.home #header {
  height: 169px;
}
#home-menu {
  margin: 18px 0 0 0;
}
#home-menu li {
  float: left;
  margin-right: 18px;
  font-size: 18px;
	font-weight: bold;
}
#home-menu a:hover {
	border-bottom: 5px solid #000;
}
.ie #home-menu a {
	display: block;
}
#home-menu :last-child {
  margin-right: 0px;

}
/* =post*/
h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {
  font-size: 42px;
  text-transform:uppercase;
}
.post h2 {font-size: 18px; margin-bottom: 5px;}
.post h3 {font-size: 16px; margin: 30px 0 10px 0;}
.post h4 {font-size: 14px;  margin: 15px 0 5px 0;}
.post h5 {font-size: 12px;  margin: 7px 0 0px 0; line-height: 16px;}
.post h6 { /* author of a citation*/
  font-family: Times, serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 0 20px;
}
.post-meta-key {display: none;}
.post p { margin-bottom: 10px; line-height:160%; }
.post p.wp-caption-text { line-height:120%; }

.storycontent {
	margin-bottom:-10px;
}
.post {
	margin-bottom:40px;
}
/* =sidebar */
#sidebar form {
	margin: 0 0 0 0px;
}
#sidebar ul {
	list-style-type: none;
	text-transform: lowercase;
}
#sidebar ul li {
	padding-bottom: 10px;
}
#sidebar #categories ul li {
	font-size: 18px;
	font-weight: bold;
}

#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;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0 0 10px 0;
	padding-left: 3px;
}

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

#sidebar #categories ul li a:hover {
	background: #000;
}
.current-cat a,
.current_page_item a,
.active_category {
	border-bottom: 5px solid #000;
}

#sidebar ul ul ul.children {
	font-size: 17px;
	padding-left: 4px;
}
#english-filter {
  margin-bottom: 20px;
}
#english-filter a:hover{
  font-weight: bold; 
}
/* =search */
#search-input,
#search-button {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
#search-input {
  float: left;
  width: 70%;
  padding: 1px;
  height: 17px;
}
#search-button {
  float: right;
  width: 25%;
  cursor: pointer;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: bold;
  height: 21px;
}
#search-message {
  font-size: 18px;
  font-weight: bold;
}

/* =comment */
ol#comments li p {
}

#commentlist li{
	margin-left:-22px;
}
#comments{
	padding-top:18px;
}
.commentby {
	padding-bottom:8px;
}
#postcomment{
	margin-top:24px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: 3px;
}
#commentform textarea {
	width: 100%;
}
#commentlist li ul {
	font-size: 12px;
	list-style-type: none;
	color: #666;
}
#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;
}
#himage {
	border:0;
	margin:0;
	padding:0 0 0 8px;
}
 /* =meta classes used by the_meta() */
.meta, .meta a {
  margin-bottom: 15px;
	color: #808080;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
}
.meta a:hover {
  border-bottom: 1px solid #808080;
}

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

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
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 p {margin: 3px 0;}
.credit a{
	border-bottom: none;
}
.credit a:link, .credit a:hover {
	color: #666;
	border-bottom: none;
}
.email {
  /*background: url(images/icons/email.png) no-repeat 0 -1px;
  padding: 2px 0 0 20px;*/
  border-bottom: none;
}

.feedback {
	color: #666;
	text-align: right;
	clear: both;
}
/* =calendar */
#wp-calendar {
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 90%;	
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #ccc;
	color: #333;
}

#wp-calendar caption {
	color: #000;
	text-align: left;
	font-weight: normal;

}

#wp-calendar td {
	color: #999;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #666;
}

#wp-calendar th {
	font-weight: normal;
	text-transform: capitalize;
	color: #999;
		
}
/* =twitter */
/*.home #content #twitter {width: 960px}*/
#twitter {
  margin-bottom: 20px;
}
#twitter h2 {
  margin-bottom: 10px;
}
#twitter {
  font-size: 100px;
  font-weight: bolder;
}
#twitter p {
  line-height:130%;
}
p.interact a {
    font-size: 16px;
    margin-right: 15px;
}
p.tweet{
    line-height: 120%;
}
/* =twitter widget OLD
.twtr-widget {
  margin-bottom: 15px;
}
.twtr-doc {
  overflow: visible;
}

.twtr-hd, .twtr-ft{display: none;}

.twtr-tweet-text p {
  font-family: arial, sans-serif;
  font-size: 100px;
  font-weight: bolder;
}
.twtr-tweet-text {text-align: left;}

#twitter-link{margin-bottom: 20px;}*/
