/* - - - - - - - - - - - - - - - - - - - - -
 
Title : Catalyst CSS Style
 
- - - - - - - - - - - - - - - - - - - - - */

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

	css

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

*{margin: 0;padding: 0;}	
body{background: #f5f5f5;color: #555;font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */line-height: 1.6em;text-align: center;}

/* links  */

a{color: #AC519E;text-decoration: underline;}
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

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

#page-container{margin: 0 auto;text-align: left;width: 940px;position: relative;font-size: 1.1em;}
#page{}
#page-top{margin: 0 auto;}

#sitemenu-container{}
#sitemenu{}
#sitemenu-content{background: #191919 url("images/nav_bg.png") repeat-x top;color: #fff;padding: 10px 10px 0 10px;height: 1%;overflow: hidden;font-weight: bold;font-size: 1.1em;}

#page-content{background: #FFF url("images/banner_images/banner_1.jpg") no-repeat center 10px;border: 1px solid #cdc;border-top: none;padding: 240px 10px 10px 10px;height: 1%;overflow: hidden;}

#sidebar-container{color: #555;line-height: 1.6em;padding: 10px 15px;width: 230px;font-size: 1.0em;margin: -10px 10px 0 0;float: right;position: relative;z-index: 40000;background: #fff;}
#sidebar{}
#sidebar-top{}
#sidebar-content{}
#sidebar-bottom{}

#main{float: left;font-size: 1.2em;line-height: 1.6em;padding: 20px 20px 0 10px;width: 618px;margin-top: 20px;position: relative;background: url("images/content.jpg") no-repeat top right;}
#main-top{}
#main-content{}
#main-bottom{}

#page-bottom{border-top: 3px solid #eee;color: #333;margin: 0;padding: 15px 0 20px 0;text-align: center;font-size: 1.1em;}
#page-bottom-contents{}

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

	page-top

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

#title{overflow: hidden;height: 1%;margin: 10px auto;padding: 5px 0;}
#title h1, #title p{font-size: 1.8em;letter-spacing: normal;float: left;letter-spacing: -1px;padding: 5px 0;margin: 0;}
#title h1 a{text-decoration: none;}
#title h1 a:hover{text-decoration: underline;}
#title p{margin-left: 5px;}

#logo{margin: 10px 10px 10px 0;display: block;float: left;}

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

	sitemenu-container

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

#sitemenu-container ul{float: right;}
#sitemenu-container li{float: left;list-style: none;margin-left: 1px;}
#sitemenu-container li a{background: #020202;color: #ccc;float: left;text-decoration: none;padding: 6px 12px;}
#sitemenu-container li a:hover{color: #999;}

#sitemenu-container li.currentPage{background: #fff;color: #333;padding: 6px 12px;}

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

	sidebar-container

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

#sidebar-container h2, #sidebar-container h3{border-bottom: 1px solid #D3CFCE;padding-bottom: 5px;margin: 10px 0 5px 0;letter-spacing: normal;font-size: 1.2em;text-transform: uppercase; }
#sidebar-container p { margin: 0 0 1.5em; }
#sidebar-container ul{margin: 7px 0 20px 20px;}
#sidebar-container a{text-decoration: underline;}
#sidebar-container a:hover{color: #231f20; text-decoration: none;}

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

	main

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

#main h1{font-size: 1.8em;}
#main h2{font-size: 1.8em;}
#main h3 {font-size: 1.5em;}

#main p {margin: 0 0 1.5em; }

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

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

/* tables */

#main table {border-collapse:collapse;width:100%}
#main table td {padding:3px;border-left: 1px dashed #DDD;text-align: center;}
#main table thead th {color:#3A3A38;padding: 10px 6px;font-size: 1.6em;background: #eee;}
#main table tbody th {color:#3A3A38;padding: 6px}

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

	page-bottom

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

#page-bottom ul li{list-style: none;display: inline;}

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

	extras

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

#extraDiv1{}
#extraDiv2{}
#extraDiv3{}
#extraDiv4{}
#extraDiv5{}
#extraDiv6{}

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

	global

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

h1,h2,h3{letter-spacing: -1px;margin: 0 0 10px 0;position: relative;}
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; }

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

	sandvox specific styles & class's

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

.hide, .hidden {display: none;}
.clear {clear: both;}
.pagelet {padding: 0 10px 5px 10px;overflow:hidden;border: 1px solid #fff;margin: 5px 0 10px 0;}
.pagelet h4 {border-bottom: 1px solid #D3CFCE;padding-bottom: 5px;margin: 10px 0 5px 0;letter-spacing: normal;font-size: 1.2em;text-transform: uppercase; font-size: 12px;position: relative;}
.untitled {}
.titled {}
.bordered{border: 1px solid #DDD;}

/* images embedded in text.  "narrow" are 200 pixels wide or smaller. */

img.narrow {display:block;float:right;margin-left:10px;}
img.wide {display:block;clear:both;}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */

body.no-sidebar #main {width: 900px;padding: 20px 0 0 10px;background: none;}

/* most other pages have sidebars */

body.allow-sidebar #main {}
#index .article {border-top: 1px dashed #DDD;padding-top: 20px;margin: 0 0 20px 0;}
.article h3 {}
.article h3 a {}
.article-thumbnail {float:left;}
.article p {}
.callout {margin: 0 10px 10px 10px;width: 230px; float:right;font-size: 12px;line-height: 1.6em;}
.callout img {display: block;margin-bottom: 5px;}
.timestamp{color: #999;font-style: italic;font-size: 12px;margin-top: 5px;}

/* other specific classes nested with an .article */

.ImageElement, .VideoElement { text-align:center;}
.ImageElement p, .VideoElement p { margin:auto; }
.photo, .VideoElement {padding:10px 0;}

.photo h3 {}
.photo img {}
.caption {}

/* used on photo grid pages ... */

.gridItem {float: left;position: relative;width: 150px;height: 186px;/* room for caption */overflow: hidden;margin: 1px;text-align: center;}
.gridItem h3 {font-weight:normal;margin: 10px 0 0 0;height: 35px;position: absolute;bottom: 0;left: 0;overflow: hidden;width: 150px;font-size: 12px !important;letter-spacing: normal !important;text-align: center;border-top: 1px solid #CCC;padding: 5px 0;background: url("images/content_bg.jpg") repeat-x top;}
.gridItem img {}

/* used on index summary pages */

#index, .photogrid-index, general-index{margin-top: 25px;overflow: hidden;height: 1%;}
#index img{margin-right: 5px;}
.listing-index ul {}
.listing-index li h3 a {text-decoration:none;font-size:1.2em;font-weight:normal;}

/* navigation on individual photo pages */

.photo-navigation{position: relative;overflow: hidden;padding: 20px 0;margin: 0 auto;width: 200px;}
.photo-navigation .previous-page .imageLink,.photo-navigation .collection-index .imageLink, .photo-navigation .next-page .imageLink {display: block; text-indent: -10000px;width: 34px; height: 34px;}
.photo-navigation .previous-page .imageLink{background: url("images/arrow_l.gif") no-repeat;}
.photo-navigation .previous-page .imageLink:hover {background: url("images/arrow_l.gif") no-repeat 0 -34px;}
.photo-navigation .next-page .imageLink {background: url("images/arrow_r.gif") no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url("images/arrow_r.gif") no-repeat 0 -34px;}
.photo-navigation .collection-index .imageLink {background: url("images/arrow_list.gif") no-repeat;position: absolute;right: -17px;}
.photo-navigation .collection-index .imageLink:hover {background: url("images/arrow_list.gif") no-repeat 0 -34px;}

/* navigation links */

#previous-photo	{position: absolute;left: 0;top: 0;}
#next-photo {top: 0;position: absolute;right: 0;}
#photo-list{margin: 0 auto;position: absolute;left: 50%;top: 0;}
	
/* global forms */	

form label{font-weight: bold;}
form input.fullWidth, form textarea{border: 1px solid #CCC;padding: 3px;margin-bottom: 20px;overflow: auto;}
form input.submit{margin: 0 auto;float: left;margin-top: 10px;}

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

	browser issues

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

/* styles here */#page-content { background-image: url(../_Media/testbanner-2.jpg); }
