/**
 * TangoCMS "carbon" theme
 *
 * @copyright Copyright (C) 2009 Alex Cartwright
 * @license X11/MIT (see COPYING file)
 * @package TangoCMS_Themes
*/



body {
        
	color: #393a38;
	font-family: Georgia,"Times New Roman",serif;
	margin: 0;
	padding: 0;
        position: relative;
}

/** Sticky Footer */
html, body {
	height: 100%;
}
a{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;
}
a:hover{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase;
}
#stickyWrap {
        /*background-image: url(../images/background.png) repeat-x bottom;*/
	background: #fff url(../images/background.png) repeat-x bottom;
	min-height: 100%;
	margin: 0 auto -35px;
	min-width: 900px;
}

#stickyPush {
	height: 35px; /* .push must be the same height as .footer */
}
/** End Sticky Footer */

#header-wrap {
    background-image: url(images/barnside.jpg);
    z-index:-2;
    border-bottom: 3px solid #b5b5b5;
	color: #f0f0f0;
        height:130px;
	min-width: 900px;
	overflow: hidden;
	/*padding: 15px 0 0;*/
}

#header {
    width: 850px;
    margin-left: auto ;
    margin-right: auto ;
}

#header h2 {
     text-transform: none;   

}

#header h2.logo {
    position:absolute;
    left:40px;
    top:5px;
    width: 700px;
    background-image: url(images/hrsh.png);
    background-repeat:no-repeat;
    z-index:1;
    color: #f0f0f0;
    font-size: 1.4em;
    text-decoration:none;
    text-transform: none;
    min-width: 164px;
    min-height: 150px;
}

#header h2.logo a {
    color: #f0f0f0;
    text-transform: none;
    text-decoration:none;
}

#header h2.logo a:hover {
	border: none;
        text-transform: none;
	padding-top: 1px;
}

#header h2.slogan {
    position:absolute;
    width: 425px;
    float: right;
    margin-left: auto ;
    margin-right: auto ;
    background-image: url(images/hat.png);
    left:400px;
    top:20px;
	background-repeat:no-repeat;
    z-index:1;
	color: #BFBEBE;
        text-decoration:none;
	float: right;
        min-width: 20px;
	min-height: 150px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	padding-right: 0px;
	padding-top: 20px;
        padding-left:400px:
}



#main {
	color: #393a38;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 20px auto 0;
	overflow: hidden;
	width: 900px;
}

#main2 {
	background-color: #f6f6f6;
	font-size: 1.0em;
	float: left;
	padding: 5px;
}
#main2 a{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;

}
#main2 a:hover {
	color: #393a38;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase;
}
#big-picture-container a{
        color: #393a38;
        font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;

}
#big-picture-container a:hover {
	color: #393a38;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase;
}
#left {
	background-color: #fff;
	border: 1px solid #d3d6d0;
	padding: 15px;
	width: 620px;
	color: #393a38;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
        float:left;
}

#left h1,h2:first-letter {
	color: #a4260e;
	font-size: 1.6em;
}
#main2, #left {
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#left.fullwidth {
	background-color: #fff;
	border: 1px solid #d3d6d0;
	padding: 15px;
	color: #393a38;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 3px;
    float:left;
}
#left.fullwidth h1,h2:first-letter {
	color: #a4260e;
	font-size: 1.6em;
}
#left.fullwidth {
	width: 857px;
}

#right {
        float: right;
	color: #7a7875;
	width: 220px;
        padding-top: 6px;
        padding-right: 15px;
}

#footer {
	background-color: #393a38;
	display: block;
	color: #bfbebe;
	clear: both;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 1.1em;
	height: 20px;
	margin: 5px auto 0;
	min-width: 900px;
	padding: 8px 0 2px;
	text-align: center;
}

#footer a {
	color: #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
	padding-bottom: 0;
}

/** Navbar menu */
#navbar {
	background-color: #fcfcfc;
	border-color: #eaeaea;
	border-style: dashed none double none;
	border-width: 2px 0 3px 0;
	color: #393a38;
	font-size: 1.0em;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 10px;
	width: 850px;
        text-transform: uppercase;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar ul li {
	float: left;
	margin-left: 3em;
	margin-bottom: 0;
	position: relative;
        font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar ul li:first-child {
	margin-left: 2em;
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar a{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;

}
#navbar a:hover {
	color: #393a38;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase;
}

#navbar li.menu-current a {
        color: #393a38;
	font-weight: bold;
	text-decoration: none; 
	text-transform: uppercase;
}
a.print {
	background-image: url("images/printer.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/** Sidebar menu */
#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin: 5px 0 10px 10px;
	padding: 0;
}

#sidebar ol {
	list-style-type: decimal;
}

#sidebar li {
	border-bottom: 1px solid #d3d6d0;
	font-weight: bold;
	margin: 7px 0;
	padding: 4px 0;
}

#sidebar ol li {
	font-weight: normal;
}

#sidebar li a {
	padding: 3px;
}
/*Gallery Items*/
#jump-search-container {
        position:absolute;
         top:20px;
         right:10px;
	text-align: right; 
	vertical-align: middle;
}
#caption-date-table, #prev-next-table { /* containers for the caption, date and prev/next links above the large image in picture view */
	width: 600px;
	margin: auto;
}
#caption-date-table a, #prev-next-table a{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#caption-date-table a:hover, #prev-next-table a:hover{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase;
}
#picture-caption, .date { /* this controls the caption and date above the large image in picture view */
	font-size: 1.0em;
	font-weight: normal;
        color: #393a38;
	line-height: 1.4;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 4px;
	padding-bottom: 2px;
}
.align-right {
	text-align: right;
}
#prev-link-container {
	width: 50%; 
	text-align: left;
}

#next-link-container {
	width: 50%; 
	text-align: right;
}
#picture-holder {
	text-align: center;
        font-family: Georgia,"Times New Roman",serif;
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;
}
#picture-holder a:hover img{
	border: 1px solid #393a38;;
	background-color: #ededed;
	margin: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase;
}

#picture-holder #description {
	width: 625px;
	margin: 15px auto;
}
#exif-toggle {
	width: 100%; 
	text-align: center;
	padding: 0;
	margin: 0;
}
#exif-toggle a{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;  
}
#exif-toggle a:hover{
       color: #393a38;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase  
}

#exif-data-container {
	width: 550px;
	margin: 10px auto;
	text-align: center;
	padding: 10px;
}

#exif-table {
      font-size: 1.0em;

}

#exif-data td.exif-label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	width: 50%;
}

#exif-data td.exif-info {
	text-align: left;
	padding-right: 10px;
	width: 50%;
}

#exif-data {
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	width: 70%;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f7f7f7;
}
#error-404, #no-pictures-msg {
	margin: 50px 75px;
	text-align: justify;
}
#pagination {
	padding: 2px;
	margin: 0;
	clear: both;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	line-height: 2.5em;
}

#pagination-table {
	width: 100%;
        font-size: 1.0em;
}
#pagination-table a{
	width: 100%;
        color: #393a38;
	font-weight: bold;
	text-decoration: none; 
	text-transform: uppercase
}
#pagination-table a:hover{
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
        border-bottom:1px dashed #a4260e; 
	text-transform: uppercase
}
#sortby-container {
	text-align: right; 
	white-space: nowrap;
}
#stats {
	font-size: 1.0em;
	text-align: center;
	padding: 8px 5px 0 5px;
	margin: 0;
}
#stats a {
        color: #393a38;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#link-back {
	font-size: 1.0em;
	text-align: center;
	padding: 8px 5px 5px 5px;
	margin: 0;
}
input, select, textarea {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.0em;
	color: #444;
}

input.submit {
	background-color: #369;
	background-image: url("images/black-button-bg.gif");
	background-repeat: repeat-x;
	border: none;
	color: #fff;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 3px 5px;
	cursor: pointer;
	width: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
#thumbnail-container { /* this is the div that contains all the thumbnails in collection/album view */
	margin: 5px auto;
}

#overlay { /* this is the blue box that shows the total comments when hovering on a thumbnail in album view */
	position: absolute; 
	visibility: hidden; 
	background-color: #38c;
	font-family: Georgia,"Times New Roman",serif;
	font-weight: bold;
	font-size: 1.0em;
	padding: 4px;
	text-align: center;
	width: 18px;
	color: #fff;
}

ul.slides { /* this is the overall thumbnail container in collection/album view */
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}

.slides li { /* this is the individual thumbnail container in collection/album view */
	display: block;
	float: left;
	margin: 0 10px 10px 0; /* 2nd number controls the distance between thumbnails */
	padding: 0;
}

.tag { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
	text-align: center;
	white-space: normal;
}

.meta-header { /* this controls the text under a thumbnail in collection view with total albums or pictures */
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	color: #8b0000;
	text-align: center;
}
