/*
Theme Name: Brigade
Theme URI: http://cvbrigade.org
Description: A design by Michael Allen of <a href="http://www.cvbrigade.org" title="Drums On the Chippewa">Drums On the Chippewa</a>.
Version: 1
Author: Michael J. Allen
Author URI: http://cvbrigade.org/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
 margin:2px;
 background:#dddddd;
 color: #004813;
 padding:0;
}

img {
	border: 0;
}

a   {
        color:#004813;
        font-family:sans-serif;
        font-style: bold;
        text-decoration:none;
            white-space:nowrap;
    }
    
a:hover {
            font-family:sans-serif;
            font-style: bold;
            text-decoration:none;
            color:#f60;
         }


         
.headline {
        font-family: sans-serif;
        font-style: bold;
        font-size: 2em;
        }
.head {
        font-family: sans-serif;
        font-style: bold;
        }
.text {
        font-family: serif;
        }
        
.tiny {
        font-family: serif;
        font-size: xx-small;
        }
        
.small {
        font-family:serif;
        font-size:x-small;
        }
        
.normal {
        font-family:serif;
        font-size:small;
        }

#menutext {
            font-family:"Lucida Console", Arial, sans-serif;
            font-style: bold;
            font-size:small;
          }
            
#biglinktext {
            font-family:sans-serif;
            font-style: bold;
            font-size:medium;
            }
            
a.button:link {
                display:block;
                align:center;
                /*width:98%;*/
        /*padding: 3px;*/
        color:#004813;
        text-decoration:none;
                background:#ff6600;
                }
a.button:hover {
                display:block;
                align:center;
                /*width:98%;*/
                /*padding: 3px;*/
                color:#ffffff;
            text-decoration:none;
                background:#ff8737
                }

a.bigbutton:link {
                    display:block;
                    align:center;
                    width:100%;
                    color:#004813;
                    font-family:sans-serif;
                    font-style:bold;
                    font-size:medium;
                    text-decoration:none;
                    background:#ff6600;
                    }
a.bigbutton:hover {
                    display:block;
                    align:center;
                    width:100%;
                    color:#ffffff;
                    font-family:sans-serif;
                    font-style:bold;
                    font-size:medium;
                    text-decoration:none;
                    background:#ff8737;
                    }
  
a.inline:link {
        color:#004813;
        font-family:sans-serif;
        font-style: bold;
                }
a.inline:hover {
                color:#ff6600;
            font-family:sans-serif;
            font-style: bold;
                }
a.italic:link {
        color:#004813;
        font-family:serif;
        font-style: italic;
        font-weight: 500;
                }
a.italic:hover {
                color:#ff6600;
            font-family:serif;
            font-style: italic;
            font-weight: 500;
                }
/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 background: #aca;
}

#header {
	width: 800px;
	background: #fff url(images/doc_header2010.png) top center no-repeat;
	height: 120px;
	margin-top: 0;
	color: #fff;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
 height:16px;
 background:#c0c0c0;
 border:solid #000000;	
 border-width:1px 0 1px 0;
	display: block;
}

#content {
 float: right;
 width:570px;
 background:#ffffff;
 color: #333333;
 align:center;
 padding: 12px;
}
#sidebarLeft {
    font-family: sans-serif;
    font-style: bold;
    font-size: x-small;
    float:left;
    background:#ACA;
    color: black;
    width:206px;
}

* html #sidebarLeft {
	width: 206px;
}

#footer {
	clear: both;
	width: 800px;
	background: #222;
	color: #555;
        text-align: center;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}


/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: small;
	font-family: sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.2em;
}

p a {
        color:#004813;
	/* border-bottom: 1px solid #ccc; */
	text-decoration: none;
}

p a:hover {
        color:#f60;
	/* border-bottom: 2px solid #999898; */
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

/* Blog title - not used */
h1{
display: none;
}
#header .description {
display: none;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

/* Sidebar Heading */
h2 {
	font-size: 12px;
	letter-spacing: -0.8px;
	text-align: center;
	padding:  2px;
	/* text-transform: uppercase; */
	font-weight: bold;
	color:  #000;
	border-bottom: 2px #f60 solid;
	margin-bottom: 4px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Console", Arial, sans-serif;
}

/* Article Heading */
h3 {
	font-family:sans-serif;	
	font-size:1.4em;	
	color:#000;
	margin:0.5em 0;
	padding:0.25em 0;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	color: #424040;
}

h5 {
	font-size: 1em;
	letter-spacing: -0.8px;
	padding:  2px;
	font-weight: bold;
	color:  #000;
	font-family: sans-serif;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: left;
	/*margin: 0 10px 0; */
	padding: 4px 4px 0; 
	text-align: left;
}

#searchform #s {
	width: 90px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

#centerbutton {
        align: center;
}

#sidebarRight a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #004813;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #f60;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #01a;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: sans-serif;
	font-size: 8px;
	text-align: center;
	margin-bottom: 0px;
}

#footer a {
	color: #004813;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #f60;
	background: none;
	border-bottom: none;
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}