/*
THEME NAME: CardTechie.com
THEME URI: 
DESCRIPTION: The theme behind cardtechie.com
VERSION: 0.1
AUTHOR: Josh Harrison	
AUTHOR URI: http://cardtechie.com/
TEMPLATE: picklewagon
*/

@import url('../picklewagon/style.css');

body {
	font-family:'Helvetica Neue',Helvetica,Arial,Verdana;
}
a {
	color:#3399CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2.page-title {
	margin-bottom:1.2em;
}
input, textarea {
	border:1px solid #9D9D9D;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-khtml-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomright:3px;
	-khtml-border-radius-topleft:3px;
	-khtml-border-radius-topright:3px;
	-webkit-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
	border-radius: 3px;
	font-size:11pt;
	padding:1px 3px 1px 5px;
	color:#222222;
}

/* page structure */
div#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:900px;
	background:#FFF;
	clear:both;
}
div#container {
	float:left;
	margin:0 -320px 20px 0;
	width:100%;
}
div#content {
	margin-right:320px;
}
div#primary {
	float:right;
	overflow:hidden;
	width:300px;
}
div#secondary {
	clear:right;
}
div#footer {
	clear:both;
	float:left;
	margin:0 -320px 0 0;
	width:100%;
	height:50px;
}
div#container, div#primary {
	margin-top:1em;
}

/* topnav */
div#topnav {
	background:#000;
	font-weight:bold;
	line-height:27px;
	width:100%;
}
div#topnav-wrapper {
	height:2.3em;
	width:900px;
	margin:0 auto;
}
div#sites ul {
	list-style-type: none;
}
div#sites ul li {
	float:left;
}
div#sites ul a {
	display:block;
	margin-right:0.6em;
	text-decoration:none;
	padding:5px 7px;
	color:#3399CC;
}
div#sites ul a:hover {
	color:#fff;
}
div#sites ul li.current_page_item a {
	color:#fff;
}
/* search form */
form#search {
	float:right;
	padding:3px 7px;
}
#s {
	border:1px solid #000;
}
input#search-button {
	background:#3399CC;
	color:#FFF;
	font-size:10pt !important;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #000;
}

/* header */
div#titlebar {
	text-align:left;
	padding:1.8em 0 2em 0;
	margin:0 auto;
	width:900px;
}
div#titlebar h1 a {
	font-size:1.2em;
	text-decoration:none;
	color:#000;
}
div#titlebar h1 a:hover {
	color:#3399CC;
}
div#header {
	background-color:#F1F1F1;
	border-bottom:solid 1px #C6D9E9;
}
div#blog-description {
	font-size:1.2em;
}
/* menu */
div#globalnav {
	margin:0 auto;
	width:900px;
	padding-top:10px;
}
div#menu {
	margin-bottom:0;
}
div#menu a {
    margin:-2px 0 0;
    padding-left:0;
    background-position:100% 0;
    text-decoration:none;
    white-space:nowrap; /* @ IE 6 */
	outline:0; /* @ Firefox, prevent dotted border after click */
	background-color:#EAF3FA;
    /* border */
	border-color:#C6D9E9;
	border-style:solid;
	border-width:1px;
	-moz-border-radius-topleft:3px;
	-khtml-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-khtml-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;   
}
div#menu ul li.current_page_item a {
	font-weight:bold;
	background-color:#FFF;
	border-bottom-color:#FFF;
	color:#3399CC;
}
div#menu a:hover {
	text-decoration:underline;
	color:#3399CC;
}
div#menu ul {
	list-style-type: none;
}
div#menu ul a {
	display:block;
	margin-right:0.3em;
	text-decoration:none;
	padding:5px 7px;
	color:#3399CC;
}
div#subscribe {
	text-align:right;
	font-size:0.9em;
	margin-bottom:5px;
}
/* sidebar */
div.sidebar h3 {
	font-size:1.2em;
}
div.sidebar li {
	list-style:none;
	margin:0 0 1em;
}
div.sidebar li a {
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	color:#3399CC;
}
div.sidebar li a:hover {
	color:#9D9D9D;
	text-decoration:underline;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin:0 0 0 1em;
}
div.sidebar ul ul li {
	margin:0;
	margin-bottom:0.2em;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:none;
	margin-left:0.5em;
}
/* post */
.post {
	margin-bottom:2em;
	font-size:0.9em;
	padding:0.7em;
	border-bottom:1px solid #d9d9d9;
}
.entry-title a {
	color:#3399CC;
	font-size:28px;
	text-decoration:none;
}
.entry-subtitle, .entry-meta {
	color:#9D9D9D;
	font-size:0.8em;
}
.post a {
	font-weight:bold;
	color:#3399CC;
	text-decoration:none;
}
.post a:hover {
	text-decoration:underline;
}
.post ul li, .post ol li {
	margin-left:2em;
}
.post blockquote {
	margin:0.2em 3em 0.2em 3em;
}
.entry-content p {
	padding-top:0.5em;
	padding-bottom:0.3em;
}
.entry-content a:visited {
	color:#9D9D9D;
}
.meta-sep {
	margin:0 0.2em 0 0.2em;
	color:#000;
}
div.sticky {
	background-color:#E1E1E1;
}

/* footer */
div#footer-content {
	text-align:left;
	padding:24px 0 1em 0;
	height:42px;
	font-size:0.8em;
	margin:0 auto;
	width:900px;
	border-top:1px solid #d9d9d9;
}
div#footer-content div#copyright {
	width:300px;
}
div#footer-content div#support {
	float:right;
	margin-top:-16px;
}

/* navigation */
.navigation a {
	color:#3399CC;
	font-size:0.8em;
	text-decoration:none;
}
.navigation a:hover {
	text-decoration:underline;
	color:#9D9D9D;
}
.navigation a:visited {
	color:#9D9D9D;
}

/* elements */
dt {
	font-weight:bold;
}
dd {
	margin:0 0.8em 0 0.8em;
}
pre {
	background-color:#F1F1F1;
	padding:0.4em;
}
hr {
	color:#D1D1D1;
	background-color:#D1D1D1;
}

/* comments */
div#comment-login, div.comment-meta, div.comment-author {
	font-size:0.8em;
}
div#comment-login {
	color:#9D9D9D;
}
ul.commentlist li {
	list-style:none;
	padding:0.8em;
}
div.reply {
	padding-top:0.6em;
}
ul.commentlist li.even {
	background-color:#F0F0F0;
}
ul.commentlist li.bypostauthor {
	background-color:#FFF9C2;
}
div#respond h3, div#comments h3 {
	clear:both;
}
div#comments p {
	font-size:0.9em;
}
p.subscribe-to-comments {
	margin-top:0.5em;
	font-size:0.9em;
}

/* forms */
.form-table th {
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	padding:10px;
	width:150px;
}
.submit {
	margin:2em;
}
.submit .button {
	cursor:pointer;
}

/* contact form */
fieldset {
	padding:1em;
	border:1px solid #C1C1C1;
	margin-bottom:1em;
}
legend {
	background-color:#F1F1F1;
	border:1px solid #D1D1D1;
	color:#000;
	font-weight:bold;
	padding:0.5em;
}
form.contact-form input.button {
	margin-top:0.5em;
}
.error {
	color:red;
}
div#message.info {
	background-color:#FFFBCC;
	border-color:#E6DB55;
	border-style:solid;
	border-width:1px;
	margin:5px 0 15px;
	padding:10px;
	font-weight:bold;
	font-family:"Lucida Grande",Verdana,Arial;
	font-size:0.8em;
}
div#landing-latest {
	font-size:0.8em;
	font-weight:bold;
	padding-left:1em;
}
