/*
Theme Name: Yeller
Description: A theme designed exclusively for Yeller Studio.
Author: Michael Tussey
Version: 1.1
Template: twentyten
*/

@import url("../twentyten/style.css");

/* =Basic Structure
-------------------------------------------------------------- */

body, input, textarea, .page-title span, .pingback a.url {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a, a:active, a:hover {
	color: #1462C1;
}

a:visited {
	color: #515697;
}

#wrapper{
	background: transparent;
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* container for main content and sidebar containers */
#main  {
	clear:both;
	overflow:hidden;
	padding:0;
}

.inline-object {
	display: inline-block;
}

.inactive {
	display: none;
}

/* =Navigation bar, located at top of page
-------------------------------------------------------------- */

#header {
	padding: 0;
}

#nav-bar {
	float: right;
	width: 573px;
	height: 90px;
	padding: 0 6px;
	background: #f7d100 url("img/nav-bar-shadow.png");
}

.nav-item {
	background: transparent url("img/nav-bar.png") no-repeat scroll;
	display: inline-block;
	height: 90px;
}

#nav-bar .logo { background-position: 0 0; width: 148px; }

#nav-bar .news { background-position: -148px top; width: 85px; }
#nav-bar .news:hover { background-position: -148px 1px; }
#nav-bar .news:active { background-position: -148px 2px; }
#nav-bar .news-active { background-position: -148px bottom; width: 85px; }

#nav-bar .merch { background-position: -233px top; width: 77px; }
#nav-bar .merch:hover { background-position: -233px 1px; }
#nav-bar .merch:active { background-position: -233px 2px; }
#nav-bar .merch-active { background-position: -233px bottom; width: 77px; }

#nav-bar .work { background-position: -310px top; width: 68px; }
#nav-bar .work:hover { background-position: -310px 1px; }
#nav-bar .work:active { background-position: -310px 2px; }
#nav-bar .work-active { background-position: -310px bottom; width: 68px; }

#nav-bar .about { background-position: -373px top; width: 70px; }
#nav-bar .about:hover { background-position: -373px 1px; }
#nav-bar .about:active { background-position: -373px 2px; }
#nav-bar .about-active { background-position: -373px bottom; width: 70px; }

#nav-bar .connect { background-position: -443px top; width: 93px; }
#nav-bar .connect:hover { background-position: -443px 1px; }
#nav-bar .connect:active { background-position: -443px 2px; }
#nav-bar .connect-active { background-position: -443px bottom; width: 93px; }

#nav-bar .inactive:hover {  }


/* =Newsletter bubble, next to top navigation
-------------------------------------------------------------- */

#upcoming-show {
	float: left;
	margin: 25px 0 0 0;
}

#upcoming-show a {
	display: block;
	height: 54px;
	width: 331px;
	background: transparent url("img/whats-new-bubble.png") no-repeat 0 0;
}

#upcoming-show a:hover {
	background-position: 0 bottom;
}

/* =Main content container
-------------------------------------------------------------- */

#container {
	float: right;
	margin: 0 20px 0 0;
	padding: 20px 25px 45px;
	width: 535px;
	min-height: 975px;
	background: #fff url("img/container-bg-footer.png") repeat-x 0 bottom;
}

#content {
	margin: 0;
}

#content img.size-full {
	width: 535px;
	border: 1px solid #ccc;
}

#content img.no-stroke {
	border: 0;
}

#content, #content input, #content textarea, #sidebar-area {
	color:#666;
	font-size:11px;
	line-height:16px;
}

/* =Post entry
-------------------------------------------------------------- */

.entry-title, .entry-title a:link, .entry-title a:visited, h3#comments-title, h3#reply-title {
	font-family: "Old Standard TT", Georgia, Times New Roman, sans-serif;
	font-style: italic;
	color:#333 !important;
	text-decoration:none;
	font-weight: normal !important;
}

.entry-meta, .comment-meta, .entry-utility {
	color:#999999;
	font-size:9px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.entry-utility {
	display: inline;
}

.tag-links {
	max-width: 100px;
}

.entry-meta a {
	text-decoration: none;
}

.nav-previous, .nav-next {
	color:#999999;
	font-size:9px;
}

.edit-link a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #666;
	padding: 2px 5px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.edit-link a:hover {
	color: #fff;
	background: #999;
}

.hentry {
	border-bottom:1px solid #999999;
	margin:0 0 30px;
	padding-bottom:30px;
}

.entry-content label {
	font-size: 11px;
}

/* =Sociable Links
-------------------------------------------------------------- */

.sociable {
	margin: 0 !important;
	float: right;
}

.sociable img {
	width: auto;
	border: 0;
}

.sociable_tagline {
	display: none;
}


/* =Featured and sticky posts
-------------------------------------------------------------- */

.blog .tag-featured, .home .sticky {
	margin: 0 0 25px;
	border:0;
	padding:20px 25px;
}

.blog .tag-featured {
	background:url("img/featured-corner.png") no-repeat scroll 0 0 #EEEEEE;
}

.home .sticky {
	background:url("img/sticky-corner.png") no-repeat scroll 0 0 #EEEEEE;
}

.blog .tag-featured img.size-full, .home .sticky img.size-full {
	width: 485px !important;
}

/* =Comments
-------------------------------------------------------------- */


h3#comments-title, h3#reply-title {
	font-size: 15px;
	padding:24px 0;
}

#respond {
	border-top: 0;
}

.commentlist li.comment {
	border-bottom:1px solid #E7E7E7;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 30px;
	position:relative;
}

h3#reply-title {
	padding: 0;
	margin: 0;
}

/* =Sidebars
-------------------------------------------------------------- */

#sidebar-area {
	background: url("img/sidebar-bg.png");
	float:right;
	overflow:hidden;
	width:256px;
	padding: 25px;
}

#primary, #secondary {
	float:right;
	overflow:hidden;
	width:125px;
	clear: none;
}

.widget-container {
	margin:0 0 10px;
}

/* Maintain equal height of "Categories" and "We Love" sidebar widgets */
#sidebar-area #categories-435399852, #sidebar-area #linkcat-88 {
height:130px;
overflow: hidden;
}

h3.widget-title {
	color:#666;
	font-size: 11px;
	font-weight:bold;
	margin-bottom: 2px;
}

#my-sidebar-search {
	margin-bottom: 20px;
}

#my-sidebar-search #s {
	width: 202px;
	height: 32px;
	background: #fff url("img/search-bg-focus.png") no-repeat 0 0;
	font: 20px Helvetica, Arial, Verdana, sans-serif;
	color: #ccc;
	border: 1px solid #999;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 2px 5px 0 40px;
}

#my-sidebar-search #s:focus {
	color:#666;
}

#searchsubmit {
	display: none;
}

#triangle {
	float:right;
	margin: 0;
}

#featured-sidebar-post {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;	
}

#sidebar-social-media {
	clear: both;
	border-top: 1px solid #999;
	margin: 10px 0 5px;
	padding: 20px 0;
}

.social-mecia-icons {
	float: right;
}

.social-mecia-icons img {
	margin-right: 5px;
}

/* =Contact/Connect Form page
-------------------------------------------------------------- */
.entry-content label {
	vertical-align: top;
}

label.error {
	display: block;
	color:#FF4B33;
	font-size:10px;
	width:auto;
	margin: -5px 0 10px 0;
	font-weight: bold;
}

#contact-form input[type="text"], textarea {
	width: 250px;
	margin: 0 0 10px 0;
}

#contact-form input[type="checkbox"] {
	margin: 0;
}

#contact-form input[type="submit"], #respond .form-submit input {
	background-color:#666666;
	border:0;
	color:#FFFFFF;
	font:bold 12px Helvetica,Arial,sans-serif;
	height:30px;
	margin:20px 0 0;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}


#contact-form, #contact-form-success {
	float: left;
	width: 250px;
	min-height:140px;
	margin-right:20px;
	padding-right:30px;
	border-right: 1px solid #eee;
}

.contact-form-label {
	color:#666;
	font-size: 11px !important;
}

.contact-form-desc {
	float:left;
	width:215px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	font-size: 11px;
	line-height: 16px;
}

#footer a {
	color:#ccc;
}

#footer a:hover {
	color:#F7D100;
}

#colophon {
	color: #ccc;
	background: url("img/footer-bg.png") repeat scroll 0 0 #333333;
	border-top: 1px solid #999;
	float:right;
	overflow:hidden;
	padding:25px;
	width:535px;
}

#site-info {
	font-family: "Old Standard TT", Georgia, Times New Roman, sans-serif;
	font-style: italic;
	text-decoration:none;
	font-weight: normal !important;
	border-top:1px solid #666666;
	color:#ccc;
	font-size: 10px;
	padding-top:15px;
	width:100%;
}

#site-info a {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#site-generator a {
	background: 0;
	line-height: inherit;
}

/* =Footer Widgets
-------------------------------------------------------------- */

#footer .widget-title {
	color: #999;
}

#footer ul {
	margin: 0;
	list-style: none;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 25px;
	width: 110px;
}

#first {
	width: 250px !important;
	margin-right: 45px !important
}

#third {
	margin:0 !important;
	width: 100px !important;
}
