/*
Theme Name: Nerdtorious Designs
Theme URI: http://amber-rose.org/
Description: Theme made by Keisha of Nerdtorious Designs.
Version: 2
Author: Keisha Croxton
Author URI: http://designs.nerdtorious.org/
*/







/* Begin Typography & Colors */

body {
	margin: 0px;
	background: #EADACD url('images/mraz_bg.jpg');
	background-position: top left;	
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #7A7A7A;
	text-align: justify;
 	}
table, tr, td, div {
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
}

a, a:visited {
	text-decoration: none;
	color: #4D3F3F;
}
a:hover {
	text-decoration: none;
	color: #5F1917;
}
.journal a:hover {
	text-decoration: none;
	color: #6E4F40;
	background: #E8D8CB;
}

b, strong {
	color: #100000;
}
i, em {
  color: #D8D8D8;
}
s, strike {
  color: #310002;
}
u, underline {
        color: #4B0002;
        font-style: border; 
        text-decoration: underline;
}
textarea,select,button,input {
	background: #100000;
	border-top: #100000 1px solid;
	border-left: #2A0003 2px solid;
	border-right: #100000 1px solid;
	border-bottom: #100000 1px solid;
	font-family: Arial;
	font-size: 12px;
	color: #E8D8CB;
}

/* End Typography & Colors */









/* Begin Layout */

#header {
	background: #1D0002 url('images/header_bg.jpg');
	background-position: top left;	
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 0px;
}

#content {
	background: #1D0002 url('images/content_bg.jpg');
	background-position: bottom left;	
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 0px;
}

#footer {
	background: #0A0001 url('images/footer_bg.jpg');
	background-position: bottom left;	
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 0px;
}


/* End Layout */










/* Begin Content Areas */

.title {
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	color: #E8D8CB;
	background: #100000;
	border-top: #100000 1px solid;
	border-left: #100000 1px solid;
	border-right: #100000 1px solid;
	border-bottom: #2A0003 2px solid;
	text-transform: uppercase;
	padding: 1px;
	margin-bottom: 4px;
}

.title a, a:visited {
	text-decoration: none;
	color: #E8D8CB;
}
.title a:hover {
	text-decoration: none;
	color: #5F1917;
	background-color: #E8D8CB;
}

.entry {
	padding: 5px;
	text-align: justify;
	border-bottom: #2A0003 1px solid;
	margin-bottom: 3px;
}


/* End Content Areas */
