/* - - - - - - - - - - - - - - - - - - - - -

Title : Gleam Style

- - - - - - - - - - - - - - - - - - - - - */

@import "css/lib/reset.css";

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

html{
	background: #E8E4D9;
}	
body{
	background: #E8E4D9;
	color: #3A3A38;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	text-align: center;
	margin: 0;
}

/* links  */

a{
	color: #DA7137;
}
a:hover{
	text-decoration: none;
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap{
	margin: 0 auto;
	text-align: left;
}
#header{
	position: relative;
	border-bottom: 3px solid #865534;
	background: #DA7137 url("images/header_img.png") no-repeat top;
	padding: 15px 0;
}
#banner{background: #000;}
#navigation{
	border-top: 3px solid #1A2325;
	border-bottom: 1px solid #FFF;
	background: #202B2D;
	width: 100%;
	overflow: hidden;
}
#content{
	width: 770px;
	margin: 10px auto 10px auto;
}
#primary-content{
	background: #F3F2ED;
	padding: 10px 20px;
	float: left;
	border: 1px solid #D3CFCE;
	width: 58%;
}
#secondary-content{
	background: #F3F2ED;
	padding: 0 20px 20px 20px;
	border: 1px solid #D3CFCE;
	float: right;
	width: 30%;
}
#footer{
	border-top: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	background: #202B2D;
	clear: both;
	padding: 10px;
	font-size: 1.1em;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1{
	letter-spacing: -2px;
	margin: 0;
	font-size: 2.6em;
	margin-left: 20px;
	line-height: 1.1em;
}
#header h1 span{
	font-size: 20px;
	display: block;
}
#header h1 a{
	color: #FFF;
	text-decoration: none;
}

/* main copy */

#main-copy{
	width: 770px;
	margin: 0 auto;
}

/* ------------------------------------------------------------

	banner

------------------------------------------------------------ */

#banner-img{
	background: url("images/editable_images/banner_1.jpg") no-repeat center top;
	margin: 0 auto;
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation ul{
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
}
#navigation ul li{
	display: block;
	float: left;	
	list-style: none;
	text-align: center;
	position: relative;
}
#navigation ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}
#navigation ul li a:hover, #navigation ul li a.current{}
#navigation ul ul{display: none;}
	
/* --- */

#side-navigation{margin: 10px 0 15px 0;}
#side-navigation ul{
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
#side-navigation li{display: inline;}
#side-navigation ul a{display: none;}
#side-navigation ul ul a{
	display: block;
	padding: 5px;
	margin: 1px 0;
	border-bottom: 1px solid #D3CFCE;
	text-decoration: none;
}
#side-navigation ul ul a:hover{text-decoration: underline;}
#side-navigation ul ul a.current{color: #3A3A38;text-decoration: underline;}

/* --- */

#side-navigation ul ul ul li a{padding-left: 25px;}
#side-navigation ul ul ul ul a{padding-left: 45px;}
#side-navigation ul ul ul ul ul a{padding-left: 65px;}
#side-navigation ul ul ul ul ul ul a{padding-left: 85px;}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h1{font-size: 1.8em;}
#primary-content h2{font-size: 1.8em;}
#primary-content h3 { font-size: 1.5em;}
#primary-content p { margin: 0 0 1.5em; }

#primary-content ul, #primary-content ol { margin: 0 1.5em 1.5em 1.5em; }
#primary-content ul { list-style-type: circle; }
#primary-content ol { list-style-type: decimal; }

#primary-content dl { margin: 0 0 1.5em 0; }
#primary-content dl dt { font-weight: bold; }
#primary-content dl dd { margin-left: 1.5em; }

/* tables */

table {border: 2px solid;border-collapse:collapse;width:100%}
	table td {padding:3px;border: 1px solid #3A3A38;}
	table th {text-align:left;border: 1px solid #3A3A38;font-size: 1.2em}
	table thead th {color:#3A3A38;padding: 10px 6px;font-size: 1.6em}
	table tbody th {color:#3A3A38;padding: 6px}

/* blog page type */

.blog-entry{margin-bottom: 20px;}
.blog-entry-date{
	font-size: 0.9em;
	color: #8D8B84;
	margin: 0 0 10px 0;
}
.blog-entry-tags{
	font-size: 0.9em;
	color: #8D8B84;
	margin: 0 !important;
}
.blog-entry-comments{
	font-size: 0.9em;
	color: #8D8B84;	
}

/* blog archive page */

.blog-archive-headings-wrapper{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D3CFCE
}
.blog-archive-month {
	font-weight: normal;
	font-size: 2.0em;
	letter-spacing: -1px;
}

/* blog sidebar elements */

#blog-categories{
	margin-bottom: 10px;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #D3CFCE;
	border-top: 1px solid #D3CFCE;	
}
#blog-archives{
	border-bottom: 1px solid #D3CFCE;
	padding-bottom: 5px;
}
.blog-tag-cloud{
	margin-right: 0 !important; 
	margin-left: 0 !important;
}
.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}
.blog-tag-size-1 {font-size: 0.8em;}
.blog-tag-size-2 {font-size: 0.85em;}
.blog-tag-size-3 {font-size: 0.9em;}
.blog-tag-size-4 {font-size: 0.95em;}
.blog-tag-size-5 {font-size: 1em;}
.blog-tag-size-6 {font-size: 1.05em;}
.blog-tag-size-7 {font-size: 1.1em;}
.blog-tag-size-8 {font-size: 1.15em;}
.blog-tag-size-9 {font-size: 1.2em;}
.blog-tag-size-10 {font-size: 1.25em;}
.blog-tag-size-11 {font-size: 1.3em;}
.blog-tag-size-12 {font-size: 1.35em;}
.blog-tag-size-13 {font-size: 1.4em;}
.blog-tag-size-14 {font-size: 1.45em;}
.blog-tag-size-15 {font-size: 1.5em;}
.blog-tag-size-16 {font-size: 1.55em;}
.blog-tag-size-17 {font-size: 1.6em;}
.blog-tag-size-18 {font-size: 1.65em;}
.blog-tag-size-19 {font-size: 1.7em;}
.blog-tag-size-20 {font-size: 1.75em;}

.blog-rss-link{
	background: url("images/rss_icon.png") no-repeat 0 center;
	padding-left: 20px;
	font-style: italic;
	display: block;
}
.blog-comments-rss-link{
	background: url("images/rss_icon.png") no-repeat 0 center;
	padding-left: 20px;
	font-style: italic;
}

/* gallery pages */

.album-title {
	letter-spacing: -1px;
	font-size: 1.8em;
}
.album-wrapper {margin: 20px 0 10px 0; overflow: hidden}
.thumbnail-wrap {
	float: left;
	padding: 3px;
	background: #1E1E1E;
	border: 1px solid #000;
	margin: 0 15px 15px 0;
}
.thumbnail-frame {position: relative;}
.thumbnail-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	overflow: hidden;
	margin: 0;
	width: 90%;
	color: #fff;
	padding-left: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

/* --- */

.photo-background {padding-bottom: 100px;}
.photo-navigation {
	background: #DA7137;
	height: 145px;
	position: relative;
	margin-bottom: 20px;
}
.photo-links {
	border-top: 3px solid #212224;
	border-bottom: 1px solid #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	font-size: 1.2em;
}
.photo-navigation a:link, .photo-navigation a:visited {
	display: inline-table;
	padding: 0 15px 5px;
	text-decoration: none;
	color: #fff;
}
.photo-navigation a:hover {background: transparent;}
.photo-title {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
}
.photo-caption {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}

/* --- */

.exif-data {
	margin: 20px auto 0 auto;
	font-size: 1.3em;
	text-align: center;
}

/* movie pages */

.movie-page-title {
	letter-spacing: -1px;
	font-size: 1.8em;
}
.movie-page-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.movie-thumbnail-frame {
	width: 132px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #3A3A38;
	text-align: center;
	padding: 3px;
}

/* --- */

.movie-background {}
.movie-title {
	padding: 10px;
	font-size: 2.2em;
	letter-spacing: -1px;
}
.movie-frame {
	border-top: 5px solid #495059;
	border-bottom: 5px solid #495059;	
	padding: 20px;
	margin: 20px 0;
	background: #fff;
}

/* file pages */

.filesharing-item {
	border: 1px solid #D3CFCE;
	padding: 10px;
	margin: 10px 0;
	}
.filesharing-item-description {padding-top: 10px;}


/* form pages */

form{
	padding-bottom: 20px;
}
.message-text {
	letter-spacing: -1px;
	font-size: 1.8em;
} 
.required-text {padding-left: 25px;}
.form-input-field {
	width: 99%;
	border: 1px solid #D3CFCE;
	padding: 3px;
	margin: 0 0 10px 0;
}
select {
	width: 99%;
	padding: 3px;
	margin: 0 0 10px 0;
}
textarea{
	height: 200px;
}
.form-input-button {
	margin: 10px 0 0 0;
	width: auto;
}

/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h3{
	border-bottom: 1px solid #D3CFCE;
	padding-bottom: 5px;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
#secondary-content p { margin: 0 0 1.5em; }
#secondary-content ul, #secondary-content ol{
	margin: 0 1.5em 1.5em 1.5em; 
}
#secondary-content a{
	color: #537D95;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer li{
	list-style: none;
	display: inline;
}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h1,h2,h3{font-weight: normal; letter-spacing: -1px;}
abbr, acronym{cursor: help;border-bottom: 1px dotted;}
a img {border: none;}
legend{color: #3A3A38; font-weight: bold;}
small {font-size:11px}
hr {margin: 1em 0;background:#D3CFCE;height:1px;color:#212224;border:none;clear:both}

address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }

.hide{display: none;}
.clear{clear:both;}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.image-left {
	float: left;
	margin: 0 7px 7px 0;
}
.image-right {
	float: right;
	margin: 0 0 7px 7px;
}
#blog-archives br, #blog-categories br, #blog-rss-feeds br, form br {display: none;}