@charset "UTF-8";

* { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }

body { 	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #040404;
	background-image: url(http://ihearttaylor.net/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top; }

p {	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #000000;
	font-size: 12px; }

a { 	color: #344427; font-weight: bold;
	font-size: inherit; text-decoration: none;  }

.center {  text-align: center; }

.image { border-style:solid;
	border-width:1px; 
	border-color: #344427; }

ul {  list-style-type: square; }

a:hover {  color: #000000;
}

.side-bg { background-color: #f3f3eb;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px;
	padding: 2px;
	margin-top: 0px;		
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px; }

.side-title {
 font-size: 14px;
	color: #546a39;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	display: block;
	background-color: #f3f3eb;
	margin-top: 5px;		
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; }

strong {
	font-size: inherit;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #040404;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content {
	background-color: #040404;
	float: left;
	width: 560px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#wrapper {
	clear: none;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}


#sidebar {
	background-color: #040404;
	float: left;
	width: 300px;
	padding: 0px;
	margin: 0px;
}


#footer {
 clear: both;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	font-size: 10px;
	background-color: #fafaf2;	
	color: #000000;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
}


#footer a:link {
 font-size: 10px; 
}


.update-25 { font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #587040;
	margin: 5px;
	width: 85px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	float: left;
	height: 100%;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; }

.update { clear: both; padding: 3px; }

.update-75 { background-color: #587040;
	float: left;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 5px;
	padding: 2px;
	height: 100%;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; }

.update-75b { font-size: 12px; }

.update-75 a, .update-75b a { 	color: #f3f3eb; font-weight: bold;
	font-size: inherit; text-decoration: none;  }

.update-75 a:hover, .update-75b a:hover { 	color: #000000;
	font-size: inherit; text-decoration: none;  }

blockquote { 
  margin: 20 0 0 0px;
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  color: #000000;
  background-color: #85976d;
  border: 1px solid #587040; }

blockquote p {   margin-top: 0;   }

input, textarea, option, select {
	background-color: #fafaf2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #212e24;
	padding:2px; }
