/* Styles.css
	Site: 
	Author: 
	Date:
*/


body {
	margin: 0px;
	padding: 0px;
	
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
	
	color: #e9e3d5;
	
	background: transparent url(../images/backgrounds/bg10.png) repeat fixed center top;
	/* background: transparent url(../images/backgrounds/video.png) repeat fixed center top; */
}


/* ! Links & Buttons */
/* --------------------------------------------------------------------------------- Links & Buttons
*/

a, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}




/* ! Headers */
/* --------------------------------------------------------------------------------- Headers
*/

h1 {
	/*
background-image: url(../images/backgrounds/transparent_light.png);
	padding: 10px;
*/
	color: #333;
	font-size: 30px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
h2 {
	color: #fff;
}
h3 {
	color: #fff;
}


#logo {
	display: block;
	height: 60px;
	text-indent: -9999px;
	background: transparent url(../images/logo-name.png) no-repeat scroll left top;
}

/* ! Standards & Hacks */
/* ------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.float-left {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.float-right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-none {
	clear: none;
}


img {
	border: none;
	padding: 0px;
	margin: 0px;
}
.image {
}
.image img {	
	display: block;
	margin: 0px;
	border: 1px solid #638B82;
}
.image .caption {
	display: block;
	/* text-align: center; */
	text-transform: uppercase;
	color: #638B82;
	margin: 4px 0px;
}
.image .caption.center {
	text-align: center;
}

.image .sub-caption {
	display: block;
	color: #000;
	font-size: 14px;
}

.image.float-left {
	margin: 0px 10px 10px 0px;
}
.image.float-right {
	margin: 0px 0px 10px 10px;
}


.justify {
	text-align: justify;
}


blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-style: italic;
}
blockquote .author {
	display: block;
	margin-top: 10px;
	font-style: normal;
	text-align: right;
}


.serif {
	font-family: "Sabon Roman", "Times New Roman", Georgia, serif;
}
.sans-serif {
	font-family: Helvetica, Verdana, Sans-serif;
}


/* ! Structure */
/* --------------------------------------------------------------------------------- Structure
*/

#site {
	width: 900px;
	margin: 0px auto;
}
#header, #main, #footer {
	position: relative;
	z-index: 1;
}

#header {
}
#main {
}
#footer {
}


/* Navigation  */
/* --------------------------------------------------------------------------------- Navigation
*/

#navigation {
}



/* ! Columns  */
/* --------------------------------------------------------------------------------- 
 */
.column {
	width: 440px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.column.left {
	float: left;
	clear: left;
}
.column.right {
	float: right;
	clear: right;
}
.column.right {
	margin-right: 0px;
	margin-left: 10px;
}



/* ! Section  */
/* --------------------------------------------------------------------------------- 
 */
.section {
	background-image: url(../images/backgrounds/transparent_light.png);
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	color: #333;
}

.section.column {
	width: 410px;
}
.section .left {
	
}


.section .title {
	margin-top: 0px;
}


.section.hover {
	background-color: #fff;
}
.section.hover .title, .section.hover a {
	color: #8f7b63;
}





/* ! Form Elements  */
/* --------------------------------------------------------------------------------- 
 */
form {
}
label {
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: right;
}
label, input, textarea {
	padding: 5px 0px;
	font-size: 12px;
}

input, textarea {
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type=checkbox] {
	width: auto;
	padding: 0px;
	margin: 0px;
}

form p {
	margin: 5px 0px;
}


form .note {
	font-size: 11px;
	line-height: 13px;
	font-style: inherit;
	display: block;
	margin-left: 110px;
}


form .alert {
	font-size: 12px;
	padding: 3px 0px;
}



form .checkbox, form .checkboxes {
	margin-left: 110px;
}
form .checkbox label, form .checkboxes label {
	display: inline;
	float: none;
}

form .small label {
	font-size: 11px;
}

form button {
	float: right;
}


button, a.button {
	display: inline-block;
	padding: 5px 10px;
	margin: 0px;
	background-color: #fff;
	color: #8f7b63;
	border: none;
	font-size: 12px;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

button:hover, a.button:hover {
	text-decoration: none;
}


/* ! Social Links  */
/* --------------------------------------------------------------------------------- 
 */
#social-links {
	float: right;
}
#social-links li {
	float: left;
	margin-left: 7px;
}
#social-links li a {
	background-color: #fff;
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	padding: 0px;
	background-image: url(../images/social-links.png);
	background-repeat: no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#link-twitter {
	background-position: -30px 0px;
}
#link-facebook {
	background-position: 0px 0px;
}

#link-twitter:hover {
	background-position: -30px -30px;
}
#link-facebook:hover {
	background-position: 0px -30px;
}


/* ! Video Player  */
/* --------------------------------------------------------------------------------- 
 */
#video {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}




/* ! Comments List  */
/* --------------------------------------------------------------------------------- 
 */
 
#comment-form {
	margin-bottom: 15px;
}
ul#comments {
}
#comments li {
	background: transparent url(../images/comment-bubble.png) no-repeat scroll left 3px;
	padding-left: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
}
#comments .meta {
	display: block;
}
#comments .author {
	font-weight: bold;
	color: #fff;
}
#comments .date {
	color: #333;
	font-size: 11px;
}
#comments p {
	margin: 0px;
}


#add-comment {
	display: block;
	background: transparent url(../images/comment-bubble.jpg) no-repeat scroll left 3px;
	padding-left: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #859DB3;
	margin-bottom: 10px;
}




/* ! Dates list  */
/* --------------------------------------------------------------------------------- 
 */
.dateList {
	background: transparent;
    list-style: none;
    margin: 0;
}

.dateList li {
	display: block;
    clear: both;
    margin-bottom: 20px;
    padding: 0px 0px 5px 0px;
    position: relative;
   /*  width: 310px; */
}

.dateList li.hoverState {
    background: #f2f1ee;
    cursor: pointer;
}

.dateList li h3 {
	background: transparent;
    float: left;
    margin: 0;
    width: 170px;
}

.dateList li .time {
	display: block;
	float: none;
}
.dateList li p {
    line-height: 20px;
    margin: 0;
}
.dateList li .location {
	display: block;
	float: right;
}

.dateList li .description {
	float: left;
	width: 325px;
	font-size: 12px;
}

.dateList li a {
   /*  float: right; */
  
}
.dateList li h3 a {
	text-decoration: none;
	color: #fff;
}
.dateList li h3 a:hover {
	text-decoration: underline;
}

.dateBox {
	display: block;
	width: 45px;
	float: left;
	margin-right: 10px;
}
.dateBox .date, .dateBox .time {
	display: block;
	background: #ffffff;
	color: #333;
	text-align: center;
	width: 35px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dateBox .date {
	margin-bottom: 3px;
}
.dateBox .time {
	font-size: 9px;
	line-height: 11px;
	padding: 3px 5px;
}

.dateList .info {
	margin-left: 65px;

}

.dateBox .month {
	display: block;
    float: none !important;
    font-size: 11px;
    line-height: 11px;
    margin: 0px auto;
}

.dateBox .day {
    float: none !important;
    font-size: 18px;
}


/* Past */
.past .dateBox .date, .past .dateBox .time {
	background-color: #333;
	color: #fff;
}





/* ! News Posts  */
/* --------------------------------------------------------------------------------- 
 */
.post .title {
	margin: 0px;
}
.post .meta {
	font-size: 11px;
	float: right;
}

.post img {
	border: 3px solid #fff;
}
