/*
Theme Name: FeatherPot Tutorial
Theme URI: the-theme's-homepage
Description: A basic theme created with the help of a FeatherPot Tutorial
Author: FeatherPot Reader
Author URI: http://featherpot.com
Version: 1.0
.
General comments/License Statement if any.
To create your own WordPress theme follow the tutorial in FeatherPot. This is a Free theme released under GPL terms
.
*/


body { /* This is how the body of the theme looks */
  background: #fff;
}

a, p, h1, h2, h3 { /* Basic Typography In the design */
  font: 90% "Arial", "Trebuchet MS", Verdana, sans-serif;
}

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.1em;
  line-height: 1.5em;
  }

#wrapper { /* Wrapper which will bind the theme to 900px wide box & centered */
  clear:both;
  width: 900px;
  margin: 30px auto;
}

#logo a { /* This is for the Title of the blog */
  height: 90px;
  font-size: 3em;
  line-height: 25px;
  color: #121212;
  text-decoration:none;
}

.desc { /* For the tag-line of the blog */
  margin: 0 0 10px 0;
  color: #aaa;
  font-size: .3em;
}

/*########################################################
##                                                      ##
## Starting the propeties to use inside Navigation area ##
##                                                      ##
########################################################*/

#navigation { /* Navigation box on the top */
  width: 100%;
  clear:both;
  height: 35px;
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
}

#navigation ul{ /* Elements in the navigation box */
  display: block;
  height: 35px;
  margin: 0px;
  overflow: hidden;
  float: left;
  width: 415px;
}

#navigation li{ /* Listing the elements in navigation */
  float: left;
  display: block;
  list-style: none;
}

#navigation a{ /* Regular item of the navigation */
  padding: 10px 10px 5px 10px;
  font-size: 13px;
  color: #121212;
  float: left;
  display: block;
  text-decoration: none;
}

#navigation a:hover{
  color: #BBB;
}

/* Main navigation - Current Page Item - Will be used in future optionally */

#navigation ul li.current_page_item {

}

#navigation ul li.current_page_item a {

}

#navigation ul li.current_page_item a:hover {

}

#navigation ul li.current_page_item a span {

}

/* Main navigation - extra */

#navigation ul li.first a {

}

#navigation ul li.current_page_item a {

}


#outline { /* To style the portion after the top navigation, ie; the laft and right area */
  width:900px;
  height:100%;
}

.post { /* Property for the blog.php in index.php */
  width: 640px;
  float: left;
  clear:both;
  margin: 10px 5px 0 0;
}

/*########################################################
##                                                      ##
## Starting the propeties to use inside the blog.php    ##
##                                                      ##
########################################################*/


.entry { /* for Entries template inside the blog */
  margin: 25px 0 0 0;
  width: 640px;
  float: left;
  clear:both;
  position:relative;
}

.title a{ /* Styling titles */
  font-size: 20px;
  color: #565656;
  text-decoration: none;
}

.title a:hover{
  color: #121212;
}

.postmeta {
  width: 100%;
  height: 30px;
  margin-top: 25px;
  font-size: 12px;
  padding: 0 10px 0 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.metadata {
  float:left;
  margin-top: 8px;
}

.readmore {
  margin-top: 20px;
  font-size: 11px;
  float:right;
}

/*########################################################
##                                                      ##
## Starting the propeties to use inside the sidebar.php ##
##                                                      ##
########################################################*/

.sidebar {
  width: 220px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  float: right;
  margin: 40px 0 0 0;
}

.sidebar ul{
  margin: 20px 0 20px 0;
  float: none;
}

.sidebar li{
  padding: 2px 0 2px 0;
}

.sidebar h3{
  background-color: #f8f8f8;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0 5px 10px;
  color: #565656;
  font-size: 17px;
  margin-top:0px;
}

.sidebar a{
  padding: 3px 10px 3px 10px;
  font-size: 13px;
  color: #121212;
  display: block;
  text-decoration: none;
}

.sidebar a:hover{
  color: #BBB;
}

/*########################################################
##                                                      ##
## Starting the propeties to use inside the footer.php  ##
##                                                      ##
########################################################*/

#footer {
  width: 900px;
  height: 35px;
  clear:both;
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
}

#footer p{
  font-size: 12px;
  color: #565656;
  float: left;
  margin: 15px 0 0 10px;
  line-height: 2px;
  display: block;
  text-decoration: none;
}


#more_posts {
  width: 100%;
  height: 40px;
  padding: 30px 0 10px 0; 
  clear:both;
  display:block;
}

/*########################################################
##                                                      ##
## The propeties to use inside the form elements        ##
##                                                      ##
########################################################*/

.search {
  float: right;
  margin: 5px 5px 0 0;
}

form {
  font-size: 2.1em;
  color: #f8320d;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0pt 0pt;
}

input {
  width: 190px;
  height: 22px;
  margin: 0;
  padding: 3px 5px 0 5px;
  border: none;
}

.search_box {
  background: url(images/box.jpg) no-repeat;
}

.cmnt_box {
  background: url(images/cmnt.gif) repeat-x;
  border: 1px solid #e2e2e2;
  border-top: 1px solid #c2c2c2;

}

#submit {
  background: url(images/btn.gif) no-repeat;
  color:#fff;
  display:block;
  padding-top:7px;
  height: 27px;
}

/*########################################################
##                                                      ##
## The propeties just to enrich WP Calender             ##
##                                                      ##
########################################################*/

#wp-calendar {
  width: 95%;
  padding: 0 0 0px 0;
  margin-bottom: 0px;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th, #wp-calendar td {
  padding: 5px;
  text-align: center;
}

#wp-calendar td {
  background: transparent;
}

#wp-calendar td, table#wp-calendar th {
  padding: 3px 0;
}

#wp-calendar a {
  text-decoration: underline;
}

#wp-calendar a:hover {
  text-decoration: none;
}

/*############################################################
##                                                          ##
## For basic image styling inside posts, from Kubrick theme ##
##                                                          ##
############################################################*/

p img {
  padding: 0;
  max-width: 100%;
  }

/*	Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left
  }

.frame {
  background-color: #FFF;
  padding: 3px;
  border: 1px solid #DDD;
  }  

.frame:hover {
  background-color: #f8f8f8;
  padding: 3px;
  border: 1px solid #BBB;
  }    

.gallery {

  }

.gallery img {
  background-color: #FFF;
  padding: 3px;
  border: 1px solid #DDD!important;
  }
/* End Images */

/*############################################################
##                                                          ##
## For basic comment styling inside single page             ##
##                                                          ##
############################################################*/


.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: left;
  border: 1px solid #eee;
  padding: 2px;
  margin: 0 3px 0 0;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }

.commentmetadata {
  font-weight: normal;
  }


/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  font-size: 15px;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }

/* End Comments */