/*
THEME NAME: Cellobration
THEME URI: http: //flasta.org/
DESCRIPTION: A child theme for Thematic designed for the Florida American String Teachers Association.
TEMPLATE: thematic
AUTHOR: Kelley Curry
AUTHOR URI: http: //brightbold.com/
TAGS: Child Theme
.
   INDEX:
	   =GLOBAL ELEMENTS=
	   =HEADER=
	   =MENU=
	   =CONTENT=
	   =COMMENTS=
	   =AUTHOR INFO=
	   =NAVIGATION=
	   =IMAGES=
	   =FORMS=
	   =ASIDES=
	   =FOOTER=
	   =PAGENAVI=

	COLORS:  
		Menu background:  #ac1800
		Sidebar block:    #940a01
		Sidebar text:     #fff
		Content block:    #e5c8a2
		Content text:     #2c0000
		Header black:	  #070506
		Content frame:	  #2f0100
		Datestamp:        #c57c62
		Entry utility:	  #9d683e
		Comment link: 	  #c6834d
		Menu highlight:   #d92100
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* Apply a basic layout */
@import url('2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../library/styles/plugins.css');


/* =GLOBAL ELEMENTS=
-------------------------------------------------------------- */

body {
    background: #865e3a;
	color: #2f0100;    
    font-family: Georgia, "Lucida Bright", Lucidabright, "Bitstream Vera Serif", serif;
}
#wrapper {
	background: #865e3a url(images/bkg-sheetmusic.jpg) left top;
}
a:link, 
a:visited {
    color: #d92100;
    text-decoration: none;
}
a:hover,
a:active {
    text-decoration: underline;
}
blockquote {
    font-style: italic;
    font-size: 13px;
}
blockquote em, 
blockquote cite, 
blockquote i {
    font-style: normal;
}
input, 
textarea {
    font-family: Georgia, serif;
}
.important {
    font-weight: bold;
}

/* =HEADER=
-------------------------------------------------------------- */

#header {
    background: #070506;
}
#branding {
	background: url(images/header-violin.jpg) no-repeat right top;
	border: 1px #2f0100 solid;
}
#logo {
	width: 180px;
	height: 150px;
	position: relative;
	margin: 20px 0 0 20px;
}
#blog-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 12px 0 0 20px;
}
#blog-title a {
    background: url(images/masthead.png) no-repeat;
    display: block;
    text-indent: -9000px;
    width: 778px;
    height: 49px;
}
#blog-description {
	display: none;
    font-style: italic;
    padding: 8px 0 63px 0;
    color: #fff;
}

/* =MENU=
-------------------------------------------------------------- */

#access {
    font-size: 11px;
    background: #ac1800;
    margin-top: -1px;
}
.skip-link {
    display: none;
}
#menu {
    overflow: hidden; /* clears the inner float  */
	background: #ac1800;
}
#menu ul {
    margin: 0;
    list-style: none;
    clear: both;
}
#menu ul ul {
    display: none;
}
#menu li {
    display: inline;
	line-height: 50px;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#menu a {
	width: auto;
    display: block;
    float: left;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
}
#menu .current_page_item a,
#menu a:hover {
    background: url(images/menu-hover.png) no-repeat right center;
    color: #fff;
}
#menu a:focus {
/*    background: #4887BD; */
    color: #fff;
}

/* =CONTENT=
-------------------------------------------------------------- */

#main {
	background: url(images/content-bkg.png) repeat-y left top;
	padding-top: 30px;
}
.home #main {
	background-image: url(images/content-bkg-home.png);
	padding-top: 30px;
}
#container {
	background: url(images/content-bkg-top.png) no-repeat left top;
}
.home #container {
	background-image: url(images/content-bkg-top-home.png);
}
#content {
	background: #e5c8a2;
	color: #2c0000;
}    
.hentry {
	width: 630px;
    background: url(images/divider.png) no-repeat 86px 0;
	position: relative;
}
.home .hentry {
	width: 570px;
    background: url(images/divider.png) no-repeat 56px 0;
}
.hentry.p1 {
    margin: 0;
	background: none;
}
.entry-title {
    font-size: 1.5em;
    line-height: 26px;
    padding: 8px 0 2px 0;
    color: #2f0100;
}
.post .entry-title {
	text-align: center;
}
.entry-title a {
    text-decoration: none;
    color: #2f0100;
}
.entry-title a:visited {
    color: #2f0100;
}
.entry-title a:hover,
.entry-title a:active {
    text-decoration: underline;
    color: #d92100;
}
.entry-meta {
    font-size: 11px;
    color: #9d683e;
}
.entry-meta a {
    color: #9d683e;
    font-style: italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
	display: none;
}
.entry-meta .meta-sep {
	display: none;
}
.entry-meta .entry-date {
	margin-top: -1.5em;   /* raises the date up to align with entry-title */
	width: 43px;
	height: 57px;
	display: block;
	position: absolute;
	right: 0;
	padding: 7px 10px;
	background: url(images/datestamp-bkg.png) no-repeat center center;
    color: #2f0100;
	text-align: center;
	line-height: 1;
}
.entry-day {
	display: block;
	font-size: 30px;
	margin-bottom: 4px;
}
.entry-content {
    font-size: .95em;
    margin: 1.382em 0 0 0;
    padding: 0;
    overflow: hidden;
}
.post .entry-content p,
.post .entry-content h1, 
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6,
.post .entry-content ul,
.post .entry-content ol,
.post .entry-content dl,
.post .entry-content form,
.post .entry-content table,
.post .entry-title {
	padding-right: 90px;	
}
.entry-content h1, 
.entry-content h2 {
    font-size: 1.5em;
	font-weight: normal;
    margin: 0 0 18px 0;
    padding: 18px 0 0 0;
}
.post .entry-content h2 {
	text-align: center;
}
.entry-content h3 {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 18px 0;
    padding: 18px 0 0 0;
}
.entry-content h4 {
    font-size: 1.1em;
    font-weight: bold;
}
.entry-content h5 {
    font-size: .95em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-content h6 {
    font-size: .8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-content ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}
.entry-content dl {
    margin: 0 1.5em 1.5em 1.5em;
}
.entry-content dt {
    font-weight: bold;
}
.entry-content dd {
    margin: 0;
}
.entry-content abbr, 
.entry-content acronym, 
.entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin: 0 0 18px 0;
    overflow: hidden;
}
.entry-content ul.xoxo ul {
    margin: 0 0 0 1.5em;
}
li.content-column,
.entry-content li.linkcat {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow: visible;
}
.entry-content .officer {
    font-weight: bold;
}
.more-link {
    font-weight: bold;
    font-style: italic;
    display: block;
}
.page-link {
    margin: 0 0 18px 0;
}
.entry-utility,
.page .edit-link {
    font-size: .75em;
    color: #9d683e;
}
.entry-utility a,
.page .edit-link a{
    font-style: italic;
    color: #9d683e;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight: bold;
    color: #940A01;
}
.post-teaser {
	margin: -1em 0 1em 0;
	clear: both;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
a[href$=".pdf"] {
	padding-right: 16px;
	background: url(images/pdf.gif) no-repeat bottom right;
}
/* Begin Page Styles */
.page .entry-content {
	width: 630px;
    padding: 0;
}
.page-title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 18px 0;
    color: #940a01;
}
.page-title span {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
}
.page .edit-link {
    float: left;
    clear: both;
}
/* End Page Styles */

/* Begin Members Page Styles */
div#joinasta {
	float: right;
	width: 260px;
	margin: 0 0 20px 20px;
	padding: 0 20px 10px 20px;
	border: 2px solid #2f0100;
	background: url(images/members-bkg-light.jpg);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -kthml-border-radius: 7px;
    border-radius: 7px;
}
div#joinasta a {
	color: #fff;
}
div#joinasta a:hover {
	color: #fff;
	text-decoration: underline;
}
div#joinasta * {
	width: 260px;
}
#post-187 h3 {
	clear: none;
}
/* End Members Page Styles */

/* Begin hCard (Member Directory) Styles */
#post-169 .vcard a {
	text-decoration: underline;
	color: #2c0000;
}
#post-169 .vcard a:hover {
	color: #d92100;
}
#post-169 .vcard {
	float: left;
	width: 45%;
	min-height: 4.5em;
	margin: 0 10px 1.2em 10px;
	font-size: .75em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.2;
	font-weight: normal;
}
#post-169 .vcard div,
#post-169 .vcard p {
	margin: 0;
}
#post-169 .vcard .n {
	font-weight: 700;
}
/* End hCard (Member Directory) Styles */

/* Begin Events Page Styles */
.pageid-156 h4 {
	color: #d92100;
}
.pageid-156 h4 a {
	text-decoration: underline;
}
/* End Events Page Styles */

/* =COMMENTS=
-------------------------------------------------------------- */

#comments {
    background: #ac1800;
    color: #fff;
    margin: 54px 0 0 0;
    padding: 18px 0;
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -kthml-border-radius: 7px;
    border-radius: 7px;
}
#comments h3 {
	font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 0 0 18px 0;
    padding: 0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top: 18px;
}
#comments ol {
    margin: 0 0 36px 0;
    list-style: none;
}
#comments li {
	background: #940a01;
    margin: 0 20px 4px 20px;
    padding: 17px 20px 0 20px;
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -kthml-border-radius: 7px;
    border-radius: 7px;
}
#comments a {
}
#comments li.byuser {
    background: #940a01;
}
#comments li.comment p a,
#comments li.comment p a:link,
#comments li.comment p a:visited,
#comments li.comment p a:hover,
#comments li.comment p a:active {
	color: #c6834d;	
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 19px;
    left: 20px !important;
    left: 0px;
}
#comments li .comment-author.vcard {
	background:  url(images/avatar-bass.png) no-repeat left 2px;
	height: 48px;
}
#comments li.alt .comment-author.vcard {
	background:  url(images/avatar-segno.png) no-repeat left 2px;
}
#comments .fn {
    display: block;
    padding: 0 0 0 58px;
 	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
   font-weight: bold;
    font-size: 0.85em;
	text-transform: uppercase;
}
#comments .fn a {
    color: #fff;
}
#comments-list .comment-meta {
    font-size: .75em;
    margin: -28px 0 18px 0;
    padding: 0 0 0 58px
}
#comments-list .comment-meta a {
    font-style: italic;
    color: #fff;
}
#comments li p {
    margin: 0;
    padding: 0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin: 0 0 18px 0;
    font-size: 11px;
}
#trackbacks-list .comment-author a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#respond {
    background: url(images/comments-bkg.jpg) top right;
    padding: 17px 20px 0 20px;
    width: 470px;
    margin: 0 auto;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -kthml-border-radius: 7px;
    border-radius: 7px;
}
#respond h3 {
    padding-top: 18px;
}
#respond a {
	color: #2c0000;	
}
#respond form {
    padding: 0 0 36px 0;
}
#respond #form-section-author {
    width: 230px;
    float: left;
}
#respond #form-section-author input {
    width: 220px;
}
#respond #form-section-email {
    width: 220px;
    float: right;
}
#respond #form-section-email input {
    width: 100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width: 100%;
}
#respond .form-label {
    font-size: 10px;
}
#respond .form-input input {
    margin: 0 0 14px 0;
}
#respond textarea {
    width: 100%;
    margin: 0 0 16px 0;
}
#respond .form-submit {
    float: right;
}
p.subscribe-to-comments {
    width: 260px;
    float: left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear: both;
    margin: 0;
}
p.solo-subscribe-to-comments {
    clear: both;
    margin: 0;
}
p.solo-subscribe-to-comments:first-line {
    font-style: italic;
}
/*input#solo-subscribe-email {
    width: 220px;
    margin: 9px 0;
}*/
#respond .required {
    font-weight: bold;
}

/* =AUTHOR INFO=
-------------------------------------------------------------- */

#author-info {
    margin: 18px 0 36px 0;
}
#author-info p:first-line {
    font-weight: bold;
}
#author-info .avatar {
    float: left;
    width: 72px;
    height: 72px;
    margin: 0 10px 0 0;
    padding: 5px;
    background: #B5D1EA;
    position: relative;
    top: 4px;
}

/* =NAVIGATION=
-------------------------------------------------------------- */

.navigation {
    margin: 0px 0 36px 0;
    overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#nav-above,
#nav-below {
	width: 100%;
}
#nav-above {
    margin: 18px 0 36px 0;
}
.home #nav-above, 
.single #nav-above,
.archive #nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}

/* =IMAGES=
-------------------------------------------------------------- */

.entry-content img {
	border: 6px solid #fff;
}
.entry-content img,
.wp-caption img {
	width: auto;
}
.entry-content img,
.alignright,
img.alignright {
	float: right;
	margin-left: 18px;
	margin-right: 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right: 18px;
	margin-left: 0;
}
.wp-caption {
	margin-bottom: 18px;
	text-align: center;
	background: #fff;
	border-left: 2px solid #fff; /* Fix because the caption wasn't as wide as the frame */
}
.wp-caption img {
	margin: 0 0 0 -1px; /* accomodates the 2px border */
}
.wp-caption p.wp-caption-text {
	margin: 0 0 0 -1px; /* accomodates the 2px border */
	padding: 0 6px 6px 6px;
	background: #fff;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
}
.entry-content img.bio {
	float: left;
	border: none;
	margin: 6px 20px 6px 0;
}
/* Begin Gallery Styles */
#g4b_gallery.g4b_albums .g4b_crumb {
	display: none;		/* hides useless breadcrumbs on main Events page */
}
#g4b_gallery.g4b_photos .g4b_crumb,
#g4b_gallery.g4b_photos .g4b_nav,
#g4b_gallery.g4b_photo .g4b_crumb,
#g4b_gallery.g4b_photo .g4b_nav {
	background-color: #e5c8a2;
	padding: 0;
}
#g4b_gallery.g4b_photos .g4b_row {
	/* width: 100px;				trying to stop the tiny thumbnails in IE7 */
	margin: 0 18px 18px 0;		/* change from 15px right 10px bottom */
}
.g4b_albums .g4b_row .g4b_img img,
.g4b_photos .g4b_row .g4b_img img {
	float: none; /* overrides default img float */
	border: none;
	margin: 0;
    max-width: none; /* overrides default img max-width */
}
.g4b_photo .g4b_row .g4b_img {
	padding: 0;
    margin: 0;
}
.g4b_photo .g4b_row .g4b_img img {
	float: none;
	border: 12px solid #fff;
	margin: 0;
	padding: 0;
}
#g4b_gallery h3, /* for some reason IE & Safari use the wrong styles for the gallery text */
#g4b_gallery p,
#g4b_gallery .g4b_crumb,
#g4b_gallery .g4b_nav {
    font-family: Georgia, "Lucida Bright", Lucidabright, "Bitstream Vera Serif", serif;
}
.g4b_albums .g4b_content {
	float: right;
	width: 500px;
}
.g4b_albums .g4b_content p {
	font-style: italic;
}
.g4b_photo .g4b_content {
	margin: 0 auto;
    padding: 0 10px;
}
.g4b_photo .g4b_content h3 {
	display: none;
}
.g4b_photo .g4b_content p {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    font-size: .8em;
    text-transform: none;
    letter-spacing: normal;
}
.g4b_photo .g4b_nav {
	margin: 15px 0;
	font-style: italic;
}
/* End Gallery Styles */
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
}

/* =FORMS=
-------------------------------------------------------------- */

#post-169 input[type="password"] { 		/* Members' Area */
	width: 200px;
}
#post-169 input[type="submit"] { 		/* Members' Area */
	width: auto;
}

/* =ASIDES= (widgetized areas)
-------------------------------------------------------------- */

#primary,
#secondary {
	background: #940a01;
	color: #fff;
}
.aside ul,
.aside ul ul {
    margin: 0;
    list-style: none;
}
.aside li {
    margin: 0;
    font-size: 12px;
}
.aside li a:link,
.aside li a:visited {
	color: #fff;
}
.aside li a:hover,
.aside li a:active {
	color: #fff;
	text-decoration: underline;
}
.aside ul ul li {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
}
.aside ul ul ul {
    list-style: square;
}
.aside h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Begin Calendar styles */
.aside table {
    border-top: 1px solid #e0e0e0;
    margin: 0 0 8px 0;
}
.aside th {
    border-left: 1px solid #e0e0e0;
}
.aside tr {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 35px;
}
.aside td {
    border-left: 1px solid #e0e0e0;
    padding: 0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 9px 0;
}
.aside tfoot tr {
    border: none;
    line-height: 36px;
}
.aside tfoot td {
    border: none;
    padding: 0;
}
.aside #next {
    text-align: right;
}
/* End Calendar styles */

/* Begin Search styles */
.aside form {
    margin: 4px 0 10px 0;
}
/* End Search styles */

/* Begin Mission style */
#text-246191751 div {
	font-style: italic;
}
/* End Mission style */

/* Begin RSS widget styles */
#rss-links h3 {
	background: url(images/feed-icon-14x14.png) no-repeat left 20px;
	padding-left: 20px;
}
/* End RSS widget styles */

li#linkcat-2,
li#meta {
	display: none;
}
#content .widgetcontainer {
    border-top: 1px solid #e0e0e0;
    padding: 35px 1px 18px 1px;
    margin: 18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 1px 53px 1px;
    margin: 0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top: 18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top: 0;
}
#content .aside h3 {
    font-size: 24px;
    line-height: 26px;
    padding: 8px 0 20px 0;
    font-weight: bold;
}
#single-bottom .widgetcontainer {
    border-top: none;
}
.main-aside {
}
.main-aside h3 {
    padding: 17px 0 1px 0;
}
.main-aside ul ul,
#text-246191751 /* mission */ {
    margin: 0 0 18px 0;
    padding: 0;
}
.main-aside ul ul ul {
    margin: 0;
}
.sub-aside h3 {
}
#footer .widgetcontainer {
    padding: 0 1px;
    margin: 0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin: 0 0 0 13px;
}
#footer .widgetcontainer ul ul {
}

/* =FOOTER=
-------------------------------------------------------------- */

#footer {
	min-height: 20px;
    padding: 30px 0 0 0;
	background: #2f0100 url(images/content-bkg-bottom.png) no-repeat left top;
	color: #fff;
}
.home #footer {
	background-image: url(images/content-bkg-bottom-home.png);
}
#footer a {
    color: #fff;
}
#footer #copyright {
	width: auto;
	float: left;
}
#footer #credits {
	width: auto;
	float: right;
	text-align: right;
}
#subsidiary .aside {
    margin-bottom: 18px;
}
#siteinfo {
    padding: 0 10px 10px 10px;
	position: relative;
    font-size: 11px;
}
#siteinfo a {
    font-style: italic;
}
#siteinfo #copyright,
#siteinfo #credits {
	margin-top: -4px;
}

/* =PAGENAVI=
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin: 0 0 0 0;
    line-height: 36px;
}
.wp-pagenavi a, 
.wp-pagenavi a:link, 
.wp-pagenavi a:active {
    color: #940A01 !important;
    background: #transparent !important;
}
.wp-pagenavi a:hover {
    color: #000 !important;	

}
.wp-pagenavi span.pages {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.wp-pagenavi span.current {
}

.wp-pagenavi span.extend {
    margin: 0 !important;
}