/*  
Theme Name: Christianmarie
Theme URI: not for public use
Description: Theme to match my homepage
Version: 1.0
Author: Christianmarie
Author URI: http://www.christianmarie.com/

_______________________________________________________*/

/*Gets rid of all margins*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{

	margin: 0;
	padding: 0;
}


/*whole page*/

body{

	margin: 0px;
	font-family: Helvetica, Arial, Sans-serif; 
	font-size: 17px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #420041;
}


/*Blog title*/

h1{

	font-family: Arial, Georgia, Sans-serif;
	font-size: 36px;
	padding: 0 0 10px 0;
}



/*links ad visited links*/

a:link, a:visited{

	text-decoration: none; 
	color: #910090;
}


/*hover links*/
a:hover{

	color: #336699;
}


/*all paragraphs*/
p{

	padding: 10px 0 0 0;
}


/*div surrounding whole page*/

#wrapper{

	margin: 0 auto 0 auto;
	width: 880px;
	text-align: left;
}


/*div surrounding blog title and description */

#header{

	float: left;
	width: 880px;
        background: #ffffff;
	margin: 20px 10px 0px 0px;
	
}


#linkbar1{

	width: 800px;
	text-align: center;
	Margin: 10px auto auto auto
	

}




#linkbar1 a{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #330033;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	letter-spacing: 2px;
	font-size: 10pt;
	text-decoration: none;

}


	



/*div surrounding post title, entry, metadata, and nav links*/
#content{

	float: left;
	width: 640px;
	background: #ffffff;
	margin: 40px 0px 0 30px;
	

}


/*div surrounding post title, entry, and metadata*/
.post{

	padding: 10px 0 10px o;

	background: #ffffff
	
}


/*post title*/
.post h2{

	font-family: Arial, Georgia, Sans-serif;
	font-size: 24px;
	
}


/*date/time*/
.post h4{

	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #420041
	
}



/*post entry*/
.entry{

	line-height: 22px;
	letter-spacing: .1em;
	border-top: 2px dotted #edd8ed;
	margin: 10px 0 0 0;
}

/*post metadata*/
p.postmetadata{

	border-top: 2px dotted #edd8ed;
	margin: 10px 0 0 0;
	border-bottom: 2px solid #d7afd7;
	padding: 20px 0 20px 0;
	
	
}

/*navigation links*/
.nav{
	padding: 10px 0 0 0;
	font-size: 22px;
	text-transform: Capitalize;
	line-height: 18px;
	border-top: 2px dotted #edd8ed;
	margin: 20px 0 0 0;
}


/*div surrounding sidebar*/
.sidebar{

	float: left;
	width: 180px;
	background: #ffffff;
	margin: 40px 0 0 20px;
	display: inline;
	border-left: 2px solid #edd8ed;
	
}


/* sidebar titles and lists*/
.sidebar ul{

	list-style-type: none;
	margin: 0;
	padding: 0px 10px 0 20px;
	
}


/*list items*/
.sidebar ul li{

	padding: 10px 0px 10px 0;


	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
	text-transform: Capitalize;
	letter-spacing: .2em;



}


/*removes padding from list items*/
.sidebar ul ul li{

	padding: 0px 0 0 0;
	line-height: 24px;
}



/*sidebar headings*/
.sidebar ul li h2{

	font-family: Arial, Georgia, Sans-serif;
	font-size: 16px;
	color: #420041;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	font-size: 80%;
	
}




/*div surrounding footer*/
.footer{
	clear: both;
	float: left;
	width: 880px;
	background: #ffffff;
	text-align: center;
	padding: 50px 0 0 0;
	line-height: 18px;
	
}


/*-------------------------------------comments--------------------------*/



.comments{
	margin: 20px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments h2, .comments-template h3{
	font-family: Arial,Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 14px;
}

.commentstemplate p.nocomments{
	padding: 0;
}

.commentstemplate textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}





















