/*
Theme Name: Bytethebits.com Custom
Theme URI: http://bytethebits.com/
Description: Custom bytethebits.com theme
Version: 1.0
Author: Coleman Nitroy
Author URI: http://bytethebits.com/

*/

html, body {
	font-family: helvetica;
	background-color: #1f282b;
	color: #afbdb4;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url("images/background.png");
	background-repeat: repeat;
}

a, a:visited {
	color: #b3a92a;
	text-decoration: none;
}

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

h1 {
	margin: 50px 0 0 0;
	font-weight: bold;
	letter-spacing: -1px;
}

#content h2 {
	color: #475448;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	display: none;
}

h3 {
	color: #475448;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 3px 3px 3px #000;
}

/* Wrapper */
#wrapper {
	margin: auto;
	width: 440px;
}

/* Header */
#header {
	background-image: url("images/header.png");
	width: 440px;
	height: 80px;
	background-repeat: no-repeat;
}

/* Content */
div#content {
	float: left;
	width: 440px;
	position: relative;
}

/* App Icons */
ul#app-icons {
	margin-left: 25px;
	padding-top: 6px;
	list-style: none;
}

ul#app-icons li {
	float: left;
	text-align: center;
	margin-right: 30px;
	font-size: 24px;
	letter-spacing: -2px;
}

ul#app-icons li a img {
	width: 80px;
	height: 80px;
	border: 0;
}

ul#app-icons li a {
	color: black;
}

ul#app-icons li a:hover {
	text-decoration: none;
	color: #666;
}

/* Navigation */
#right_sidebar {
	float: left;
	margin-left: 1em;
}
.navigation {
float: left;
width: 150px;
}
.navigation ul {
	list-style: none;
	padding-top: 0 !important;
/*	padding: 0;*/
	margin: 0;
padding: 0;
padding-left: 1em;
}

.navigation li {
	margin: 0;
/*	margin-left: 10px;
	margin-bottom: -3px;
*/
	font-size: 22px;
	/*letter-spacing: -1px;
	*/
text-shadow: 3px 3px 3px #000;
}

.navigation a {
	color: #afbdb4;
}

.navigation .widget {
  margin-bottom: 2em;
}

.navigation .widget h2 {
	text-shadow: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#pages-3 h2 {
	display: none;
}
#pages-3 ul {
	padding: 0 !important;
}
#pages-3 ul li {
	margin: 0 !important;
}

.textwidget {
  font-size: 12px;
  text-shadow: none;
}
.navigation h2 {
  font-size: 14px !important;
font-weight: bold;
  color: #b3a92a; 
}

.textwidget ul li {
  list-style: circle;
  font-size: 12px;
text-shadow: none;
  padding: 0;
margin: 0;
}
/* footer */
div#footer {
	position: absolute;
 	bottom: 0;
 	height: 20px;
	font-size: 11px;
	text-align: center;
	margin: 0 0 0 0px;
	padding-top: 6px;
	color: #afbdb4;
	padding-left: 80px;
}

div#footer a {
	color: #968b25;
}
/* Classes */
.text-replace span {
	display: none;
}

.prop {
	clear: both;
}

div.app-link {
	border: 1px solid #fff;
	width: 190px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
}
