/*
Theme Name: NDIA STL
Description: Theme for NDIA St. Louis Branch
Version: 1.0
Author: Matthew Irish
Author URI: http://meirish.com/
*/

@import "css/reset.css";
@import "css/type.css";

.clear              { clear: both; }
.left               { float: left; }
.right              { float: right; }
#wrap               { width: 816px; margin: 0 auto; }
#logo               {float: left; width: 224px; margin-right: 25px; }
#logo a             { display: block; background: url(./images/logo.png) top left no-repeat;height:141px; width: 224px; }
#callout            {float: left; height: 50px; width: 565px;padding: 20px 0; margin-top: 31px; background-color:#fdb913; }
    #callout a      { display: block;height 50px; width: 495px; padding:20px 35px; }
    #callout h3, #callout span, #callout h2
                    { float: left; padding: 3px 0; }
    #callout h2     { font-size: 16px; letter-spacing: -1px; }
    #callout div.left   { color: #99022f; padding:5px 0;margin: 0 10px 0 5px; font-size: 26px; }
    #callout h3     { color: #414042; font-size: 12px; font-weight: normal; line-height: 28px; padding-top: 7px;}
    
#banner             { background: url(./images/banner.jpg) left center no-repeat; height: 179px; padding: 9px 0; border-top: 1px solid #fdb913; }
#nav                {}
    #nav ul         { border-top: 1px solid #fdb913; width: 816px; margin-bottom: 5px; border-bottom: 1px solid #fdb913; overflow: hidden; zoom:1; }
    #nav ul li      { float: left; }
    #nav ul li a    { text-align: center;height: 20px; font-size: 90%; color: #414042; padding: 5px 0; margin: 5px 0; background-color: #fdb913; text-transform: uppercase; display: block; }
    #nav ul li a:hover{ background-color: #99022f; color: #fff; text-decoration: none;}

li.home a{width: 86px;}
li.about-us a{width: 104px;}
li.blog a{width: 133px;}
li.board a{width: 142px;}
li.events a{width: 154px;}
li.links a{width: 89px;}
li.contact a{width: 108px;}

.colmL              { width: 523px; margin-right: 7px; }
    .colmL .content { background-color: #f1f2f2; padding: 30px; margin-bottom: 5px;}
    .home .content h1     { margin-bottom: 30px ;}
    .content h1     {margin-bottom: 5px;}
    .pic            { width: 108px; margin-right: 36px;}
        p.caption   { font-size: 10px; line-height: 14px;}
    #post-content   { width: 303px; }
        #post-content p,#post-content-wide p
                    {padding-bottom: 25px;}
    #post-content-wide {width: 463px;}
        
    
    
.colmR              { width: 285px; }
    .dark           { background-color: #ccc; margin-bottom: 5px; padding: 30px 25px 15px 25px; }
    .dark p         { padding: 5px 5px 5px 20px; font-size: 11px; }
    .upcoming p a   {color: #414042;}
    h4.link          { width: 190px; height: 20px; background-color: #fdb913; color: #414042; display: block; margin: 15px auto 0; text-align: center; font-size: 11px; padding: 4px 0 4px; text-transform: uppercase; }
    p h4.link        {margin: 0; width: auto; float: left; padding: 4px 10px;}

#footer             {padding: 5px 0 20px 0; border-top: 1px solid #fdb913; overflow: auto;}
    #footer p       { float: left; font-size: 10px;}
    #footer p.disclaimer {margin-right: 460px;}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
    input{
        width: 170px;
        background: #ccc;
        font-size: 16px;
        padding: 5px;
    	border: 1px solid #ccc;
    }
 .wpcf7-form-control-wrap input {
	width: 440px;
	background: #fff;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
textarea {
	width: 98%;
	padding: 5px;
	border: 1px solid #ccc;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


