/*
 Theme Name: AF
 Theme URI:
 Description: AF
 Author: 
 Autho: 
 */

@import url(css/reset.css); 
@import url(css/comments.css);
@import url(css/calendar.css);

/*====================================================================================================
 * G L O B A L                                                                             G L O B A L  
 =====================================================================================================*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size: 100.01%; }
body { 
	  font-size: 75%;
	  color: #222; 
	  background: #FF8B00;
	  font-family: Verdana;
}

/* Links
-------------------------------------------------------------- */

a,
a:link,
a:visited   { color: #FF8B00; text-decoration: none; }
a:hover,
a:active,
a:focus     { color: #FF8B00; outline:none; /*deletes dotted outline border*/ }
a img       { border: none; /*resets the amazing border*/ } 


/* Alignment
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft      { float: left;  }
.alignright     { float: right; text-align: right; }
.textalignright { text-align: right; }

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/*====================================================================================================
 * S T R U C T U R E                                                                 S T R U C T U R E
 ====================================================================================================*/

#container    { position: relative; width: 980px; margin: 0 auto; text-align: left; }
#header       { position: relative; width: auto; height: 180px; }
/*wraps content and sidebar - important when using more than 2 columns*/
#wrapper      { position: relative; float: left; width: 100%; background: #fff url(images/bg-sidebar-middle.png) repeat-y 260px; }
/*wraps posts*/
#content      { position: relative; float: right; width: 600px; height: auto; padding: 20px 20px 0px 20px; }
/*wraps a post*/
.post-content { position: relative; width: auto; padding: 0 0 20px 0; background: url(images/shadow-horiz.jpg) no-repeat center bottom; }
#sidebar      { position: relative; float: left; width: 340px; height: auto; padding: 20px 0 20px 0; display: inline; }
#footer       { position: relative; width: auto; height: 80px; clear: both; }

#container .lightspot { position: absolute; width: 753px; height: 573px; top: 0px; left: -140px; background: url(images/lightspot.png) no-repeat; }

/*====================================================================================================
 * H E A D E R                                                                             H E A D E R
 ====================================================================================================*/

img.logo                 { position: absolute; width: 300px; height: 31px; top: 60px; left: 20px; }
.datum                   { position: absolute; width: auto; height: 20px; top: 0px; right: 10px; line-height: 20px; color: #fff; font-weight: bold; text-transform: lowercase; font-family: tahoma; font-size: 10px; }

/*Header - search form
-------------------------------------------------------------- */

#searchform        { position: absolute; display: block; width: 221px; height: 29px; top: 65px; right: 0px; line-height: 29px; background: url(images/searchbar.png) no-repeat; }
#searchform #searchfield { float: left; width: 140px; height: 19px; margin: 0px  0 0px; padding: 10px 10px 0 10px; background: none; border: none; color: #C3C3C3; font-size: 11px; font-style: italic; }
#searchform #searchsubmit { float: right; width: 61px; height: 27px/* #searchfield height +2px */; margin: 0px 0px 0 0px; border: none; background: none; color: orange; font-weight: bold;  cursor: pointer; }

/*Header - menu
-------------------------------------------------------------- */

ul#top-menu         { position: absolute; width: 920px; height: 42px; top: 140px; left: 0px; list-style: none; }
ul#top-menu li      { }
ul#top-menu li a    { float: left; width: auto; height: 42px; margin: 0 30px 0 0px; padding: 0 20px 0 20px; line-height: 42px; background: none; color: white; text-decoration: none; font-size: 14px; }
ul#top-menu li a:hover,
ul#top-menu li a:active,
ul#top-menu li.current_page_item a,
ul#top-menu li.current_page_ancestor a { background: url(images/menu-hover.png) repeat-x; text-decoration: none; }

/*====================================================================================================
 * S I D E B A R                                                                         S I D E B A R
 ====================================================================================================*/
 
 #sidebar img.topic { display: block; margin:  50px auto 50px auto; }
 
 /*Sidebar - shadows (top,bottom)
-------------------------------------------------------------- */

.sidebar-top        { position: absolute; width: 29px; height: 200px; top: 0px; right: 0px; background: url(images/bg-sidebar-top.jpg) no-repeat; }
.sidebar-bottom     { position: absolute; width: 29px; height: 200px; bottom: 0px; left: 311px; background: url(images/bg-sidebar-bottom.jpg) no-repeat; }

/*Sidebar - widget
-------------------------------------------------------------- */

.widget            { position: relative; width: 301px; margin: 0px auto 10px auto; z-index: 10; }
.widget ul         { list-style: none; }
.widget ul li      { margin: 0 0 10px 0; } 
.widget ul li a    { display: block; width: 100%; height: 30px; line-height: 30px; font-size: 14px; background: url(images/bg-item-sidebar.jpg) no-repeat; text-align: center; text-decoration: none; color: white;}       
.widget ul ul      { margin: 0 0 0 10px; }

/*Sidebar - home
-------------------------------------------------------------- */

p.about            { display: block; width: 280px; margin: 0 auto 0 auto; line-height: 1.3em; }

/*====================================================================================================
 * F O O T E R                                                                             F O O T E R
 ====================================================================================================*/

#footer p { width: 30%; line-height: 30px; padding: 0 20px 0 20px; }

#footer p,
#footer p a { color: #FFD55F; }
#footer p img { vertical-align: middle; }

/*====================================================================================================
 * P O S T   C O N T E N T                                                     P O S T   C O N T E N T
 ====================================================================================================*/

#content h1.title  { display: block; width: 600px; height: 50px; font-size: 3.5em; line-height: 1; font-weight: bold; color: #D3D3D3; }
#content h1.title a:link,
#content h1.title a:visited { color: #D3D3D3; }
#content h1.title a:hover,
#content h1.title a:active,
#content h1.orange,
#content h1.title .orange { color: #FF8B00; }

#content h1.title span.date { position: relative; height: 3.5em; font-size: 11px; color: #FF8B00;}
#content h1.title span.date img { position: relative; bottom: 0px; }

#content h1.title span.gray-home { font-size: 1.2em; }

#content h1.home { font-size: 2.6em; }

/*orange title*/
#content h1.super-title  { display: block; width: 600px; height: 80px; font-size: 3.5em; line-height: 1; background: url(images/shadow-horiz.jpg) no-repeat center bottom; font-weight: bold; color: #FF8B00; }

#content .thumbnail { float: left; width: 270px; height: 200px; }
#content .thumbnail img { display: block; margin: auto; vertical-align: middle; }

a.leesverder { position: relative; display: block; width: 120px; height: 31px; margin: 0 0 20px 470px; background: url(images/bg-leesverder.jpg) no-repeat; line-height: 31px; text-align: center; color: white; }

.postmetadata               { padding: 10px 0 10px 0; }
.entry { font-size:1.1em; line-height: 1.3em; color: #3D4A53; /*post itself without permalink*/ }

/* Post content - headings
-------------------------------------------------------------- */

.entry h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.entry h2 { font-size: 2em; margin-bottom: 0.75em; }
.entry h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.entry h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.entry h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.entry h6 { font-size: 1em; font-weight: bold; }


/* Post content - text elements
-------------------------------------------------------------- */

.entry p           { margin: 1.1em 0 1.1em 0; }
.entry p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.entry p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
.entry img{ max-width:100%; /*..because some images are too wide*/}


.entry blockquote          { margin: 1.5em; color: #666; font-style: italic; }
.entry strong              { font-weight: bold; }
.entry em, .entry dfn      { font-style: italic; }
.entry dfn                 { font-weight: bold; }
.entry sup, .entry sub     { line-height: 0; }

.entry abbr, 
.entry acronym     { border-bottom: 1px dotted #666; }
.entry address     { margin: 0 0 1.5em; font-style: italic; }
.entry del         { color: #666; }

.entry pre 				{ margin: 1.5em 0; white-space: pre; }
.entry pre, .entry code, .entry tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Post content - lists
-------------------------------------------------------------- */

.entry li ul, 
.entry li ol       { margin: 0 1.5em; }
.entry ul,
.entry ol          { margin: 0 1.5em 1.5em 1.5em; }

.entry ul          { list-style-type: disc; }
.entry ol          { list-style-type: decimal; }

.entry dl          { margin: 0 0 1.5em 0; }
.entry dl dt       { font-weight: bold; }
.entry dd          { margin-left: 1.5em;}

/* Post content - tables
-------------------------------------------------------------- */

.entry table       { margin-bottom: 1.4em; width:100%; }
.entry th          { font-weight: bold; }
.entry thead th    { background: #c3d9ff; }
.entry th,
.entry td,
.entry caption     { padding: 4px 10px 4px 5px; }
.entry tr.even td  { background: #e5ecf9; }
.entry tfoot       { font-style: italic; }
.entry caption     { background: #eee; }

/* Post content - WP-captions - post content (optional rounded corners for browsers that support it)
-------------------------------------------------------------- */

.wp-caption        { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.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 content - page navigation
-------------------------------------------------------------- */
.navigation           { line-height: 30px; }
.navigation .next     { float: left; max-width: 50%; }
.navigation .previous { float: right; max-width: 50%; }

/*====================================================================================================
 * S L I D E S H O W                                                                 S L I D E S H O W
 ====================================================================================================*/

#slideshow { display: block; width: 300px; height: 200px; margin: 0 auto 20px auto; }
#slideshow div { position: relative; width: 300px; height: 200px; top: 0; left: 0; color: #333; text-align: left; }
#slideshow div img { float: left; width: 300px; height: 200px; }
#slideshow div h1 a { position: absolute; width: 280px; height: 70px; bottom: 0px; left: 0px; padding: 0 10px 0 10px; background: url(images/gallery-bg.png) repeat-x; line-height: 70px; font-size: 20px; color: #fff;  }


/*====================================================================================================
 * M I S C                                                                                     M I S C
 ====================================================================================================*/

.nobg { background: none !important; }
.margin-bottom { margin-bottom: 20px; }
.padding-bottom { padding-bottom: 20px; }

/*====================================================================================================
 * H A C K S                                                                                 H A C K S 
 ====================================================================================================*/

/* clearfix 
-------------------------------------------------------------- */

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { min-width: 0; display: inline-block; /* \*/ display: block; }
* html .clear { /* \*/ height: 1%; }
