/*
Theme Name: Community IT Innovators Blog
Theme URI: http://www.citidc.com/blog
Description: 
Version: 1.0
Author: Frank Hamilton and Sean Speer
Author URI: 
Tags: 
*/

/* Blog Posts */

.blogPost {
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-color: #000;
        margin-bottom: 15px;
}

.postNav {
        padding: 25px 0px 35px 10px;
        font-size: large;
}

.postBottom {
        background:transparent url(images/comment_bg.gif) no-repeat scroll 0 0;
        height: 25px;
        padding: 0px 0px 0px 10px;
        font-size: 0.90em;
}

.postmetadata {
        background:transparent url(images/comment_bg.gif) no-repeat scroll 0 0;
        height: 25px;
        padding: 0px 0px 0px 10px;
        font-size: 0.90em;
}

.postNavLeft {
        float: left;
}

.postNavRight {
        float: right;
}

/* Sidebar and Widgets */

.sidebar{
        padding-left: 35px;
}

.widgetTitle{
	font-size: normal;
        color:#FFF;
        height: 27px;
        padding: 4px 0px 0px 5px;
        background:transparent url(images/widget_title.gif) no-repeat scroll 0 0;
}

.widget {
        width: 250px;
	font-size: normal;
        position: relative;
        margin: 0px;
        padding: 0px 0px 15px 0px;
}

.widgetContent {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

.cat-item {
        position: relative;
        left: -10px;
}

.recentcomments {
        position: relative;
        left: -10px;
}

.widget ul{
        margin: 0px;
        padding: 0px 0px 10px 10px;
        
}

.widget li{
        font-size: small;
        margin: 0px;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin: 0px;
}

.widget_search {
        padding: 0px 0px 10px 0px;  
}

#twitter-tools ul {
	padding: 0px;
	margin-top: 5px;
}
#twitter-tools li {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #003366;
    padding-left: 40px;
    background: url('images/bird.png') no-repeat top left;
}

/* Syndication */

.syndication {
        position: relative;
        padding: 0px 0px 10px 0px;
        margin: 0px;
}

.syndication ul {
        margin: 0px;
        padding: 0px;
}

.syndication li {
        background: url(images/feed-icon-14x14.png) no-repeat left center;
        margin: 0px;
        padding: 3px 0px 3px 20px;
        list-style-type: none;
}

/* 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 */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
        
/* Comments */

#author {
        background:#EEEEEE none repeat scroll 0 0 !important;
        border-color:#003366;
        border-style:solid;
        border-width:1px;
        width: 250px;
}

#email {
        background:#EEEEEE none repeat scroll 0 0 !important;
        border-color:#003366;
        border-style:solid;
        border-width:1px;
        width: 250px;
}

#url {
        background:#EEEEEE none repeat scroll 0 0 !important;
        border-color:#003366;
        border-style:solid;
        border-width:1px;
        width: 250px;
}

#comment {
        background:#EEEEEE none repeat scroll 0 0 !important;
        border-color:#003366;
        border-style:solid;
        border-width:1px;
        width: 600px;
}

#submit {
        background:transparent url(images/submit.gif) no-repeat scroll 0 0;
        height: 29px;
        border:medium none;
        color:#FFFFFF;
        font-size:1.1em;
        font-weight:bold;
        text-align:center;
        width:150px;
}

.avatar {
        display: inline;
         float: left;
         padding: 4px;
         border: 1px solid #000;
         margin: 0px 10px 0px 0px;
}

.clearingBlock {
	width: 0px;
	height: 0px;
	clear: both;
}

/* FOOTER MENU */

#pageFooter {
        background:transparent url(http://www.citidc.com/blog/wp-content/themes/CITI/imagesfooter.gif) no-repeat scroll 0 0;
        height:200px;
        padding-top:50px;
        width:940px;
}

#footerMenu a:link, #footerMenu a:hover, #footerMenu a:active, #footerMenu a:visited {
	font-size: 10px;
	text-decoration: none;
}
#footerMenu a:active, #footerMenu a:hover {
	text-decoration: underline;
}
