/*
Theme Name: Trilogy Network Training
Theme URI: http://thetrilogynetwork.com/
Description: The theme for Trilogy Network Training.
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://dustinpfeifer.com/
*/




* {
	margin:0;
	padding:0;
}

body {
	background:#eae3dd url(images/background.jpg) repeat-y center;
	text-align:center;
	margin:0 auto;
	font:12px/150% Arial, sans-serif;
	color:#222;
}


/* Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top {
	background:#a45d0a;
}

#masthead {
	width:890px;
	height:172px;
	overflow:hidden;
	margin:0 auto;
}

.logo {
	margin:20px 0 0;
	float:left;
	line-height:0;
}

.infobox {
	float:right;
	color:#eae3dd;
	margin:70px 0 0;
	padding:0 5px 0 0;
	text-align:right;
}

#searchform input {
	background:#fff;
	border:none;
	padding:5px;
}

#searchform .submit {
	background:#f7931d;
	color:#fff;
	cursor:pointer;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
	width:890px;
	background:url(images/background-navigation.jpg) no-repeat;
	margin:0 auto;
	height:23px;
	overflow:hidden;
	padding:22px 0;
	list-style-type:none;
}

#navigation li {
	line-height:100%;
	display:inline;
}

#navigation a {
	border:1px solid #dac1ab;
	border-width:0 0 0 1px;
	padding:2px 25px;
	font-size:14px;
	color:#a45d0a;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#navigation a.home {
	border:none;
}

#navigation a:hover {
	color:#f7931d;
}

.header {
	margin:0;
	line-height:0;
}

/* Secondary */

#secondary {
	border-top:1px solid #dac1ab;
	margin:10px 0 20px 0;
}

#secondary li {
	list-style-type:none;
	border-bottom:1px solid #dac1ab;
	padding:5px 0;
}

#secondary a {
	text-decoration:none;
}

/* Bookmarks */

#bookmarks li {
	list-style-type:none;
	margin:10px 0;
}

/* Thumbs */

#thumbnails {
	padding:10px 0 0 25px;
	margin:0;
}

#thumbs {
        margin:0;
}

#thumbs li {
	list-style-type:none;
	display:block;
	float:left;
	margin:15px 0 0;
	padding:0 20px 0 0;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content, #sub-content, #footer {
	width:890px;
	margin:0 auto;
	text-align:left;
}

	#content {
		background:url(images/background-content.jpg) no-repeat top center;
		padding:40px 0 20px 0;
	}

	#sub-content {
		background:url(images/background-sub-content.jpg) no-repeat top center;
		padding:40px 0 15px 0;
	}
	
	#footer {
		background:#eae3dd url(images/background-footer.jpg) no-repeat top center;
		text-align:center;
		padding:15px 0 120px 0;
		font-size:11px;
		color:#a45d0a;
	}

#columns {
	padding:0 25px;
}

#content #left {
	float:left;
	width:515px;
}

#content #right {
	float:right;
	width:305px;
}

#feature {
	background:#eae3dd;
	padding:20px;
	margin:10px 0;
}

	#feature p {
		margin:10px 0 0;
	}


/* Blog Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.authphoto {
	float:left;
	margin:0 10px 0 0;
}

.authdesc {
	margin:0;
}

.commentlist {
	margin:0;
	border-top:1px solid #dac1ab;
	margin:10px 0 20px 0;
}
	
.commentlist li {
	list-style-type:none;
	border-bottom:1px solid #dac1ab;
	margin:0;
	padding:10px 0;
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist p.gravatar {
	float:left;
	margin:0 10px 0 0;
}


/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#f7931d;
}

a img {
	border:none;
}

ul, ol {
        margin:10px 20px;
}

h1, h1 a {
	font-size:18px;
	line-height:150%;
	color:#a45d0a;
	font-weight:normal;
	text-decoration:none;
}

	h1.home {
		border:1px solid #dac1ab;
		border-width:0 1px 1px;
		padding:10px;
		margin:0 10px 10px;
	}
	
	h1.home a {
		color:#f7931d;
	}
	
h2 {
	background:url(images/background-h2.jpg) no-repeat;
	color:#f7931d;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding:4px 5px 0 5px;
	line-height:100%;
	height:15px;
}

	h2 a {
		text-decoration:none;
	}

h3, h3 a {
	font-size:14px;
	text-transform:uppercase;
	color:#a45d0a;
	font-weight:normal;
	text-decoration:none;
}

	h3.calendar {
		display:block;
		height:22px;
		background:url(images/icon-calendar.jpg) no-repeat left center;
		padding:5px 0 0 35px;
	}
	
	h3#comments {
		margin:20px 0 0;
	}
	
h4 span {
	background:#a45d0a;
	color:#f7931d;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding:4px 5px;
	line-height:100%;
	height:15px;
}

.imgleft {
	float:left;
	border:1px solid #dac1ab;
	padding:4px;
	margin:5px 20px 10px 0;
}

.imgright {
	float:right;
	border:1px solid #dac1ab;
	padding:4px;
	margin:5px 0 10px 20px;
}

input, textarea {
	border:1px solid #dac1ab;
}

textarea {
	width:100%;
}

select {
	margin:0 10px 0 0;
	padding:2px 5px;
}

#paynow {
	background:#f7931d;
	color:#fff;
	border:none;
	padding:5px;
	cursor:pointer;
	text-align:center;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */