/*
Theme Name: weathered
Theme URI: http://wearetheweather.com
Description: Hot
Version: 1.0
Author: Timur Siqin
Author URI: http://wearetheweather.com
*/


/*layout*/
*
{
  padding: 0;
  margin: 0;
}


#content
{
  width: 640px;
  float: right;

}

#content p img
{

  border:0px;
}


#sidebar
{
float:right;
  width: 150px;
  margin-right: 0px;
}


#sidebar2
{
  width: 150px;
  margin-right: 0px;
 float: left;
 background:#000000;
 list-style: none;
 
}


#wrapper
{
  width: 960px;
  margin: 0 auto;

}

/*style*/




body
{
  font-family: Arial, Helvetica, Verdana;
  font-size: 76%;
  padding: 10;
}

hr
{
  display: none;
}


/*header*/

#header
{
  margin-bottom: 50px;
  background-image:url(http://www.wearetheweather.com/wp-content/themes/weathered/images/WATWLOGO3C.png) top center no-repeat;
 
}



 
#header a
{
  text-decoration: none;
  color: #000000;
}
 
#header h1
{
  font-size: 2.5em;
}

#header h2
{
font-size:16px;
background-color:#FFFFFF;
text-align:center;
}

#header h2 a
{
color:#ff1ca4;
}

#header h2 a:hover
{
color:#3fff94;
}

/*footer*/

#footer
{

  background:#3f7fff url(images/wave.png) top repeat;
  clear: both;
  padding: 20px 20px 20px 7.5%;
  margin-top: 100px;
  height: 3em;
  color: #000000;
  	font-family:arial,san-serif;
}

/*sidebar*/

#sidebar ul, #sidebar2 ul
{
  list-style: none;
}

#sidebar ul ul, #sidebar2 ul ul
{
/*
  list-style-image: url(images/listitem.png);
  list-style-type: circle;
  */
  margin-left: 10px;
  text-align:right;
}

/*sidebar style*/

      #sidebar, #sidebar2
      {
	background:#000; /*url(http://www.wearetheweather.com/wp-content/themes/weathered/images/sidebarGradient.png) repeat-y;*/
	color: #000000;
	font-size: 12px;
	font-family:arial,san-serif;		
	
	

      }
       
      #sidebar ul h2, #sidebar2 ul h2
      {
      
       /* border-bottom: 1px solid #FADA96;
        border-top: 7px solid #ff00d2; */
        font-size: 13px;
        font-weight:bold;
        padding: 2px;
        margin-bottom: 6px;
		color: #ff1ca4;
		
				text-transform:uppercase;
				font-family:arial,san-serif;
				
					 	background:#ffff00; /*url(http://www.wearetheweather.com/wp-content/themes/weathered/images/blackheaderarrow.png) top left no-repeat;
      			*/	
	  }
	  
	  #sidebar ul, #sidebar2 ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul ul, #sidebar2 ul ul ul
{
  margin-bottom: 0;
}

/*sidebar links style*/

#sidebar a, #sidebar a
{
  text-decoration: none;
  color: #3f7fff;
  margin-right:10px;
 
}
 
#sidebar a:hover, #sidebar2 a:hover
{
  color: #ff4200;
  
  
}

/*searchstyle*/

#searchform
{
  text-align: center;
  color: #ffffff;
}
 
#searchform input
{
  border: 1px solid #000000;
  background-color: #ff4200;
  padding:20px;
}
 
#searchform #s
{
  width: 50%;
  background-color: white;
}

/*loop style*/

.post
{
  margin-bottom: 40px;
  color: #353535;

  font-size:12px;
   background-color: #ffffff;
   	font-family:arial,san-serif;
	text-align:center;
	

}

.post p
{
  line-height: 1.4em;
  margin-bottom: 3em;
}
 
h2
{
		font-family:arial,san-serif;
  font-size: 16px;
    color: #000000;

  	background:#3fff94; /* url(http://www.wearetheweather.com/wp-content/themes/weathered/images/greenheaderarrow.png) top left no-repeat;
	*/
  padding: 10px;
          margin-bottom: 5px;
		  
		  text-align:right;

}

h3
{
font-size:14px;
color:#3f7fff;
text-align:right;
}

h4
{
margin-left:80px;
margin-right:15px;
font-weight:100;
text-align:justify;
}
 
h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
   color: #ff3a23;
   font-size:20px;
   text-align:right;

}

a {
color: #ff1ca4;
text-decoration: none;
}

a:hover {
color: #00ff8a;
text-decoration: underline;
}


a:hover, h2 a:visited, h2 a
{
  text-decoration: none;

}
 
.entry
{
  margin-top: 30px;
  margin-bottom: 30px;
}
 
.postmetadata
{
	font: Myriad, Myriad Pro, Verdana, Arial;
  padding: 2px;
  font-size: 1em;

}
 
.postmetadata a
{
  color: #007eff;
  font-size: 1em;
}

/*comment style*/
ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}
 
ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #000000;
  padding: 5px;
  background-color: #3fff94;
}
 
ol.commentlist li.alt
{
  background-color: #ffff00;
}
 
ol.commentlist a
{
  color: #bd492a;
}
 
small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}