/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
.hidden{display:none;}

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #fff;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:12px;
	width:105px;
	text-align:center;
}
.nav li a {
	display:block;
}
.nav li li a {
	color: #000 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
	text-align:left;
	font-size:11pt;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}
.menu { 
  padding-top:60px;
  height:110px;
  font-size:13pt;
  cursor:pointer;
}
.menu a {
  text-decoration:none;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure */
body {
	background: #ffffff url(../img/twilight/background.png) repeat-x top left;
	color: #51555c;
	font-family: Corbel, Verdana, Trebuchet MS,	Helvetica;
	font-size:1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 30%;
	font-size:1.1em;
}

img
{
  vertical-align:text-bottom;
  border:0px;
}

.section { 
	width: 960px;
	clear: both;
	margin: 0 auto;
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 100%;
}
#header {
  height:110px;
  overflow:hidden;
  color:#fff;
  clear: both;
	margin: 0 auto;
  width:960px;
  padding-left:13px
}

#header a,
#header a:visited {
	color: #fff;
}
#header .logo {
  float:left;
  border:0;
}

#logo {
  float:left;
  border:0;
  background: transparent url(../img/twilight/logo.png) 0 0 no-repeat; width:165px; height:96px;
  cursor:pointer;
}
#followus {
  font:16px/20px "Lucida Sans Unicode", "Lucida Grande", Trebuchet MS,	Helvetica;
  float:right; 
  z-index:1;
}
#followus img {
  margin-top:-5px;
  vertical-align:middle;
}

#footer {
	font-size: 12pt;
	clear: both;
	margin: 0 auto;
	width:960px;
	padding-left:30px;
}
#footer span#copyright {
  font-weight:bold;
  font-size:110%;
  line-height:200%;
}

#footer-widgets {
  width:700px;
	clear: both;
	margin: 0 auto;
  text-align:left;
}
#footer-widgets ul, #footer-widgets ol, #sidebar ul, #sidebar ol{ 
  list-style-type:none;
  display:inline-block;
  margin:0;
  padding:0;
}

#footer-widgets li { padding-bottom:5px;}

#footerleft { float:left; width:260px; padding:10px; }
#footermid { float:left; width:250px; padding:10px; }
#footerright { float:left; width:130px; text-align:right; padding:10px; }


.top {background: url(http://urstv.com/wp-content/themes/URsTV-twilight/img/twilight/top.png) 0 0 repeat-x; width: 100%; height:19px;}
.bottom {background: url(http://urstv.com/wp-content/themes/URsTV-twilight/img/twilight/bottom.png) 0 100% repeat-x; width: 100%; height:19px;}
.left {background: url(http://urstv.com/wp-content/themes/URsTV-twilight/img/twilight/left.png) 0 0 repeat-y; width:19px; height:100%;}
.right {background: url(http://urstv.com/wp-content/themes/URsTV-twilight/img/twilight/right.png) 100% 0 repeat-y; width:19px; height:100%;}

/* Search */
#searchform {
  float:right;
  display:inline;
  right:0;
  margin-top:-125px;
  cursor:auto;
  margin-left: 5px;
  width: 287px;
  padding-top: 6px;
  padding-bottom:15px;
  height: 28px;
  background: #ccc;
  background: url(../img/twilight/search.png) left 3px no-repeat;
  }

#searchbox {
  margin-left: 35px;
  margin-top: 5px;
  width: 240px;
  background: none;
  border: none;
  }
  
#sidebar {
  width:180px;
}

.contents {
  background-color:#fff;
}


a:link, a:visited, a:active  { 
  background-color:transparent;
  color: #4596bf; 
  text-decoration:none;
}
a:hover {
  background-color:transparent;
  color: #008000; 
	text-decoration:none;
	cursor:pointer; 
}
  
#content {
  float:right;
  width:775px;
}

hr {
	background:#ccc;
	color:#ccc;
	height:1px;
}
.rule hr,
.rule-minor hr,
.rule-major hr
 {
	display:none;
}
.rule, .rule-major {
	border-top:1px solid #cecfd1;
	height:34px;
	margin:0 0 18px;
	background-image:url(../img/twilight/sep.png);
}
.rule-minor {
	border-top:1px solid #cecfd1;
	height:25px;
	margin:0 0 18px;
	background-image:url(../img/twilight/sidesep.png);
}
.rule,
.rule-minor, 
.rule-major {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	border:0;
}

/* FORMS */
	legend{display: none;}
	fieldset{border:none;background: transparent;}
		
	/* commentform */
	label {
		color:#333;
		font-size: .9em;
		display: block;
	}
	small {
		color: #555;
		font-size: 90%;
	}
	input{
		background: url(../img/twilight/form-field-bg.gif) no-repeat;
		border-top: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ccc;
	}
	
	 textarea {
		font-size: 110%;
		height: 140px;
		background:url(../img/twilight/form-field-bg.gif) no-repeat;
		border-top: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ccc;
		padding: 5px 3px 3px 7px;
	}

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}
	
	
	.button, input[type="submit"], .submit {
		border: 1px solid #aaa;
		background: #e5e5e5 url(../img/twilight/agradient-30light.gif) repeat-x left top;
		margin:0;
		font-weight: bold;
	}
	.button:hover, input[type="submit"]:hover{color: #0088CC; cursor:pointer;}
	.button:active, input[type="submit"]:active{background: #e5e5e5 url(../img/twilight/agradient-30.gif) repeat-x left top; color: #000;}


IMG.google { 
    display: block;
    padding-top:10px;
    clear: both;
    margin: 0 auto;
    margin-bottom:-15px;
}

/* posts & pages */
h2.entry-title {
	color: #000;
	padding-bottom: 5px;
	margin-bottom:-10px;
	border-bottom: dotted 1px #CCCCCC;
  float: left;
	margin-left: 10px;
	width: 91%;
}
.hentry .categories, .hentry .by-line {
	float: left;
	color: #aaa;
	font-size:80%;
}
.hentry .tags, .hentry .comments-link {
	float: right;
	color: #aaa;
	font-size:80%;
	padding-right:3px;
}
.hentry .by-line {padding-left:10px;}
.page .by-line {padding-left:0px;}
.hentry .categories a, .hentry .tags a{color: #000;}
.hentry .categories a:hover, .hentry .tags a:hover{color:#0088CC ;text-decoration: none;}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11px;
	opacity:.60;
	padding:3px 5px 3px;
	left:-32697px;
	position:absolute;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}

.full .date, .excerpt .date {
  margin:0;
	height: 50px;
	width: 50px;
	background: url(../img/twilight/calendar.png) no-repeat;
	font-size: 22px;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	float: left;
	line-height: 120%;
	vertical-align:top;
}
.full .date span, .excerpt .date span {
	height: 19px;
	display: block;
	font-size:12px;
	color: #ffffff;
	text-align: center;
	padding-top: 1px;
	margin-bottom:-3px;
}
.full .comments-link a,
.full .comments-link a:visited,
.full .comments-link span,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	background: url(../img/comment.gif) no-repeat left bottom;
	padding: 0px 0 0 20px;
	margin-top:5px;
}

.excerpt .comments-link, .excerpt .categories {margin-top:-15px;}
.excerpt .entry-title {padding-top:10px;}
.page h2.entry-title {
	margin-left: 0px;
	width: 100%;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

blockquote {
	margin: 1em 20px;
	padding-left: 50px;
	background: transparent url(../img/quote.gif) no-repeat; }

acronym, abbr { border-bottom:thin dashed #ccc; }

/* Pagination
################################################################################################################## */
#wp_page_numbers ,#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-size: 100%;
}

#wp_page_numbers {
	clear:both;
	display:block;
	margin:0;
	background:#FFF;
	width: 100%;
	background: transparent;
	padding:0;

	font-size:14px;
}
#wp_page_numbers ul {
	width: 100%;
	margin:0;
	padding:0;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin: 2px;
	padding:0px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #d6dfe0;
	background-color:#FFF;
}

#wp_page_numbers li a:hover {
	border-color: #00468b;
	text-decoration: underline;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #047ff8;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #00468b;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	border: 1px solid #bfbfbf;
}
#wp_page_numbers li.dropdown{
	float: right;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	border: 1px solid #bfbfbf;
}
div#preload { display: none; }

