/*
Theme Name: Techrey
Theme URI: http://slackrthemes.com/wordpress/techrey
Author: Keenan Payne (SlackrThemes)
Author URI: http://slackrthemes.com
Version: 1.4
Description: Techrey is a techy-looking theme that is comes options-packed, with a clean, but beautiful look. 
Tags: black, blue, dark, two-columns, right-sidebar, fixed-width, threaded-comments, sticky-post
*/
@import url(reset.css);

/*
    Techrey Free WordPress theme distributed and developed by SlackrMedia and SlackrThemes
    Copyright (C) 2009 Keenan Payne

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* This is where you set many of the universal defaults */
body { 
	background: #ccc; 
	background-image: url(images/bg.gif);
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 25px 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #4f84ba;
	text-decoration: none;
}
a:hover {
	color: #366ba1; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: square; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

small {
	font-weight: bold;
	line-height: .9;
	color: #0c0c0c;
	font-size: 10px;
}
/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-family: "Arial", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
h3 a {
	color: #000;
}
h3 a:hover {
	color: #555;
	text-decoration: underline;
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: normal;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	margin: 0 0 15px 0;
	font-size: 130%;
}

/* Widget Titles */
h5 {
	color: #7a7a7a;
	font-size: 110%;
	margin: 0; padding: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Archive/Search Title */
h6 {
	color: #7a7a7a;
	font-size: 120%;
	margin: 0; padding: 20px 0 0 40px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	background: #ececec;
	width: 960px;
	margin: 0 auto; padding: 0;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/
#header .left {
	width: 447px;
	float: left;
}
#header .right {
	width: 493px;
	float: right;
}
#title {
	text-transform: uppercase;
	margin: 0; padding: 30px 0 0 20px;
	line-height: 1.1;
	margin-left: 220px;
	font-size: 30px;
	line-height: 1;
}
#title a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#title a:hover {
	color: #000;
	text-decoration: none;
}
#tagline {
	font-size: 50%;
	margin: 0; padding: 0 0 0 20px;
	line-height: 1.1;
		margin-left: 220px;
		font-size: 15px;
		color: #ccc;
}
#headerad {
	float: right;
	margin: 25px 25px 0 0; padding: 0;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	float: left;
	width: 600px;
}
#content .post,
#content .page {
	clear: both;
	margin: 0; padding: 40px;
}

a.more-link {
}

.bottom_postmeta {
}
.bottom_postmeta a {
}
.postnav {
	margin: 0; padding: 30px 40px;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	overflow: hidden;
	background-color: transparent;
	background: transparent;
	float: right;
	width: 300px;
	line-height: 1.5;
	margin: 0; padding: 30px;
}
#sidebar .widget {
	background: #e3e3e3;
	margin: 0 0 15px 0; padding: 15px;
}

/* Sidebar links */
#sidebar a {
	color: #333;
}
#sidebar a:hover {
	
}

/* Sidebar lists */
#sidebar ul,
#sidebar ol {
	margin: 0 20px;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 10px 40px;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
	border-bottom: 1px solid #bbb;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	border-top: 1px solid #bbb;
	margin: 0; padding: 10px 0 10px 10px;
}
#comments li.comment .avatar {
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
}
#comments ol ul {
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 10px 20px;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #FFF;
}
#respond input:focus {
	background: #EEE;
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 0 0; padding: 2%;
	width: 95%; height: 200px;
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	cursor: pointer;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	margin: 0; padding: 0;
	background: #000;
	color: #EEE;
	overflow: auto; width: 100%;
}
#footer #bottomleft,
#footer #bottommiddle,
#footer #bottomright {
	float: left;
	width: 300px;
	margin: 0; padding: 20px 10px;
}
#footer .widget {
	margin: 0; padding: 0;
}
#footer #footercreds {
	clear: both;
	overflow: auto; width: 940px;
	background: #ccc;
	color: #333;
	margin: 0; padding: 10px;
}
#footer #footercreds a {
	color: #000;
	text-decoration: none;
}
#footer #footercreds a:hover {
	color: #366ba1; 
	text-decoration: none; 
}

/*********************************************
		Image Caption Styles
*********************************************/
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}