/*
Theme Name: Ali Han Natural
Theme URI: http://www.alihan.com.tr/blog/
Description: Spring flowers, bird, butterfly, clouds and animals Natural blog theme.
Date: 20th March 2009
Version: 2.2
Author: Ali Han
Author URI: http://www.alihan.com.tr
Tags: green, orange, silver, white, yellow, light, fixed-width, two-columns, right-sidebar, seasonal
The CSS, XHTML and design is released under GPL:
http://creativecommons.org/licenses/by-nc-nd/3.0/
*/

/* Please leave my link in the footer, thanks! */

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
 /*background:#b4eeff url(images/AliHan_MarchTheme_bg.jpg) repeat-x;*/
}

body {
  background:url(images/AliHan_MarchTheme_page.jpg) repeat-y center;
  margin:0 auto;
  font:62.5% 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-size:1.6em;
  color:#4f647b;
}

img {
  border:0;
}

.banner {
  background:url(images/AliHan_MarchTheme_top.jpg) center repeat-x;
}

#masthead {
  height:125px;
  padding-top:100px;
  text-align:center;
}

#masthead p {
  font-weight:bold;
  font-size:1.4em;
  color:#FFFFFF;
  text-align:center;
}


#banner_text {
line-height:3px;
}

h1 {
  font-size:5em;
  margin-left:30px;
  margin-right:5px;
  color:#7b684f;
  display:inline;
  font-family:"Monotype Corsiva";
}

h1 a {
  color:#FFFFFF;
  text-decoration:none;
}


#secondary_content h2 {
  font-size:25px;
  margin-bottom:8px;
  color:#009900;
  font-family:"Monotype Corsiva";
}

p, li {
  color:#4f647b;
}

a {
  color:#4f647b;
  outline:none;
}

div#content {
  padding:30px 30px 0px;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

#main_content {
  width:620px;
  float:left;
}

#main_content h2 {
  font-size:3em;
  height:71px;
  width:621px;
  text-align:center;
  background:url(images/AliHan_MarchTheme_titles.jpg) no-repeat;
  color:#009900;
  font-family:"Monotype Corsiva";
  padding-top:18px;
}

#main_content h2 a {
  color:#009900;
  text-decoration:none;
}
#main_content h2 a:hover {
  color:#33CC00;
  text-decoration:none;
}

#main_content p {
  font-size:1.4em;
  line-height:2em;
  margin:10px 0;
}

.article {
  margin-bottom:30px;
}

.article blockquote {
  padding-left:10px;
  margin:15px 10px;
  border-left:5px solid #BAFBAE;
}

.article ul, .article ol {
  margin:10px;
}

.article ul li {
  font-size:1.4em;
  margin:5px 0 5px 10px;
  list-style:square;
}

.article ul li li, .article ol li li {
  font-size:1em;
  list-style:circle;
}

.article ol li {
  font-size:1.4em;
  margin:5px 0 5px 20px;
  list-style:decimal;
}

ul.article_footer {
  background:#FAFFF9;
  border:#E1FEE0 1px solid;
  text-align:left;
}

ul.article_footer li {
  display:inline;
  margin:5px;
  padding-right:10px;
  border-right:1px solid #E1FEE0;
  font-size:1.2em;
}

ul.article_footer li.last {
  border-right:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

#secondary_content {
  width:280px;
  float:left;
  margin-bottom:30px;
}

#secondary_content p {
  font-size:1.2em;
  width:218px;
  line-height:1.75em;
  margin-bottom:10px;
  font-style:italic;
}

#secondary_nav {
  background:url(images/AliHan_MarchTheme_secondnav.jpg) repeat-y;
  padding:15px;
  margin-left:30px;
}

#secondary_nav h2 a {
  text-decoration:none;
}

#secondary_nav ul ul {
  margin:8px 0 20px;
  border-left:5px solid #E4FED8;
  padding-left:10px;
  font-size:1.5em;
  font-weight:bold;
}

#secondary_nav ul ul ul {
  font-size:1em;
  border-left:5px solid #F8F8F8;
  margin:0;
}

#secondary_nav ul ul li {
  margin:5px 0;
}

#secondary_nav ul ul li a {
  text-decoration:none;
}

#secondary_nav ul ul li a:hover {
  color:#1B3E63;
}

#secondary_content hr {
  margin-bottom:10px;
  background:url(images/dots.gif) repeat-x;
  border:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/
.footer {
  background:url(images/AliHan_MarchTheme_bottom.jpg) center repeat-x;
  vertical-align:bottom;
  height:160px;
  color:#000000;
}


.footer a {
  text-decoration:none;
  font-weight:bold;
  color:#000000;
}

.footer a:hover {
  color:#8da557;
  text-decoration:underline;
}

/*-----------------------------------------------------------------------------

  Clearfix

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */
