/*
Theme Name: Caitlin Bailey
Theme URI: http://www.caiters.com
Description: Theme for Caiters.com
Author: Caitlin Bailey
Version: 1.0
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background-color: #000;
        color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #22c9ff;
	text-decoration: none;
}

a:hover {
	color: #ffae00;
}

#content p, #sidebar p, #footer p {
	margin: 0 0 0.75em 0;
}

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

#header {
	position: relative;
}

#header h1 {
    width: 434px;
    float: left;
    height: 85px;
    background: transparent url('images/caiters-header.png') left top no-repeat;
    text-indent: -9999px;
}

#header a.header-link {
	display: block;
	width: 434px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
}

ul#nav {
    text-align: center;
    font-family: tahoma;
    font-size: 1.2em;
    margin-left: 1.2em;
    float: left;
    line-height: 78px;
}

ul#nav li {
    display: inline;
}

ul#nav li a {
    color: #ffae00;
    text-decoration: none;
    padding: 3px 5px;
}

ul#nav li a:hover {
    color: #22c9ff;
    border-bottom: 3px solid #22c9ff;
}

ul#nav li.here a {
    color: #22c9ff;
    border-bottom: 3px solid #22c9ff;
}

#content {
    margin: 2em 0;
}

#content.blog {
	float: left;
	width: 650px;
}

#content.blog .post {
	width: 550px;
	margin: 0 0 1.5em 100px;
	padding: 0 0 1.5em 0;
	border-bottom: 1px dashed #22c9ff;
	position: relative;
}

#content.homepage { width: 960px;}

#content.homepage #intro-line { margin-top: 1.5em; }

#content.homepage #intro-line p {
	font-family: georgia, times new roman, serif;
	font-size: 1.2em;
}

#content.homepage .post {
	margin-left: 70px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	width: 260px;
	border: none;
}

#content.blog .post .date {
	position: absolute;
	left: -100px;
	top: 0;
	text-align: center;
	background: #22c9ff;
	width: 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	font-family: georgia, serif;
	text-transform: uppercase;
}

#content.blog.homepage .post .date {
	width: 50px;
	left: -70px;
	font-size: 0.7em;
}

#content.blog .post .date span {
	display: block;
}

#content.blog-post ol, #content.blog ol {
	font-family: 'trebuchet ms', arial, sans-serif;
	margin-left: 1.5em;
	list-style: decimal inside none;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 1em 0;
}

#content.blog img.alignleft, #content.blog-post img.alignleft {
        float: left;
        margin-right: 1.5em;
}

#content.blog .post .date span.month {
	font-size: 1.1em;
	margin-top: 0.4em;
	line-height: 0.5;
}

#content.blog .post .date span.day {
	font-size: 2em;
}

#content.blog .post .date span.year {
	font-size: 1em;
	margin-bottom: 0.2em;
}

#content h2 {
    font-family: georgia, times new roman, serif;
    font-size: 3em;
    color: #22c9ff;
    margin: 0 0 0.25em 0;
    font-weight: normal;
}

#content.homepage h2 {
	font-size: 1em;
}

#content.blog p {
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
}

#content.blog code {
        font-size: 1.3em;
        margin: 0 3em;
        padding: 1em;
        border: 1px dashed #ffae00;
        display: block;
}

#content h3 {
    font-family: tahoma;
    font-size: 1.1em;
    margin: 0.5em 0;
    font-weight: normal;
}

#content.portfolio {
}

#content.portfolio img {
    margin: 0.5em 0.5em 0.5em 0;
}

#content.portfolio a img {
    border: 3px solid #ffae00;
}

#content.portfolio a img:hover {
    border: 3px solid #22c9ff;
}

#content.portfolio .entry {
	font-family: georgia, times new roman, serif;
	font-size: 1.1em;
	line-height: 1.5;
}

#content.blog-post {
        width: 650px;
        float: left;
}

#content.blog-post p {
        font-family: trebuchet ms, arial, sans-serif;
        font-size: 0.8em;
        line-height: 1.5;
}

#content.blog-post code {
        font-size: 1.3em;
        margin: 0 3em;
        padding: 1em;
        border: 1px dashed #ffae00;
        display: block;
}

#content.blog-post .date {
        color: #FFAE00;
}

#content.blog-post #submit {
        background: #000;
        border: 2px solid #FFAE00;
        color: #FFAE00;
        font-size: 1.2em;
        font-family: trebuchet ms, arial, sans-serif;
}

#content.blog-post #submit:hover {
        cursor: pointer;
        border: 2px solid #fff;
        color: #fff;
}

#content.blog-post textarea#comment {
        background: #000;
        border: 1px solid #22C9FF;
        color: #22C9FF;
        font-family: trebuchet ms, arial, sans-serif;
        width: 100%;
}

#content.page input, #content.page textarea {
        background: #000;
        border: 1px solid #22C9FF;
        color: #22C9FF;
        font-family: trebuchet ms, arial, sans-serif;
        font-size: 1em;
        padding: 0.5em;
        margin: 0.2em 0;
}

#content.blog-post .commentlist li {
        border-bottom: 2px dashed #22c9ff;
        padding: 1em;
        margin: 1em 0;

}

#content.blog-post .commentlist .bypostauthor .comment-body {
        padding: 0.5em;
        background: #333;
}

#content.blog-post .commentlist .avatar {
        border: 2px solid #ffae00;
}

#content.page {
        width: 650px;
        float: left;
        font-family: trebuchet ms, arial, sans-serif;
}

#content.page p {
        font-size: 0.8em;
}

#content.page p {
        line-height: 1.5;
}

#content.resume h1 { font-size: 2em; font-weight: normal; margin: 0 0 0.5em 0;}

#content.resume h2 { color: #22c0ff; font-family: georgia, times new roman, serif; font-size: 3em; margin: 0 0 0.25em 0;}

#content.resume .entry h2 { font-size: 1.5em; font-family: trebuchet ms, arial, sans-serif; color: #fff; }

#content.resume .entry h3 { color: #fff; font-size: 1em; font-weight: bold; }
#content.resume .entry p { color: #d9d9d9; }
#content.resume .entry ul { color: #d9d9d9; font-size: 0.9em; list-style-type: disc; margin: 0 0 1em 1.5em;}
#content.resume .entry ul li { line-height: 1.3;}

#sidebar {
	width: 270px;
	float: right;
	margin: 3em 0;
	font-family: trebuchet ms, arial, sans-serif;
}

#sidebar .widget_twitter h2 {
	font-family: trebuchet ms, serif;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

#sidebar .widget_twitter ul.tweets {
	font-size: 0.8em;
	line-height: 1.4;
}

#sidebar .widget_twitter ul.tweets li {
	margin-bottom: 1em;
}

#blog-entries { width: 330px; float: right; }

#blog-entries .navigation { text-align: right; font-family: Trebuchet MS, arial, sans-serif; }

#content.blog .navigation { font-family: 'Trebuchet MS', arial, sans-serif; }

#content.blog .navigation .alignleft { float: left; }

#content.blog .navigation .alignright { float: right; }

#recent-work { width: 606px; float: left;}

#recent-work a img { border: 3px solid #FFAE00;}
#recent-work a:hover img { border: 3px solid #22C9FF;}
#recent-work .featured { margin-bottom: 1.5em; }
#recent-work .featured img { margin: 0; }
#recent-work img { margin: 0 20px 0 0;}
#footer {
	clear: both;
	text-align: center;
	font-family: trebuchet ms, arial, sans-serif;
}