/*
Theme Name: Nick Westover Photography
Theme URI: http://www.nickwestover.com
Description: Custom theme for Nick Westover Photography
Version: 1.0
Author: Nick Westover and Jamie Nay
Author URI: http://www.nickwestover.com
*/

/* Reset */
* { padding: 0; margin: 0; }

a { outline: none; }

fieldset { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, li, ul, ol, dl, fieldset, address { margin: 0; padding: 0; }

img { border: 0; }

/* Globals */
a {
	color: #666666;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #eee;
}

body {
	background: #333;
	color: #999999;
	font-size: 62.5%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	text-align:justify

}

h1 {
    font-size: 2.5em;
    font-weight: 100;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}

h2 {
    font-size: 1.8em;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h3 {
    font-size: 1.6em;
	font-family: "Adobe Caslon Pro", Georgia, Palatino, serif;
	font-style: italic
}


/* IDs and classes */
.children {
    margin-left: 10px;
}

#commentform textarea {
    width: 95%;
}

#comments {
    margin: 5px 0;
}

.commentlist li {
    margin: 20px 0;
}

#content {
	width: 650px;
	margin-top: 50px;
	font-size: 1.2em;
	color:#666666
}

#content h2 a {
	color: #CCCCCC;
}

#content h2 {
	font-size: 1.6em;
	font-family: "Adobe Caslon Pro", Georgia, Palatino, serif;
    border-bottom: 1px solid #666;
	font-style: italic;
	width: 600px;
}

#content h3 a {
	color: #CCCCCC;
}

#content h3 {
    font-size: 1.6em;
    border-bottom: 1px solid #666;
    padding-bottom: 0px;
    margin-bottom: 3px;
}

#content p a {
	color: #FFFFFF;
}

#content p {
    margin: .5em 0;
    font-size: 1.0em;
	color: #CCCCCC
}

#content p a:hover {
	color: #999999;
}


/*
.copyright {
    margin-right: 10px;
}
*/
.entry {
	margin: 0 auto;
}
.entry img {
    margin: 10px 0;
}

.entry object {
    position: relative;
    display: block;
    margin: 10px auto;
}

#footer {
    border-top: 1px solid #ccc;
    font-size: 1em;
    text-align: right;
    clear: both;
    margin-top: 10px;
}

#footer p.contact-info {
    float: left;
    margin-right: 10px;
}

#header {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#header h1,
#header h2 {
    display: inline-block;
}

#header h2 {
    color: #ccc;
    font-weight: 100;
    text-transform: uppercase;
    margin-left: 5px;
}

#main {
    min-height: 450px;
    width: 100%;
    clear: both;    
}

#nav {
    margin-top: 0px;
    text-align: center;
}

#nav ul {
    list-style-type: none;
    position: relative;
    display: inline-block;
}

#nav ul li {
    position: relative;
    font-size: 1.2em;
    float: left;
    display: inline;
    padding-right: 18px;
    text-transform: uppercase;
}

#nav ul li a {
    color: #ccc;
    text-decoration: none;
    font-weight: 100;
}

#nav ul li a:hover,
#nav ul li.current_page_item a {
    color: #fff;
}

/*
#nav ul li a:hover {
    text-decoration: underline;
}
*/

#nav ul li ul {
    display: none;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 10;
}

#nav ul li ul li {
    font-size: 1em;
}

#nav ul li:hover ul {
    display: block;
}

.post {
    margin: 25px 0;
	width: 600px
}

#search {
    float: right;
}

#searchform {
	padding: 5px 0;
}

#searchform #s {
	width: 148px;
	background: #CCCCCC;
	padding: 2px 1px;
	border: 1px solid #FFF;
}

.searchsubmit {
	padding: 2px;
 	cursor: pointer;
 	border: 1px solid #000;
}

#sidebar {
    float: right;
    width: 225px;
    /*
    margin-right: 10px;
    */
    font-size: 1.1em;
}

#sidebar ul {
    list-style-type: none;
    margin-left: 20px;
}

#sidebar ul li.widget {
    margin: 10px 0;
}

#sidebar ul li ul {
    margin-left: 0;
}

.entry div.wpcf7 {
    margin: 15px 0;
}

.textwidget div.wpcf7 {
    margin: 15px 0;
}
.textwidget .wpcf7-form input {
    margin: 5px 0;
}

.widgettitle {
    font-size: 1.6em;
	font-family: "Adobe Caslon Pro", Georgia, Palatino, serif;
	font-style: italic
}

#wrapper {
    width: 960px;
    margin: 50px auto 20px auto;
}

