@charset "UTF-8";
/*
Theme Name: RCD Wordpress
Theme URI: http://blog.rittenhousedesign.com
Description: The official blog of Rittenhouse Communication Design
Version: 1.0
Author: Nathan Rittenhouse
Author URI: http://www.rittenhousedesign.com
*/

/* main divs */

body {
		background-color: #000;
		margin: 0px; 
		padding: 0px;
		min-width: 950px;
		font-family: Arial, sans-serif;
		font-size: 10.5pt;
		line-height: 18pt;
		}
		
#wrapper {
		width: 950px;
		margin: 0 auto;
		overflow: auto;
		}
		
		
#sidebar {		
		width: 192px;
	    float: right;
		margin-right: 25px;
		margin-top: 25px;
		display: inline;
		font-align: left;
		line-height: 18pt;
		padding: 0px;
		}
		
		
#container {
		width: 672px;
		float: left;
		margin-left: 25px;
		margin-top: 42px;
		display: inline;
        font-family: Arial, sans-serif;
		color: #EDB06F;
		}

		
#footer {	font-size: 8pt;
			color: #3F332B;
			font-family: Arial, sans-serif;
			margin-left: 25px;
			clear: both;
			}		
		
		
/* menu */	
		
#sidebar img {
			margin-bottom: 10px;
			border: none;
			-moz-outline-style: none;
			} 
												

@-moz-document url-prefix() {
    #sidebar img { margin-bottom: 7px; }
}



#sidebar ul{
				list-style-type: none;
				padding: 0;
				margin-left: 0;
				}



/* container elements */


.post {
				margin-bottom: 60px;
				}		
				
					
.entry-title {
				font-size: 25pt;
				letter-spacing: -1.5px;
				}	
				
.entry {	
			line-height: 18pt;
			font-size: 10.5pt;
			}				
					

a {
				color: #BF5114;
				line-height: 18pt;
				text-decoration: none;
				-moz-outline-style: none;			
				}

a:hover { 
				color: #513420;
					}  	

a:visited { 
				text-decoration: none;
					}  				
				

H2 {		
		color: #513420;
		text-decoration: none;
		}	
				
				
				
			

/* comments */	
	
.comments-template {
						margin: 10px 0 0;
						padding: 10px 0 0;
						color: #513420;
						
						}
						
#comment-title {
					color: #513420;
					}
									

.comments-template ol {
						margin: 0;
						padding: 0 0 15px;
						list-style: none;
						}

.comments-template ol li {
							margin: 10px 0 0;
							line-height: 18pt;
							padding: 0 0 10px;
							font-size: 14;
							}

.comments-template h3 {
												font-family: Arial, Sans-serif;
												font-size: 10.5pt;
												color: #BF5114;
												}
												

.comments-template h2 {
							font-family: Arial, Sans-serif;
							font-size: 10.5pt;
							color: #BF5114;
							}

.commentmetadata {
					font-size: 11pt;

					
					}

.comments-template p.nocomments {
									padding: 0;
	
									}

#comments {

			font-family: Arial, Sans-serif;
			font-size: 10.5pt;
			line-height: 14pt;
			color: #513420;
			}
			


.comments-template textarea {
								font-family: Arial, Sans-serif;
								font-size: 10.5pt;
								line-height: 18pt;
								}


select, textarea {
					border-style: solid;
					border-width: 1px;
					border-color: #BF5114;
					background-color: #000;
					color: #EDB06F;
					}
 

input {
		border-style: solid;
		border-width: 1px;
		border-color: #513420;
		background-color: #000;
		color:#BF5114;
		}
		
.date {
		color: #513420;
		}
		

/* input, select, select, textarea */
