/*
Version: 1.8
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Header
* Navigation Menu
* Teasers
* Content
* Headlines
* Content Nav
* Images
* Sidebars
* Thesis Widgets
* Comments
* Buttons
* Contact Form
* Footer
* Custom Widgets
* Carousel
* Portfolio
* Self-clearing floats

*/ 

/* Defaults
------------------------------------------------------------ */

body { 
	font-size: 10px; 
}
	
* { 
	padding: 0; 
	margin: 0; 
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}
	
a img {
	border: none;
}
	
a:focus, a:hover, a:active {
	outline: none;
}
	
	
/* Header 
------------------------------------------------------------ */

body #page {
	padding-top: 30px;
	padding-bottom: 30px;
}

#page #header {
	padding: 0;
	float: left;
}

.header-image #page #header #logo a {
	text-indent: -9999px;
	display: block;
	width: 300px;
}

.header-image #page #header #tagline {
	display: none;
}

.header-image #logo {
	margin-top: 0;
}

#header_space {
	background: url(images/graphic-linebig.png) bottom repeat-x;
	padding-top: 30px;
	clear:both;
}

#header #logo, #header #logo a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}

#page #header #tagline {
	font-style: italic;	
}


/* Navigation Menu 
------------------------------------------------------------ */

ul.menu { 
	position: relative; 
	list-style: none; 
	z-index: 50; 
	padding-top: 30px;
	float: right;
	background: url(images/bg-nav.png) repeat-x bottom;
	width: auto;
}

ul.menu li {
	position: relative; 
	float: left; 
	list-style: none;
}
	
ul.menu ul {
	position: absolute; 
	visibility: hidden;  
	z-index: 110; 
}

ul.menu ul li { 
	clear: both; 
}
	
ul.menu a,
ul.menu a:hover, 
ul.menu .current a:hover, 
ul.menu .current-cat a:hover, 
ul.menu .current-parent a:hover, 
ul.menu .current-menu-item a:hover, 
ul.menu .current-menu-ancestor a:hover,
ul.menu .current-cat a, 
ul.menu .current-parent a, 
ul.menu .current-menu-item a, 
ul.menu .current-menu-ancestor a { 
	display: block; 
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	background: none;
	margin-right: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #E6E6E6;
}


ul.menu a:hover, ul.menu .current a, ul.menu .current-cat a, ul.menu .current-menu-item a {
	background: none;
	color: #000;
	border-bottom: 1px solid #61b3b4;
}

ul.menu li:last-child a {
    margin-right: 0;
    padding-right: 0;
}

ul.menu .current-cat a,
ul.menu .current-cat a:hover, 
ul.menu .current-menu-item a,
ul.menu .current-menu-item a:hover {
	background: none;
}

ul.menu ul a,
ul.menu ul a:hover, 
ul.menu .current ul a:hover, 
ul.menu .current-cat ul a:hover, 
ul.menu .current-parent ul a:hover, 
ul.menu .current-menu-item ul a:hover, 
ul.menu .current-menu-ancestor ul a:hover,
ul.menu .current-cat ul a, 
ul.menu .current-parent ul a, 
ul.menu .current-menu-item ul a, 
ul.menu .current-menu-ancestor ul a, 
ul.menu ul li:last-child a  {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-width: 0 1px 1px;
	color: #888;
	line-height: 20px;
	padding: 5px 10px;
	text-transform: none;
}

ul.menu ul a:hover, 
ul.menu ul .current-menu-item a, 
ul.menu ul .current-cat a,
ul.menu ul .current-menu-item a:hover, 
ul.menu ul .current-cat a:hover,
ul.menu ul a:hover, 
ul.menu ul .current-menu-item a, 
ul.menu ul .current-cat a,
ul.menu ul .current-menu-item a:hover, 
ul.menu ul .current-cat a:hover,
ul.menu .current ul a:hover, 
ul.menu .current-cat ul a:hover, 
ul.menu .current-parent ul a:hover, 
ul.menu .current-menu-item ul a:hover, 
ul.menu .current-menu-ancestor ul a:hover {
	background: #f7f7f7;
}
	
ul.menu table {
	position: absolute; 
	left: 0; 
	border-collapse: collapse; 
}
	
ul.menu table table {
	top: 0; 
}
	
ul.menu ul ul {
	top: 0; 
}
	
ul.menu li:hover ul, 
ul.menu a:hover ul, 
ul.menu :hover ul :hover ul, 
ul.menu :hover ul :hover ul :hover ul {
	visibility: visible; 
}
	
ul.menu :hover ul ul, 
ul.menu :hover ul :hover ul ul { 
	visibility: hidden; 
}


/* Teasers
------------------------------------------------------------ */

.teasers_box {
	clear: both; 
}
	
.teaser { 
	float: left; 
}

.teaser_right { 
	float: right; 
}


/* Content 
------------------------------------------------------------ */

.no_sidebars .post_box {
	margin-right: 0 !important;
}

#content_box {
	margin: 40px 0;
}

#content .post_box, #content .teasers_box {
	margin-left: 0;
	border-bottom: 1px solid #E6E6E6;
    margin-bottom: 50px;
    padding-bottom: 49px;
}

#content_box .portfolio-page .post_box {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#column_wrap { 
	float: left; 
}

.entry-content {
    margin-top: 45px;
}

a img { 
	border: none; 
}
	
blockquote { 
	border-left: 1px solid #ddd; 
	color: #666; 
}
	
code { 
	line-height: 1em; 
	background: #eee; 
}
	
pre { 
	background: #ddd; 
	border: 1px solid #ddd; 
	overflow: auto; 
	clear: both; 
}

p.center, .centered { 
	text-align: center; 
}
	
p.bottom {
	margin: 0;
}

input,
select,
textarea,
#page .format_text input,
#page .format_text select,
#page .format_text textarea,
#page #commentform input,
#page #commentform select,
#page #commentform textarea {
	border: 5px solid #e6e6e6;
	background: #fff;
}
	
	
/* Headlines
------------------------------------------------------------ */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#content h1, #content h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

#content h1.entry-title, #content h2.entry-title {
	margin-bottom: 10px; 
}

#content h2 a, #content h2 a:visited {
	text-decoration: none;
}
	
#content h2 a:hover {
	color: #000;
	text-decoration: none;
}
	
#content h3 {
	font-size: 16px;
}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
}

#content h5 {
	font-size: 12px;
}
	
#content h6 {
	font-size: 10px;
}

.headline_meta, #content .format_text .post_tags {
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
}

#content .headline_meta a, .format_text .post_tags a {
	color: #666;
}
	
	
/* Content Nav
------------------------------------------------------------ */
	
.prev_next { 
	clear: both; 
}

#page #archive_intro, #page .prev_next {
	padding-left: 0;
	padding-right: 2.1em;
}

.prev_next .next { 
	text-align: right; 
}

.prev_next .floated { 
	float: left; 
}


/* Images
------------------------------------------------------------ */

#content img, #content p img {
	max-width: 100%;
}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #ddd;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
}
	
.gallery-caption {
}
	
	
/* Sidebars
------------------------------------------------------------ */

#content_box .sidebar ul.sidebar_list { 
	list-style: none; 
	padding-right: 0;
}
	
ul li.widget { 
	width: 100%; 
	margin-bottom: 50px;
}

li.widget ul { 
	list-style: none; 
}

#content_box .sidebar h3 {
	background: url(images/graphic-linesmall.png) repeat-x bottom;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 19px;
}

#featured_area {
	padding: 30px 0 40px;
	background: url(images/graphic-linebig.png) repeat-x bottom;
	text-align: center;
	clear: both;
}

#featured_area h1, 
#featured_area h2, 
#featured_area h3 {
	color: #444;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 0;
}

#featured_area span {
	color: #61b3b4;
}

#featured_area p {
	font-size: 12px;
	color: #777;
}

#content_box #content .above_posts {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content .above_posts h4 {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding-bottom: 10px;
}

#s {
	border: 3px solid #E6E6E6 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	width: 270px;
	padding: 10px;
	color: #999;
}
	
/* Thesis Widgets
------------------------------------------------------------ */	

.thesis_widget_subscriptions .sub_rss a {
	padding-left: 20px; 
	background: url('images/rss.png') left center no-repeat; 
}
	
.thesis_widget_subscriptions .sub_email a { 
	padding-left: 20px; 
	background: url('images/email.gif') left center no-repeat; 
}

li.thesis_widget_google_cse form input[type="text"] { 
	width: 95%; 
}

li.thesis_widget_google_cse form input[type="submit"] { 
	font-weight: bold; 
	color: #111; 
	background: #ddd; 
	border: 3px double #999; 
	border-top-color: #ccc; 
	border-left-color: #ccc; 
	cursor: pointer; 
}
	
li.thesis_widget_google_cse form input[type="submit"]:hover { 
	color: #090; 
}

#wp-calendar {
	width: 100%;
}
	
#sidebar .widget_calendar {
	padding: 0;
}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar th {
	color: #333333;
}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
}

	
/* Comments 
------------------------------------------------------------ */

.bracket {
	display: none;
}

.to_comments { 
	clear: left;
}

#content #comments {
	clear: both;
	margin-top: 10px;
}
	
#comments .comments_intro, 
#comments #respond_intro {
	margin: 0;
}
	
#comments .comments_intro p, 
#comments #respond_intro p {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 24px;
	color: #555;
	font-weight: bold;
}
	
#comments .comments_intro span {
	font-size: 22px;
}
	
#comment_list .comment { 
	border-left: 1px solid #ddd;
	padding: 0 0 0 20px;
}
	
#comment_list dt.comment { 
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 15px;
}

#comment_list dd.comment { 
	border-top: 0;
	margin-bottom: 5px;
}

.comment .avatar img {
	background: #f0f0f0;
	padding: 5px;
	border: none;
	float: left;
    margin: 0 10px 10px 0;
}

#comments dl#comment_list dt .comment_author {
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-transform: none;
	color: #555555;
}
	
#page #comments dl#comment_list dd p.reply a, 
#page a#cancel-comment-reply-link {
	display: inline-block;
	font-weight: normal;
	padding: 0 10px;
}

a#cancel-comment-reply-link {
	float: right;
}
	
#respond { 
	padding-top: 0;
}
	
#respond #commentform {
	padding: 0;
}
	
.comment #respond {
	background: none; 
}

#content #commentform #author, 
#content #commentform #email, 
#content #commentform #url {
	width: 250px;
	padding: 5px;
}

.children {
	margin-left: 0px;
}

#comments dl#comment_list dl dd .format_text {
	padding: 0;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 0 5px 10px 0;
	padding: 5px;
	width: 250px;
}
	
.comment_moderated {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}
	
ul#trackback_list {
	padding: 20px;
}
	
.nocomments {
	text-align: center;
}

#comment_list dt.depth-1, #comment_list dd.depth-1 {
	border: none;
	padding-left: 0;
}

#page dl#comment_list dt span {
	 color: #999;
	 text-transform: uppercase;
	 font-size: 10px;
}

dl#comment_list dt span.comment_time a {
	color: #666;
}


/* Buttons
------------------------------------------------------------ */
	
#submit, #page #content #commentform input.form_submit, .gform_footer .button, #comments dl#comment_list dd p.reply a, a#cancel-comment-reply-link, .reply a:visited, .gform_wrapper .gform_footer input.button, #page #footer .gototop a {
	border: none !important;
	border-bottom: 1px solid #b9b9b9 !important;
	background: #e6e6e6;
	color: #888;
	font-size: 10px;
	padding: 3px 5px;
	text-shadow: 1px 1px rgba(255,255,255,.3);
	text-transform: uppercase;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
	line-height: 20px;
}

	/* IE Junk */
	.searchsubmit,
	#submit {
		*border: none !important;
		*height: 25px !important;
	}

#submit:hover, #page #content #commentform input.form_submit:hover, .gform_footer .button:hover, #comments dl#comment_list dd p.reply a:hover, a#cancel-comment-reply-link:hover, .gform_wrapper .gform_footer input.button:hover, #page #footer .gototop a:hover {
	color: #fff;
	background: #61b3b4;
	border-color: #348384 !important;
	text-shadow: -1px -1px rgba(0,0,0,.2);
	text-decoration: none;
	cursor: pointer;
}

#submit:active, #page #content #commentform input.form_submit:active, .gform_footer .button:active, #comments dl#comment_list dd p.reply a:active, a#cancel-comment-reply-link:active, .gform_wrapper .gform_footer input.button:active, #page #footer .gototop a:active {
	margin-top: 1px !important;
	border-width: 0 !important;
}


/* Contact Form
------------------------------------------------------------ */

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #fff !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #b9b9b9;
}
	
.gform_wrapper select {
	background: #fff !important;
}

.gform_wrapper .gform_footer input.button {
	color: #FFFFFF !important;
}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
}
	
.gform_wrapper .gform_footer {
	border: none !important;
	margin-top: 0 !important;
}
	
.gform_body {
	padding-bottom: 0 !important; 
}
	
#content .format_text input, #content #commentform input {
	width: auto;
}


/* Footer
------------------------------------------------------------ */
	
#page #footer {
	clear:both;
	padding: 0;
	padding-top: 40px;
	background: url(images/graphic-linebig.png) repeat-x top;
	font-size: 10px;
	text-transform: uppercase;
}
	
#page #footer a {
	color: #666; 
}
	
#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	margin: 0;
	text-align: right;
	float: right;
}
	
#page #footer .gototop a {
	margin: 0;
	padding: 0 10px;
}
	
#footer .creds {
	width: 700px;
	margin: 0;
	text-align: left;
}


/* Custom Widgets
------------------------------------------------------------ */

.themedy_ad_widget ul {
	padding: 0;
	margin: 0;
}

.themedy_ad_widget .ads-125 {
	width: 310px;
}

.themedy_ad_widget ul li {
	float: left;
	list-style: none;
	height: 145px;
	margin: 0 10px 10px 0;
	width: 145px;
}

.themedy_ad_widget ul li img {
	padding: 10px;
	background: #f0f0f0;
}

.post-widget {
	margin-top: 30px;
}

.related-posts li {
	margin-bottom: 5px;
	clear: both;
	list-style: none;
}

.format_text .related-posts ul {
	margin: 0;
}

.related-posts {
	font-weight: bold;
}

#content .related-posts h4 {
	border-top: 1px solid #E6E6E6;
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 49px;
	margin-top: 50px;
}

.related-posts li a {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	line-height: 20px;
}

.related-posts li a:hover {
	text-decoration: underline;
}

#flickr_badge_wrapper {
	width: 310px;
}

.flickr_badge_image { 
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	background: #f0f0f0;
	padding: 9px;
	width: auto;
}

.themedy_video_desc {
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
}


/* Carousel
------------------------------------------------------------ */

#posts_carousel_title h4 {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding-bottom: 0;
}

#posts_carousel {
	height: 180px;
	position: relative;
	margin-bottom: 20px;
	margin: 10px auto 30px auto;
	padding: 25px 0 25px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#posts_carousel .wrap {
	width: 1040px;
	height: 180px;
	position: absolute;
	left: -40px;
	overflow: hidden;
}

#posts_carousel img {
	display: block;
	padding: 5px;
}

#posts_carousel h3 {
	text-align: center;
	font-size: 11px;
	color: #424141;
	margin: 0;
	padding: 5px;
	line-height: 22px;
	font-weight: normal;
}

#posts_carousel h3 a {
	color: #424141;
	text-decoration: none;
}

#posts_carousel h3 a:hover {
	text-decoration: none;
}

#posts_carousel .prev, #posts_carousel .next {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -25px;
	outline: none;
	width: 15px; 
	height: 15px; 
	border-bottom: 1px solid #b9b9b9;
}

#posts_carousel .prev { background: url(images/sprite-arrows.png) #e6e6e6; right: 20px;  }
	#posts_carousel .prev:hover { background-position: 0 30px; background-color: #61b3b4; border-color: #348384; }
#posts_carousel .next { background: url(images/sprite-arrows.png) 0 45px #e6e6e6; right: 0; }
	#posts_carousel .next:hover { background-position: 0 15px; background-color: #61b3b4; border-color: #348384; }

#posts_carousel .prev:active, #posts_carousel .next:active {
	border-width: 0 !important;
    margin-top: 1px !important;
}
	
.carousel {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.carousel li { 
	display: block;
	width: 210px;
	height: 175px;
	text-align:center;
	margin: 0 20px;
	list-style: none;
	float: left;
	position: relative;
}

#posts_carousel .thumb {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

#posts_carousel .thumb:hover {
	background: #90dbdc;
	cursor: pointer;
	border-color: #67bfc0;
	text-shadow: none;
}

#posts_carousel .thumb:hover h3 a, #posts_carousel h3 a:hover {
	color: #fff;
}

#posts_carousel .thumb a.link-overlay {
	height: 175px;
	display: inline;
	width: 210px;
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
	
#posts_carousel .thumb span.overlay {
	display: none;
	background: url(images/bg-imgoverlay.png) center no-repeat;
	width: 200px;
	height: 130px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	
}


/* Portfolio
------------------------------------------------------------ */

#content .portfolio-page {
	padding: 30px 20px;
}

#content .portfolio-teaser { 
	float: left; 
	margin: 0 10px 20px;
	width: 300px;
}
	
#content .portfolio-teaser .wp-post-image {
	margin: 0; 
	border: 1px solid #E6E6E6;
	padding: 4px;
}
	
#content .portfolio-teaser .headline_area h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;	
}
	
#content .portfolio-teaser .headline_area {
	margin: 15px 0;
}
	
#content .portfolio-teaser .excerpt {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #616161;
	line-height: 24px;
}

	
/* Self-clearing floats from Dan Cederholm
------------------------------------------------------------ */

.menu:after, #content_box:after, #header_area .page:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after, #footer_area:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }