/*
Theme Name: FreedomFlying
Theme URI: http://www.freedom-flying.co.uk
Description: Basic one column theme, no sidebars.
Version: 1.0
Author: Anthony Rome Silvermarbles
Author URI: http://www.silvermarbles.co.uk
*/

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

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

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

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#CCCCCC;
	line-height:15pt;
	margin: 0px;
	padding: 0px;
	background-color:#031b27;
}
#wrapper {
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

	a {
		font-family: Tahoma, Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		
		font-weight: normal;
		color:#FF6600;
		text-decoration: underline;
	}
	
	a:hover {
		font-family: Tahoma, Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		
		font-weight: normal;
		color:#FF9900;
		text-decoration: underline;
	}

	a:active {
		font-family: Tahoma, Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		
		font-weight: normal;
		color:#FF6600;
		text-decoration: underline;
	}

/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 118px;
	width: 1024px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#fff;
	background-image:url(images/freedom_01.jpg);
}
#headerhome {
	height: 118px;
	width: 1024px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#fff;
	background-image:url(images/freedom_home_01.jpg);
}
#navigation {
	height: 43px;
	width: 1024px;
	margin: 0px;
	background-image:url(images/freedom_02.jpg);
}

#navigationhome {
	height: 43px;
	width: 1024px;
	margin: 0px;
	background-image:url(images/freedom_home_02.jpg);
}

.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 800px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#bgmain {
	width: 1024px;
	margin:auto;
	background-image:url(images/freedom_03.jpg); background-repeat:repeat-y; 
}
#main {
	width: 848px;
	margin:auto;
}
#content {
	width: 828px;
	padding: 0px 10px 0px 10px;
	line-height: 1.3em;
	position:relative;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 10px;
	font-size: .9em;
}

.posthome {
	padding: 10px 10px 0px 10px;
	font-size: .9em;
}

.post h2 {
	font-size: 2.2em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;

  margin: 0;
  padding: 0;
}
.post h4 {
  font-size: 1.8em;

  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}


.entry-content blockquote {
  font: 1.2em/1.5em Tahoma, Georgia, "Times New Roman", Times, serif;
  width: 600px;
  color: #000000;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Tahoma, Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
img { border:none; }
.entry-date {
	height: 69px;
	width: 71px;
	display: inline;
	float: right;
	margin: 0 10px 0 0;
	border: 2px solid #959595;
	color: #fff;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	
}
.entry-month {
	font-size: 17px;
	width: 71px;
	text-align: center;
	height: 18px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 19px;
	text-align: center;
	height: 20px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  padding: 18px;
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}

/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
#blogloop {
width:400px; float:right;
}
#respond {
width:400px; float:left;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
  font-weight:bold;
  margin-left:5px;
}

#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#commentform {	
	padding: 0px;
}
#comment, #author, #email, #url {	
	width: 95%;
	padding:6px;
	color:#fff;	
	background:#0b2b3d;
	border:solid 1px #ccc;

	font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;	
}

#post-13 input, textarea {
	width: 95%;
	padding:6px;
	color:#fff;	
	background:#0b2b3d;
	border:solid 1px #ccc;

	font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;	
}

#submit {
	cursor:pointer;
	color:#fff;	
	padding: 3px;
	background:#031a27;
	border:solid 1px #ccc;
	
	font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
.thread-even {
border:1px #CCCCCC dashed;
	background-color:#010c12;
	padding:5px;
}
.thread-odd {
	background-color:#E5E5E5;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
/* no sidebar in Basic 101 */
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	width:1024px;
	height: 154px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0 0 0 0;
	background:url(images/freedom_04.jpg); background-repeat:no-repeat;
	margin:auto;
}
#footerhome {
	width:1024px;
	height: 154px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0 0 0 0;
	background:url(images/freedom_home_04.jpg); background-repeat:no-repeat;
	margin:auto;
}
#footer a:link, #footer a:visited {
	color:#CCCCCC;
}
#footer a:hover {
	text-decoration: none;
}
#footerhome a:link, #footerhome a:visited {
	color:#CCCCCC;
}
#footerhome a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: normal 11px Tahoma;
list-style-type: none;
font-variant:small-caps;

}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
color: white;
background:none; /*background of tabs (default state)*/
width:100px;
text-align:center;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color:black;
background: none; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



