/* @override http://clients.tierratechnology.com/ski-usf/css/screen.css */

/*
SKI-USF CSS
Screen

Typography sizing based on this concept:
http://alistapart.com/articles/howtosizetextincss
*/

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #8b9cb8;
}

body {
	text-align: center;
	font: 100%/1.125em Helvetica, Arial, sans-serif;
	background: #8b9cb8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #42536e;
	margin: 1.125em 0 .25em 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
	line-height: 1.0em;
	margin: .625em 0 .5em 0;
}

h3 {
	font-size: 1.25em;
	border-bottom: 1px solid #42536e;
	clear: both;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .75em;
	font-weight: bold;
}

h6 {
	font-size: .75em;
	font-style: italic;
}

p {
	font-size: .75em;
	margin-bottom: 1.125em;
}

ul, ol {
	font-size: .75em;
}

li {
	
}

a {
	text-decoration: none;
}

a:link {
	color: #793937;
	border-bottom: 1px dotted #793937;
}

a:visited {
	color: #572A28;
	border-bottom: 1px dotted #572A28;
}

a:hover, a:active {
	border-bottom: 1px solid #793937;
}

/* @group Forms */

fieldset {
	border: none;
}

fieldset div {
	clear: both;
	margin-bottom: 10px;
}

fieldset label {
	float: left;
	font-size: .75em;
	width: 10em;
	text-align: right;
	margin: 0 .5em 0 0;
}

fieldset label.req {
	font-weight: bold;
}

fieldset input, fieldset textarea {
	font-size: .75em;
	width: 15em;
}

fieldset textarea {
	width: 500px;
	height: 350px;
}

.controls {
	font-size: .75em;
	margin-left: 10.5em;
}

.req {
	font-weight: bold;
}

div.complex {
	clear: none;
	margin-left: 7.875em;
	width: 40em;
}

.complex div {
	clear: none;
}

.complex div.clear {
	clear: both;
}

.complex label {
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
}

.complex label input {
	font-size: 1em;
}

.complex input {
	width: auto;
}

.complex select.left {
	margin: 0 1em 1em 0;
	width: 200px;
}

fieldset textarea.tinymce {
	width: 500px;
	height: 350px;
}

/* @end */

/* @group MCE Editor */

body.mceContentBody {
	padding: .5em;
	background: #dfe3eb;
	text-align: left;
}

.mceEditor {
	clear: none;
	margin: 0;
}

.mceContentBody ul {
	margin-left: 3em;
	list-style-type: disc;
}

/* @end */

/* @end */

/* @group Universal Classes */

.left {
	float: left;
}

img.left {
	margin: 0 1.125em 1.125em 0;
}

.right {
	float: right;
}

img.right {
	margin: 0 0 1.125em 1.125em;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.caption {
	color: #42536e;
}

.details {
	display: block;
	color: #42536e;
	font-size: .6875em;
	margin-left: 2em;
}

.inset {
	margin: 1.125em 2.5em;
}

.more {
	text-align: right;
	margin-top: -1.125em;
}

.collection .more {
	clear: both;
}

.error {
	color: #810;
	font-weight: bold;
}

.success {
	color: #680;
	font-weight: bold;
}

.sm {
	font-size: .75em;
}

a.button {
	font-size: .75em;
	padding: .1em .3em;
	margin: 5px 10px 5px 0;
	border: 1px solid #793937;
}

a.button:hover {
	background: #F1F2F3;
}

h1 a.button, h2 a.button, h3 a.button, h4 a.button, h5 a.button, h6 a.button {
	padding: 0;
	margin: 0 10px;
	border: none;
	background: none;
}

h1 a.button:hover, h2 a.button:hover, h3 a.button:hover, h4 a.button:hover, h5 a.button:hover, h6 a.button:hover {
	background: none;
}

ul.archives {
	list-style-type: none;
	font-size: 1.25em;
	line-height: 1.25em;
}

ul.archives li {
	padding: .4em;
	padding-left: 0;
}

ul.archives a {
	color: #42536e;
	border: none;
}

ul.archives a:hover {
	color: #793937;
}

#content ul.drafts {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
}

ul.drafts li {
	padding: .4em;
}

/* @group Gallery formatting */

.collection {
	margin-bottom: 1.125em;
}

.row {
	clear: both;
	margin: 1.125em 0;
}

.cell {
	float: left;
	margin: 0 0 0 45px;
}

.cell .caption {
	width: 100px;
	text-align: center;
	margin-top: .5em;
}

.cell a {
	border: none;
}

.cell img {
	border: 1px solid #dfe3eb;
}

.cell img:hover {
	border: 1px solid #793937;
}

.detailed {
	vertical-align: middle;
	margin: 0 1em 1.125em 1em;
}

.inactive {
	color: #999;
}

/* @end */

/* @end */

/* @group Specific */

#page {
	width: 860px;
	margin: 0 auto;
	background: url(../images/common/kanji.png) no-repeat 804px 155px;
}

#header {
	padding-right: 56px;
}

#nav {
	margin-right: 56px;
	padding-right: 107px;
	text-align: left;
	background: #42536e url(../images/common/nav_right.png) no-repeat 697px top;
}

#nav ul {
	background: url(../images/common/nav_bg.png) repeat-x left top;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding-left: 6px;
	font-size: 13px;
	line-height: 13px;
	list-style-type: none;
}

#nav li {
	
}

#nav a {
	float: left;
	border: none;
	color: #fff;
	padding: 10px 15px 10px 17px;
	background: url(../images/common/nav_divider.png) no-repeat left center;
}

#nav a:hover {
	color: #dfe3eb;
}

#nav a.live {
	padding-left: 15px;
	background: url(../images/common/nav_active_bg.png) repeat-x left center;
	cursor: text;
	color: #fff;
}

#main {
	width: 800px;
	min-height: 239px;
	height: auto !important;
	height: 239px;
	margin-right: 52px;
	border: 2px solid #42536e;
	border-top: none;
	border-bottom: none;
	background: #dfe3eb url(../images/common/ski-usf.png) no-repeat right top;
	text-align: left;
}

#content {
	width: 486px;
	padding: 1px 35px 0 40px;
	float: left;
}

#content.full {
	width: 720px;
	padding-right: 40px;
}

#content.full h2 {
	margin-right: 220px;
}

#content h1, #content h2 {
	margin-left: -15px;

}

#content h2 a, #content h3 a {
	color: #42536e;
	border: none;
}

#content h2 a:hover, #content h3 a:hover {
	color: #793937;
}

#content ul, #content ol {
	margin-left: 3em;
}

#dashboard {
	padding-top: 5px;
	margin: 0 0 0 -15px;
}

#breadcrumb {
	font-size: .75em;
	line-height: 1.125em;
	margin: .2em 0 -1.325em -15px;
}

#breadcrumb a.live {
	border: none;
	color: #000;
	cursor: text;
}

/* @group Gallery Form */

#full_preview {
	margin-bottom: 20px;
}

#thumb_preview {
	float: left;
	margin: 0 10px 20px 0;
}

#pic_caption {
	margin: -1.125em 0 20px 0;
	height: 5em;
	width: 30em;
}

#image_select {
	margin-bottom: 2.25em;
}

#upload_file {
	margin-bottom: 20px;
	vertical-align: top;
}

#show_current {
	display: none;
}



/* @end */

#sidebar {
	width: 239px;
	float: left;
	padding-top: 69px;
	text-align: left;
}

#sidebar .nav {
	list-style-type: none;
	margin-right: 15px;
}

#sidebar .nav li {
	margin: 0 0 5px 0;
}

#sidebar .nav li li {
	margin: 0 0 3px 0;
}

#sidebar .nav li ul {
	list-style-type: none;
	margin-left: 15px;
	font-size: .8333em;
}

#sidebar .nav a.live {
	color: #000;
	border: none;
	cursor: text;
}

#sidebar .nav .archives {
	margin-top: 1.125em;
}

#footer {
	background: url(../images/common/fade_out.jpg) no-repeat left top;
	margin: 0 56px 15px 0;
	padding: 215px 0 0 0;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	color: #fff;
}

#footer a {
	color: #fff;
	border-color: #fff;
}

/* @end */