/*
Theme Name: Mecca
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/







/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/header.jpg) center 0 no-repeat #381b3a;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 1em;
	margin:20px 20px 0 20px;
	}



img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:underline;
	}

a:hover{text-decoration: none;}



/* container */


#container {
	width: 948px;
	margin: 0 auto;
	padding:0;
	color:#666666;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 948px; 
  	height: 147px;
	color: #fff; 
	}

#header h1{
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{ 
	color: #fff; 
	text-decoration: none;
	font-size: 0em;
	line-height: 0em;
	display: block;
	width: 652px;
	height: 127px;
	text-indent: -9999px;
}

#header h1 a:hover{
	color: #381b3a; 
	text-decoration: none;
}

#header h2{
	font:normal 1em georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 0.8em;
	width:760px; 
	overflow:hidden;
	display: none;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:602px;
	overflow: hidden;
	margin: 0;
	padding: 0px 73px 58px 30px;
	font-size: 0.8em;
	min-height: 1700px;
	background: #FFF url(images/contentAreaTopBackground.gif) top left no-repeat;
	}
	
#content a {
	color: #cd95cd;
	}	

.post {
	margin: 58px 0 0 0;
	padding:0;
	line-height: 1.4em;
	clear: left;
	}
	
.post h2{
	font:normal 2em georgia, times; 
	}
	
.post h2 a{
	color: #754c78!important;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #754c78!important;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	/*background:#F7F7F7;
	padding:6px;
	margin: 20px 0;*/
	}
	

.navigation {
	font-size:0.8em;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar p {margin:0; }


#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:0.8em;
	width:243px;
	float:left;
	margin:0;
	padding: 0;
	margin-top: -90px;
	margin-left: -17px;
  color:#000;
	}

#sidebar h2{
	font:normal 1.1em arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 1.1 arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	background-color: #cd95cd;
	background-image: url(images/sidebarbg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	list-style-type: none;
	display: block;
	}
	
#sidebar ul li .categories {
	line-height: 1.2em;
	}

#sidebar ul ul {
	margin:0;
	padding: 10px 20px;
	display: block;
	zoom: 1;
}

#twit_status { font-style: italic; }

#sidebar ul ul li {
	list-style-type: none;
	background:url(images/sidenavdivide.gif) 0 bottom repeat-x;
	padding: 5px 10px;
	zoom: 1;
	}

#sidebar ul ul li:last-child { background:none!important; }
	
#sidebar ul ul li.listbottom {
	list-style-type: none;
	background:none;
	padding: 5px 10px;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



.categories h2{
	width: 245px;
	height: 75px;
	background: url(images/theBuzz.jpg) no-repeat;
	text-indent: -9999px;
}

.categories a{
	text-decoration: none;
}

.categories a:hover{
	text-decoration: underline;
}


.topten h2{
	width: 245px;
	height: 95px;
	background: url(images/topten.gif) no-repeat;
	text-indent: -9999px;
}

.tweet h2{
	width: 245px;
	height: 96px;
	background: url(images/tweeted.gif) no-repeat;
	text-indent: -9999px;
}

.linkcat h2{
	width: 245px;
	height: 96px;
	background: url(images/siteswelove.gif) no-repeat;
	text-indent: -9999px;
}

.intheknow h2{
	width: 245px;
	height: 95px;
	background: url(images/intheknow.gif) no-repeat;
	text-indent: -9999px;
}

.shop h2 {
	width: 245px;
	height: 37px;
	background: url(images/shop.gif) no-repeat;	
	text-indent: -9999px;
}

.shop a { color: #fff; text-decoration: none; }
.shop a:hover{ text-decoration: underline; }
.shop { font-size: 0.9em; }
.shop ul { padding: 10px 5px 10px 20px!important; }

.intheknow a { color: #fff; text-decoration: none; }
.intheknow a:hover{ text-decoration: underline; }

#sidebar .topten  li, #sidebar .linkcat  li {font-family: tahoma, arial, verdana, sans-sans-serif; line-height: 1.3em}

.topten li a { text-decoration: none; display: block; width: 183px; height: 100%; padding: 3px 5px; font-size: 0.85em;  }
.topten li a:hover { text-decoration: none; background: #754c78; color: #fff; }
.topten li { padding: 0 0 0 0!important; }
.linkcat li a { text-decoration: none; display: block; width: 183px; height: 100%; padding: 3px 5px;  font-size: 0.85em; }
.linkcat li a:hover { text-decoration: none; background: #754c78; color: #fff; }
.linkcat li { padding: 0 0 0 0!important; }
.categories li a { text-decoration: none; display: block; width: 193px; height: 100%; padding: 5px; text-transform: uppercase;}
.categories li a:hover { text-decoration: none; background: #754c78; color: #fff; }
.categories li { padding: 0 0 0 0!important; }
	
.shop img{
	float: right;
	}
	
.tweet a{ color: #FFF; text-decoration: none; }
.tweet a:hover{ text-decoration: underline; }

#sidebar ul li.shop ul li,
#sidebar ul li.intheknow ul li,
#sidebar ul li.tweet ul li{
	background: none;
	}

/* comments */
#commentform label {
	clear: left;
	width: 113px;
	padding-top: 8px;
	font-size: 1.2em;
	}
	
#commentform input {
	width: 200px;
	}

#commentform label,
#commentform input {
	float: left;
	}
	
#commentform{
	margin:10px 0 0 0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	/*height: 30px;*/
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 1.4em;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 1.0em;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}
	


#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 1em;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #000;
	}
	
#commentform input#submit {
	float: none;
	/*margin:150px 20px 20px 457px;*/
	height: 37px;
	width: 126px;
	border: none;
	background: url(images/submit.jpg) no-repeat;
	display: block;
	cursor:pointer;
	font-size: 10px;
	text-indent: -9999em;
	line-height: 0em;
	color: #cd95cd;
	}



#submit{margin:5px 5px 0 0; clear: left;}

#comments{margin:40px 0 0 0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 1.4em;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

.searchNoResults #searchform {
	margin: 20px 0 0 0;
}
.searchNoResults #searchform  p{
	display: none;
}

#searchform, #archiveDropDown{
	padding:0;
	margin: 0 0 14px 20px;
	}
#searchform {
	
}
#searchform input#s{
	margin:0;
	width: 198px;
	}

#searchform input#searchsubmit{
	background-image: url(images/searchIcon.gif);
	background-position: 2px 2px;
	background-color: #CD95CD;
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
	text-indent: -9999em;
	border: none;
	cursor: pointer;
	/*border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;*/
	}
#content #searchform input#searchsubmit {
	background-image: url(images/searchIconMain.gif);
	background-color: #ffffff;
}
*:first-child+html #searchform input#searchsubmit {
	background-position: bottom right;
	vertical-align: top;
	font-size: 0;
	width: 17px;
        height: 18px;
}
#archiveDropDown select, #searchform input#s{
	font-family: tahoma, arial, verdana, sans-serif;
	border:1px solid #381b3a;
	font-size: 0.85em;
	padding:2px;
}
#archiveDropDown select{
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 0.85em;
}
#searchform input#s{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 1em;
	width: 170px;
}
#archiveDropDown option{
	padding:2px;
}
#archiveDropDown select{
	width: 204px;
}
	
#searchform p, #archiveDropDown p{
	font-family: tahoma, arial, verdana, sans-serif;
	color: #754c78;
	padding: 0 0 5px 5px;
	font-size: 0.85em;
	}

.post.searchResults {
	margin-top: 35px;
}
	
.searchResults .postfooter {
	margin-top: 4px;
}

.searchResults h3 {
	font: 1em verdana, arial, sans-serif;
	padding-left: 8px;
}
.searchResults .excerpt p {
	margin: 8px
}
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright a{
	float: right;
	background:url(images/forward.gif) no-repeat;
	display: block;
	width: 94px;
	height: 39px;
	text-indent: -9999px;
	}

.alignleft a{
	float: left;
	background:url(images/back.gif) no-repeat;
	display: block;
	width: 94px;
	height: 39px;
	text-indent: -9999px;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {

	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.postfooter span{
	float: left;
	padding-right: 20px;
	font-size: 0.85em;
	}

.postfooter {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #666666;
	padding: 10px 8px;
	margin-top: 36px;
	font-family: tahoma, arial, verdana, sans-serif;
}

.share {
	float: right!important;
	padding-right: 0px!important;
	}
	
.share p {
	float: left;
	}

.share .footerDelicious, .share .footerFacebook, .share .footerTwitter {
	float: left;
	text-indent: -9999px;
	dispaly: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.share .footerDelicious {

	background: url(images/footerdelicious.gif) no-repeat;

	}
	
.share .footerFacebook {

	background: url(images/footerfacebook.gif) no-repeat;

	}
	
.share .footerTwitter {

	background: url(images/footertwitter.gif) no-repeat;

	}

.facebook, .twitter, .rss {
	margin: 5px 20px!important;
	padding-left: 25px;
	color: #fff;
	text-decoration: none;
	}

.facebook a, .twitter a, .rss a {
	text-decoration: none;
	color: #fff;
}

.facebook:hover, .twitter:hover, .rss:hover {
	text-decoration: underline;
	}
	

.rss {
	background: url(images/rss.gif) no-repeat;
	}
	
.twitter {
	background: url(images/twitter.gif) no-repeat;
	padding-bottom: 10px;
	}

.facebook {
	background: url(images/facebook.gif) no-repeat;
	}


h2.pagetitle {
	font-size: 2.6em;
	margin:75px 0 0 0;
	color: #754C78;
	text-transform: uppercase;
	}
	
#content h3 a {
	text-decoration: none;
	font-size: 1.8em;
	}
	
#content h3 a:hover {
	color: #381B3A;
	}
	
	
#respond {
	background-color: #f5eaf5;
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-top: 30px;
}

/* Nars grid of famous people and their columns */
.grid-photo-shoot				{margin:0; padding:11px; list-style:none; background-color:#000; color:#fff; overflow:hidden; zoom:1;}
.grid-photo-shoot li			{float:left; display:inline; margin-right:10px; margin-bottom:10px;}
.grid-photo-shoot li.last		{margin-right:0!important}
.grid-photo-shoot li.last-row	{margin-bottom:0!important}
.grid-photo-shoot li a			{display:block; width:108px; height:108px; background:url('images/blog-post-bottom-panel.jpg') no-repeat 0 0; text-indent:-9999px; overflow:hidden; zoom:1;}
	.grid-photo-shoot li.grid-daphne a		{background-position:-10px -9px;}
	.grid-photo-shoot li.grid-amanda a		{background-position:-128px -9px;}
	.grid-photo-shoot li.grid-amber a		{background-position:-246px -9px;}
	.grid-photo-shoot li.grid-carla a		{background-position:-364px -9px;}
	.grid-photo-shoot li.grid-dayle a		{background-position:-482px -9px;}
	
	.grid-photo-shoot li.grid-francois a	{background-position:-10px -128px;}
	.grid-photo-shoot li.grid-isabella a	{background-position:-128px -128px;}
	.grid-photo-shoot li.grid-jennifer a	{background-position:-246px -128px;}
	.grid-photo-shoot li.grid-lisa-marie a	{background-position:-364px -128px;}
	.grid-photo-shoot li.grid-marc a		{background-position:-482px -128px;}
	
	.grid-photo-shoot li.grid-about a		{background-position:-10px -249px;}
	.grid-photo-shoot li.grid-natasha a		{background-position:-128px -249px;}
	.grid-photo-shoot li.grid-olivier a		{background-position:-246px -249px;}
	.grid-photo-shoot li.grid-tyson a		{background-position:-364px -249px;}
	.grid-photo-shoot li.grid-shalom a		{background-position:-482px -249px;}

.grid-photo-shoot li a:hover	{opacity:0.8}
