/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
	font-weight: normal;
}
p {
	margin: 0 0 12px 0;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .rf-paragraph img {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
#main img.page-image {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
#main img.right, #main div.right {
	margin: 0 0 9px 12px;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 9px 12px 0;
    float: left;
}


/* styles */
body {
	background: #111;
}
#body {
	font: 13px "Helvetica Neue",Helvetica,"Lucida Grande",Verdana,Arial,sans-serif;
	color: #666;
	background: #fff;
	border-top: 8px solid #558db7;
}
#note {
	padding: 3px 9px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#wrapper {
	background: url(/images/bg.gif) repeat-y;
	width: 960px;
	margin: 0 auto 0 auto;
}

ol#nav {
	list-style-type: none;
	margin: 0 0 24px 0;
	padding: 0;
}
ol#nav li {
	margin: 0;
	padding: 0;
}
ol#nav a {
	color: #82afd1;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
}
ol#nav a:hover, ol#nav a.active {

}

h1#logo {
	margin: 0;
}
h1#logo a {
	margin: 0;
	display: block;
	border: 0;
	background: url(/images/caitlinwoodward.gif) no-repeat;
	width: 320px;
	height: 100px;
}
h1#logo a span {
	display: none;
}

#main {
	padding: 0 24px;
}
#main-content, #middle-bar, #aside {
	padding: 24px 0 72px;
}

#main-content {
	width: 426px;
	float: left;
}
#content {
	margin: 36px 0;
}

#middle-bar {
	width: 190px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 24px;
	float: left;
	position: relative;
}
#middle-bar p img {
	width: 182px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
#social {
	margin: 0 0 12px 0;
}
#social a {
	display: block;
	float: left;
	margin-right: 6px;
	height: 16px;
	width: 16px;
	border: 0 !important;
}
#social a span {
	display: none;
}
#social a#twitter {
	background: url(/images/twitter.gif) no-repeat;
}
#social a#facebook {
	background: url(/images/facebook.gif) no-repeat;
}
#social a#reddit {
	background: url(/images/reddit.gif) no-repeat;
}
#social a#lastfm {
	background: url(/images/lastfm.gif) no-repeat;
}
#social a#wave {
	background: url(/images/wave.gif) no-repeat;
}

#social a#rss {
	background: url(/images/feed.gif) no-repeat;
}
#social a:hover {
	background-position: 0 -16px !important;
}

#aside {
	width: 190px;
	float: left;
}

#twitter_update_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#twitter_update_list ul{
	padding: 0;
	margin: 0;
}
#twitter_update_list li {
	margin: 9px 0;
}
#twitter_update_list li span a {
	color: #666;
	border: 0;
}
#twitter_update_list li a {
	color: #999;
	border: 0;
}

#middle-bar .block, #aside .block {
	margin-bottom: 24px;
}
.block .note {
	color: #999;
	font-style: italic;
}

#footer {
	font-size: 10px;
	padding: 12px 0 30px;
	background: #111;
	border-top: 1px solid #ccc;
}
#footer-int {
	width: 912px;
	margin: 0 auto;
}
#footer a {
	color: #666;
}


/* styles */

#main h1 {
	margin: 0;
}
#main h2 {
	color: #666;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
#main h3 {
	
}
#main h4 {

}
#main div.hr {
	height: 15px;
	margin: 12px 0;
	background: url(/images/hr.gif) top center no-repeat;
}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 70px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #ccc;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px;
	width: 300px;
	height: 150px;
}


#main a {
	color: #e55417;
	border-bottom: 1px dotted #666;
	cursor: pointer;
	text-decoration: none;
}
#main a.lightbox {
	border-bottom: 0;
}

/* homepage */
#latest-posts .latest-post {
	margin-bottom: 24px;
}
#latest-posts .latest-post p.date {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#latest-posts .latest-post h2 {
	border: 0;
	padding: 0;
	font-weight: bold;
}
#latest-posts .focused-post {
	float: left;
	width: 200px;
	margin-bottom: 18px;
	font-size: 12px;
}
#latest-posts .focused-post .date {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}
#latest-posts .focused-post h3 {
	color: #558db7;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 13px;
}
#latest-posts .focused-post p {
	margin: 0 0 3px 0;
}
#latest-posts .focused-post img.small-left {
	float: left;
	width: 80px;
	margin: 2px 6px 2px 0;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
#latest-posts .focused-post img.big {
	float: left;
	margin: 2px 0;
	width: 192px;
}
#latest-posts .focused-post img.big.noborder {
	width: 200px;
}
#latest-posts .odd {
	margin-left: 13px;
}
#latest-posts .even {
	margin-right: 13px;
}

#view-archive {
	margin-top: 24px;
	text-align: right;
}
#view-archive a {
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
}
#view-archive a:hover {
	color: #e55417;
}

/* blog */
#comments {
/*	background: #eee;
	border: 1px solid #ccc;
	padding: 15px 25px;*/
	font-size: 12px;
}

/* other styles */

img.noborder {
	border: 0 !important;
	padding: 0;
}

.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}