/*
THEME NAME: picklewagon.com
THEME URI: 
DESCRIPTION: The theme behind picklewagon.com
VERSION: 0.2
AUTHOR: Josh Harrison	
AUTHOR URI: http://picklewagon.com/
TEMPLATE: twentyten
*/

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

/* links */
a:link {
	color:#356287;
	text-decoration:none;
}
a:visited {
	color:#75A3AD;
	text-decoration:none;
}
a:hover {
	color:#75A3AD;
	text-decoration:underline;
}

/* header */
#branding img {
	display:none;
}
#header #site-title a, #header #site-title a:visited {
	color:#356287;
}
#header #site-title a:hover {
	color:#75A3AD;
}

/* menu */
#access {
	background:#ADA875;
}
#access a {
	color:#356287;
	font-weight:bold;
}
#access ul ul a {
	background:#ADA875;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:#ADA875;
}

/* widgets */
.widget-title {
	color:#356287;
}
.social-profiles img {
	padding-right:8px;
}

/* homepage */
#home-featured {
	clear:both;
}
#homeleft {
	width:340px;
	float:left;
}
#homemiddle {
	width:290px;
	float:right;
}
#content #homepage h3 {
	margin-bottom:0;
}
#homepage ul {
	margin-left:4px;
}
#homepage li {
	list-style:none;
}
.advanced-recent-posts li {
	padding:0.5em 0;
}

/* content */
#content h2,
#content h3 {
	color:#356287;
	margin-bottom:8px;
}
#content h2 {
	font-weight:bold;
	font-size:18px;
}
#content h3 {
	font-size:17px;
}
#content h4 {
	margin-bottom:4px;
}
#content {
	margin-right:260px;
}

/* footer */
#footer #colophon {
	border-top-color:#ADA875;
}
#footer #site-info a {
	color:#356287;
}
#footer #site-info a:hover {
	color:#75A3AD;
}

