/*
Theme Name: JDR Theme
Theme URI: http://jeradsdesign.com
Description: a completely blank theme
Author: Jerad Horning
Author URI: http://jeradsdesign.com
Tags: web design, template, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

#comments{
	padding:5px 0 5px 0;
}
.clear{
	clear:both;
}
.arrow{
	float:left;
}
.floatLeft{
	float:left;
	padding:0 !important;
	margin:0;
}
.button_submit{
	background: url("/images/submitbutton_up.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 45px;
	width: 105px;
}
.button_submit:hover{
	background: url("/images/submitbutton_down.png") no-repeat scroll 0 0 transparent;
}

