/*
Theme Name: Urban Ragdolls
Theme URI: http://urbanragdolls.com
Description: Version 2.0 of Urban Ragdolls
Version: 2.0
Author: Kat ; Vexiphne
Author URI: http://vexiphne.net

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #3a3a3a url('/images/bg_gradient.png');
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
	}

#page {
	margin-left: auto;
	margin-right: auto;
	}

#content {
margin-top: 15px;
height: 325px;
width: 286px;
overflow: auto;
text-align: left;
position: relative;
z-index: 100;
 }
 
small {
	font-style: italic;
	color: #666666;
}
.post { margin: 10px;}

img { border: 0px; }

a { color: #33cc99; }

a:hover { color: #999999; }

form { margin: 0px; }

input,textarea {

width: 200px;
display: block;
font-size: 10px;
color: white;
background: #333333;
border: 1px solid #777777;
}

.commentlist {
	padding: 0px;
	margin: 0px;
}


hr {

height: 0px;
border: 0px;
background: none;
}

.comment {
	padding: 5px;
	list-style: none;
	border-bottom: 1px dotted #666666;
	margin-bottom: 5px;
}
