/*
Theme Name: CollgeReview Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme for college review.
Version: 1.6
Author: David Bisset
Author URI: http://davidbisset.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Inherit the theme styles */
@import url( css/reset.css );
@import url( css/screen.css );
@import url( /wp-content/plugins/gravityforms/css/forms.css );

#submitForm label { float: left; font-size: 11px; color: #999; width: 150px; margin-right: 10px; }
#submitForm label.long { width: 400px; padding: 20px 0; }
#submitForm .textbox { float: left; width: 200px; margin: 0 10px 0 0;  }
#submitForm .textbox.short { width: 50px; }
#submitFrom select { margin: 10px; }
#submitForm .row { width: 510px; clear: both; padding: 5px 0; font-size: 10px; }
