/*  
Theme Name: The Silver Falcons
Theme URI: http://www.traderelic.com/
Description: The default theme for The Silver Falcons website.
Version: 1.0
Author: Andrew A. Powell
Author URI: http://www.traderelic.com/
*/


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

[Color Codes]

#ffffff  >> text, borders
#7faaca  >> background blue
#887195  >> tag purple (home page)
#033E66  >> biopic background

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



/* ------------------------------------- */
/* Basic  */
/* ------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "lucida grande", Verdana, sans-seriff;
	font-size: 12px;
	background: #7faaca url(images/design/bg.png) no-repeat top center;
	color: #ffffff;
}

* {
	padding: 0;
	margin: 0;
}

#page {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
}

#container {
	margin: 0;
	padding: 0;
}

/* ------------------------------------- */
/* HEADER */
/* ------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 196px;
	background: url(images/design/header.jpg) no-repeat top center;
}

/* ------------------------------------- */
/* NAVIGATION MENU */
/* ------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 28px;
	clear: both;
}

#navhome { /* only used for home page because of background change on main content templates */
	margin: 0;
	padding: 0;
	background: url(images/design/nav_homebg.jpg) no-repeat left;
	width: 230px;
	height: 28px;
	float: left;
}

#navcontent {
	margin: 0;
	padding: 0;
	background: url(images/design/nav_contentbg.jpg) no-repeat left;
	width: 230px;
	height: 28px;
	float: left;
}

#navmenu {
	margin: 0;
	padding: 0;
	background: url(images/design/nav_bg.jpg) repeat-x;
	width: 595px;
	height: 28px;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

	#navmenu ul {
		margin: 0;
		padding: 0;
	}

	#navmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
	#navmenu ul li a {
	margin: 0;
	padding: 5px 30px 4px 0px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	float: left;
	}
	
	#navmenu ul li a:hover {
	margin: 0;
	padding: 5px 30px 4px 0px;
	color: #7faaca;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#navend {
	margin: 0;
	padding: 0;
	background: url(images/design/nav_end.jpg) no-repeat;
	width: 25px;
	height: 28px;
	float: left;
}

/* ------------------------------------- */
/* HOME */
/* styling is this section is only for   */
/* the home page                         */
/* ------------------------------------- */

#home {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 390px;
	background: url(images/design/home_bg.jpg) no-repeat;
	clear: both;
}

#welcome {
	margin: 75px 0 0 75px;
	padding: 0;
	width: 270px;
	float: left;
	font-size: 12px;
	/*letter-spacing: 1.2pt;*/
	line-height: 1.5;
}

#video {
	margin: 30px 65px 0 0;
	padding: 0;
	float: right;
}

#tags {
	margin: 0;
	padding: 0 48px 0 48px;
	width: 754px;
	height: 236px;
	background: url(images/design/tags.jpg) no-repeat;
	clear: both;
	font-size: 11px;
}

.tag {
	margin: 0 34px 0 0;
	padding: 45px 15px 0 15px;
	width: 133px;
	height: 155px;
	color: #887195;
	float: left;
	text-align: center;
}

.tag-last {
	margin: 0 0 0 0;
	padding: 45px 15px 0 15px;
	width: 133px;
	height: 155px;
	color: #887195;
	float: left;
	text-align: center;
}

.tag a,
.tag-last a {
	color: #887195;
	text-decoration: none;
}

.tag a:hover,
.tag-last a:hover {
	color: #887195;
	text-decoration: underline;
}

.tag h1,
.tag-last h1 {
	margin: 6px 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}

.tag img,
.tag-last img {
	border: 2px solid #887195;
}

#fly_eastern {
	width: 850px;
	height: 191px;
	background: url(images/design/fly_eastern.jpg) no-repeat;
	clear: both;
}

/* ------------------------------------- */
/* CONTENT */
/* ------------------------------------- */
#container {
	margin: 0;
	padding: 0;
	width: 850px;
	background: url(images/design/contentbg.jpg) repeat-y;
	position: relative;
}

#content {
	margin: 0;
	padding: 0 0 0 50px;
	width: 540px;
	background: url(images/design/content-top.jpg) no-repeat;
	line-height: 1.3;
	float: left;
	min-height: 243px;
}
	
#content-bottom {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 55px;
	background: url(images/design/content-bottom_bg.jpg) no-repeat;
	clear: both;
}

/* ------------------------------------- */
/* CONTENT/POST attributes */
/* ------------------------------------- */
#content h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

#content h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

#content p {
	margin: 10px 0 10px 0;
	padding: 0;
	letter-spacing: .8pt;
}

#content ul li {
	list-style-type: square;
	list-style-position: inside;
}

#content a {
	color: #ffffff;
}

#content a:hover {
	/*color: #7faaca;*/
	text-decoration: none;
}

.post {
	margin: 20px 0 0 0;
	width: 500px;
	position: relative;
}

.post img {
	margin: 8px;
	padding: 0;
	border: 2px solid #ffffff;
}

.published {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ffffff;
	width: 500px;
	letter-spacing: 0;
}

/* bio classes */
.bio {
	margin: 0 0 12px 0;
	padding: 0;
	border-bottom: 1px dotted #ffffff;
	overflow: auto;
}

.biopic {
	margin: 0 0 0 8px;
	padding: 0 0 8px 0;
	background: #033E66;
	float: right;
	text-align: center;
	line-height: .5;
}

/* newsletter */
.newsletter {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #ffffff;
	overflow: auto;
	text-align: center;
}

.newsletter h2 {
	margin-bottom: 6px !important;
}

.newsletter-pic {
	margin: 0 6px 0 0;
	padding: 0 0 8px 0;
	background: #033E66;
	float: left;
	text-align: center;
	line-height: .5;
}

.newsletter-pic img {
	border: 2px solid #7faaca;
}

.last {
	margin-right: 0;
}

/* ------------------------------------- */
/* STORE */
/* ------------------------------------- */
.product {
	margin: 0 8px 15px 0;
	padding: 6px 6px 12px 6px;
	background: #033E66;
	float: left;
	text-align: center;
	border: 2px solid #7faaca;
	width: 140px;
}

.product img {
	border: 2px solid #fff;
}

/* ------------------------------------- */
/* SIDEBAR */
/* ------------------------------------- */
#sidebar {
	margin: 0 25px 0 0;
	padding: 0;
	width: 235px;
	float: right;
	color: #ffffff;
}

#sidebar-top {
	margin: 0;
	padding: 0 20px 0 20px;
	width: 195px;
	height: 182px;
	background: url(images/design/sidebar_top.jpg) no-repeat;
}

#sidebar-content {
	margin: 0;
	padding: 0 20px 0 20px;
	width: 235px;
	background: url(images/design/sidebar_bg.jpg) repeat-y;
	overflow: auto; /* firefox bg fix */
}

#sidebar-bottom {
	margin: 0;
	padding: 0;
	width: 235px;
	height: 122px;
	background: url(images/design/sidebar_bottom.jpg) no-repeat;
}

/* SIDEBAR attributes */
#sidebar h1 {
	font-size: 24px;
	font-weight: normal;
}

#sidebar h2 {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: normal;
}

#sidebar a {
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li li {
	margin: 5px 0 0 0;
	list-style-type: square;
	list-style-position: inside;
}


/* ------------------------------------- */
/* FOOTER */
/* ------------------------------------- */

#footer {
	margin: 0;
	padding: 20px 50px 0 50px;
	width: 750px;
	height: 55px;
	background: url(images/design/footer.jpg) no-repeat;
	clear: both;
	color: #ffffff;
	line-height: 1.8em;
	font-size: 10px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
}

/* ------------------------------------- */
/* MISC TAGS */
/* ------------------------------------- */
img {
	border: 0;          /* so images won't have borders with hyperlinks */
}

.icon {
	margin: 0 !important;
	padding: 0;
	vertical-align: bottom !important;
	border: 0 !important;
}

strong {
	letter-spacing: normal;
}

.clear {
	clear: both;
}

.hr {
	border-bottom: 1px dotted #fff;
	margin: 5px 0 5px 0;
}
