/*

	elementalSPORTS 2.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	color: #ddd;
	font-size: 8pt;
	font-family: Helvetica, Verdana, Tahoma, Sans-Serif;
	margin: 0px auto 20px;
	padding: 0px;
	background: #000 url("images/bg.jpg") no-repeat scroll 0 0;
}


/* Main Layout
------------------------------ */
body {
	min-width: 1000px;
	max-width: 1600px;
}
#main {
	padding-top: 0;
	margin: 0 25px;
}

/* Link Styles
------------------------------ */
a:link,a:visited {
	text-decoration: none;
	color:#ddd;
	border-bottom: 0px dotted;
}
a:active {
	text-decoration: none;
	color: #900;
	border-bottom: 0px dotted;
}
a:hover {
	text-decoration: none;
	color: #F4DEC7;
	border-bottom: 0px dotted;
}

/* Miscellaneous
------------------------------ */
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}
#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}
#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0px;
	background-color: #fafafa;
}
#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

/**
 * header
 */
#header {
	padding: 0 0 2em;
}
#header h1 {
	padding:1.5em 0 0;
	text-align:left !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-size:3em !important;
	text-align: left;
}
#header h1 a {
	color: #fff
}
#header h1 a:hover {
	color: #f4edc7;
}

/**
 * content
 */
#content {
	background-repeat: repeat-y;
	clear: both;
}
#content-error {
	width: 890px;
	padding: 45px 25px 45px 25px;
	background-color: white;
	font-size: 14px;
	margin-left: 5px;
}
#content-left {
	height: 100%;
	line-height: 1.6em; 
	text-align:justify;
	padding: 1.5em 0;
}
#content-left h1 {
	text-align: left;
	color: #eee;
	font-size: 12pt;
	margin: 0;
	padding:12px 0 6px;
}
#content-left h2 {
	text-align: left;
	font-size: 1.5em;
	margin:0.7em 0 0.3em;
}
#content-left h3 {
	text-align: left;
	color: #eee;
	font-size: 1.1em;
	margin:0.7em 0 0;
}
#content-left h4 {
	text-align: left;
	font-size:1em;
	margin:0;
	font-style:italic;
}
#content-left p {
	line-height: 1.5em;
	margin:0.5em 0;
	position:relative;
	z-index:0;
}
#content-left ol {
	margin:0;
	padding:0 0 0 15px;
}
#content-left ul {
	padding:2px 0 2px 15px;
	margin:3px 0;
	list-style-type: square;
	position:relative;
}
#content-left #content-bgimage {
	left:-75px;
	position:absolute;
	top:-75px;
	z-index:-1;
}
#main-index {
	position:absolute; top: 50%; left: 50%; 
	margin: -300px 0 0 -500px; 
	width: 970px;
}
#content-index div {
	background: #edd;
	float:left;
	height:170px;
	text-align:center;
	width:33.1%;
	margin-top: 60px;
}
#content-index .slide {
	border: 3px solid #fff;
	border-right:  none;
}
#content-index h1,#content-index h2,#header h1 {
	text-align:center;
	font-family: "Adobe Garamond Pro",Garamond,Times,"Times New Roman",serif
}
#content-index h1,#header h1 {
	font-size:4em;
	padding:20px 0 20px;
	font-style:italic;
	margin-top: 0;
}
#content-index h1 > .lang {
	display: block;
	font-size: 8pt; 
	font-weight: normal; 
	font-family: Arial;
}
#content-index .lang a {
	color: #ddd !important;
}
#content-index .lang a:hover {
	color: #f4edc7 !important;
}
#content-index h2 {
	padding:0 0 0 15px !important;
	margin:10px 0 0;
}
#content-index p {
	padding:0 0 0 15px !important;
	font-style:italic;
	margin: 0
}
#content-index .subtitle {
	background:url(images/index_subtitle.png) no-repeat left top;
	border: 1px solid transparent;
	height:60px;
	left:0px;
	margin:0;
	position:relative;
	text-align:left !important;
	top:-60px;
}
#content-index .subtitle h2 {
	padding: 0;
	text-align:left;
	font-size:2em;
	color: #036;
}

#content-index .subtitle h2 p {
	font-family:Helvetica,Verdana,Tahoma,Sans-Serif;
	font-size:8pt;
	font-style:italic;
	font-weight:normal;
	padding:0 !important;
	position:relative;
	top:-7px;
}
#content-index .subtitle p {
	color: #666;
}
#content-index a {
	color: #411;
}
#content-index a:hover {
	color: #900;
}

/**
 * footer
 */
#footer {
	border-top: 1px solid #aaa;
	height: 31px;
	text-align: center;
	clear: both;
	margin:10px;
	padding:9px 0;
	color: #666;
}
#footer p {
	font-family:arial;
	font-size:0.8em;
	line-height:115%;
	margin:3px;
	text-transform:uppercase;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
	text-align:center;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #82996F; 
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}
#exif_link {
  float: right;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}
.taglist ul li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
}
.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
#images {
	float: left;
	width: 620px;
	border: 0px solid gray;
}
.imagethumb img {
	border: 1px solid #77ccee !important;
}
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 12px 12px 0px;
	line-height: 0px;
	background: transparent url(images/thumb-bg-hover.png) no-repeat left top;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background: transparent url(images/thumb-bg.png) no-repeat left top;
}
.imagethumb {
	float: left;
}

/* Album Thumbnails
------------------------------ */
#albums {
	font-size:11px;
	font-weight:normal;
	letter-spacing:0;
	text-align:left;
	width:334px;
}
.album {
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #666;
	background: #411;
	width:350px !important;

	float:left;
	line-height:100%;
	margin:0 0 10px;
}
.album:hover {
	background: #611;
}
.album a img {
	border: 1px solid #77CCEE !important
}
.album .thumb {
	text-decoration: none;
    float: left; 
    margin-right: 6px;
}
.album img {
	margin: 6px;
}
.album h3 {
	font-weight:bold;
	line-height:125%;
	padding:10px;
	text-align:left;
}
.album p {
	line-height: 12px;
	font-size: 12px;
    margin: 0.5em 1em !important;
    text-align: justify;
	font-style:italic;
}
.albumdesc2 small {
	color: gray;
	padding: 0 0 0 15px;
}
.album-menu ul {
	font-style: italic;
	text-align: center;
	padding: 6px 10px 0 10px !important;
}
.album-menu li {
	display: inline;
	line-height: 150%;
}
.album-menu li a {
	padding: 0 3px;
	color: #F4DEC7;
}
.album-menu li a:hover {
	color: #fff;
}
p.album-menu {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding: 10px 0;
	margin:0 0 10px !important;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	margin: 0 auto;
	line-height: 0;
	width: 580px; 	
	font-size: 0.7em;
}
.imgnav {
	float: right;
	position: relative;
	width: 280px;
	padding-top: 50px;
	text-align: center;
	border: 0px solid #D5E6EE;
	background: transparent;
	margin-right: 1em;
	font-size: 1.4em;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 100px;
	height: 100%;
	float: left;
	padding: 0px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #82996F;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background: transparent;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	width: 580px;
	margin-top: 5px;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
	width: 560px;
	margin-top: 10px;
	padding: 0;
	border-top: 1px dotted #aaa;
}
#comments h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 0px;
	border: 1px solid #E7F0F5;
	background: #F8F9F2;
	margin-bottom: 12px;
	width: 580px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}

/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
	color: #ddd;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}
#rating { margin-top: 10px; }



/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 1001; 	text-align: left;
    font-size: 1.3em;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
}
#admin h3:hover { 
	color: #036; 
}

/* Search Box
------------------------------ */
#search {
	text-align: center;
	background: transparent;
	z-index: 1000;
	position: relative;
	padding: 6px 0 10px 0;
}
#search_input {
	background: url("images/search_icon.gif") no-repeat scroll 5px 5px #eee !important;
	padding:3px 3px 3px 25px !important;
	width:120px;
	font-size: 10px;
	border: 1px solid #fff;
}
#search_submit {
	color:#411;
	font-size:10px;
	background:none repeat scroll 0 0 #FFFFFF !important;
	border:1px solid #CCCCCC !important;
	padding:2px 5px !important;
	text-transform:uppercase;
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
  background:#fff
}
#search li {
	width:150px;
}
#search .tagMatches, #searchfields_icon {
	display: none;
}
.clear {
  clear:both;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* zenphoto/zenpage link
---------------------------*/
#zen-part {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#photo-part {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.img-container {
	background:url("../img/btn.png") repeat scroll 0 0 transparent;
	display:block;
	margin:3px 3px 3px 0;
	padding:0 5px 0 0;
	position:relative;
	width:160px;
}
.box {
	-moz-border-radius:5px 5px 5px 5px;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	border: 1px solid #666 !important
}
.img-container a {
	line-height: 0
}


/**
 *		Magazine Layout
 */
.magazine-image {
	float: right;
	margin: 0 0 15px 20px;
	position: relative;
	z-index: 100;
}
.magazine-image img , .magazine-image div a {
	-moz-border-radius:5px 5px 5px 5px;
	border: 1px solid #666;
	padding: 0px;
	margin: 2px;
}


/**
 *		Projects image layout
 */
#projects li {
	display: inline;
}
#projects a img {
	border: 1px solid #666 !important
}
#projects li, h1 img, #mailform {
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #666;
	background: #411;
	float:left;
	line-height:100%;
	margin:0 15px 15px 0;
	padding: 20px;
}
h1 img {
	border: none;
	background: none;
}
#projects li:hover {
	background: #611;
}
#projects h3 {
	color:#f4dec7;
	font-size:1.2em;
	font-style:italic;
	margin:0 0 1.5em;
	text-align:center;
}
.project {
	width: 250px;
	height: 250px;
}
#slide1 {
	border-left: none !important;
}

/**
 *		Mail / contact
 */
#mailform input {
	padding:3px;
	width:220px;
	font-size: 10px;
	border: 1px solid #fff;
	background-color: #ddd;
}
#mailform input[type=submit],input[type=reset] {
	width:120px !important;
	color:#411;
	font-size:10px;
	background:none repeat scroll 0 0 #FFFFFF !important;
	border:1px solid #CCCCCC !important;
	padding:2px 5px !important;
	text-transform:uppercase;
}
#mailform textarea {
	width: 400px;
}
#mailform td {
	vertical-align: top;
}
#mailform td label {
	line-height: 150%
}

/**
 *	TOOLTIP
 */
 #tooltip {
	font-family: 'Lucida Grande', Verdena, Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 3000;
	border: 1px solid #daedff;
	background-color: #afd8ff;
	padding: 5px;
	opacity: 0.75;
	width: 175px;
	color: #000;
	font-size: 9px;
}