/* @override http://musicasacra.com/wordpress/wp-content/themes/thesis/custom/custom.css */

/* LINKS */

.format_text a.external {
	background: transparent url(images/external.png) no-repeat right;
	padding-right: 14px;
	padding-left: 0;
	display: inline-block;
}

.format_text a[href^="mailto:"] {
	display: inline-block;
	padding-left: 20px;
	padding-right: 0;
	background: url(images/email.png) no-repeat left;
}

.format_text a[href$='.pdf'] {
	background: url(images/doc_pdf.png) no-repeat right top;
	padding-right: 20px;
	padding-left: 0;
	display: inline-block;
}

.format_text a[href$='.mp3'] {
	display: inline-block;
	padding-right: 20px;
	padding-left: 0;
	background: url(images/audio.png) no-repeat right;
}

/* LAYOUT */

body {
	background: url(images/body_bkgnd_red.png);
	padding: 20px 0;
}

#page {
	border: 4px solid #9b6900;
}

#content {
	width: 72.2em;
}

#content_box {
	margin-top: 1.2em;
}

.clear {
	clear: both;
}

/* HEADER */

#header {
	height: 253px;
	border: none;
	padding: 0;
	background: #000 url(rotator/rotator.php);
	/* background: #000 url(rotator/gramatica-cecilia.jpg); */
}

#logo a {
	display: block;
	height: 253px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#tagline {
	text-indent: -9999px;
}

.to_comments {
	display: none;
}

.comments_closed {
	display: none;
}

/* SIDEBARS */

.sidebar_list h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #cdab62;
}

li.widget ul li {
	margin-bottom: .5em;
	line-height: 1.4em;
}

li.widget {
	margin-bottom: 1.5em;
}

li.widget a {
	display: inline-block;
}

/* NAVBAR */

.menu {
	border-bottom: none;
}

.menu .current > a, .menu .current-cat > a {
	font-weight: bold;
}
/* CONTENT */

h1 {
	letter-spacing: -1px;
}

.format_text {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

#sidebars {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

.format_text h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

input, textarea {
	background: #FAF6DF;
}

.format_text input[type=submit] {
	background: #c69861 none;
	width: auto;
	color: #fff;
	padding: 6px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.format_text input[type=text] {
	margin: 0 6px 0 0;
	width: auto;
}

.headline_meta, .headline_meta a {
	color: #d5be85;
}

/* --FOOTER WIDGETS-- */

#footer_widgets {
	padding-top: 2em;
	padding-bottom: 1em;
	overflow: hidden;
        width: 960px;
	margin: 1em auto;
}

#footer_widgets .footer_widget_box {
	width: 240px;
	float: left;
}

/* --FOOTER WIDGET ITEM-- */

#footer_widgets .footer_items {
	width: 90%;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: auto;
}

#footer_widgets .footer_items a:hover {
	text-decoration: underline;
}

/* --FOOTER WIDGET HEADERS-- */

#footer_widgets .footer_items h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #d5be85;
	margin-bottom: 1em;
}

#footer_widgets .footer_items li {
	display: block;
	list-style-type: none;
	margin-bottom: .4em;
}

#footer_widgets .footer_items ul {
	margin-bottom: 2.5em;
}

/* FOOTER */

#footer {
	border-top: 1px solid #d5be85;
	text-align: left;
	padding: 2em 0 0 0;
	color: #cdab62;
}

#footer li {
	display: block;
	list-style-type: none;
	float: left;
	padding-right: 1.5em;
}

#footer a {
	color: #5C0701;
	border-color: #5C0701;
}

#footer a:hover {
	border: none;
	color: #5C0701;
}

#footer li p {
	padding-right: 1em;
}

#credits {
	padding-top: 10px;
	width: 1050px;
	height: 20px;
	margin: auto;		
	color: #9b6900;
	text-align: right;
}
#credits a {
	color: #9b6900;
	border-bottom: 1px dotted;
}
