.clear {
	clear: both;
}

/* Link styles */

a {
	color: #ec4473;
	text-decoration: none;
}

div#content a:hover, div.archive a:hover, div#footer a:hover, div.widget-text a:hover {
	background-color: #fff6f9;
	border-bottom: 1px solid #ffe2ea;
}

div#content h2 a:hover, div#footer div#social a:hover, ul#chapterlist a:hover {
	background-color: transparent;
	border-bottom: 0;
}

/* Framework */

body {
	background: url(images/header.gif) repeat-x 0 32px;
	color: #5f5f5f;
	font: 90%/1.6em "Segoe UI", Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}

div.alignleft, img.alignleft {
	float: left;
}

div.alignright, img.alignright {
	float: right;
}

img.alignleft, img.alignright {
	margin-right: 10px;
	border: 1px solid #eff3f9;
	padding: 6px;
}

img.alignright {
	margin-left: 10px;
	margin-right: 0;
}

div.carousel {
	height: 400px;
	margin: 0 auto;
	width: 600px;
}

div.carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.carousel ul li {
	float: left;
	padding: 0 5px;
}

div.carousel_nav {
	position: relative;
}

div.carousel_nav div.prev, div.carousel_nav div.next {
	background: no-repeat 0 0;
	cursor: pointer;
	font-size: 0;
	height: 44px;
	line-height: 0;
	position: absolute;
	text-indent: -999em;
	top: 170px;
	width: 30px;
}

div.carousel_nav div.prev {
	background-image: url(images/prev.gif);
	left: 0;
}

div.carousel_nav div.next {
	background-image: url(images/next.gif);
	right: 0;
}

div#container, div#footer-container {
	margin: 0 auto;
	width: 960px;
}

div#content {
	background: url(images/header-content.png) no-repeat 0 0;
	float: left;
	padding: 1px 36px 20px;
	width: 640px;
}

div#flickr_badge {
	float: left;
	padding: 0 0 0 14px;
}

div#flickr_badge a {
	display: block;
	float: left;
	padding: 5px 8px;
}

div#flickr_badge img {
	border: 1px solid #eff3f9;
	padding: 6px;
}

div#footer {
	background: url(images/footer.gif) repeat 0 5px;
	border-top: 1px solid #f0f4fa;
	min-height: 200px;
	padding: 10px 0 20px;
}

div#contact {
	float: left;
	font: 0.7em/1.5em Georgia, "Times New Roman", Times, serif;
	width: 150px;
}

div#contact div {
	padding-top: 10px;
}

div#contact img {
	background: #fff;
	border: 1px solid #e6ecf5;
	display: block;
	padding: 6px;
}

div#contact div#social {
	padding-top: 20px;
}

div#contact div#social img {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0 2px;
}

div#header {
	height: 173px;
	position: relative;
}

div.recent {
	float: right;
	padding: 5px 0 0;
	width: 350px;
}

div.recent h3 {
	border-bottom: 1px solid #e0ebc8;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
}

div.recent ul {
	border-bottom: 1px solid #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.recent ul li {
	background: no-repeat 0 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0ebc8;
	padding: 3px 10px 3px 30px;
}

div#recent-comments ul li {
	background-image: url(images/comments.gif);
	height: auto !important;
	height: 3em;
	min-height: 3em;
	position: relative;
	width: 310px;
}

div#recent-comments ul li span.comment_author {
	background: #f8feee url(images/commenter.gif) no-repeat right top;
	top: 23px;
	font-style: italic;
	line-height: 1.6em;
	padding-right: 25px;
	position: absolute;
	right: 0;
	text-align: right;
}

div#recent-reads {
	padding-left: 60px;
}

div#recent-reads ul li {
	background-image: url(images/reader.gif);
}

div.reader-publisher-module {
	position: relative;
}

div.reader-publisher-module div.f {
	font-size: 0.7em;
	line-height: 1.5em;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

div#sidebar {
	float: right;
	padding: 85px 0 20px;
	width: 240px;
}

div#twitter {
	background: url(images/twitter.jpg) no-repeat 0 0;
	clear: both;
	height: 330px;
	padding: 70px 0 0;
	position: relative;
	width: 240px;
}

div#twitter h3 {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 35px;
	text-indent: -999em;
	top: 30px;
}

div#twitter h3 a {
	display: block;
	height: 30px;
	width: 170px;
}

div#twitter ul {
	font-size: 0.8em;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

div#twitter li {
	padding: 5px 0;
}

div#twitter span.mytwitter_separator, div#twitter span.mytwitter_tweet_time {
	color: #666;
	font-size: 0.87em;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 55px 0 0;
}

h1 a {
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	font-size: 0;
	height: 97px;
	line-height: 0;
	text-indent: -10000px;
	width: 307px;
}

h1 a:hover {
	background-position: 0 -97px;
}

h2, h3 {
	color: #a598ca;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	padding: 0;
}

h2 {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h2 a {
	color: #a598ca;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	color: #333;
	font: bold 1.1em/1.5em "Segoe UI", Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 1.5em 0 -0.5em;
	padding: 0;
}

html {
	background: #fff url(images/header-top.gif) repeat-x 0 0;
}

img {
	border: 0;
}

img.alignright, img.alignleft, img.inline {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 5px 0;
	padding: 5px;
}

img.alignright {
	float: right;
	margin-left: 10px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}

input, select, textarea {
	font: 1em "Segoe UI", Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	height: 150px;
	width: 500px;
}

p, ol, ul {
	margin: 1.5em 0;
	padding: 0;
}

ol, ul {
	padding-left: 30px;
}

ol ol, ul ul {
	margin: 0.5em 0;
}

ul {
	list-style: disc outside;
}

ol.commentlist {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
}

ol.commentlist li {
	padding: 10px;
}

ol.commentlist li.alt {
	background: #eff3f9;
}

ol.commentlist li div.commentname {
	font-weight: bold;
}

ul.actions {
	border-top: 1px dotted #e5eef9;
	font-size: 1.5em;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

ul.actions li {
	border-bottom: 1px dotted #e5eef9;
	padding: 3px 10px;
}

ul#chapterlist {
	float: left;
	list-style: none;
	margin-top: 0;
	padding: 0;
	width: 640px;
}

ul#chapterlist li {
	float: left;
	margin: 10px 5px 0;
}

ul#sitenav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 85px;
}

ul#sitenav li {
	float: left;
	padding-left: 30px;
}

ul#sitenav li a {
	background: no-repeat 0 0;
	display: block;
	font-size: 0;
	height: 59px;
	line-height: 0;
	text-indent: -10000px;
}

ul#sitenav li a:hover {
	background-position: 0 -59px;
}

ul#sitenav li#about a {
	background-image: url(images/nav-about.png);
	width: 104px;
}

ul#sitenav li#sims a {
	background-image: url(images/nav-sims.png);
	width: 90px;
}

ul#sitenav li#contact a {
	background-image: url(images/nav-contact.png);
	width: 115px;
}

ul#sitenav li#professional a {
	background-image: url(images/nav-professional.png);
	width: 220px;
}

/* Post styles */

div.comment-info {
	position: absolute;
	right: 0;
	top: 0;
}

div.comment-info a {
	background: url(images/comments.gif) no-repeat 0 0;
	padding: 0 0 0 23px;
}

div.post {
	border-bottom: 1px dotted #e5eef9;
	padding-bottom: 20px;
	position: relative;
}

div.post-date {
	border-right: 1px solid #e5eef9;
	position: absolute;
	left: -102px;
	padding: 5px 0 10px;
	top: 55px;
	width: 70px;
}

div.post-date div {
	background: #eff3f9;
	border: solid #e9f0f8;
	border-width: 1px 0 1px 1px;
	padding: 5px 0;
}

div.post-date span {
	display: block;
	line-height: 1.1em;
	text-align: center;
}

div.post span.month, div.post span.year {
	font-size: 0.9em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

div.post span.year {
	font-size: 0.7em;
}

div.post-date span.day {
	font: 2.5em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: -8px;
}

div.post-info {
	background: url(images/post-meta.jpg) no-repeat -10px 50%;
	color: #aaa;
	font-size: 0.8em;
	padding: 5px 0;
}

div.post-navigation {
	overflow: auto;
	padding: 15px 0;
}

/* Posts in sidebar */

div.archive, div.widget-text, div.search {
	clear: both;
	padding: 20px 0 10px;
}

div.search label {
	display: block;
	color: #a598ca;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
}

div.search div {
	padding: 10px;
}

div.archive h3, div.widget-text h3, div.search label {
	border-bottom: 1px solid #e5eef9;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
}

div.archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.archive ul li {
	border-bottom: 1px dotted #e5eef9;
	padding: 3px 10px;
}

div.widget-photo img {
	border: 1px solid #eff3f9;
	display: block;
	margin: 0 auto;
	padding: 6px;
}

div.widget-photo img.no-border {
	border: 0;
}

div.widget-photo div, div.widget-text p {
	color: #999;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 0;
	padding: 10px 5px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-27px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-27px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

#colorbox {
	font-size: 0.8em;
	line-height: 1.5em;
}
