/*
Theme Name: Free the Foxes
Theme URI: http://www.freethefoxes.com/
Description: Free the Foxes theme 
Version: 1.0
Author: Kris Khoury
*/


body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #aa3d14;
	color: #333;
	text-align: center;
	background-image:url(assets/images/tile.gif);
	background-repeat:repeat-x;
}

#page
{
	text-align: left;
	margin: 20px auto;
	width: 870px;
}

#navigation
{
	width: 100%;
	text-align:right;
	margin:0px 0px 0px 0px;
}
#navigation LI{
	list-style-type:none;
	padding:8px 12px 8px 12px;
	margin:1px;
	float:left;
	background-color:#fff;
	font-size:11px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#navigation LI a:link 		{color:#000;text-decoration: none;}
#navigation LI a:visited 	{color:#000;text-decoration: none;}
#navigation LI a:active 	{color:#fff;text-decoration: none;}
#navigation LI a:hover 		{color:#fff;text-decoration: none;}

#navigation LI:hover{
	background-color:#000;
}
#navigation LI:hover a{
	color:#fff;
}
#content
{
	width: 870px;
	min-height:255px;
	background-image:url(assets/images/header.gif);
	background-repeat:no-repeat;
	font-size: 1.2em;
	padding:150px 0px 0px 0px;
	background-color:#f86f2a;
	clear:both;
}

#content .entry{
	padding:20px;
	text-align:left;
	background-color:#FFFFFF;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#pad{
	margin:0px 50px 0px 50px;
}
#browser_name{
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}

#home_box{
	padding:20px;
	border:solid 1px #CCCCCC;
	background-color:#f2f2f2;
	margin:5px 0px 5px 0px;
}

h2{
	margin-bottom:10px;
	text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
h2, h2 a{
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:35px;
	text-decoration: none;
}
h2 a:hover{
	color:#000;
}
h3, h3 a{
	color:#000;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
}
h3 a{
	text-decoration: underline;
}
h3 a:hover{
	text-decoration: none;
}
#comment{
	width:725px;
}
#footer
{
	width: 100%;
	height:255px;
	background-image:url(assets/images/footer.gif);
	background-repeat:no-repeat;
	background-color:#f86f2a;
}

#footer .inner
{
	padding:223px 20px 0px 20px;
	min-height:32px;
	color:#333333;
	clear:both;
}
#footer .inner a{
	color:#666666;
}

.fl{float:left}
.fr{float:right}
.cb{clear:both}

.postmetadata {
	clear: both;
	margin:0px;
}

.awesome, 
.awesome:visited {
	background-image: url(assets/images/overlay.png);
	background-repeat:repeat-x;
	text-shadow: 0 -1px 1px rgba(0,0,0,1.0);
	display: inline-block; 
	padding: 10px 25px 10px; 
	color: #fff; 
	text-decoration: none !important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.60);
	position: relative;
	cursor: pointer;
	text-transform:uppercase;
	background: #aa3d14;
	font-size:18px;
}
.awesome:hover {
	color: #fff; 
	text-shadow: 0 -1px 1px rgba(0,0,0,1.0);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background: #660000;
}
