/*  
Theme Name: christycarroll.com	
Theme URI: http://christycarroll.com/
Description: The WordPress theme that powers christycarroll.com!
Version: 1.0
Author: Adam Norwood
Author URI: http://adamnorwood.com/
*/

/* First, reset the CSS styles... */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td  {  
    margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; 
}

ol, ul          { list-style: none; }
table           { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
:focus          { outline: 0; }

/* Begin the Christy Carroll styles! */

body { 
	background: #fff; 
	color: #333;
        font: normal 12px/1.5 "HelveticaNeue-Light",helvetica,arial,verdana,sans-serif;
	padding: 5.5em 0;
}

p { margin-bottom: 1em; }

ul {
	list-style: disc;
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
}

li { margin-bottom: 0.75em; }

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
        color:#FD9519
}

strong {
	font-weight: bold;
}

.wrapper {
	margin: 0 auto;
    padding: 0 15px;
	width: 915px;
}

.shadow {
	background: transparent url('images/tilebg.png');
	overflow: auto;
}

/* The following style can be used to "hide" objects */
.skip {
	display: block;
	font-size: 1%;
	text-indent: -9999px;
}

/* This is a stlye for the "Skip to Content" link you see if you use the tab key to navigate */
.jump:focus {
    background: black;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-indent: 0;
    padding: 0.25em 10px;
    width: 400px;
}

/* The "container" for the pages, adds the fake double drop shadow effect */
#container {
	background: transparent url('images/dropshadow.png') repeat-x top center;
	background: url('images/dropshadow.png') top repeat-x, url('images/dropshadow-upwards.png') bottom repeat-x;
	padding: 5em 0;
	overflow: auto;
}

#header {
	height: 70px;
	margin-bottom: 1em;
	position: relative;
}

/* The Christy Carroll logo */
#header h1 a {
	background: #fff url('images/christycarroll-logo.png') no-repeat;
	position: absolute;
	bottom: 0; right: 0;
	text-indent: -9999px;
	width: 255px; height: 70px;
}

/* The main navigation menu */
#header ul {
	bottom: 0;
	list-style: none;
	padding: 0; margin: 0;
	position: absolute;
	text-align: right;
	width: 200px;
    left: -20px
}

#header li {
	border-right: 1px solid #999;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
}

#header .last {
    border-right: 0px;
    padding-right: 0;
}

#header li a:hover {
	text-decoration: none;
        color:#FD9519
}

#header a.current {
	font-weight: bold;
        color: #009D83;
}

#sidebar-primary {
	width: 180px;
	float: left;
	text-align: right;
	padding-top: 3.4em;
}

#home #sidebar-primary {
    padding-top: 2em;
}

#sidebar-primary h3 {
    font-weight: bold;
}

#sidebar-primary ul {
	list-style: none;
	padding: 0;
}

#sidebar-primary li {
	margin-bottom: 0.5em;
}

#sidebar-primary li a {
	font-weight: bold;
	display: block;
}

#sidebar-primary li a.active {
	background: #fff;
	margin-right: -5px;
	padding-right: 5px;
}

#sidebar-primary li ul {
	margin: 0.5em 0 1em;
}

#sidebar-primary li ul li a {
	font-weight: normal;
	line-height: 1;
}

#sidebar-primary li ul li a:hover {
	text-decoration: none;
        color: #009D83;
}

#search-form {
  	margin: 0 0 2em 0;
  	padding: 0 0 5px;
}

#search-form #s {
    margin-bottom: 0.5em;
}

/* --- Content Styles --- */

#content {
	width: 435px;
	float: left;
	margin-left: 30px;
        color: #444;
}

#content h2 {
	font: normal 16px/1 "HelveticaNeue-Light",helvetica,arial,sans-serif;
	color: #666;
	margin: 0 0 0.5em;
}

#content img {
	margin-bottom: 1em;
}

#content a {
	text-decoration: none;
        color:#FD9519
	font-weight: bold;
}

#footer {
	clear: both;
}

#footer p {
	margin: 0.5em ;
	padding: 0.5em 0 0.5em 660px;
	width: 255px;
	color: #aaa;
}

/* --- Portfolio Styles --- */

#home #content {
    width: auto;
    min-width: 200px;
    max-width: 700px;
}

#portfolio {
	list-style: none;
	padding: 0;
}

#portfolio li {
	margin-bottom: 3em;
	min-height: 300px;
	min-width: 200px;
	max-width: 700px;
}

#portfolio h2 strong {
    display: block;
    font-weight:lighter;
    font-size: 120%
}

#portfolio h2 span {
    display: block;
    margin: -1.25em 0 0.5em;
    font-size: 80%;
    color: #009D83;
}

#portfolio p {
    margin-top: .5em;
    width: 200px;
    min-width: 100%;
    max-width: 700px;
    font-family:georgia,"times new roman",serif;
    font-size:14px;
}

#portfolio-navigation h3 {
	font-weight: bold;
}

#portfolio-navigation h3:hover {
	cursor: pointer;
}

#portfolio-navigation h3.active {
	background: #fff;
	padding-right: 5px;
	margin-right: -5px;
	cursor: auto;
        color: #FD9519;
}

#portfolio-navigation a.currentImage {
	cursor: default;
	text-decoration: none;
        font-weight:bolder
}

#portfolio-navigation li.sameClient,
#portfolio-navigation li.sameClient a {
    text-decoration: none;
    position: absolute;
    display: block; top: -1000px;
}

.portfolio-image-wrapper { 
    position: relative;
    overflow: hidden;
    clear: both;
    padding-bottom: 0;
}

.portfolio-image-wrapper img {
    margin-bottom: 0 !important;
}

/* This is the portion that controls the Next/Prev overlay arrows on the portfolio */
.portfolio-image-wrapper a {
    top: 0; 
    position: absolute;
    display: block;
    width: 40%;
    height: 2000px;
    text-indent: -9999px;
    opacity: 0.7;
    padding: 15px 15px 0;
}


/* The background image is here and positioned wayyy off-screen to fix an IE8 background image bug */ 
#portfolio-prev {
    left: 0;
	background: transparent url('images/portfolio-arrow-left.png') no-repeat -9999px -9999px;
	display: block;
}

#portfolio-prev:hover {
	background-position: 5% 20px;
}

#portfolio-next { 
	background: transparent url('images/portfolio-arrow-right.png') no-repeat -9999px -9999px;
	right: 0;
}

#portfolio-next:hover {
	background-position: 95% 20px;
}

/* --- Contact Form Styles --- */

.contact-form fieldset {
	margin-bottom: 1em;
	margin-left: -5px;
	padding-left: 5px;
	display: block;
}

.contact-form fieldset legend {
	font-weight: bold;
	background: #fafafa;
	padding: 0.25em 5px;
	margin: 0 0 1em -5px;
}

.contact-form .form-input {
	margin-bottom: 1em;
}

.contact-form .button {
	margin: 1em 0;
}

/* --- Blog Styles --- */

#content .post h2 {
	padding: 0.25em 15px;
	margin: 0 0 1em -15px;
}

#content h2.page-title {
	margin-bottom: 1.5em;
}

#content .post h2 a {
	font-weight: normal;
	text-decoration: none;
}

.post { 
	width: 535px;
        margin-bottom: 3em;
        font-family:georgia,"times new roman",serif;
        font-size:13px;
}

.comment-link {
	margin-top: 2em;
	font: normal 14px/1.5 "HelveticaNeue-Light",helvetica,arial,verdana,sans-serif;
}

.post-meta {
	margin: 1.5em 0;
	color: #888;
}

/* --- Comment Form --- */
#comments {
	border-top: 1px dotted #aaa;
	padding-top: 1.5em;
}

#comments h3 {
	font-size: 1.25em;
}

#commentform {
	border-bottom: 1px dotted #bbb;
	margin-bottom: 1em;
}

#comment {
	width: 435px;
}

.post-comments {
	margin-top: 1em;
}

.comment-meta {
	overflow: auto;
	margin-left: -6px;
}
.comment-meta .avatar { 
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 5px;
}

.comment-meta cite {
  	font-size: 1.25em;
}

.comment-meta strong {
  	margin: 0;
}

.post-comments li { 
	border-bottom: 1px dotted #bbb;
	height: 1%;
	margin: 0 0 1.5em -15px;
	padding: 0.75em 15px 1em;
}

.post-comments li.admin {
	background: #fff;
}

.post-comments li:last-child {
	border-bottom: 0;
}
