/*
Theme Name: IEEE EWH
Theme URI: http://ewh.ieee.org/
Description: Prototype for IEEE EWH template
Version: 0.2
Author: Matthew Spivey
Tags: 

Default WordPress by IEEE || http://www.ieee.org
Templatized by Matthew Spivey || http://matthewspivey.com
*/

@import url('css/style.css');

#content {
	width: 646px;
	float: left;
}

ol.commentlist {  
    margin:0;  
    padding:0;
}
.commentlist li {  
    list-style:none;  
    margin-bottom:14px;  
}
.commentlist cite {  
    display:block;
	height: 48px;
}
.commentlist cite img {
    float:left;  
    margin-right: 2em; 
	height: 48px;
	width: 48px;
} 
.commentlist .author {  
    font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;  
	text-decoration:underline; 
}  
.commenttext { 
    padding: 0 20px 10px 20px;  
}  

#comment {
	width: 100%;
}
#respond {
	border-top: 4px solid rgb(109, 167, 208);
}

