/*
Theme Name: Paris Blog
Theme URI: http://www.tarekshalaby.com/
Description: Blogging while in Paris making a dream come true.
Version: 1.0
Author: Tarek Shalaby
Author URI: http://www.tarekshalaby.com/
Tags: Paris
*/

@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 1.5em;
	background-color: #000000;
	background-image: url(images/headerBG.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
a:link {
	color: #385162;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #385162;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #5d7247;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #385162;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #45442f;
}
h2 {
	font-size: 20px;
	color: #45442f;
}
h3 {
	font-size: 18px;
	color: #45442f;
}
p.small {
       font-size: 90%;
       margin: 0 0 1em 0;
}
.oneColFixCtr #container {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fffdde;
	margin: 200px auto 76px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #251207;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	*padding: 30px 20px 20px 20px;
	min-height: 400px;
	margin: 0 320px 0 0;
	text-align: justify;
}
.footerBGcontainer {
	width: 100%;
	padding: 0;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation {
	background-color: #251207;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #251207;
	*height: 49px;
}
#navigation ul{
	float: right;
	padding: 0px;
	margin: 0;
	text-align: left;
}
#navigation li{
	display: inline;
}
#navigation a:link, #navigation a:active, #navigation a:visited{
	float: left;
	padding: 15px 18px;
	color: #a0410d;
	border-left: 1px solid #49221e;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #a0410d;
	text-decoration: none;
}
#navigation .current_page_item a{
	color: #251207;
	background-color: #a0410d;
	text-decoration: none;
}
#footer {
	min-height: 250px;
	background-color: #251207;
	margin: 0;
	padding: 15px 20px;
	color: #FFFFFF;
}
#footer ul{
	padding: 0;
}
#footer li{
	display: block;
	border-bottom: 1px dashed #6b5142;
	padding: 5px;
}
#footer a:link, #footer a:active, #footer a:visited{
	color: #a0410d;
}	
#footer a:hover {
	color: #385162;
}
#footer h1, #footer h2, #footer h3, #footer h4{
	color: #FFFFFF;
}
#footer h2{
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #a0938b;
}
#footer .widget{
	float: left;
	margin: 0 20px 0 0;
	border: 0;
}
li#qotd {
	width: 250px;
}
#qotd blockquote{
	margin: 0 20px 20px 20px;
}
#footer .ngg_images{
	width: 175px;
}
#footer .widget_text{
	width: 180px;
	margin-right: 0;
}
#footer .widget_recent_entries{
	width: 200px;
}
p.date {
	width: 59px;
	height: 30px;
	font-size: 28px;
	font-weight: bold;
	padding: 27px 0 3px 0;
	margin: 0;
	text-align: center;
}
.month1 { 
	background: url(images/calendarJan.png) no-repeat 0 0;
}
.month2 { 
	background: url(images/calendarFeb.png) no-repeat 0 0;
}
.month3 { 
	background: url(images/calendarMar.png) no-repeat 0 0;
}
.month4 { 
	background: url(images/calendarApr.png) no-repeat 0 0;
}
.month5 { 
	background: url(images/calendarMay.png) no-repeat 0 0;
}
.month6 { 
	background: url(images/calendarJun.png) no-repeat 0 0;
}
.month7 { 
	background: url(images/calendarJul.png) no-repeat 0 0;
}
.month8 { 
	background: url(images/calendarAug.png) no-repeat 0 0;
}
.month9 { 
	background: url(images/calendarSep.png) no-repeat 0 0;
}
.month10 { 
	background: url(images/calendarOct.png) no-repeat 0 0;
}
.month11 { 
	background: url(images/calendarNov.png) no-repeat 0 0;
}
.month12 { 
	background: url(images/calendarDec.png) no-repeat 0 0;
}
p.date span {
	display: none; 
}
.shield {
	position: relative;
	float: left;
	right: 10px;
	top: -5px;
	*top: 0;
	margin: 0px 0 0 0 ;
}
.commentscloud {
	position: absolute;
	text-align: center;
	top: -15px;
	left: 45px;
	width: 39px;
	height: 27px;
	padding: 1px 0;
	background: url(images/bubble.png) no-repeat 0 0;
	color: #FFFFFF;
	font-weight: bold;
}
.singleEntry {
	margin: 0px 0 0 60px;
}
.singleEntry h1{
	*padding: 7px 0 0 0;
}
.singleEntry h1 a:link,.singleEntry h1 a:active,.singleEntry h1 a:visited{
	color: #660000;
}
.singleEntry h1 a:hover{
	color: #a0410d;
}
.shareComments {
	margin: 0 0 0px 0;
	padding: 10px 0;
	border-top: 1px dashed #c7c0b2;
	border-bottom: 2px solid #d0bab1;
}
.postContainer {
	margin: 0 0 80px 0;
}
#comment{
	width: 550px;
}
/*-------------- WIDGETS ----------------*/
#rightSidebar {
	float: right;
	width: 255px;
	margin: 20px 20px 20px 20px;
	padding: 10px 20px 0px 20px;
	background-color: #e1e3f5;
}
#rightSidebar ul{
	display: inline;
}
#rightSidebar li{
	list-style: none;
}
#rightSidebar h2 {
	margin: 0;
}
.widget {
	border-bottom: 1px dashed #c7c0b2;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.widget ul{
	margin: 0;
}
#searchform {
	margin: 0;
	padding: 10px;
	background-color: #aabbc6;
	border: 0;
	text-align: center;
}
#searchform .hidden{
	display: none;
}
#search {
	border: 0;
}
#global-translator{
	border: 0;
}
#ec3_publish img{
	display: none;
}
.wp-polls-form {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background-color: #aabbc6;
}
.wp-polls-form li{
	margin: 0;
	padding: 5px;
}
#polls{
	border: 0;
}
.widget_rss li{
	margin: 1.5em 0;
}
li.comment img.avatar {display:none} 
ol.commentlist{
	margin: 0;
	display: inline;
}
.commentlist li{
	list-style: none;
}
.even{
	padding: 10px;
	background-color: #f8e6cb;
}
.odd{
	padding: 10px;
}
#mainContent img{
	border: 2px solid #f9f7d8;
	margin: 0 3px;
}
#mainContent .sociable img{
	margin: 0 3px;
	border: 0;
}
.postsNavigation {
        margin: -20px 0 10px 0;
}
.postsNavigation a{
        font-size: 150%;
}
.olderLink {
        float: left;
}
.newerLink {
        float: right;
}