/*
THEME NAME: PH
THEME URI: http://prestonhair.com
VERSION: 1.0
AUTHOR: <a href="http://luckycat.se/">Andy Karlsson</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style:none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.xoxo{list-style:none;}

body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFF; 
	background-color:#000; 
	margin-top:20px;
	margin-bottom:50px;
}
h2 {font-size:18px; font-weight:bold; font:}
.widgettitle{font-weight:bold;}
p{margin-bottom:10px;}

a{text-decoration:underline;}
a:link {color: #A24A94;}
a:visited {color: #A24A94;}
a:hover {color: #A24A94;}
a:active {color: #A24A94;}
div.entry-date, .comment-meta{color:#637b93;font-size:0.9em;margin:0 0 0 2em; }
.comment-author{font-weight:700;}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border:1px dotted #CCC;*/
} 
#content{
	margin: 0 320px 0 0;
	/*border:1px dotted #CCC;*/
	width:532px;
}
.sidebar1{
	width:320px;
	float:right;		
	display:inline;
}
.sidebar2{
	width:300px;
	float:right;
	display:inline;
}
div#footer {
	clear:both;
	text-align:right;
	width: 852px;
	padding-top:10px;
	margin-top:10px;
}
#header{
	width:852px; 
	margin: 0 auto; 
	clear:both;	
}

.menu-wrapper {
	list-style-type: none;
	margin: 0;
	height: 32px;
	/*background: transparent url(images/menu-pattern.gif) repeat-x 0 0;*/
	font-size: 14px;
	
}
.menu-wrapper li {
	display: block;
	float: left;
	/*border-right: 1px solid #e4e5e5;*/
	padding: 5px 12px 6px 12px;
	color:#999999;
}
.menu-wrapper li a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu-wrapper li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.staff{float:left; margin:0 20px 20px 0;}		
		
.xoxo{list-style:none; padding-bottom:30px;}
.xoxo li{padding-bottom:20px;}

.footer_info{text-transform:uppercase; color:#FFFFFF; font-size:13px; font-weight:bold;}	
.footer_copy{color:#CCCCCC; font-size:11px;}	

.entry-title {padding-top:20px;}
.entry-title a{text-decoration:none; color:#FFF;}

.entry-content{margin-top:10px;}
.entry-meta {
	margin-top:10px;
	margin-bottom:30px;
	font-style:italic;
	font-size:11px;
	padding-bottom:20px; border-bottom:1px dotted;
}
.post-meta{font-weight:bold; margin-top:10px;}
.post-meta-key{font-weight:normal;}
form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 1em;
background-color:#EEEEEE;
padding:4px;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
table td{padding:0 10px 10px 0;}	
/* End Entry Lists */



.ngg-gallery-thumbnail-box {
	float: left;
	width:76px;
	height:105px;
}
.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:10px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}


/*settings for home*/
/*
#post-5 .ngg-gallery-thumbnail {
	float: left;
	text-align: center;
	margin-right:0;
	margin-bottom:0;
}
#post-5 .piclenselink{
	display:none;
}
*/

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	display:block;  
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: left;
}
