/*
Theme Name: RMV
Theme URI: http: //www.rmvideography.com/
Description: The RMV WordPress Theme
Author: Lauren Herda
Author URI: http: //www.rmvideography.com/
Template: thematic
Version: 1.0
*/
@import url(../thematic/style.css);

body {
	background-color: #F7F6EA;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: rgb(68, 68, 68);
}

a:link, a:visited {
	color: #57277E;
}

#wrapper {
	border-top: none;
}

#header {
	background-color: #2F1146;
	margin: 0;
	background-image: url(./media/graphics/background_bottom.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-shadow: 0 0 0 #000;
}

#header #branding {
	height: 100px;
}

#header #blog-title {
	border-bottom: none;
	display: none;
}

#header #blog-title a {
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-weight: normal;
}

#blog-description {
	font-family: "Trajan Pro", Times, "Times New Roman", serif;
	font-style: normal;
	display: none;
}

#access {
	background-color: white;
	border-bottom: 1px solid silver;
}

#access .menu {
	padding: 0;
	margin: 0 auto;
	width: 950px;
}

#access .menu li a {
	padding: 30px 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #555;
	background-color: white;
	border-top: none;
	letter-spacing: 2px;
	font-size: 9pt;
}

#access .menu li a:hover, #access .menu li.page-item-13 a {
	background-image: url(./media/graphics/ornament_small.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#access .menu li.page-item-3 a, #access .menu li.page-item-3 a:hover {
	background-image: url(./media/graphics/rm_logo.gif);
	padding: 0;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	margin: 0;
	margin-right: 20px;
	text-indent: -9999px;
}

.post h2.entry-title {
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}

.entry-title, .entry-title a {
	color: #3E1C59;
}

.aside {
	border-left: 1px solid #3E1C59;
	padding-left: 40px;
}

.main-aside { width: 260px; }

#comments {
	background-color: #E5E3D7;
	border: 1px solid #BEBDB2;
}

#comments-list.comments h3 {
	color: #3E1C59;
	text-align: left;
}

#comments li {
	background-color: white;
	border: 1px solid silver;
	color: #4D4D4D;
}

#comments #respond {
	background-color: white;
	border: 1px solid silver;
	color: #4D4D4D;
}

#comments #respond h3 {
	text-align: left;
	padding: 0;
	margin: 0;
}

#comments .comment-navigation { border-top: none; }

#comments .fn a, #comments-list .comment-meta a, #comments-list a {
	color: #3E1C59;
}

#footer {
	background-color: #2F1146;
	margin: 0;
	background-image: url(./media/graphics/background_bottom.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-shadow: 0 0 0 #000;
}

#footer a { 
	border-bottom: 1px solid rgb(46, 15, 71);
	font-style: normal;
}