/*   
Theme Name: Heuristic 2010
Theme URI: http://www.heuristicmedia.com/wordpress
Description: Heuristic Media custom theme
Author: Tony Wallace / Heuristic Media
Author URI: http://www.heuristicmedia.com
*/

/* Structure */

#content {
	width: 594px;
	float: left;
}

/* End Structure */

body {
	background-color: black;
}

#shell {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#background {
	width: 800px;
	padding: 10px 8px 10px 8px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #4c4c4c;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #BEE180;
	-webkit-text-size-adjust: none;
}

/* End General */




/* Header */

#header {
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	font-size: 24px;
	border: 2px solid #BEE180;
	color: #BEE180;
}

#header img {
	display: block;
}

#header a {
	text-decoration: none;
	color: #BEE180;
}

#header a:hover {
	text-decoration: underline;
}

/* End Header */



/* Menu */

#menu {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	font-size: 18px;
	border: 2px solid #BEE180;
	border-top-width: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #BEE180;
	text-align: center;
}

#menu a {
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #BEE180;
}

#menu a:hover {
	text-decoration: underline;
}


/* End Menu */



/* Tabs */

#tab_bar {
	width: 800px;
	float: left;
}

.tab {
	float: left;
	width: 182px;
	height: 20px;
	margin: 0px 2px 0px 2px;
	padding: 5px;
	border-top: 2px solid #252525;
	border-left: 2px solid #252525;
	border-right: 2px solid #252525;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-size: 18px;
	text-align: center;
}

#tab1 {
	border-color: #FDFF96;
	color: #FDFF96;
}

#tab1 a {
	text-decoration: none;
	color: #FDFF96;
}

#tab1 a:hover {
	text-decoration: underline;
}

#tab2 {
	border-color: #BEE180;
	color: #BEE180;
}

#tab2 a {
	text-decoration: none;
	color: #BEE180;
}

#tab2 a:hover {
	text-decoration: underline;
}

#tab3 {
	border-color: #49BDEF;
	color: #49BDEF;
}

#tab3 a {
	text-decoration: none;
	color: #49BDEF;
}

#tab3 a:hover {
	text-decoration: underline;
}

#tab4 {
	border-color: #B2C0C8;
	color: #B2C0C8;
}

#tab4 a {
	text-decoration: none;
	color: #B2C0C8;
}

#tab4 a:hover {
	text-decoration: underline;
}

/* End Tabs */




/* Footer */

#footer {
	float: left;
	margin: 4px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	font-size: 12px;
	border: 2px solid #BEE180;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}

#footer p {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

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

#footer a:hover {
	text-decoration: underline;
}

/* End Footer */


/* Post */

.post, .page {
	float: left;
	width: 572px;
	text-align: left;
	border: 2px solid #BEE180;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px 0px 4px 2px;
	padding: 10px;
}

.post a, .page a {
	color: #BEE180;
	text-decoration: none;
	font-weight: bold;
}

.post a:hover, .page a:hover {
	text-decoration: underline;
}

.post hr, .page hr {
	display: block;
}

.post_title {
	font-size: 18px;
	display: block;
	float: left;
	width: 100%;
}

.post_title a {
	text-decoration: none;
	color: #BEE180;
	font-weight: normal;
}

.post_title a:hover {
	text-decoration: underline;
}

.post_date, .post_author {
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}

.post h2, .page h2 {
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
}

.post ul, .post ol, .page ul, .page ol { 
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.post ul li, .post ol li, .page ul li, .page ol li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px 0px 5px 10px;
}

.postmetadata {
	display: block;
	float: left;
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.postmetadata a {
	text-decoration: none;
	color: #BEE180;
}

.postmetadata a:hover {
	text-decoration: underline;
}

.entry {
	padding: 10px 0px 10px 0px;
	display: block;
	float: left;
	width: 100%;
}

.entry p {

}

/* End Post */




/* Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0px 0px 4px 4px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0px 4px 4px 0px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.icons {
	width: 200px;
	height: 200px;
	border: 2px solid white;
}

img.appstore {
	width: 200px;
	height: 100px;
}

.wp-caption {
	color: #252525;
	font-weight: bold;
}

.frame img {
	display: block;
}

/* End Images */




/* Entry Lists */

.entry li {
	margin: 10px;
	list-style: none;
}

.entry ol, .entry ul {
	padding: 0px 0px 0px 10px;
}

/* End Entry Lists */




/* Search Form */

.widget_search {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.widget_search .widgettitle {
	display: none;
}

#sidebar #searchform #s {
	display: block;
	width: 158px;
	padding: 5px;
	margin: 0px 0px 4px 0px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	font-size: 12px;
	color: #BEE180;
	background-color: #252525;
}

#sidebar #searchsubmit {
	display: block;
	width: 172px;
	padding: 5px 10px 5px 10px;
	margin: 0px auto 10px auto;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #252525;
	color: #BEE180;
}

#sidebar #searchsubmit:hover {
	background-color: #BEE180;
	color: #252525;
	cursor: pointer;
}
	
/* End Form Elements */




/* Navigation */

.navigation {
	float: left;
	width: 572px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 4px 2px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
	color: #252525;
	background-color: #BEE180
}

.navigation .alignleft {
	width: 20%;
	text-align: left;
	float: left;
	min-height: 8px;
}

.navigation .alignright {
	width: 20%;
	text-align: right;
	float: right;
	min-height: 8px;
}

.navigation .aligncenter {
	width: 60%;
	float: left;
	text-align: center;
	min-height: 8px;
}

.navigation a {
	text-decoration: none;
	color: #252525;
}

.navigation a:hover {
	text-decoration: underline;
}

/* End Navigation */




/* Comments*/

.commentlist {
	float: left;
	width: 572px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 4px 2px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
}

.commentlist li {
	list-style: none;
}

.commentlist p {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

.commentlist em {
	font-style: italic;
	font-size: 12px;
}

.commentlist cite {
	font-style: normal;
}

.commentlist li .avatar { 
	display: none;
}

.comment-author {
	width: 100%;
	padding: 0px 0px 2px 0px;
	font-size: 18px;
}

.comment-body {
	padding: 5px 0px 5px 0px;
}

.commentlist a {
	font-style: normal;
	text-decoration: none;
	color: #BEE180
}

.commentlist a:hover {
	text-decoration: underline;
}

.commentmetadata {
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#respond {
	float: left;
	width: 572px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 2px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#respond h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#respond a {
	font-style: normal;
	text-decoration: none;
	color: #BEE180
}

#respond a:hover {
	text-decoration: underline;
}

#respond p {
	font-size: 12px;
}

#commentform {
	margin: 10px 0px 0px 0px;
}

#commentform p {
	float: left;
	margin: 0px;
}

#commentform input {
	width: 180px;
	padding: 5px;
	margin: 4px 0px 0px 0px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #252525;
	color: #BEE180;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
	
#commentform textarea {
	width: 560px;
	padding: 5px;
	margin: 4px 0px 0px 0px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #252525;
	color: #BEE180;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
	
#commentform #submit {
	margin: 4px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	float: right;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	width: 96px;
	background-color: #252525;
	color: #BEE180;
	font-weight: bold;
}

#commentform #submit:hover {
	background-color: #BEE180;
	color: #252525;
}

#commentform small {
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

/* End Comments */




/* Sidebar */

#sidebar {
	padding: 10px 10px 0px 10px;
	margin: 0px 2px 0px 0px;
	width: 172px;
	float: right;
	border: 2px solid #BEE180;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sidebar h2 {
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

#sidebar a {
	text-decoration: none;
	color: #BEE180;
}

#sidebar a:hover {
	text-decoration: underline;
}

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

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

#sidebar ul li ul {
	padding: 0px;
	margin: 10px 0px 10px 10px;
}

#sidebar ul li ul li {
	margin: 2px 0px 2px 0px;
	font-weight: bold;
}

.widget_tag_cloud {
	padding: 0px 0px 20px 0px;
	word-wrap: break-word;
}

.widget_tag_cloud a {
	color: #BEE180;
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	text-decoration: underline;
}

#sidebar label {
	display: none;
}

/* End Sidebar */




/* Calendar */

.widget_calendar .widgettitle {
	display: none;
}

#wp-calendar {
	empty-cells: show;
	width: 172px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#wp-calendar #next a {
	font-size: 14px;
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #next a:hover {
	color: #BEE180;
}

#wp-calendar #prev a {
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar #prev a:hover {
	color: #BEE180;
}

#wp-calendar a {
	display: block;
	color: #BEE180;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 18px;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}

#wp-calendar th {
	padding: 2px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}

/* End Calendar */




/* Various Tags & Classes */

.media_centered {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

code {
	font-family: Courier, Fixed;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	background-color: #252525;
	overflow: auto;
	white-space: pre;
}

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	background-color: #252525;
	line-height: normal;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.frame {
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #252525;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}

.frame a {
	text-decoration: none;
	color: #BEE180;
}

.frame a:hover {
	text-decoration: underline;
}

/* End Various Tags & Classes*/




/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End Captions */
