/*
THEME NAME: Thibodaux Chamber Theme
THEME URI: http://thibodauxchamber.com/
DESCRIPTION: A custom theme designed for the Thibodaux Chamber of Commerce
VERSION: 1.0
AUTHOR: Jess Planck
AUTHOR URI: http://funroe.net/
TEMPLATE: funbox
TAGS: funbox
*/

/*
START- CSS Reset by Eric Meyer http://meyerweb.com/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* DISABLED because it messes with old HTML Table bgcolor
	background: transparent;
	*/
}

body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
END- CSS Reset
*/


/* START defaults */

body {
	width: 100%;
	font-family: Arial, sans serif;
	font-size: 72%;
	color: #000000;
}

/* Interactive HTML Styles */

a, a:link {
	color: #000044;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}
	
a:hover {
	color: #88AAAA;
	text-decoration: underline;
}

/* Common text blocks */	

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em;
}

/* Lists and definitions */

ul, ol, dl {
	margin: .1em 0 .1em .4em;
}

ul {
	list-style: disc;
}

ul li {
	margin: .1em 0 .1em 1em;
}

ol {
	list-style: decimal;
}

ol li {
	margin: .1em 0 .1em 1.2em;
}

dl dt {
	font-weight: bold;
	margin: .2em 0;
}

dl dd {
	margin: .1em 0 .1em 1.2em;
}

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

code, pre {
	font-family: "courier new", courier, monospace;
}

input.text {
	padding: 3px;
	border: 1px solid #999999;	
}

/* Heading Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS","Helvetica", Arial;
	font-weight: 400;
	line-height: 1.1em;
    color: #272546;
    margin: .2em 0 .4em 0;
}

h1 {
    font-size: 225%;
}

h2 {
    font-size: 205%;
}

h3 {
    font-size: 185%;
}

h4 {
    font-size: 165%;
}

h5 {
    font-size: 145%;
}

h6 {
    font-size: 125%;
}

/* END defaults */


/* START Multi-purpose Elements */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

div.nav-previous {
	float: left;
}

div.nav-next {
	float: right;
}

.clear, .clearer, p.entry-edit {
	clear: both;
}
/* END Multi-purpose Elements */

/* START Layout */

.wrapper- {
	width: 83.3em; 	
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: transparent;
}

body.screen-narrow .wrapper- {
	width: 66em; 	
}

.container- {
	width: 66em;
	float: right;
	margin: 0;	
	padding-bottom: 4em;	
}

body.screen-narrow .container- {
	width: 49.2em;
}

.content- {
	padding: 0;
    font-size: 116%;	
}

.footer- {
	width: 100%;
	margin: 2em 0;
	padding: 3em 0 0 0;
	clear: both;
	text-align: center;
	border-top: 1px solid #000;
}

/* END Layout */

/* START Header */

.header- {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000044 url("library/images/bg-header-1.png") no-repeat 41em 2.4em;
}

.header- .blog-title- {
	width: 9.5em;
	height: 2.6em;
	margin: 0;
	padding: 1.2em 0 0 1em;
	font-size: 225%;
	font-family: "Trebuchet MS","Helvetica",Arial;
	font-weight: 400;
	line-height: 1.1em;	
}

.header- .blog-title- a, .header- .blog-title- a:link, .header- .blog-title- a:active, .header- .blog-title- a:visited {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -2000px;
	text-decoration: none;
	background: transparent url("library/images/tcc-logo.png") no-repeat top left;	
}

.header- .blog-title- a:hover {
	text-decoration: underline;
}

.header- .blog-description- {
	padding: .8em 0 1.4em 2.5em;
	font-size: 90%;
	color: #C1BBC1;
}

/* END Header */

/* START Access and Top Menu */
.access- {
	width: 100%;
	height: 5em;
	margin: 0;
	padding: 0;
	background: #000044;
}

.access- .menu {
	height: 4em;
	margin: 0;
	padding: 0 0 0 .6em;
	background: #88AAAA;
	border-top: 2px solid #C1BBC1;
	border-bottom: 2px solid #C1BBC1;

}

.access- ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.access- ul li {
	float: left;
	padding: 0;
	margin: 0 1.2em 0 0;
	font-size: 120%;	
}

.access- ul li ul {
	display: none;
}

.access- a, .access- a:link, .access- a:active, .access- a:visited {
	display: block;
	padding: .3em;
	color: #000044;
	font-weight: bold;
	text-decoration: none;
}

.access- a:hover {
	background: #C1BBC1;
	text-decoration: none;
}

.access- .skip-link {
	display: none;
}
/* END Access and Top Menu */

/* START Post Navigation Styles */

.navigation {
	/* 
	This one is tricky since we have two floats in a div
	requries both "width: x" and "overflow: auto" to clear
	interior elements for box creation!
	*/
	width: auto;
	padding: .2em .2em .4em .2em;
	overflow: auto;
	clear: both;
	border-bottom: 1px solid #C1BBC1;
}

.nav-next, .nav-previous {
	width: 48%;
}

.nav-previous {
	float: left;
	text-align: left;
}

.nav-next {
	float: right;
	text-align: right;
	clear: right;
}
/* START Post Navigation Styles */

/* START Post styles */

.post {
    padding-top: .2em;
}

.entry-content {
    line-height: 1.4em;
    clear: both;
}

.entry-content p {
    line-height: 1.4em;
}

.entry-content img {
	max-width: 460px;
	margin: 4px;
}

.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}

.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}

.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}

.entry-meta {
	padding: .1em;
	margin-bottom: 2em;
	font-size: 90%;
	border-top: 1px solid #AFAFAF;
	color: #222;
	background: #efefef;
	clear: both;
}

.entry-date {
	color: #666;
}

.entry-date abbr.published {
	display: block;
	cursor: default;
	margin: .2em 0 .2em .2em;
	padding: .2em;
	color: #AFAFAF;
	font-weight: normal;
}

/* END Post styles */

/* START WordPress Image / Gallery Styles */

.gallery .gallery-item {
	float: left;
	width: 48%;
}

.wp-caption {
	padding: .2em;
	text-align: center;
	border: 1px solid #ccc;
}

.wp-caption p.wp-caption-text {
	margin: .2em 0 .1em 0;
	padding: .2em .4em .1em .4em;
	font-size: 76%;
	text-align: center;
	line-height: 1.2em;
	border-top: 1px solid #EFEFEF;
}

/* END WordPress Image / Gallery Styles */

/* START Comment Styles */

.comments- {
	margin: 0 .5em 0 .5em;
	padding: 0;
	font-size: 96%;
}

div.comment-author {
	padding: .4em;
}

div.comment-author .avatar {
	float: left;
	margin: 0 .5em .5em 0;
}

li.bypostauthor div.comment-author {
	background: #FF9;
}

div.comment-meta {
	clear: right;
	margin: 0 0 .5em 0;
	padding: .2em 0 .2em .5em;
	font-size: 90%;
	color: #222222;
}

ol.commentlist {
	list-style-type: none;
	margin: 0 .2em .5em .4em;
}

.commentlist li.comment, .commentlist li.pingback {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: .2em 0 0 0;
	border-top: 1px solid #AFAFAF;
}

/* END Comment Styles */

/* Start Form Controls - Contact Us */

form fieldset legend {
	font-weight: 400;
}

form input, form textarea {
	margin: .2em;
	padding: .2em;
	border: 1px solid #666;
}

form textarea {
	clear: both;
}

form input:hover, form textarea:hover {
  border: 1px solid #333333;
}

form input:focus, form textarea:focus {
  border: 1px solid #d1d1d1;
}

/* End Form Controls - Contact Us */

/* Start Form Controls - Funbox */

.funbox_form_row {
	margin: .2em 0;
	clear: both;
}

.funbox_form_row label {
	width: 12em;
	float: left;
	padding: 2px;
	font-weight: bold;
	text-align: right;
}

.funbox_textarea label {
	width: 100%;
	float: none;
}

.funbox_form_row .funbox_form_element {
	padding: 2px;
}

/* End Form Controls - Funbox */

/* Start Form Controls - TCC */

.header- .form-search {
	width: 100%;
	height: 2.4em;
	background: #C1BBC1;
}

.header- .form-search .form-search-container- {
	width: 21em;
	float: right;
}

.header- .form-search .form-row label {
}

.header- .form-search .form-row {
	float: left;
}

/* End Form Controls - TCC */


/* START Widget Group Styles */

.widgets-primary-, .widgets-secondary-, .widgets-posts-only- {
	float: left;
	width: 15.4em;
}

.widgets-primary- ul, .widgets-secondary- ul, .widgets-posts-only- ul {
	list-style-type: none;
}

.widgets-primary- ul li, .widgets-secondary- ul li, .widgets-posts-only- ul li {
	list-style-type: none;
}

.widgets-secondary- {
	clear: left;
}

/* END Widget Group Styles */

/* START - Primary Widgets */

.widgets-primary- {
	float: left;
	background: #000044;
	color: #fff;
	padding: 0 0 3em 0;
	border: none;
}

.widgets-primary- h3, .widgets-primary- h4 {
	color: #FFF;
}

/* END - Primary Widgets */


/* START - Archive and Single Posts Widgets */

.widgets-posts-only- {
	float: left;
	background: #000044;
	color: #fff;
	padding: 0 0 3em 0;
	border: none;
}

.widgets-posts-only- h3, .widgets-posts-only- h4 {
	color: #FFF;
}

/* END - Archive and Single Posts Widgets */

/* START - Home Page */
.home .container- {
	float: none;
	margin: 0;
	padding-bottom: 4em;
	width: 100%;
}

.home .entry-content {
	clear: none;
}

.home .page {
	float: right;
	background: #DFDFDF;
	width: 49.2em;
	margin: 0;
	padding: 0 0 0 .4em;
}

.home .page .entry-content {
	font-size: 90%;
}

.home .quarterly-sponsor {
	float: right;
	width: 26em;
	margin: 0 0 0 .4em;
	background: #AACC55;
}

.home .page-posts {
	float: left;
	width: 21.5em;
	background: #000044;
	color: #fff;
	padding: 0 0 3em .4em;
}

.home .page-posts h2 {
	color: #fff;
}

.home .page-posts h3 {
	font-size: 120%;
	color: #AACC55;
}

.home .page-posts a, .home .page-posts a:visited, .home .page-posts a:active {
	color: #AACC55;
}

.home .page-posts .entry-content {
	font-size: 80%;
}

.home .page-posts .tcc-news-link {
	padding: 1.2em .4em 0 0;
	text-align: right;
	font-size: 126%;
	font-weight: bold;
	color: #996633;
}

.home .page-posts .tcc-news-link a, .home .page-posts .tcc-news-link a:link, .home .page-posts .tcc-news-link a:active, .home .page-posts .tcc-news-link a:visited {
	color: #996633;
	text-decoration: none;
}

.home .page-posts .tcc-news-link a:hover {
	text-decoration: underline;
}

body.home.screen-narrow .container- {
	width: 66em;
	float: right;
	margin: 0;
}

body.home.screen-narrow .page {
	width: 56.4em;
}

body.home.screen-narrow .page-posts {
	background: transparent;
	color: #000;
}

body.home.screen-narrow .page-posts h2 {
	color: #000;
}



/* END - Home Page */


/* START - Custom Classes */
/* END - Custom Classes */

/* START Hidden Elements */
/* END Hidden Elements */

/* START Debug */

/*
body {
	background: #fff url("library/images/debug-grid-760px.png") no-repeat top center;
}
*/
/* END Debug */