@import url("reset.css");
@import url("signup.css");
@import url("navigation.css");
@import url("sidebar.css");
@import url("posts.css");
@import url("profile.css");
@import url("edit.css");
@import url("missing.css");

body {
	background: #C8D6BF;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana,Arial, sans-serif;
}

.error {
	color: #CF110C	!important;
}

/*Gray form field border*/
#makePost #postBox, #makePost #catSelect select, .postContainer .postStats img, #postComment #commentBox, #profileContainer img, #signupDialog, .signupRow input, .editForm select, .editForm #avatarImg, #submitEdit #editBtn, #avatarBtn, .editForm input[type=text], .editForm input[type=password], .editForm textarea {
	border: 1px solid #c9c2c1;
}

/*** Background Colors ***/

/*Sidebar*/
#mainBody, #leftcolumn, .pagination a {
	background: #90A345;
}

#catNav li:hover, #catNav .active, .pagination a:hover {
	background: #A8C060;
}
/*End Sidebar*/

#content {
	background: #fff;
}

/*** End of BG Colors ***/

#wrapper { 
	margin: 0 auto;
	width: 960px;
}

#navigation {
	float: left;
	width: 960px;
	color: #3C403B;
	margin: 0 0 10px 0;
}

#mainBody {
	float: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#leftcolumn { 
	color: #3C403B;
	width: 199px;
	float: left;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	
}

#content { 
	float: left;
	color: #3C403B;
	min-height: 657px;
	width: 760px;
	border-left: 1px solid #4b5622;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}

#footer { 
	width: 960px;
	height: 25px;
	clear: both;
	color: #3C403B;
	font-size: .8em;
	padding: 5px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: #493736;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

.pagination {
	margin: 10px 0 10px 10px;
	font-size: .7em;
}

.pagination a {
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	margin-right: 5px;
	color: #596A16;	
	border: 1px solid #4b5622;
}

.pagination a:hover {
	color: #493736;
}

.pagination .current {
	text-decoration: none;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #4b5622;
}

.pagination .elipses {
	margin-right: 5px;
}

.ui-tabs-hide { display: none !important; }