/*
Theme Name: Jacqueline Daly v1.0
Theme URI: http://jacquelinedaly.com/
Description: The theme for <a href="http://jacquelinedaly.com/">jacquelinedaly.com</a>.
Version: 1.0
Author: Chris Lorensson
Author URI: http://chrislorensson.com/
Tags: white, minimal, gray, grey, dynamic width, gallery, thumbnails, photography, portfolio, dynamic width, three columns, widgets

	Jacqueline Daly v1.0
	 http://chrislorensson.com/

	This theme was designed and built by Chris Lorensson,
	whose site you will find at http://chrislorensson.com/

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

*/

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #727272;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-left: 100px;
	margin:0;
}

html {
	margin:0;
	padding:0;
}

h1 {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-.08em;
	margin:3em 0;
	display:block;
	padding-left:130px;
	padding-left:0;
	text-transform:uppercase;
	clear:both
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.2em;
}

h2, 
h3, 
h4, 
h5 {
	font-weight:bold;
	letter-spacing:-.08em;
	margin:1.75em 0 .5em 0;
	display:block;
	clear:right;
	text-align:left;
}

h2 {
	margin-top:0;
}

h1 a {
	text-decoration:none;
	color:#727272;
}

#content a { 
	color: #727272; 
	text-decoration:none;
}

#content p a, #content li a {
	padding:0 1px;
	background-color:#e2ecff;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
#content a:hover
 {
	color:#333333;
}

blockquote {
	font-style:italic;
	font-size:1.25em;
	display:block;
	clear:both;
	height:auto;
	margin:2em 0;
	padding:0 2em;
}

cite {
	display:block;
	clear:both;
	text-align:right;
	font-size:.9em;
	color:#666666;
}

ul#menu {
	list-style-type:none;
	padding:0;
	margin:0;
	display:block;
	float:left;
	width:130px;
	height:550px;
	position:relative;
	z-index:2;
}

ul#menu li {
	padding:0;
	margin:0;
}

ul#menu li a {
	display:block;
	width:120px;
	height:auto;
	text-decoration:none;
	font-size:1.5em;
	padding:.45em 10px .35em 0;
	text-align:right;
	margin-bottom:1px;
	background-color:#f0f0f0;
}

ul#menu ul {
	list-style-type:none;
	text-indent:0;
	margin:0;
	padding:0;
	display:block;
	width:130px;
}

ul#menu ul a {
	font-size:1em;
	height:auto;
	padding:.35em 10px .35em 0;
	text-align:right;
	text-transform:lowercase;
}

ul#menu a {
	color:#999999;
	text-decoration:none;
}

ul#menu ul a {
	color:#c6c6c6;
	background-color:#f5f5f5;
}

ul#menu a:hover {
	color:#333333;
	background-color:#e9e9e9;
}

ul#menu ul a:hover {
	background-color:#f0f0f0;
}

ul#menu li.current_page_item a {
	background-image:url(images/menubg.png);
	background-position:-8px center;
	background-repeat:no-repeat;
	color:#333333;
	background-color:#e9e9e9;
}

ul#menu li.current_page_item li a {
	background-image:none;
	background-color:#f0f0f0;
	color:#999999;
}

ul#menu li li.current_page_item a {
	background-position:-13px center;
}

ul#menu li.current_page_item li a:hover {
	color:#333333;
	background-color:#e9e9e9;
}

ul#menu a:active {
	background-color:#e5e5e5;
}

a.post-edit-link {
	display:block;
	float:left;
	clear:left;
}

#copy {
	font-size:1.25em;
	height:550px;
	overflow:auto;
	width:auto;
	max-width:800px;
	padding:50px;
	border-left:0px solid #727272;
	line-height:1.5em;
	margin-right:50px;
	background-color:#727272;
	color:#e5e5e5;
}

p#footer {
	display:block;
	float:none;
	clear:both;
	padding-left:130px;
	padding-top:2em;
}

p#footer a {
	color:#727272;
	text-decoration:underline;
}

a img {
	border:none;
}

#content {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1.2em;
	line-height:150%;
	float:left;
	clear:right;
	max-width:600px;
	height:auto;
	display:block;
	padding-left:4em;
}

.ngg-singlepic {
    display:block;
    padding:0;
	float:left;
	clear:none;
	margin:0 10px 0 0;
	height:540px;
	width:auto;
}

.ngg-galleryoverview {
	display:block;
	float:left;
	width:110px;
	height:550px;
	overflow:hidden;
	clear:none;
	padding:0;
	margin:0;
}

.ngg-gallery-thumbnail-box {
	width:100px;
	height:100px;
	padding:0 10px 10px 0;
	display:block;
	float:left;
	clear:none;
}

.post { 
	display: block;
	clear: both;
	margin-bottom:30px; 
}

.navigation { 
	display: block;
	clear: both;
	margin-bottom: 30px;
}
.alignleft, .alignright { 
	display: block;
	clear: none;
	margin-top: 0;
	margin-bottom: 15px;
}
.alignleft { 
	float: left;
	margin-right: 15px; 
}
.alignright { 
	float: right;
	margin-left: 15px; 
}
