/*  
Theme Name: DCUC
Theme URI: http://wordpress.org/
Description: Modified version of "Default" Theme
Version: 1.6
Author: 
Author URI: 


*/



/* Begin Typography & Colors */

a {color: #0000ff; text-decoration: underline; }
a:visited { color: #000099; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; background-color: #ffff00; }


.side {
	font-size: 15px;
	color: #ffcc00;
	}

a.headline {
	font-size: 16px;
	font-weight: bold;
	}

.side ul li {
  	color: #ffcc00;
	text-align: left;
	list-style: square;
	padding-left: 0;
}

.side a {
	color: #ffffff; 
	text-decoration: none; 
	}

.side a:visited { 
	color: #eeeeee; 
	text-decoration: none; 
	}

.side a:hover { 
	color: #000000; 
	text-decoration: none; 
	background-color: #ffff00; 
	}



input#s {
	width: 90%;
	background: #eee;
	border: 1px solid #cccccc;
	color: #000;
}

input#searchsubmit {
	background: #ffcc00;
	border: 2px solid #000000;
	color: #000;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


#commentbox {
	background: #eeeeee;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;

}

.social_img {
	   margin: 1px;
	   padding: 1px; 
	   border: none; 
}





/* ++++++++++++++++++ The Date and comment count container  ++++++++++++++++++ */
.datecomrap {
        float:left;
        width:35px;
        overflow:hidden;
		height:110px;
}

.date {
         color:#fff;
         background:url(images/date.png) no-repeat 0 0;
         width:35px;
         height:60px;
         text-align:center;
         font-size:0.7em;
         padding:3px 0 0 0;
}
* html .date { /*IE6 only*/
        background:#000;
  }

.commy {
         color:#fff;
         background:url(images/comments.png) no-repeat 0 0;
         width:35px;
         height:30px;
         text-align:center;
         font-size:1.1em;
         padding:7px 0 0 0;
         margin-top:10px;
}

* html .commy { /*IE6 only*/
        background:#000;
  }

.commy a, .commy a:hover {color:#fff;}


/* +++++++++++++++ The comment section +++++++++++++++++ */


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

        border: 1px solid #808080;
}

#commentform textarea {
        width:100%;
}

#commentlist {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist li {
        border:2px solid #000000;
        margin:0 0 20px 0;
        list-style-type:none;
        padding:0px;
        background:#f5f5f5;

}

#commentlist ul {margin:0; padding:0;}

#commentlist li p {font-size:12px;
        padding:5px 10px 5px 80px;
        margin:0;

}

#commentlist a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist li div.meta {padding:0; margin:0; text-align:center;}

#commentlist li .avatar {
        float:left;
        padding:0;
        margin:5px;

}


#commentlist2 {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist2 li {
        border:2px solid #000000;
        margin:0 0 20px 0;
		padding:5px;
        list-style-type:none;
        padding:5px 10px 5px 63px;
        background:#f5f5f5;


}

#commentlist2 ul {margin:0; padding:0;}

#commentlist2 li p {font-size:12px;
        margin:0;
}

#commentlist2 a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist2 li div.meta {padding:0; margin:0; text-align:center;}

#commentlist2 li .avatar {
        float:left;
        padding:0;
        margin-left:-58px;
		width:50px;
		height:50px;
}

#commentlist2 li ul li { 
	margin-right: -15px;
	margin-left: -50px;
	margin-bottom: -10px;
}

.children { padding: 0; }

.authorcomm {float:left;
            margin:0;
            padding:0;
            width:70px;
            text-align:center;
            line-height:12px;
            font-size:10px;
}

.authorcomm a {text-decoration:none; font-weight:bold;}

.reply {text-align:right; padding:5px;}
.navigation {width:100%; height:20px;}
.cancel-comment-reply{text-align:right; float:none; font-size:12px;}
.comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
.fn {font-size:15px; font-weight:bold;}
.says {display:none;}
#comments {font-size:16px;}
#respond h3 {font-size:16px;}


img.wp-post-image {border: 1px solid #000000;}
img.attachment-post-thumbnail{border: 1px solid #000000;}


blockquote { border-left: 2px solid #990000; margin-left: 1.5em; padding-left: 5px; color: #000099; font-style: italic;}
