/*
Theme Name: ...en Peru TWO
Theme URI: http://www.waqastudios.com/
Description: Custom Wordpress Theme by WAQA Studios
Version: 1.0
Author: Stuart Starrs
Author URI: http://www.waqastudios.com/
*/

/*====================*/
/*=== Import Fonts ===*/
/*====================*/






/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.break{
  clear:both;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
	color:#444;
	background:#000;
}

a, a:visited {
	color:#b22;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#222;
	font-family:'Lucida Grande', Arial, sans-serif;
}
h1 {
	font-size:2.2em;
	line-height:1.3em;
	margin-bottom:5px;
}
h2 {
	font-size:1.9em;
	line-height:1.3em;
	margin-bottom:5px;
}
h3 {
	font-size:1.7em;
	line-height:1.3em;
	margin-bottom:5px;
}
h4 {
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:3px;
}
h5 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:3px;
}
h6 {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:3px;
}

p {
	font-size:1em;
	margin-bottom:10px;
	font-family:'Lucida Grande', Arial, sans-serif;
}
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:10px;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:10px;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#eee;
	color:#000;
	padding:0px 2px;
}
pre {
	background:#eee;
	padding:10px 20px;
	margin:20px;
}
blockquote {
	margin:10px 0;
	padding:10px 20px;
	background:#f4ede7;
	color: #774c29;
}

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {

}

#header {
	width:100%;
	height:180px; margin-bottom:10px;
}
	#header-in {
		width:990px;
		margin:0 auto;
		position:relative;
    background:url(images/header_bg.jpg) no-repeat;
		height:100px;
	}
    #header-link{
      margin:0; padding:0; float:left;
      width:300px; height: 100px;
    }
    #propaganda{
      margin:0; padding:0; float:right;
      height: 100px; width: 680px; position:relative;
    }
      #propaganda .widget{
        background:none; list-style:none;
      }
      #propaganda #one{
        position:absolute; left:90px; top: 10px;
        width: 300px; height: 80px;
        background:#fff;
      }
      #propaganda #two{
        position:absolute; right:0px; top: 10px;
        width: 300px; height: 80px;
        background:#fff;
      }
      #propaganda .widget a{background:none;}
      #propaganda .widget a:hover{background:none;}


#nav-in {
	width:100%;  height:40px;
	margin:0 auto;
	color:#999; 
  font-size: 12px; text-transform: uppercase; font-weight:bold;
	font-family:Verdana, Tahoma, sans-serif;
}
#nav-one { 
  margin:0 auto; padding:0;
  height:40px; width:990px;  background:#000;	display:block;
  position: relative;
}
  .rss{
    position: absolute; top: 0; right:0; width:420px; height: 30px; 
    padding: 5px 0;
    background:#000; z-index:999999;
  }
    .rss #subscribe{
      float:left;
      line-height:40px;
    }
      .rss #subscribe a{
        display:inline;
        padding:0; margin:0;
      }
      .rss #subscribe a:hover{
        text-decoration:underline;
      }
    .rss #translate{
      float:right; overflow:hidden;
      margin-top:18px; width:185px
    }
      .rss #translate img{
        float:left;
      }
  
  #nav-one .menu {
    height:40px; margin:0; padding:0;
  }
	#nav-one .menu ul {
    list-style: none;
    margin: 0; padding:0;height:40px;
	}
    #nav-one .menu li {
      float:left;display:block;
      position: relative;
      margin: 0; padding:0;height:40px;
    }
    #nav-one a {
      display:block;
      text-decoration:none;
      color:#fff;
      padding:0 10px;
      line-height:40px;
    }
    #nav-one ul ul {
      list-style: none;
      display:none;
      position:absolute;
      top:40px;
      left:0;
      float:left;
      box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
      -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
      -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
      width: 180px;
      z-index: 99999;	margin: 0; padding:0;
    }
    #nav-one ul ul li {
      min-width: 180px;	
    }
    #nav-one ul ul ul {
      left:100%;
      top:0;	list-style: none;
    }
    #nav-one ul ul a {
      background:#000;
      height:40px;
      line-height:40px;
      padding: 0 10px; margin:0;
      width: 290px;
    }
    #nav-one li:hover > a,
    #nav-one ul ul :hover > a {
      color:#fff;
      background:#b22;
    }
    #nav-one ul li:hover > ul {
      display:block;	list-style: none;
    }
    #nav-one ul li.current_page_item > a,
    #nav-one ul li.current-menu-ancestor > a,
    #nav-one ul li.current-menu-item > a,
    #nav-one ul li.current-menu-parent > a {
      color: #fff;
      background:#b22;
    }

    * html #nav-one ul li.current_page_item a,
    * html #nav-one ul li.current-menu-ancestor a,
    * html #nav-one ul li.current-menu-item a,
    * html #nav-one ul li.current-menu-parent a,
    * html #nav-one ul li a:hover {
      color:#fff;
      background:#b22;
    }






	
#nav-in2 {
	width:100%; height:40px;
	margin:0 auto;
	color:#999; 
  font-size: 12px; text-transform: uppercase; font-weight:bold;
	font-family:Verdana, Tahoma, sans-serif;
}
	#nav-two {
    margin:0 auto; padding:0;
    height:40px; width:990px;  background:#b22;	display:block;
  }

#nav-two .menu {
  height:40px;
}
#nav-two .menu ul {
	list-style: none;
	margin: 0; padding:0;height:40px;
}
#nav-two .menu li {
	float:left;display:block;
	position: relative;
	margin: 0; padding:0;height:40px;
}
#nav-two a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 15px;
	line-height:40px;
}
#nav-two ul ul {
	list-style: none;
	display:none;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	width: 290px;
	z-index: 99999;	margin: 0; padding:0;
}
#nav-two ul ul li {
	min-width: 180px;	
}
#nav-two ul ul ul {
	left:100%;
	top:0;	list-style: none;
}
#nav-two ul ul a {
	background:#000;
	height:40px;
	line-height:40px;
	padding: 0 10px; margin:0;
	width: 290px;
}
#nav-two li:hover > a{
	color:#fff;
	background:#000;
}
#nav-two ul ul :hover > a {
	color:#fff;
	background:#b22;
}
#nav-two ul li:hover > ul {
	display:block;	list-style: none;
}
#nav-two ul li.current_page_item > a,
#nav-two ul li.current-menu-ancestor > a,
#nav-two ul li.current-menu-item > a,
#nav-two ul li.current-menu-parent > a {
	color: #fff;
  background:#000;
}

* html #nav-two ul li.current_page_item a,
* html #nav-two ul li.current-menu-ancestor a,
* html #nav-two ul li.current-menu-item a,
* html #nav-two ul li.current-menu-parent a,
* html #nav-two ul li a:hover {
	color:#fff;
  background:#000;
}
	

	
	
#content {
	width:990px;
	background: #fff;
	padding: 10px 0px 0px 0px;
	margin:0 auto;
}


  

#footer {
	margin:0px auto 0 auto;
	width:990px;
	color:#ddd;
	background: #000;
	font-size:12px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif ;
}
  #footer-content{
    background: #000;
    width:990px; 
    padding: 5px 0 0 0;
    margin:0 auto;
    position:relative;
    display:table;
  }

		#footer p {
		margin-bottom: 10px;
		line-height: 1.6em;
		width: 970px;
		margin: auto auto;
		text-align: center;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #BB2222;
		text-decoration: underline;
	}
	#footer .categories {
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.8em;
		margin-bottom: 10px;
		text-align: center;
	}
		#footer .categories a {
			margin: 0 5px;
		}
	#footer .designer {
		font-size: 0.9em;
	}
		#footer .designer a:hover {
			color: #ffffff;
		}

  
	#footer ul {
		margin:0;
		padding:0;
	}
	#footer li {
    display:inline;
    padding:0 20px 0 0;
    float:left;
	}
	#footer li a {

	}
	
	
/*===================*/
/*=== Front Page  ===*/
/*===================*/


	

	#presentation{
    width:100%;
    overflow:hidden;
	}
    #presentation #presentation-post{
      width:235px;
      float:left;
      margin: 0 0 0 10px;
      background:#000;
      margin-bottom: -80px; padding-bottom: 80px;
    }
    #presentation #presentation-post:hover,#presentation #presentation-post:hover{
      background: #b22; color:#fff;
      margin-bottom: -80px; padding-bottom: 80px;
    }
      #presentation #presentation-post img{
        width:235px;height:176px;
      }
      #presentation #presentation-post h1{
        font-size: 17px; font-weight:bold;
        padding:0 5px;
      }
      #presentation #presentation-post a{
        color: #fff;
      }
      
      #presentation #presentation-post p{
        
      }
      
      
      
  #gallery{
    width:990px; margin: 0 auto;
    background:#fff; padding-bottom: 0px; padding-top:10px;
  }
    #gallery #featured{
      float:left;
      width:640px;
      margin-left:10px; padding:0;
    }
    #gallery #featured-links{
      float:right;
      width:320px;
      margin-right:10px; padding:0 0 0px 0;
      position:relative; height:312px; overflow:hidden;
    }
    #gallery #featured-links h3{
      background:#b22 url(images/popular_bg.jpg); width:310px; line-height: 40px; padding: 0 5px;
      color: #fff;
      font-size: 12px; text-transform: uppercase; font-weight:bold;
      font-family:Verdana, Tahoma, sans-serif;
    }
    #gallery #featured-links #post #thumb{
      width: 85px; height:64px;
      float: left;
      margin: 0 10px 4px 0;
    }
    #gallery #featured-links #post #comments{
      position:absolute; bottom:0; right:0; width:210px; height:16px;
      text-align:right;
    }
      #gallery #featured-links #post #comments #ico{
      
      }
    #gallery #featured-links #post a{
      font-size: 17px; color:#000; line-height: 17px; font-weight:bold;
    }
    #gallery #featured-links #post a:hover{
      background:#2060af; color:#fff;
    }


    #sidebar #featured-links{
      width:320px; height:880px;
      position:relative;
    }
    #sidebar #featured-links h3{
      background:#b22 url(images/popular_bg.jpg); width:310px; line-height: 40px; padding: 0 5px;
      color: #fff;
      font-size: 12px; text-transform: uppercase; font-weight:bold;
      font-family:Verdana, Tahoma, sans-serif;
    }
    #sidebar #featured-links #post #thumb{
      width: 85px; height:64px;
      float: left;
      margin: 0 10px 4px 0;
    }
    #sidebar #featured-links #post #comments{
      position:absolute; bottom:0; right:0; width:210px; height:16px;
      text-align:right;
    }
      #sidebar #featured-links #post #comments #ico{
      
      }
    #sidebar #featured-links #post a{
      font-size: 17px; color:#000; line-height: 17px; font-weight:bold;
    }
    #sidebar #featured-links #post a:hover{
      background:#2060af; color:#fff;
    }



#postarea{
	width: 640px; margin: 0 0 0 10px;
	color:#222;
	background: #fff;
	float:left;
}
#homesidebar{
	width: 320px; margin: 0 10px 0 0;
	color:#222;
	float:right;
}
.widget{
	background: #f1efe6;
	padding-bottom:10px; 
}
  #homesidebar h3{
    background:#b22; width:310px; line-height: 40px; padding: 0 5px;
    color: #fff;
    font-size: 12px; text-transform: uppercase; font-weight:bold;
    font-family:Verdana, Tahoma, sans-serif;
  }
  #homesidebar #newsheading{
    background:#b22 url(images/news_bg.jpg); width:310px; line-height: 40px; padding: 0 5px;
    color: #fff;
    font-size: 12px; text-transform: uppercase; font-weight:bold;
    font-family:Verdana, Tahoma, sans-serif;
  }
  #homesidebar ul, #homesidebar li ul{
    padding:0 10px;
  	list-style: none;
  }
  #homesidebar li{
    background-image:url(images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left:10px;
  }
  
  
  .widget a, .widget ul li a, .recentcomments a{
    color:#000; padding: 5px 0;font-size:14px; line-height:18px;
  }
  .widget a:hover, .widget ul li a:hover, .recentcomments a:hover{
      background:#2060af; color:#fff;padding: 5px 0;
    }
  .textwidget{
    padding:0;
    line-height: 14px;
  }
  .textwidget p a, .textwidget small p a{
    font-size: 12px;
    line-height: 14px;
  }
  .recentcomments .url, .recentcomments .url:hover{
    background:none; display:none; visibility:none;color:#222;
  }
  
  
#sidebar{
	width: 320px; margin: 0 10px 0 0; padding:0 0 20px 0;
	color:#222;
	float:right;font-size:14px; line-height:18px;
}

  #sidebar h3{
    background:#b22; width:310px; line-height: 40px; padding: 0 5px;
    color: #fff;
    font-size: 12px; text-transform: uppercase; font-weight:bold;
    font-family:Verdana, Tahoma, sans-serif;
  }
  #sidebar ul, #sidebar li ul{
    padding:0 10px;
  	list-style: none;
  }
  #sidebar li{
    background-image:url(images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left:10px;
		border-bottom: 1px solid #D5D5D5;
  }
 
  
  
  
  
  
#minipropaganda {
	text-align:center;
}
	#minipropaganda img {
		margin:0 5px 5px 0;
		border:5px solid #eee;
	}
	#minipropaganda a:hover img {
		border-color:#2060af;
	}
	#minipropaganda a:hover{
    background:none;
	}
.textwidget{

}
  .textwidget .ads{
    padding-top:10px;
    margin:0px auto 0 auto;
    width: 280px; height: 130px;
  }
    .textwidget .ads #left{
      float:left;
    }
    .textwidget .ads #right{
      float:right;
    }
    .textwidget .ads a:hover{
      text-decoration:none;
      background:none;
    }
	
#flickr {
	margin-bottom:20px;
	display:none;
}
	#flickr h3 {
		background:url(images/flickr.png) no-repeat;
		padding-left:53px;
		line-height:48px;
	}
	#flickr h3 span {
		display:block;
		float:right;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:11px;
		font-style:italic;
		margin-left:10px;
		display:none;
	}
	#flickr:hover h3 span {
		display:inline;
	}
	#flickr img {
		max-width:150px;
	}
	#flickr .clipout{
		position:relative;
		width:80px;
		height:80px;
		float:left;
		margin:0 8px 8px 0;
		border:5px solid #eee;
		background:#eee;
	}
	#flickr .clipin{
		position:absolute;
		clip:rect(0px 80px 80px 0px);
	}
	#flickr a:hover .clipout {
		border-color:#2060af;
	}	

	
/*===================*/
/*=== Page Styles ===*/
/*===================*/
  #content .singlepage {
    width:840px; padding: 0px 20px;
  }
  .singlepage h1 {
    margin:0;
    color:#000;
		font-size: 2em;
		font-weight:bold;
  }
	#content .singlepage .entry{
    padding:10px 0;
	}
	


      abbr{
        border-bottom: 1px dotted #96d26d;
        color:#b22;
        cursor: help;
      }
   

/*===================*/
/*=== Post Styles ===*/
/*===================*/
  #content .singlepost {

	}
    #content .singlepost h2 {
			font-size: 1.6em;
			font-weight: normal;
			padding-top:5px;padding-bottom:5px; margin-bottom:0;
		}
      #content .singlepost h2 a {
				color: #000;
				text-decoration: none;
				padding-top:5px;padding-bottom:5px;
			}		
			#content .singlepost h2 a:hover {
        color:#fff;background-color:#b22;
      }
    #content .singlepost #details {
        width:640px;
    }
    #content object #gallery{
        width:640px;
    }
    #content .singlepost blockquote {
      padding: 6px 23px 5px;
      background: url(images/blockquote.jpg) no-repeat top left;
      margin-bottom: 10px;
      background-color: #f1efe6;
      border-width: 1px 0;
      border-style: solid;
      border-color: #eeeeee;
      color: #111;
    }
      

	#content .post {
		clear: both;
		padding-top: 10px;
		border-top: 1px solid #e9e9e9;
	}
		#content .post .r {
			width: 380px;
			float: right;
		}
		#content .post .thumb img {
			float: left;
			background-color: #f1efe6;
			border: 1px solid #e9e9e9;
			padding: 5px;
			margin: 4px 0 10px;
			width: 240px; height: 180px;
		}
		#content .post h2 {
			font-size: 1.6em;
			font-weight: normal;
			padding-top:5px;padding-bottom:5px;
		}

			#content .post h2 a {
				color: #000;
				text-decoration: none;
				padding-top:5px;padding-bottom:5px;
			}		
			#content .post h2 a:hover {
			color:#fff;background-color:#b22;
		}
		#content .post h3 {
			margin-top: 20px;
		}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 8px;
		}
		#content .post .links {
			font-size: 0.8em;
			font-family: Verdana;
			float: left;
		}
			#content .post .links a {
				text-decoration: none;
				color: #212121;
			}
			#content .post .links a:hover {
				text-decoration: underline;
				color: #b22;
			}
		#content .post .comments {
			font-size: 0.8em;
			font-family: Verdana;
			float: right;
		}
			#content .post .comments a {
				display: block;
				padding: 5px 0 11px;
				color: #ffffff;
				text-decoration: none;
				background: #212121 url(images/comments.gif) no-repeat bottom right;
				text-align: center;
				width: 91px;
				margin-bottom: 10px;
			}
			#content .post .comments a:hover {
				background: #2060af url(images/comments-on.gif) no-repeat bottom right;
			}
	#content .postnav {
		clear: both;
		padding-top: 20px;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
		}
	#content .column-right{
    background-color: #f1efe6;
    width: 250px;
    float:right;
    margin-left: 10px;
    margin-top: 2px; margin-bottom:2px;
	}	
	#content .column-left{
    background-color: #f1efe6;
    width: 250px;
    float:left;
    margin-right: 10px;
    margin-top: 2px; margin-bottom:2px;
	}
		#content .column-right h2, #content .column-left h2{
			background-color: #BB2222;
			color: #ffffff;
			font-size: 0.8em;
			font-family: Verdana;
			text-transform: uppercase;
			padding: 10px;
			font-weight:bold;
	}	
    #content .column-right p, #content .column-left p{
      padding: 5px 10px;
    }	
  
  .wp-caption{
	}
	.wp-caption img{
	}
    .wp-caption-text{
      font-style: italic;
      font-size: 0.9em;
      padding:3px;
    }


#news-split{
	width:640px;
}
	#news-list{
		width: 315px;
		color:#222;
		float:right;
	}
	.widget{
		background: #f1efe6;
		padding-bottom:10px; 
	}
	  #news-list h3{
		background:#b22; width:310px; line-height: 40px; padding: 0 5px;
		color: #fff;
		font-size: 12px; text-transform: uppercase; font-weight:bold;
		font-family:Verdana, Tahoma, sans-serif;
	  }
	  #news-list #newsheading{
		background:#b22 url(images/news_bg.jpg) top right; overflow:none; width:305px; line-height: 40px; padding: 0 5px;
		color: #fff;
		font-size: 12px; text-transform: uppercase; font-weight:bold;
		font-family:Verdana, Tahoma, sans-serif;
	  }
	  #news-list ul, #homesidebar li ul{
		padding:0 10px;
		list-style: none;
	  }
	  #news-list li{
		background-image:url(images/bullet.jpg);
		background-repeat: no-repeat;
		background-position: 0px 10px;
		padding-left:10px;
	  }
	#related-list{
		width: 315px;
		color:#222;
		float:left;
	}
		#related-list .related h2{
			height:20px; line-height:20px; padding:0 5px; margin:0;
		}

	
/*======================*/
/*=== Comment Styles ===*/
/*======================*/
#comments {
	padding: 20px 0 0 0;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 19px;
		margin:0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments textarea {
			border: 1px solid #e0e0e0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #e0e0e0;
		}
		#comments form textarea {
			width: 450px;
			padding: 4px 4px !important;
			border: 1px solid #e0e0e0;
		}

	
  .commentlist{
    list-style:none;
    margin:0; padding:0;
  }
    .comment{

    }
      .comment-body{
        background-color: #f1efe6;
        padding:10px 5px 10px 10px;
        margin:0 0 10px 0;
      }
        .comment-author{
          font-weight: bold;
          font-size:17px;
          margin-bottom: 5px;
        }
          .comment-author .avatar{
            float:left;
            padding:0 10px 5px 0;
          }
          .comment-author .fn{
            
          }
      .comment-meta{
        padding-top:5px;
      }
        .comment-meta a{
          color:#777;
        }
        .comment-body p{
          margin:0;
          padding: 10px 0 0 0;
        }
      
    .children{
      list-style:none;
    }      

	
		.reply{
      text-align: right;
		}
	.reply a{
    
    	background:#eee;
      padding: 3px 8px;
      font-weight:bold;
        font-style:normal;
      -moz-border-radius:5px;
      color:#2060af;

	}
	.reply a:hover{
    background:#2060af;
    color:#eee;
    text-decoration:none;
  }
	.required {
		color: #ff0000;
	}
	
/*======================*/
/*=== Sidebar Styles ===*/
/*======================*/



#searchform {
	margin-bottom:20px;
}
	#searchform label {
		display:none;
	}
	#searchform #s {
		width:150px;
	}
	
div.widget {
	margin-bottom:10px;
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding:5px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background:#ffffff;
	border: 1px solid #bbb;
	margin:2px;

}

input:focus,
textarea:focus,
select:focus {
	color: #333;
}

input.button, button {
	background:#b22;
	color:#fff;
	border:0;
	position:relative;
	padding:5px 10px;
	text-shadow:#3F0000 1px 1px 1px;
	font-size: 16px; font-weight:bold;
}
input.button:active {
	top:1px;
}
input.button:hover, input[type="submit"]:hover, button:hover {
	background:#2060af;
}
input[type="submit"] {
	background:#b22;
	color:#fff;
	border:0;
	position:relative;
	padding:5px 10px;
	text-shadow:#3F0000 1px 1px 1px;
	font-weight:bold;
}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

img {
	-ms-interpolation-mode:bicubic;
}

/* Wordpress Defaults */
div.alignright, img.alignright {float:right; margin:0 0 5px 10px; padding:0 0 0px 10px;}
div.alignleft, img.alignleft {float:left; margin:0 10px 5px 0; padding:0 10px 0px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em; padding:0 0 10px 10px;}
a img.alignleft {float:left; margin:0 1em 1em 0; padding:0 10px 10px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

p.more {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	margin-bottom:0px; width:275px;
	float:left;
}
p.comment {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	margin-bottom:0px; width:175px;
	float:right;
}
.comment-link{
font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	margin-bottom:0px;
	float:right;
}

span.required {
	color:#b22;
}

/********************************************/
/** Styling for Facebook and Twitter stuff **/
/********************************************/
#singleshare{
  float: right;
  padding-left: 10px;
}	

#socialboxes{
  width: 288px;
  margin:0 auto 10px auto;
}
#myicon{
  width: 40px;
  height: 40px;
  
}
#twittop{
  border:1px solid #94a3c4;
  background: #eceff5;
   width: 288px;height:210px;
}
#twiticon{
  float:left;
  padding:8px;
  
}
#followme, #followme a{
  float:left;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:14px;color:#3b5998;
  text-decoration: none;
  margin-top: 5px; margin-left: 2px;
}
#followme small{
  font-size:11px;
}
#followme a:hover{
  text-decoration: underline;
}

.twitter-friends{
  background: #fff;padding:0 5px 5px 5px;
  border-top: #94a3c4;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;color:#333; 
  height: 148px;
}
.twitter-friends p{
  border-top: #94a3c4;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;color:#333;
  padding-top:6px;
  padding-left:4px;
  
}
.twitter-friends img{
  padding-left:3px;
  padding-right:2px;
  padding-top:2px;
  padding-bottom:6px;
}

.tf-info{
  display: none;
}





/*****************************/
/** Styling for Related box **/
/*****************************/

#content .related {
		border: 0px solid #333;
		background-color: #f1efe6;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
		#content .related h2 {
			background-color: #BB2222;
			color: #ffffff;
			font-size: 0.8em;
			font-family: Verdana;
			text-transform: uppercase;
			padding: 10px;
			font-weight: bold;
		}
		#content .related ul {
			list-style-type: none;padding-left: 10px;
		}
			#content .related ul li {
				padding: 8px 18px 8px 0px;
				line-height: 1.6em;
				font-family: Verdana; font-size: 0.9em;
				border-top: 1px solid #D5D5D5;
			}
			#content .related ul li a {
				color: #000000;
				padding-top:10px;
				padding-right: 10px;
				padding-bottom: 6px;padding-left: 0px;
				text-decoration: none;
			}
			#content .related ul li a:hover {
				color: #fff;background:#2060af;
			}
			#content .related ul li p {
        padding:0;
        margin:0;
			}