/*   
Theme Name: Airmail - par Avion
Theme URI: http://johnnye.net/airmail-paravion.html
Description: A travel or holiday orientated blog template, 2 columns, flexible width, based on old fashioned airmail envolopes. 0.6 fixes some CSS and Menu bugs
Author: John Nye
Author URI:http://johnnye.net
Version: 0.6
Tags: tan, blue, red, light, two-columns, flexible-width, microformats, holiday

Theme is copyright 2009 John Nye
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

#container {
	float: left;
	margin: 0;
	width: 560px;
}

#primary, #secondary {
	float: left;
	overflow: hidden;
	width: 180px;
	margin-left: 20px;
}
#secondary {
	
}
#footer {
	clear: both;
	width: 100%;
}
body {
	/*margin: 1.5em 15%;*/
	background: #f7f7f0 url(images/bg.png);
}

#wrapper{
	margin: 1.5em auto;
	width: 960px;
}
.spacer{
	height:1.5em;
	clear: both;
}

#sidebar_wrapper {
  float: left;
  width: 400px;
}
/* =Header
-------------------------------------------------------------- */
#stripe{
	background: url(images/banding.gif) repeat-x;
	padding-top: 25px;
}


#branding {
	margin: 0 0 1.5em 0;
  float: left;
}
#blog-title{
	float: left;
	
}
#blog-title span a{
	font-size: 2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border: 0;
}

#blog-title span a:hover {
    background-color: transparent;
}

#rss-search{
	float: right;
	margin-bottom: 0.5em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
/*  margin: 0 0 1.5em 0;*/
}
.skip-link {
	display: none;
}

.menu {
    clear: both;
}
.menu ul, ul.menu {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	float: left;
}
#header .menu a {
	display: block;
	/*float: right;*/
	margin-left: 18px;
	margin-right: 11px;
	height: 2em;
	border: 0;
	color:  #002147;
	font-size: 1.5em;
}

#footer .menu a {
  display: block;
  margin-right: 15px;
  font-size: 1.3em;
}
#footer ul {
  list-style: none;
}

.menu a:hover{
	color: #000;
	background: none;
}

.menu li.forum-link {
	background: transparent url('images/gft-new.png') no-repeat 0 -2px;
	padding-left: 12px;
}

.menu li.store-link {
	background: transparent url('images/gft-new.png') no-repeat 0 -2px;
	padding-left: 14px;
}

/* =Content
-------------------------------------------------------------- */
#explanation {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #cccccc;
	font-family: "Georgia";
	font-size: 1.1em;
}
.slideshow{
	height: 350px;
	width: 960px;
}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 0.5em 0 0 0;
}
.entry-meta, .entry-utility, .comment-meta{
	font-size: 0.75em;
	line-height: 2.25em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	clear: both;
}
.entry-sharing {
	padding-top:10px;
}
a{
	border-bottom-width: 1px;
	border-bottom-color: #d9e0ed;
	border-bottom-style: inset;
	text-decoration: none;
	color: #4571DD;
	
}
a:hover, a:active{
	background-color: #d9e0ed;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
	clear:both;
}

.nav-previous { float: left; }
.nav-next { float: right; }


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	background: #f2f2e9;
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	/*margin-left: 1.1em;*/
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	background: url(images/banding.gif) repeat-x;
	padding-top: 25px;
	margin: 0 0 1.5em 0;
	font-family: Verdanda, Arial, sans-serif;
	font-size: 12px;
}

/* = Footer
------------------------------------------------------------*/

#footer{
	margin-top: 1.5em;
	padding: 24px 0 1.5em 0;
	background: #dae1ed url('images/banding.gif') repeat-x;
}
#colophon{
	margin: 0 auto;
	width: 960px;
	clear: both;
}

.footer-block {
  width: 310px;
  padding-left: 10px;
  float: left;
}

.copyright {
  clear: both;
  margin: 0 15%;
  text-align: center;
  padding-top: 1em;
}

/*comments*/
#comments{
	background: #f2f2e9;
	list-style: none;
}

#comments li.even{
	background: #dae1ed;
	clear: both;
}

.comment-wrapper{
	clear: both;
	display: block;
}
.comment-meta{
	float: left;
	width: 20%;
}
.comment-content{
	float: left;
	margin-right: 1.5em;
	width: 75%;
}

#comments { margin-left: 0; }
/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
    margin-right: 10px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  /*margin-left: 1.5em;*/
}

/** Special Case **/
div#post-874 .alignleft {
    margin-right: 4px;
}
div.fourimgs { margin-right: 4px; }

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#headshot {
	text-align: center;
	margin-bottom: 1.5em;
	padding-top: 25px;
	background: url("images/banding.gif") repeat-x scroll 0 0 transparent;
}

.wp-caption {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 5px #333333;
    -moz-box-shadow: 3px 3px 5px #333333;
    -webkit-box-shadow: 3px 3px 5px #333333;
    margin-bottom: 1.5em;
    padding: 15px 10px 5px 10px;
    text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 1.5em;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Date tab 
-------------------------------------------------------------- */
.date_left { 
	width: 50px;
	height: 50px;
	background: transparent url('images/date_tab.gif') 0 0 no-repeat;
	text-align: center;
	float: left;
	color: #FFF;
	margin-left:-55px;
	position:absolute;
	font-family: Georgia, serif;
}

.article_month { 
	
	text-transform: uppercase;
	font-size: 1em;	
}

.article_day {
	font-size: 1.5em;
	line-height: 1em;
}

#footer {
	font-family: "Trebuchet MS", Arial;
}

/* Related posts
-------------------------------------------------------------- */
#related-posts ul {
	list-style-type:none;
	margin-left:0;
}
#related-posts li { background-color: #EDEDDD; }
#related-posts li.alt-post { background-color: #DBDBD0; }
#related-posts li p { 
	font-size: 12px;
}
#related-posts img { margin: 10px; }
#related-posts .article-title { 
	display:block;
	padding: 10px 0 5px 0;
	font-size: 16px; 
	padding-bottom: 8px; 
}
#related-posts h3 { font-size: 20px; }
#related-posts { margin-top: 16px; }

/**** Ads *******************************************************/
.horiz-ads {
	text-align:center;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	clear: both;
}

/**** Facebook "Like" button ************************************/
#fb-root { margin-top: 10px; }

/**** CTAs ******************************************************/
.cta-box { margin-bottom: 5px; }

/**** Teaser format *********************************************/
.continue-reading { clear: both; }

/**** All the post meta information *****************************/
.tag-links {
    display: block;
    width: 560px;
}

.tag-links a, .cat-links a, .comments-link a, a.comment-link, a.trackback-link {
    padding: 3px 3px 3px 20px;
    background-repeat: no-repeat;
    background-position: 3px;
    color: #ffffff;
}

.tag-links a {
    background-color: #4571DD;
    background-image: url('images/tag-icon.png');
}

.cat-links a {
    background-color: #DE496E;
    background-image: url('images/folder-icon.png');
}

.comments-link a, a.comment-link {
    background-color: #689026;
    background-image: url('images/comment-icon.png');
}

a.trackback-link {
    background-color: #DDB145;
    background-image: url('images/trackback-icon.png');
}

/** Advertisements */
#advert-wrapper h3 {
  text-align: center;
}
#advert-wrapper .ad-widgets {
  text-align: center;
  margin-bottom: 10px;
}

#advert-wrapper {
  clear: both;
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
