/*
THEME NAME: RemyGiard 
THEME URI: http://remygiard.com/
DESCRIPTION: Theme based on the Sandbox theme.
VERSION: 1.0
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*@import url('examples/2c-l.css');*/
@import url('blueprint/screen.css');
@import url('placement.css');

body {
	background-color: #34332D;
	color: black;
	font-size: 80%;
}

a, a:hover, a:visited {
	color: #969C23;
	text-decoration: underline;
}


#wrapper {
	background-color: #4D4C44;
}

#header {
}

#header h1 {
	margin-bottom: 10px;
}

#header h1#blog-title a {
	font-size: 130%;
	font-family: serif;
	font-variant: small-caps;
	color: white;
	text-decoration: none;	
}

div#hireMe {
	background-color: #909090;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-size: 100%;
	font-weight: bold;
}

div#access ul li {
	list-style: none;
}

div#access ul li a {
	vertical-align: middle;
	width: 90px;

	background-color: #46372D;
	color: white;
	border: 1px solid #46372d;

	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 120%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

div#access ul li a:hover {
	background-color: #666;
	border: 1px solid #46372d;
}

div#blog-description {
	color: #969C23;
	font-size: 120%;
}

div#nav-above {
	display: none;
}

div#container {
}


div#primary {
	background-color: #D6D47F;
	color: #46372D;
}

div#secondary {
	background-color: #E4E4CF; /*#E6E3CB;*/
	margin-top: 10px;
}

div.sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 90%;
}

div.sidebar li.widget_meta {
	float: left;
	width: 130px;
	margin-right: 5px;
}

div.sidebar li.widget_categories {
	float: left;
	width: 138px;
}

div#secondary li.widget_links {
	clear: left;
	float: left;
	width: 130px;
	margin-right: 5px;
}

div#secondary li.widget_archive {
	float: right;
	width: 138px;
}

.sidebar a, .sidebar a:visited {
	color: #4D4C44;
	text-decoration: none;
}

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

div.sidebar ul {
	list-style: none;
	margin: 0;
}

div.sidebar ul li {
	margin: 0 0 20px 0;
}

div.sidebar ul ul li {
	margin: 0 0 0 15px;
	list-style-type: circle;
}

div.sidebar h3 {
	margin: 0 0 4px 0;
	color: #46372D;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
}

div.sidebar form#searchform input#s {
	width: 210px;
}

div.sidebar form#searchform input.button {
	padding: 2px 4px;
}

div.post, div.page, div#comments-list, div#respond {
	padding: 10px;
	border-bottom: 1px solid #c8c8c8;
	margin: 10px 0;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 100%;
}

div.page, div.error404 {
	min-height: 550px;
}

.entry-title, div.page h2 {
	margin: 0;
	padding: 0;
	color: #969C23;
}

.entry-title a {
	text-decoration: none;
	color: #969C23;
	font-size: 80%;
}

.entry-title a:hover {
	text-decoration: underline;
}

body.single h2.entry-title {
	font-size: 165%;
}

div.post div.entry-date {
	font-family: Arial;
	font-size: 85%;
	font-weight: bold;
	color: #666;
	margin: 0 0 20px 0;
}

div.post div.entry-date abbr {
	border: none;
}

div.post div.entry-meta {
	border-top: dotted 1px #4D4C44;
	padding-top: 5px;
	font-size: 85%;
}

div.post div.entry-content {
	margin-top: 10px;
	font-size: 110%;
}

div.post div.entry-content p {
}

div#comments {
	margin-top: 20px;
}

div#comments h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

h2.page-title {
	color: white;
	font-size: 160%;
	font-weight: normal;
}

div#comments ol li {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}

div#comments ol li div.comment-author img {
	float: right;
}

div#comments ol li div.comment-author span.n {
	font-weight: bold;
}

div#comments span.unapproved {
	font-style: italic;
}

div#respond {
	margin-top: 20px;
}

div#respond h3 {
	margin: 0;
	padding: 0;
}

div#respond div.form-input input {
	background-color: #eee;
}

div#respond div.form-textarea textarea {
	width: 600px;
	margin-right: 10px;
	background-color: #eee;
}

div.navigation, div.navigation a {
	color: white;
}

div#footer {
	padding-top: 30px;
	color: white;
	font-size: 75%;
}

div#footer img {
	float: left;
	margin-right: 5px;
}

