@charset "UTF-8";
/*  
Theme Name: Furry Murray
Theme URI: N/A
Description: This theme was designed exclusively for Erin Murray and her blog at furrymurray.com
Version: 0.9
Author: Ruddy Dog
Author URI: http://www.ruddydog.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height:1.125em;
	background-color: #301904;
	text-decoration: none;
}

#container {
	/* border-left: dashed 1px white;
	border-right: dashed 1px white; */
	width: 960px;
	margin: 0 auto;
}

#header {
	display: block;
	margin: 3em auto;
	width: 960px;
	height: 200px;
	background-color: #c89fdf;
	background-image:url(_images/leftCircles.png);
	background-repeat: no-repeat;
}

#navigation {
	margin: 0 auto;
	width: 800px;
}

#main {
	margin: 0 auto;
	width: 960px;
	background-color: #c89fdf;
}

#content {
	position: relative;
	margin: 2em 46px;
	width: 560px;
	float: left;
	border: solid 2px #301904; 
	background-color: white;
}

#secondaryContent {
	position: relative;
	margin-top: 2em;
	margin-right: 48px;
	width: 250px;
	display:block;
	float: right;
	border: solid 2px #301904;
	background-color: white;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	margin: 2em auto;
	width: 800px;
	text-align:center;
	color: #c9c;
}

#header h1 {
	color: #301904;
	font-family:"Didot", "Comic Sans MS", cursive;
}

#header h2 {
	position: absolute;
	margin: 170px 0 0 400px;
	color: #301904;
	font-family: Didot, "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 1.3em;
        line-height: 1.3em;
}

h3 {
    text-align:center;
    color: #301904;
    }

#header img.title {
	position: absolute;
	margin-top: 50px;
	margin-left: 280px;
}

#header img.headerImage {
	display: block;
	float: right;
	margin-top: -20px;
	margin-right: -15px;
}

#navigation ul {
	display: block;
	list-style:none;
	margin-left: 5px;
}

#navigation ul li {
	display: inline;
	margin-left: 30px;
	margin-right: 25px;
}

#navigation a img, #header a img {
    border: 0;
}

/* Get rid the dotted line around image links */
a:active, #navigation a:focus {
    outline: 0;
}

.post {
	padding: 2em 1em 0em 1em;
}

.date {
	display: block;
	float: left;
	font-size: 1.2em;
    line-height: 1.3em;
    color: #578104;
}

.title {
    margin-top: 1em;
	text-align:center;
}
.title h2{
	color: #301904;
	font-size: larger;
        line-height: 1.3em;
}
.title a{
	color: #301904;
	text-decoration: none;
    font-size: 1.5em;
}

.entry p {
	margin-top: 2em;
	font-size: 0.85em;
	color: black;
}
.entry a {
	color: black;
}

.entry a img{
        border-style: none;
}

#secondaryContent img {
    margin-top: 2em;
	margin-left: 33px;
}

#secondaryContent ul {
	list-style: none;
    margin-top: 1em;
	margin-left: 1em;
    margin-right: 0em;
    margin-bottom: 1em;
}

#secondaryContent ul li {
	line-height: 2em;
    font-size: 1.4em;
}

#secondaryContent ul li ul {
    margin-top: -0.4em;
    margin-left: 0.5em;
}
#secondaryContent ul li ul li{
    line-height: 1.1em;
    font-size: 0.7em;
    color: #578104;
}
#secondaryContent ul li ul li a{
    color: #578104;
}
#secondaryContent ul li ul li ul li{
    line-height: 1.1em;
    font-size: 0.7em;
    color: #578104;
}
#secondaryContent ul li ul li ul li a{
    color: #578104;
}

#secondaryContent a {
	text-decoration: none;
	color: #301904;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.about_blurb {
    margin: 1em 33px;
    font-size: 0.75em;
    line-height: 1.2em;
}

.comments {
	background-image: url(_images/comments.png);
    background-repeat: no-repeat;
	width: 105px;
    margin-top: 1em;
	text-align: right;
    background-color: #fff;
}
.comments a {
    font-family: Tahoma;
	text-decoration: none;
   	font-size: 0.70em;
    font-weight: bold;
	color: #301904;
}


/***************** COMMENT FORM *****************/
.comments_form {
padding-bottom: 20px;
margin-top: 5px;
}
.comments_form h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #414141;
}

.one_comment {
    border-bottom: 1px #DDD solid;
    padding: 20px 30px;
}

.comment_text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #301904;
    width: 280px;
    float: right;
    margin-right: 3em;
}
.comment_info {
float: left;
width: 160px;
}
.comment_author {
padding-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
color: #578104;
margin-bottom: 10px;
}
.comment_author a{
color: #578104;
text-decoration: underline;
margin-bottom: 10px;
}
.comment_date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #a0a0a0;
}

.comment_form {
padding: 20px 30px;
font-family: Verana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #301904;
padding-left: 70px;
}
.comment_form a{
color: #4F872E;
text-decoration: underline;
}
.comment_form br{
clear: both;
}

.comment_form label{
display: block;
float: left;
width: 90px;
}

.comm_input {
float: left;
}

.comm_input input{
width: 210px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;
color: #301904;
margin-bottom: 10px;
background: url(img/input-bg.jpg) top repeat-x;
border: 1px #e5e5e5 solid;
}

.comment_form textarea{
width: 300px;
height: 150px;
padding: 5px;
color: #301904;
background: url(img/input-bg.jpg) top repeat-x;
border: 1px #e5e5e5 solid;
margin-bottom: 10px;
}

.comment_text blockquote {
padding: 3px;
background-color: #F4FBD2;
border: 1px #E1EEB9 dashed;
margin: 5px 0;
margin-bottom: 10px;
}

.comment_text blockquote p{
padding: 0;
}
