/*
	Theme Name: Cinchpress Child Theme
	Theme URL: http://themedy.com/themes/cinchpress
	Description: A colourful and customizable magazine child theme for Thesis.
	Author: Themedy
	Author URI: http://themedy.com
	Version: 1.0.5
	Template: thesis_182
	Template Version: 1.8.1
*/

body { 
	padding: 40px 0;
	font-size: 10px;
	}
	
.custom {
	background: url(images/bg-body.jpg) no-repeat top #111e31;
	}
	
* { 
	padding: 0; 
	margin: 0; 
	}
	
/***** 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  ********************/

#header {
	clear: both;
	}
	
#header #logo a:hover {
	text-decoration: none;
	}
	
#page #header {
	clear: both;
	padding: 20px;
	}
	
.header-image #page #header, .header-image #page #header #logo a { 
	display: block;
    float: left;
    height: 140px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
	}

/***** Navigation Menu ********************/

#navigation_area {
	text-shadow: 1px 1px rgba(0,0,0,.5);
	background: url(images/bg-topnav.png) top repeat-x #05507c;
	height: 50px;
	text-transform: uppercase;
	}

ul.menu { 
	position: relative; 
	list-style: none; 
	z-index: 151; 
	}

ul.menu li {
	position: relative; 
	float: left; 
	list-style: none;
	}
	
ul.menu ul {
	position: absolute; 
	visibility: hidden;  
	z-index: 211; 
	}

ul.menu ul li { 
	clear: both; 
	}
	
ul.menu a { 
	display: block; 
	text-decoration: none;
	background: none;
	line-height: 48px;
	padding: 2px 20px 0;
	}
	
ul.menu .current a, ul.menu .current a:hover, ul.menu .current-cat a, ul.menu .current-cat a:hover, ul.menu .current-menu-item a, ul.menu .current-menu-item a:hover, ul.menu a:hover, ul.menu .current ul a:hover, ul.menu .current-cat ul a:hover, ul.menu .current-parent a:hover, ul.menu .current-menu-item ul a:hover, ul.menu .current-menu-ancestor a:hover, ul.menu .current-parent > a, ul.menu .current-cat-parent > a, ul.menu .current-menu-ancestor > a {
	background: url(images/bg-navhilight.png) no-repeat top;
	}
	
#navigation_area ul.menu ul a { 
	background: #26729D;
	font-size: 1.2em;
	line-height: 20px;
	padding: 5px 20px;
	border-bottom: 1px solid #1A6591;
    border-left: 1px solid #1A6591;
    border-right: 1px solid #1A6591;
	width: 175px;
	}
	
#navigation_area ul.menu ul a:hover { 
	background: #044266;
	}
	
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; 
	}
	

#sub_navigation_area {
	background: url(images/bg-secnav.png) repeat-x bottom #fff;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
	height: 40px;
	clear: both;
	}
	
ul.sub-nav {
	z-index: 150;
}

ul.sub-nav ul {
	z-index: 210;
	}
	
ul.sub-nav a {
	color: #737373;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	}
	
ul.sub-nav .current a, ul.sub-nav .current a:hover, ul.sub-nav .current-cat a, ul.sub-nav .current-cat a:hover, ul.sub-nav .current-menu-item a, ul.sub-nav .current-menu-item a:hover, ul.sub-nav a:hover, ul.sub-nav .current ul a:hover, ul.sub-nav .current-cat ul a:hover, ul.sub-nav .current-parent a:hover, ul.sub-nav .current-menu-item ul a:hover, ul.sub-nav .current-menu-ancestor a:hover, ul.sub-nav .current-parent > a, ul.sub-nav .current-cat-parent > a, ul.sub-nav .current-menu-ancestor > a {
	background: #fff;
	border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
	padding: 0 19px;
	color: #737373;
	}
	
#sub_navigation_area ul.menu ul a { 
	color: #737373;
	background: #F2F2F2;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 20px;
	width: 159px;
	border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
	}
	
#sub_navigation_area ul.menu ul a:hover { 
	color: #737373;	
	background: #E2E2E2;
	}

/***** Multimedia and Feature Box ********************/

/***** Teasers ********************/

.teasers_box {
	clear: both; 
	}
	
.teaser { 
	float: left; 
	}

.teaser_right { 
	float: right; 
	}

/***** Content  ********************/

#column_wrap { 
	float: left; 
	}

#content .post_box, #content .teasers_box, .full_width #content_box #content .page {
	margin: 0 20px;
	}
	
#content .headline_meta a, #content .teaser_author a, #content .teaser .edit_post a {
	color: #000;
	}
	
#content .post_box { 
	padding-top: 20px;
	border-top: 1px solid #E6E6E6;
	}
	
#content .top, #content_box .homepage .post_box {
	border: none;
	}
	
.headline_meta {
	text-transform: uppercase;
	}

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;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1.entry-title, #content h2.entry-title {
	margin-bottom: 5px; 
	}

#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;
	}
	
#content .headline_area {
	margin-bottom: 5px;
	}
	
/***** Homepage Template ********************/

#content_box .homepage h4 {
	background: url(images/graphic-box.png) left no-repeat;
	padding-left: 18px; 
	font-size: 22px;
	margin: 0 0 15px;
	}
	
#content_box .homepage h2 { 
	margin-bottom: 10px; 
	}
	
.featuredpost img { 
	padding: 4px; 
	background: #fff;
	border: 1px solid #e2e2e2;
	}
	
#content_box .homepage .alignleft { 
	margin: 0 15px 10px 0;
	}
	
.homepage .featuredpost .post {
	background: url(images/content-line.png) bottom repeat-x; 
	padding-bottom: 20px;
	margin-bottom: 30px;
	}
	
.home-bottom-left {
	float: left;
	width: 290px;
	}
	
.home-bottom-right {
	float: right;
	width: 290px;
	}
	
#content #home-bottom h2 { 
	font-size: 16px;
	margin-bottom: 5px;
	}
	
#content #home-bottom {	
	font-size: 12px;
	}
	
.homepage #home-bottom .featuredpost .post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	}
	
.more-from-category { 
	font-style: italic; 
	font-size: 15px;
	}
	
/***** Nivo Slider Stuff *******************/

.featured_slider { 
	background: url(images/bg-zigline.png) repeat;
	padding: 10px; 
	margin-bottom: 20px;
	}

#slider {
    position:relative;
    width:580px; /* Change this to your images width */
    height:240px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50% #fff;
	}
	
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	}
	
#slider a {
    border:0;
    display:block;
	}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:89;
	background: url(images/bg-sliderarrow.png) 20px 0 no-repeat;
	height: 74px;
	}

.nivo-caption p {
	padding: 0 15px;
	margin:19px 0 0 0;
	font-size: 18px;
	background: url(images/bg-slideroverlay.png) repeat-x bottom #2a76a1;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	}

.nivo-caption a {
	display:inline !important;
	color: #fff;
	text-decoration: none;
	}

.nivo-html-caption {
    display:none;
	}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	}

.nivo-prevNav {
	left:20px;
	background: url(images/arrows.png) no-repeat top left;
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	}
	
a.nivo-prevNav:hover { 
	background: url(images/arrows.png) no-repeat bottom left; 
	}
	
.nivo-nextNav {
	right:20px;
	background: url(images/arrows.png) no-repeat top right;
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	}

a.nivo-nextNav:hover { 
	background: url(images/arrows.png) no-repeat bottom right; 
	}
	
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	}

.nivo-controlNav a.active {
	font-weight:bold;
	}

/***** Content Nav ********************/
	
#content .prev_next, #content #archive_intro { 
	clear: both; 
	padding: 20px;
	}
	
#content #archive_intro { 
	padding-bottom: 0;
	font-style: italic;
	}

.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 ********************/

#sidebars {
	background: url(images/bg-zigline.png) repeat;
	}

#content_box .sidebar ul.sidebar_list {
	list-style: none; 
	padding: 20px;
	}
	
#sidebars li.widget { 
	width: 100%; 
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border: 1px solid #E6E6E6;	
	}
	
#sidebars .sidebar h3 {
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	background: url(images/bg-secnav.png) repeat-x bottom #fff;
	margin: 0;
	}
	
.sidebar .textwidget {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
	
.sidebar .textwidget p {
	padding: 0;
	}	
	
li.widget ul, li.widget ol {
	padding: 0 0 0 15px;
	list-style: inside square;
	}
	
.sidebar .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
li.widget p {
	padding: 10px 10px 0 10px;
	}
	
/***** 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; 
	}
	
/***** Calendar ********************/

#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 ********************/

.to_comments { 
	clear: left;
	}

#content #comments {
	margin-right: 0;
	margin-left: 0;
	clear: both;
	margin-top: 20px;
	}
	
#comments .comments_intro, #comments #respond_intro {
	padding-left: 20px;
	padding-top: 0;
	margin: 0;
	font-weight: normal;
	}
	
#comments .comments_intro p, #comments #respond_intro p {
	font-size: 16px;
	color: #333333;
	}
	
#comments .comments_intro span {
	font-size: 16px;
	}
	
#comments .comments_intro span.bracket { 
	display: none; 
	}
	
#comments #comment_list {
	margin: 20px;
	}
	
#comment_list .comment { 
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	padding: 10px 5px 10px 10px;
	}
	
#comment_list dt.comment { 
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 15px;
	}

#comment_list dd.comment { 
	border-top: 0;
	margin-bottom: 5px;
	}

.avatar img {
	background: #fff;
	padding: 4px;
	border: 1px solid #E6E6E6;
	float: right;
    margin: 0 5px 0 10px;
	}

#comments dl#comment_list dt .comment_author {
	font-weight: bold;
	font-size: 13px;
	display: block;
	}
	
#comment_list .depth-2, #comment_list .depth-4, #comment_list .depth-6, #comment_list .depth-8, #comment_list .depth-10 {
	background: #fff;
	}
	
#comment_list .depth-1 #respond #author, #comment_list .depth-1 #respond #email, #comment_list .depth-1 #respond #url, #comment_list .depth-1 #respond #comment {
	background: #fff !important; 
	}
	
#comments dl#comment_list dd p.reply a, a#cancel-comment-reply-link {
	font-weight: bold;
	color: #fff;
	background: #333;
    text-transform: uppercase;
	padding: 3px 5px !important;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	
#comments dl#comment_list dd p.reply a:hover, a#cancel-comment-reply-link:hover {
	text-decoration: none;
	background: #000;
	}

a#cancel-comment-reply-link {
	float: right;
	}
	
.format_text #commentform input.form_submit, #respond #commentform .form_submit {
	font-size: 11px;
	}
	
#comments #respond { 
	padding-top: 20px;
	margin-bottom: 20px;
	}
	
#respond #commentform {
	padding: 0 20px;
	}
	
.comment #respond{
	background: none; 
	border-top: 1px solid #B9B9B9;
	}

#content #commentform #author, #content #commentform #email, #content #commentform #url {
	width: 250px;
	padding: 5px;
	}

#author, #email, #url, #comment {
 	background: #F7F7F7 !important;
    border: 1px solid #E6E6E6;
    color: #333333;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    padding: 5px;
	margin-bottom: 10px;
	}
	
.comment_moderated {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	}
	
ul#trackback_list {
	padding: 20px;
	}
	
.nocomments {
	text-align: center;
	}

/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited, .gform_wrapper .gform_footer input.button {
	background: #333 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px !important;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover, .gform_wrapper .gform_footer input.button:hover {
	background: #000 !important;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color: #fff;
	}

/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}
	
.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 {
	padding: 20px;
	color: #D0D0D0;
	clear: both;
	background: url(images/bg-footer.png) repeat-x center top #055583;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	height: 20px;
	}
	
#page #footer a {
	color: #fff; 
	}
	
#page #footer p {
	font-size: 13px;
	line-height: 20px;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 6px 0 2px 25px;
	background: url(images/footer-top.png) no-repeat left center;
    font-style: italic;
	}
	
#footer .creds {
	width: 700px;
	float: right;
	margin: 0;
	text-align: right;
	}
	
/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after, #footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }