/*  
Theme Name: Paris Hair
Theme URI: paris-style
Description: The default Paris Hair theme based on the famous <a href="http://parishair.com">Paris Hair</a>.
Version: 0.2
Author: Paris Hair
Author URI: http://parishair.com/

	Paris Hair v0.2
	 http://parishair.com

	This theme was designed by Paris Hair and the code
	was built by Reclusive Monkey

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

*/

/* No gaps! */
* {
	border: 0em;
	margin: 0em;
	padding: 0em;}

#content a{
	text-decoration:none;}

#content a:link{
	color:#266EEC;}
	
#content a:hover{
	text-decoration:underline !important;}
	
#content a:active{
	color:#266EEC;}
	
#content a:visited{
	color:#1F2C5D;}
	
/* Default HTML Stuff */
body{
	background-color: black/*#999999*/;
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

/* Structure */
#page {
	width:800px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	background-image:url(http://parishair.com/wp-content/themes/paris-style/images/page_background.png);
	background-repeat:repeat-y;}
	
#header{
	width: 800px;
	height: 188px;
	background-color:black;}
	
#headerimg{
	}

#header h1{
	display: none;}
	
#primary_nav{
	height:38px;}

.description{
	display: none;}
	
#content{
	background-color: white;
	min-height:850px;}

#content h2,h3,h4,h5,h6{
	font-weight:normal;}
	
.narrowcolumn{
	margin-left:220px;
	padding-right:20px;}

.widecolumn{
	margin-left:20px;}
	
#sidebar{
	float:left;
	width:200px;
	font-size:9pt;
	font-weight:bold;
	background-image:url(http://parishair.com/wp-content/themes/paris-style/images/Side_bar_groons.png);
	background-repeat:no-repeat;
	background-color:#1F2C5D;
}

#moo{
	padding:20px 0px 20px 0px;}
	
#flickr{
	padding:20px 0px 20px 0px;}
	
#flickr table{
	}
	
#footer{
	background-color:#1F2C5D;
	color:white;
	clear:both;
	padding: 10px 0px 10px 0px;}
	
/* Styling */
.description{
	}
	
.pagetitle{
	color:#266EEC;}
	
.post{
	padding:10px 0px 20px 0px;}
		
.entry{
	padding:0px;}

.entry p img{
	padding: 10px 0px 10px 0px;}

.postmetadata{
	border: solid gray;
	border-width: 1px 0px 1px 0px;
	padding: 5px;
	margin: 10px 0px 0px 0px;}
	
.navigation{
	}
	
.alignleft{
	text-align:left;}
	
.alignright{
	text-align:right;}
	
.center{
	text-align:center;}

.zg_div{
	}

	float:left;
	}
/* Side bar */
#sidebar{
	}	

#sidebar h2{
	font-size:1.2em;
	color:white;
	margin: 10px 0px 5px 10px}

#sidebar li {
	list-style-type: none;}

#sidebar li li{
	margin:0px 10px 0px 10px;
	border: solid white;
	border-width: 0px 0px 1px 0px;
	list-style-type:none;}

#sidebar li li a{
	display:block;
	padding:5px;
	color:white;
	text-decoration:none;}

#sidebar li a:hover, a:active{
	background-color:#2F65FB;
	color:white !important;}
	
/* Form Style */
form{
	}
	
form p{
	margin: 0px 0px 10px 0px;}
	
ol.commentlist{
	list-style-position: inside;
	margin: 10px 0px 10px 20px;}
	
#commentform input{
	border-style: solid;
	border-width: 2px;
	border-color: #666666 #cccccc #cccccc #666666;}
	
#commentform input#submit{
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc #666666 #666666 #cccccc;
	padding: 3px;}
	
#commentform textarea{
	border-style: solid;
	border-width: 2px;
	border-color: #666666 #cccccc #cccccc #666666;
	margin:0px 0px 10px 0px;}

