/* @override http://localhost:3000/stylesheets/style.css?1228357829 */

/* @override http://localhost:3000/stylesheets/style.css?1228353770 */

/* @override http://localhost:3000/stylesheets/style.css?1228343582 */

/* @override http://localhost:3000/stylesheets/style.css?1228340249 */

/* @group Layout */

body {
	margin-top: 0;
	background-color: #efa82a;
}

.clear {
	clear: both;
}

.padder {
	height: 15px;
}

#wrapper, #footer, #banner {
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-top: 5px solid white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 950px;
	height: 300px;
	border-bottom: 5px solid white;
}

#admin_layout_menu {
	width: 950px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 4px solid white;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	background-color: whitesmoke;
}

#admin_layout_menu a {
	color: black;
	text-decoration: none;
}

#admin_layout_menu a:visited {
	color: black;
	text-decoration: none;
}

#admin_layout_menu a:hover {
	font-weight: bold;
}

#menu {
	width: 950px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 4px solid white;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	background-color: black;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
}

#sub_menu {
	width: 950px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	background-color: #d59c07;
}

#sub_menu a {
	color: white;
	text-decoration: none;
}

#sub_menu a:visited {
	color: white;
	text-decoration: none;
}

#sub_menu a:hover {
	font-weight: bold;
}

.admin_menu_item {
	float: left;
	padding-left: 15px;
}

.menu_item {
	float: left;
	padding-left: 15px;
}

.sub_menu_item {
	float: left;
	padding-left: 15px;
}

#wrapper {
	width: 910px;
	padding: 20px;
	height: 290px;
	overflow: auto;
	border-bottom: 5px solid white;
	background-color: #c15c00;
	color: white;
}

#wrapper a {
	color: #ffc269;
	text-decoration: none;
}

#wrapper a:visited {
	color: #ffc269;
	text-decoration: none;
}

#wrapper a:hover {
	color: gray;
}



#footer {
	border: 0;
	text-align: right;
	padding-top: 5px;
	font-variant: small-caps;
	font-size: small;
}

/* @end */

/* @group Profiles */

#profile {
	padding-bottom: 15px;
}

.profile {
	margin-bottom: 15px;
}

#profiles h2 {
	font-family: "Courier New", Courier, mono;
	color: #000;
}

#profiles img {
	border: 2px solid white;
}

#profiles .content_left {
	float: left;
	width: 250px;
	border-right: 1px dotted white;
}

#profiles .content_right {
	float: left;
	padding-left: 15px;
	width: 600px;
}

/* @end */

/* @group Portfolios */

#portfolios {
	padding-bottom: 15px;
}

.portfolio {
	margin-bottom: 15px;
}

#portfolios h2 {
	font-family: "Courier New", Courier, mono;
	color: #000;
}

#portfolios img {
	border: 2px solid white;
}

#portfolios .content_left {
	float: left;
	width: 250px;
	border-right: 1px dotted white;
}

#portfolios .content_right {
	float: left;
	padding-left: 15px;
	width: 600px;
}

/* @end */
