/*
Theme Name: Unleashed
Theme URI: http://aliciacolon.com
Description: A responsive design 
Author URI: http://neggie.com/
Version: 1.0
Tags: responsive, white, bootstrap

*/

@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	/*background: #FFF url(bg.png) repeat-x fixed bottom;*/
	}

#header {
	text-align: left;
	padding: 0 0 3px 0;
    margin: 0;
    border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #FC3;
	background-color: #FFC;
	/*width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1;*/
	}

.nav li a {
	text-shadow: 0 0 4px #555;
	color: #000;
	font-size: 1em;
	vertical-align:bottom;
	text-transform: uppercase;
	padding: 50px 5px 0 25px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
    text-decoration: none;
	}
	
.nav li a:hover {
  color: #ccc;
  background: #040404;
  border-bottom-style: none;
  }
  
.nav li:hover {
  background: #FFF;
}

#logo {
  margin: 0;
  padding: 0;
  color: #FFF;
  text-shadow: 0 0 4px #000;
}

#subnav{
	margin: 0;
    padding: 0;
    clear: both;
    height: 44px;
    width: 100%;
    background-color: #FFC;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #FC3;
	
}

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #963;
  letter-spacing: -1px;
  }
  
  #nav a:hover {
  color: #ccc;
  background: #040404;
  border: 1px solid #FFF;
  border-bottom-style: none;
  }
		
#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 70px;
  line-height: 41px;
  }
  
#toprss a {
  color:#30C;
  }

#content {
  background-color: #FFF;
}

#content .posts{
	color:#036;
	padding: 5px 5px 15px 5px;
	margin: 0 0 15px 0;	
	border-color: #FC3;
	border-style: ridge;
	border-width: 0 0 3px 0;
}

#content .posts a{
	color:#036;
}

#sidebar { 
text-align:left;
}

#sidebar .navbox {
  background: #066 url(navbg.png) no-repeat bottom right;
  padding: 10px 45px;
  margin: 0 0 25px 0;
  border: 2px #FC3 ridge;
  }

#sidebar ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebar li {
  margin-bottom: 20px;
  list-style: none;
   }
   
#sidebar li ul {
  padding: 0;
  }

#sidebar ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(bullet.gif) left 8px no-repeat;
  line-height: 17px;
  }
  
#sidebar a {
  display: inline;
  color:#FFF;
  }
  
#sidebar a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebar p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#delimiter { 
clear: both; 
}

#footer {
	width:100%;
	bottom:0px;
	background-color: #000;
	color: #FFF;
	padding:15px;
}

a{
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}

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

h1 { 
font-size: 22px; 
font-family: verdana; 
font-weight: bold;
 }

h1 a {
  color: #EEE;
  text-decoration: none;
}

h1 a:hover {
  color:#8B7ED3;
  
}

h4 { 
font-size: 10px; 
font-family: verdana; 
font-weight:lighter;
 }

hr {
	width: 100%;
	border: 2px ridge #036; 
  }
  
.buttons{
	font-size:17px;
	font-style:italic;
	border: #000 1px solid;
	background:	#FFC;
	margin: 0 25px 0 0;
	padding: 2px 20px 2px 20px;
  }
  
.buttons:hover{
	border: #FFF;
	background:	#000;
}

.buttons:hover a{
	color:#FFF !important;
}
  
.comment{
	font-size:17px;
	font-style:italic;
	border: #000 1px solid;
	background:	#369;
	margin: 0 25px 0 0;
	padding: 2px 20px 2px 20px;
  }

#content .fb-comments span {
  background:#FFC;
  padding: 0 0 30px 0;
  }
  
/*.facebook a{
	color:#FFC !important;
} change facebook link */

.donate{
max-width: 100%; 
height: auto; 
display: block;
}

.comment-form .submit{
	background-color:#FC3;
}
  
@media screen and (max-width: 480px) {
.googlepublisherpluginad{
	 display: none; 
}
}
