/* Sight for TypeCon - Main CSS */


/*** Main ***/

.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.left {float: left;}
.right {float: right;}

.wrapper {width: 975px; background: #FFF; margin: 0 auto;}
#container {padding: 30px 0 45px;}


/*** Common ***/

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

pre {
	font-size: 1.0em;
	}
	
pre span {
	color: #AAA;
	}

p {
	font-size: 16px;
	line-height: 1.6;
	}

h1, h2, h3 {
	line-height: 1.25;
	}

h1, h2 {
	font-weight: bold;
	}

h3 {
	font-weight: normal;
	}

abbr {
	font-size: 0.8em;
	}
	

/* Need to remove these styles once the site description widget has been turfed */

.site-description {width: 290px; height: 666px; padding: 35px 30px 0; float: left; overflow: hidden;}
.site-description .textwidget {font-size: 12px; color: #666; line-height: 1.3;}


.menu {width: 100px; padding-right: 30px; float: right;}
.menu ul {margin-top: 35px;}
.menu li {font-size: 12px; margin: 6px 0;}

.search {margin-bottom: 27px;}
.search fieldset {height: 30px; background: #cccccc;}
.search input {width: 235px; border: none; background: none; padding: 7px; color: #FFF; font-size: 11px; vertical-align: middle;}
.search button {width: 16px; height: 16px; background: url("../sight/images/search.png") 50% 50% no-repeat; cursor: pointer; border: none; vertical-align: middle;}

/*** Navigation ***/

.nav {border-top: 1px solid #DDD;}
.dd {height: 48px;}
.dd li {float: left; display: block; border-left: 1px solid #DDD; text-align: center; font-size: 12px;}
.dd li:first-child {border-left: none;}
.dd li a {display: block; padding-top: 18px; margin: 0 14px; white-space: nowrap;}
.dd li:first-child a {margin-left: 30px;}
.dd li ul {position: absolute; margin: 10px 0 0 0; visibility: hidden; background: #FFF; z-index: 100;}
.dd li ul.sub-menu {width: auto !important;}
.dd li ul li {float: none; border-bottom: 1px #DDD solid; border-right: 1px #DDD solid; font-size: 12px; text-align: left; padding: 12px 8px 12px 7px;}
.dd li ul.sub-menu li:first-child {border-top: 3px #DDD solid; border-left: 1px #DDD solid;}
.dd li ul li a {display: inline; margin: 0 !important; white-space: nowrap; padding-top: 0;}
.dd li.dd_hover {border-bottom: none;}
.dd li.parent a {margin: 0 8px; padding-right: 12px; background: url("../sight/images/dd.png") 100% 24px no-repeat;}
.dd li.parent a.dd_hover {background: url("../sight/images/dd_hover.png") 100% 24px no-repeat; margin: 0 8px; padding-right: 12px; border-bottom: none;}

/*** Slideshow ***/

#slideshow, .slideshow {height: 290px; width: 975px; overflow: hidden; position: relative; margin: 0;}
.slide {
	height: 290px;
	width: 975px;
	background: #474b4c;
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0.01, #161718),
		color-stop(0.10, #27292A),
		color-stop(0.85, #474B4C)
		);
	background-image: -moz-linear-gradient(
		right center,
		#161718 1%,
		#27292A 10%,
		#474B4C 85%
		);
	}
.slide img {display: block; float: left; width: 640px; height: 290px; position: relative; top: -20px; left: -30px;}
.slide .post {padding: 20px 30px 0 30px;}
.slide .post-category {font-size: 12px; color: #DDD; margin-bottom: 5px;}
.slide .post .post-category a {color: #DDD;}
.slide .post .post-category a:hover {color: #FFF;}
.slide .post h2 {margin-bottom: 5px;}
.slide .post h2, .slide .post h2 a {color: #DDD; text-shadow: #474b4c 0px 0px 1px; font-size: 24px; text-rendering: optimizeLegibility;}
.slide .post h2 a:hover {color: #FFF; text-shadow: #666 0px 0px 5px; text-decoration: none;}
.slide .post .post-meta {font-size: 12px; color: #666; padding-bottom: 15px;}
.slide .post .post-meta span, .slide .post .post-meta a {color: #888;}
.slide .post-content {color: #888; padding-right: 10px; margin-bottom: 15px; font-size: 13px;}
.slide .post-content p {font-size: 12px;}
.slide .post-content p a {color: #DDD;}
.slide .post-content p a:hover {color: #FFF;}
#larr, #rarr {display: block; width: 32px; height: 53px; position: absolute; top: 106px !important; opacity: 0.2; z-index: 99 !important;}
#larr {background: #000 url("../sight/images/larr.png") 8px 50% no-repeat; left: 0 !important;}
#rarr {background: #000 url("../sight/images/rarr.png") 11px 50% no-repeat; right: 0 !important;}
#larr:hover, #rarr:hover {opacity: 1;}

/*** Content ***/

#content {width: 640px; float: left;}

.content-title {color: #999; font-size: 24px; padding: 0 0 15px 30px; border-bottom: 1px solid #DDD; position: relative;}
.content-title a {color: #999;}
.content-title a:hover {color: #666;}
.content-title span {color: #DDD;}
.content-title span a:hover {color: #666;}
.flip {background-position: 0 100% !important;}

.list .post {padding: 30px 0 0 30px; border-bottom: 1px solid #DDD;}
.list .post .thumb img {float: left; margin: 0 30px 30px 0; width: 290px; height: 290px;}
.list .post .post-category {font-size: 12px; color: #DDD; margin-bottom: 5px;}
.list .post h2 {margin-bottom: 8px;}
.list .post h2, .list .post h2 a {color: #333; font-size: 32px; text-rendering: optimizeLegibility;}
.list .post h2 a:hover {color: #666;}
.list .post .post-meta {font-size: 12px; line-height: 1.25; color: #AAA; margin-bottom: 5px;}
.list .post .post-meta span, .list .post .post-meta a {}

.rollover {opacity: 0; background: #ffea97; width: 154px; height: 154px; padding: 18px; margin: 0; position: absolute; top: 0; left: 0; cursor: pointer;}
.rollover-title {margin-bottom: 5px;}
.rollover-title, .rollover-title a {font-size: 16px;}
.rollover-content {color: #262626; font-size: 13px; line-height: 1.5;}
.rollover-meta {font-size: 12px; color: #666;}

.pagination {padding: 20px 0 0 30px; color: #AAA; font-size: 13px; clear: both; position: relative;}
.pagination .nextpostslink {position: absolute; right: 0; top: 17px; line-height: 21px; background: url("../sight/images/nextpostslink.png") 100% 0 no-repeat; padding-right: 36px;}
.pagination .previouspostslink {position: absolute; left: 30px; top: 17px; line-height: 21px; background: url("../sight/images/previouspostslink.png") 0 0 no-repeat; padding-left: 36px;}
#pagination {padding: 20px 0 0 30px;}
#pagination .nextpostslink {color: #333; display: block; padding: 9px 0; text-align: center; font-size: 14px;}
#pagination .nextpostslink:hover {background-color: #FFEA97; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#pagination .loading {background: url("../sight/images/loading.gif") 240px 9px no-repeat; color: #555;}
#pagination .loading:hover {background-color: transparent !important; cursor: default;}

.entry {margin-bottom: 50px;}
.entry .post {border-bottom: 1px solid #DDD; padding-bottom: 15px;}
.entry .post-content {padding: 10px 0 0 30px;}
.entry .post-footer {padding-left: 30px; font-size: 13px; margin-bottom: 15px;}
.entry .post-meta h1 {color: #333; font-size: 32px; margin-bottom: 8px;}

.page .post-category {display: none;}

.entry .page .post-content {padding: 15px 0 0 30px;}
.entry .post-meta {padding: 0 0 15px 30px; border-bottom: 1px solid #DDD; font-size: 12px; line-height: 1.25; color: #AAA; position: relative;}
.entry .page .post-meta h1 {color: #333; font-size: 32px; margin: 0;}

.post-content {margin-bottom: 30px;}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {color: #333; text-shadow: #FFF 0px 0px 1px; margin: 15px 0;}
.post-content h1 {font-size: 32px;}
.post-content h2 {font-size: 28px;}
.post-content h3 {font-size: 24px; color: #999; border-bottom: 1px solid #DDD; padding-bottom: 10px; margin-bottom: 30px;}
.post-content h4 {font-size: 20px; margin: 10px 0;}
.post-content h5 {font-size: 18px;}
.post-content {color: #666; font-size: 16px; line-height: 1.5;}
.post-content p {margin: 10px 0;}

.post-content h3.bigbutton {margin: 40px 0; border: none; font-weight: bold;}
.post-content h3.bigbutton a {background: #eee; border: 2px solid #DDD; padding: .5em; border-radius: .5em; text-shadow: none;}
.post-content h3.bigbutton a:hover {background: #D00; color: #FFF; border-color: #d00; text-shadow: none; text-decoration: none;}

.post-content h4 + h3 { margin-top: 30px; }

.post-content p + h2,
.post-content ul + h2,
.post-content p + h3,
.post-content pre + h3,
.post-content ul + h3,
.post-content h2 + h3 {margin-top: 30px;}

.post-content ol {list-style: decimal; padding-left: 35px; margin: 15px 0;}
.post-content ul {list-style: disc; padding-left: 35px; margin: 15px 0;}
.post-content li {font-size: 16px; line-height: 1.5; margin: 3px 0;}
.post-content li p {font-size: 16px;}
.post-content blockquote {padding: 15px 65px 10px 65px; background: url("../sight/images/bq.png") 20px 0 no-repeat;}
.post-content blockquote p {color: #888; font-size: 16px;}

.post-content .search {float: none; margin-top: 15px; width: auto;}
.post-content .search fieldset {width: 610px; height: 35px;}
.post-content .search input {width: 570px; font-size: 16px;}

.post-navigation {width: 610px; padding: 15px 0 0 30px; position: relative;}
.post-navigation a {display: block; font-size: 12px; line-height: 1.5;}
.post-navigation a em {display: block; color: #AAA; font-size: 12px;}
.post-prev {width: 250px; min-height: 40px; padding-left: 30px; float: left; text-align: left; background: url("../sight/images/post_prev.png") 0 50% no-repeat;}
.post-next {width: 250px; min-height: 40px; padding-right: 30px; float: right; text-align: right; background: url("../sight/images/post_next.png") 100% 50% no-repeat;}
.line {width: 1px; height: 100%; background: #DDD; position: absolute; top: 0; right: 305px;}

/*** Images ***/

.post-content img {margin: 0 0 15px; height: auto; max-width: 610px;}
.post-content h6 {position: relative; left: -30px;}
.post-content .attachment img {max-width: 610px;}
.post-content .alignnone, .post-content img.alignnone {clear: both; display: block; margin-bottom: 15px;}
.post-content .alignleft, .post-content img.alignleft {display: inline; float: left; margin-right: 15px; margin-top: 4px;}
.post-content .alignright, .post-content img.alignright {display: inline; float: right; margin-left: 15px; margin-top: 4px;}
.post-content .aligncenter, .post-content img.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}
.post-content img.alignleft, .post-content img.alignright, .post-content img.aligncenter {margin-bottom: 15px;}
.post-content .wp-caption {background: #f1f1f1; line-height: 18px; margin-bottom: 20px; padding: 4px; text-align: center;}
.post-content .wp-caption img {margin: 5px 5px 0;}
.post-content .wp-caption p.wp-caption-text {color: #888; font-size: 13px; margin: 5px;}
.post-content .wp-smiley {margin: 0;}
.post-content .gallery {margin: 0 auto 18px;}
.post-content .gallery .gallery-item {float: left; margin-top: 0; text-align: center; width: 190px;}
.post-content .gallery .gallery-item img {max-width: 190px; border: none !important; margin-bottom: 0;}
.post-content .gallery .gallery-caption {color: #888; font-size: 13px; margin: 0 0 12px;}
.post-content .gallery dl {margin: 0;}
.post-content .gallery br+br {display: none;}
.post-content .attachment img {display: block; margin: 0 auto;}

/*** Comments ***/

.comments h3 {font-size: 18px; color: #333; padding: 15px 0 10px 30px; border-bottom: 1px solid #DDD;}
#comments {margin-bottom: 30px;}
.comment {padding: 15px 0 15px 30px; border-bottom: 1px dotted #DDD;}
.comment-meta {min-height: 70px; margin-right: 30px; margin-left: 90px; margin-top: -75px;}
.avatar {display: block; margin-right: 10px;}
.comment-author, .comment-reply-link {font-size: 12px; color: #AAA; white-space: nowrap;}
.comment-text p, .comment-meta p {margin-bottom: 15px;}
.children {margin-left: 80px;}
.children .children {margin-left: 50px;}
.children .comment {padding-left: 0;}

#respond p, .nopassword {margin: 10px 0; font-size: 12px;}
.nopassword {padding-left: 30px;}
#commentform {padding: 30px 0 0 30px;}
#commentform table {width: 100%; margin-bottom: 15px;}
#commentform td {vertical-align: top; width: 33.33%;}
#commentform td p {font-size: 12px; color: #333; margin-bottom: 5px;}
#commentform td p span {color: #AAA; font-size: 12px;}
.commform-textarea {border: 1px solid #DDD; padding: 10px; margin-bottom: 10px;}
#comment {width: 100%; height: 120px; padding: 0; margin: 0; border: none; border-color: #FFF; overflow: auto;}
.commform-author div {margin-right: 15px; border: 1px solid #DDD; padding: 5px;}
.commform-email div {border: 1px solid #DDD; padding: 5px;}
.commform-url p {margin-left: 15px !important;}
.commform-url div {margin-left: 15px; border: 1px solid #DDD; padding: 5px;}
#author, #email, #url {width: 100%; margin: 0; padding: 0; border: none; font-size: 13px; color: #333;}
#submit {float: left; border: none; background: #ccc; color: #FFF; font-size: 13px; cursor: pointer; padding: 5px 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#submit:hover {background: #000;}
p#cancel-comment-reply {float: right; line-height: 28px; margin: 0;}

/*** Sidebar ***/

.sidebar {width: 275px; padding: 0 30px 0 0; float: right;}
.widget {margin-bottom: 35px;}
.widget-small {width: 130px;}
.widget h3, .widget-small h3 {color: #666; font-size: 14px; line-height: 1; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #DDD;}
.widget p {color: #666; font-size: 13px; line-height: 1.3; margin-bottom: 10px;}
.widget li, .widget-small li {font-size: 13px; color: #666; margin-bottom: 5px;}

.rpthumb {display: block; padding-bottom: 15px; margin-top: 15px; border-bottom: 1px dotted #DDD;}
.rpthumb img {width: 50px; width: 50px; margin-right: 15px; float: left;}
.rpthumb-title {display: block; font-size: 13px; margin-bottom: 6px;}
.rpthumb-date {display: block; font-size: 12px; color: #AAA;}

.sponsors .widget-body {text-align: center;}
.sponsors .widget-body img {margin-bottom: 20px;}

/*** Footer ***/

.footer {height: 110px; border-top: 1px solid #DDD; padding: 20px 30px 0 30px;}
.footer p {margin-bottom: 14px;}
.footer p, .footer li {font-size: 13px; color: #737373;}
.footer ul {height: 24px; margin-bottom: 8px; clear: both;}
.footer ul li {float: left; border-left: 1px solid #DDD; font-size: 12px; padding: 4px 10px; white-space: nowrap;}
.footer ul li:first-child {padding-left: 0; border: none;}

