/*
Theme Name: Willie - Dark Blue
Theme URI: http://minisitegallery.com
Description: Custom Wordpress theme design for WillieCrawford.com by Kidino that includes a squeeze page for main page
Version: 1.0
Author: Iszuddin Ismail
Author URI: http://minisitegallery.com
Tags: dark blue, widget, squeeze page, opt-in

*/

    * {
        font-family: Arial;
    }
    
    body {
        margin: 0px;
        padding: 0px;
        background-color: #134171;
        background-image: url(img/bodybg.png);
        background-position: top;
        background-repeat: repeat-x;
    }
    
    #wrapper {
        position: relative;
        width: 800px;
        margin: auto;
    }
    
    #header {
        background-image: url(img/header.png);
        height: 252px;
        width: 800px;
        background-repeat: no-repeat;
    }
    
    #content {
        background-image: url(img/contentbg.png);
        background-position: top center;
        background-repeat: repeat-y;
        width: 740px;
        margin: auto;
        display: table;
    }
    
    #footer {
        background-image: url(img/footer.png);
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 60px;
        padding: 30px 50px 20px 50px;
        text-align: center;
    }

    #footer * {
        font-size: 11px;
        color: #ccc;
    }

    ul#menu {
        position: absolute;
        list-style-type: none;
        top: 157px;
        right: 40px;
        padding: 0px;
        margin: 0px;
        width: 680px;
    }

    ul#menu li {
        display: inline;
        padding: 0px;
        margin: 0px;
    }
    
    ul#menu a {
        font-family: Arial;
        font-size: 12px;
        color: #fff;
        margin: 0px;
        padding: 5px;
        text-decoration: none;
    }

    ul#menu a:hover {
	color: #ffe400;
    }
    ul#menushadow {
        position: absolute;
        list-style-type: none;
        top: 158px;
        right: 39px;
        padding: 0px;
        margin: 0px;
        width: 680px;
    }

    ul#menushadow li {
        display: inline;
        padding: 0px;
        margin: 0px;
        font-family: Arial;
        font-size: 12px;
        color: #333;
        margin: 0px;
        padding: 5px;
        text-decoration: none;
    }
    
    #inwrapper {
        width: 660px;
        min-height: 300px;
        margin: auto;
    }

    small {
        color: #999;
        margin-top: 0px;
    }

    #blog {
        float: left;
        width: 440px;
    }

    #blog h2 {
        font-size: 24px;
        font-weight: normal;
        font-style: italic;
        margin-top: 0px;
        color: #005bba;
        margin-bottom: 0px;
	text-decoration: none;
    }

    #blog .entry {
        margin-bottom: 50px;
    }

    #blog .entry h2 a {
        font-size: 24px;
        font-weight: normal;
        font-style: italic;
        margin-top: 0px;
        color: #005bba;
        margin-bottom: 0px;
	text-decoration: none;
    }
    
    #blog .entry h2 {
	margin-top: 0px;
    }

	#searchform {
		margin-bottom: 40px;
	}

    #blog .entry h3 a {
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        margin-top: 0px;
        color: #005bba;
        margin-bottom: 0px;
	text-decoration: none;
    }
    
    #blog .entry h3 {
	margin-top: 0px;
	margin-bottom: 0px;
    }

    #blog .entry .postmetadata {
        color: #999;
        font-size: 11px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
    
    #article .postmetadata {
        color: #999;
        font-size: 11px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    #maincontent .postmetadata {
        color: #999;
        font-size: 11px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
	
    }

    #single {
        float: left;
        width: 440px;
    }

    #single {
        margin-bottom: 50px;
    }

    #single h1, #single h3 {
        font-size: 24px;
        font-weight: normal;
        font-style: italic;
        margin-top: 0px;
        color: #005bba;
        margin-bottom: 0px;
	margin-top: 0px;
    }
    
    #single h3  {
        margin-top: 40px;
    }
    
    #single .postmetadata {
        color: #999;
        font-size: 11px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    #article {
        width: 600px;
	margin: auto;
    }

    #article h1 {
        font-size: 24px;
        font-weight: normal;
        font-style: italic;
        margin-top: 0px;
    }

    #maincontent {
        float: left;
        width: 320px;
    }
    
    p, li, td {
        font-size: 14px;
    }

    #maincontent h1 {
        font-size: 24px;
        font-weight: normal;
        font-style: italic;
        margin-top: 0px;
    }


    #optin {
        display: table;
        border: 2px solid #004fa1;
        padding: 1px;
        float: right;
        background-color: #e6f2ff;
        text-align: center;
        width: 305px;
    }
    
    #optin p {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 14px;
    }

    #optin p.ps {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
        color: #333;
    }
    
    input.txt {
        width: 237px;
        height: 43px;
        text-align: center;
        font-family: Arial;
        font-size: 18px;
        background-color: transparent;
        background-image: url(img/textfield.png);
        border: none;
        background-repeat: no-repeat;
        display: block;
        margin-top: 0px;
        margin: auto;
        margin-bottom: 10px;
    }

    input.subscribe {
    }

    #home {
        position: absolute;
        top: 152px;
        left: 40px;
        height: 32px;
        width: 32px;
        text-indent: 100px;
        margin: 0px; padding: 0px;
        overflow: hidden;
    }
    
    ul#sidebar {
        list-style-type: none;
        float: right;
        width: 190px;
        margin: 0px;
        padding: 0px;
    }
    
    ul#sidebar li {
        margin-bottom: 20px;
    }
    ul#sidebar li p {
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
        font-size: 11px;
    }
    
    ul#sidebar li h4 {
        background-image: url(img/sidebar_title.png);
        font-size: 15px;
        color: #fff;
        margin: 0px;
        height: 40px;
        padding-top: 8px;
        padding-left: 12px;
        background-repeat: no-repeat;
    }
    
    ul#sidebar li ul {
        margin: 0px;
        padding: 0px;
        margin-left: 25px;
        list-style-type: square;
    }
    
    ul#sidebar li ul li {
        margin-bottom: 5px;
        font-size: 11px;
	color: #666;
    }
    
    ul#sidebar li ul li a {
        color: #009cff;
    }

    ul#sidebar li ul li a:hover {
        color: #00f;
    }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

