/*

	--------------------------------------------------
		Trinity2 Stylesheet
		- - - - - - - - - - - - - - -
		Version:	1.1
		- - - - - - - - - - - - - - -
		Latest revision:	1-1-10
	--------------------------------------------------

*/

@import url(widgets.css);

/* Generic html
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #bbac95;
	font: 14px/22px verdana, arial, sans-serif;
	color: #303030;
	text-align: justify;
	height: auto;
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #CC5555;
}

p, h1, h2, h3, h4, h5 {
	margin:	15px 0;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	letter-spacing: .025em;
}

li {
	list-style-position: inside;
	margin-left: 10px; 
}

img, a {
	border: none;
	outline: none;
}

blockquote {
	margin: 15px 40px;
}


/* Containers, Modules, Widget Sets
-------------------------------------------------- */

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#subcontainer {
	background-color: #fff;
}


#top-bar {
	position: relative;
	width: 100%;
	height: 120px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	color: #CCC;
	z-index: 1;
}

#subtop-bar {
	width: 960px;
	margin: 0 auto;
	padding: 14px 0 0 0;
}


#top-bar2 {
	width: 100%;
	background-color: #736e63;
}

#top-content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #585348;
	z-index: 0;
}

#top-bar-photos {
	position: relative;
}

#top-content img {
}


#center {
	float: left;
	width: 630px;
	margin: 30px 40px;
}

#subcenter {

}


#right {
	float: left;
	width: 210px;
	height: 100%;
}

#subright  {
	background-color: #444F57;
	height: 100%;
}

#header {
	width: 454px;
	height: 143px;
	margin: -14px auto 0;
	background: url(../images/banner.png) no-repeat top left;
}

#header-content {
	display: none;
}


#footer {
	clear: both;
	width: 100%;
}

#subfooter {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 15px;
}

#top-bar, #footer {
	font-size: 13px;
	background-color: #32251e;
	color: #B7A794;
}

#top-bar a, #footer a {
	color: #CCA866;
}

#top-bar a:hover, #top-bar a:active, #footer a:hover, #footer a:active {
	color: #BC8C3A;
}


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

#navigation {
	padding-bottom: 20px;
}

#navigation ul {
	list-style-type: none;
	margin-left: 20px;
}

#navigation a {
	color: #D1D4D6;
}

#navigation a:hover, #navigation a:active {
	color: #B2BCC4;
}

.nav-header {
	padding: 5px  0 5px 12px;
	background-color: #384046;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	color: #FFF;
}

.nav-header img {
	margin: 0 4px -4px 0;
}


/* Entry & Comment dynamics
-------------------------------------------------- */

.odd-entry {
	padding-bottom: 20px;
	border-bottom: 1px solid #47443E;
}

.even-entry {
	padding-bottom: 20px;
	border-bottom: 1px solid #47443E;
}

.entry-header, .entry-content, .entry-footer {
	padding: 15px 0;
}

.entry-header, .entry-footer {
	text-align: center;
}

.entry-metadata, .entry-footer, .comment-metadata {
	font: 11px/12px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
}

.entry-content {
	text-align: justify;
}


.content-nav {
	margin-top: 20px;
}


/* Footer
-------------------------------------------------- */

#footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	text-align: center;
}

#copyright {
	text-transform: uppercase;
}
	


/* #4c4337 */

/* Miscellaneous
-------------------------------------------------- */

.clear {
	clear: both;
}

.quote {
	display: block;
	padding: 0 80px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: .01em;
	text-indent: 15px;
}

.quote-sl {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: .01em;
	text-align: center;
}

.quote .author {
	float: right;
	font-family: Georgia, serif;
	font-style: italic;
}


.comment {
	position: relative;
	margin: 20px 0;
	background-color: #ddd;
}

.comment-header {
	padding: 10px 0;
	background-color: #aaa;
}

.comment-content {
	padding: 5px 20px;
}

.comment-number{
	padding: 5px 20px;
	border-right: 1px solid #999;
}

.comment-author {
	padding-left: 19px;
}

.comment-date {
	position: absolute;
	right: 20px;
}

#comment-form {
	margin-top: 40px;
}

#comment-form label {
	text-align: left;
}

#comment-form input {
	float: right;
}

#comment-text {
	width: 489px;
	height: 190px;
	padding: 5px;
	border: 1px inset #F0F0F0;
}

