/*
Theme Name: ANT
Theme URI: http://www.anthonymerced.com
Description: Custom
Version: 3.0
Author: Jen Gallardo
Author URI: http://jengallardo.com/
Tags: clean, minimal, white

*/


/* Global Styles
  -------------------------------------------------------------------------*/

* {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

html, body {
	height:100%
}

body {
	background-color:#ffffff;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	font-family:Georgia;
	letter-spacing:.25px;
}

p {
	padding-bottom:10px;
}

a:link , a:active , a:visited {
	color:#93b859;
	text-decoration:none;
}

a:hover {
	color:#93b859;
	text-decoration:underline;
}

img.alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	border:0px;
}

img.alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;	
	border:0px;
}

div.small {
	font-size:13px;
	margin-bottom:15px;
}

label.hidden {
	display:none;
}

h2 {
	font-weight:normal;
	color:#93b859;
}

h2.archive {
	padding-left:0px;
	margin-left:0px;
	text-align:left;
}

h2.single {
	padding-bottom:20px;
}

h3 {
	font-weight:bold;
	color:#000000;
	font-size:18px;
}

div.blog_entry h2.archive {
	padding-bottom:15px;	
}

li.linkcat h2 {
	margin-top:40px;
	font-weight:bold;
	color:#000000;
	font-size:18px;
}


/* Header 
  -------------------------------------------------------------------------*/

div#header {
	width:100%;
	background-color:#474747;
	height:100px;
}

div#header div#header-content {
	width:970px;
	margin:auto;
	color:#ffffff;
}

div#header div#header-content h1 {
	float:left;
	font-size:36px;
	font-weight:normal;
	width:670px;
	margin-top:35px;
}

div#header div#header-content h1 a {
	color:#ffffff!important;
	text-decoration:none;
}

div#header div#header-content h1 a:hover {
	text-decoration:none;
}

div#header div#header-content ul#navigation {
	float:left;
	margin-top:25px;
	width:300px;
	display:block;
}

div#header div#header-content ul#navigation li {
	list-style:none;
	float:left;
	font-size:30px;
	padding-right:15px;
	border-right:1px solid #ffffff;	
	margin-right:15px;
	background-color:#474747;
}

div#header div#header-content ul#navigation li a:hover {
	color:#ffffff!important;
	text-decoration:none;
}

div#header div#header-content ul#navigation li a.selected {
	color:#c4e4a5;
}

div#header div#header-content ul#navigation li.last {
	padding-right:0px;
	margin-right:0px;
	border:0px;
}

/* Container
  -------------------------------------------------------------------------*/
div#container {
	min-height:100%;
	position:relative;
}

* html div#container {
	height:100%;
}


/* Main Body
  -------------------------------------------------------------------------*/

div#main-body {
	width:970px;
	min-height:450px;
	padding-bottom:120px;
	margin:auto;
	margin-top:10px;	
	background-image:url('images/bg-coffee-stains.jpg');
	background-position:80% 200%;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

div#main-body div#column1, div#main-body div#column2 {
	float:left;
}

div#main-body div#column1 {
	width:700px;
	text-align:left;
}

div#main-body div#column2 {
	width:270px;
	text-align:right;
}

div#main-body div#column1 h2 {
	font-size:24px;
	font-weight:normal;
	padding-top:10px;
	margin-bottom:0px;
}

div.post {
	margin-bottom:40px;
}

p.postmetadata {
	font-size:14px;
}

ul.commentlist {
	list-style-type:none;
	margin-left:20px;
}

ul.commentlist li {
	border-top:1px solid #999999;
	padding-top:10px;
	padding-bottom:5px;
	width:550px;
}

ul.commentlist.single li {
	border:0px;
	border-bottom:1px solid #999999;
}

ul.commentlist li p {
	text-align:right;
	padding-right:10px;
}

ul.commentlist li.noborder {
	border-top:0px;
}

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

div#respond h4 {
	margin-left:-20px;
	padding-bottom:15px;
}

/* Sidebar
  -------------------------------------------------------------------------*/
  
div#sidebar {
	padding-left:20px;
	text-align:right;
}

div#sidebar ul {
	list-style:none;
}

#searchform {
	background-color:#e8e8e7;
	border-bottom:3px solid #c9d4ae;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:40px;
}

#searchform label {
	display:none;
}

#searchform input#searchsubmit {
	border:1px solid #476327;
	width:50px;
	height:20px;
	margin:0px;
	cursor:pointer;
	background-color:#ebf1dc;
	margin-right:20px;
}

#searchform input#searchsubmit:hover {
	background-color:#c9d4ae;
}

div#sidebar p {
	margin-bottom:30px;
}

div#sidebar li.archives {
	margin-bottom:40px;
}



/* Footer
  -------------------------------------------------------------------------*/

div#footer {
	width:100%;
	background-color:#c9d4ae;
	height:120px;	
	position:absolute;
	bottom:0;
}

div#footer div#footer-content {
	width:970px;
	margin:auto;
	color:#000000;
	padding-top:15px;
	line-height:20px;
	font-size:12px;
}

div#footer div#footer-content a:link,
div#footer div#footer-content a:active,
div#footer div#footer-content a:visited,
div#footer div#footer-content a:hover {
	color:#000000;
}

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


/*

div#sidebar ul li.recent_blog_posts {
	margin-top:20px;
}

div#sidebar ul li ul {
	padding-left:20px;
}

div#sidebar ul.recent_posts li {
	padding-top:5px;
	padding-left:15px;
	background-image:url('images/bullet.gif');
	background-position: left center;
	background-repeat:no-repeat;
}

div.error {
	width:300px;
	text-align:center;
	margin:auto;
	line-height:24px;
}

div.error img {
	text-align:center;
	margin:auto;
}

*/


/***	Comments	***/

div#respond {
	padding-top:20px;
	padding-bottom:50px;
}

div#respond input {
	background-color:transparent;
	border:1px solid #666666;
	height:20px;
	width:150px;
	font-size:14px;
}

div#respond small {
	font-size:14px;
}

div#respond textarea {
	background-color:transparent;
	border:1px solid #666666;
	height:120px;
	width:350px;
}

div#respond input.comment_submit {
	border:1px solid #476327;
	width:170px;
	height:37px;
	margin:0px;
	cursor:pointer;
	background-color:#ebf1dc;
}	

div#respond input.comment_submit:hover {
	border:1px solid #476327;
	width:170px;
	height:37px;
	margin:0px;
	cursor:pointer;
	background-color:#c9d4ae;
}

img.avatar {
	display:none;
}

ul.commentlist.single div.comment-meta {
	font-size:11px;
}

ul.commentlist.single div p {
	text-align:left;
}


/***	Search		***/
h2.pagetitle {
	padding-bottom:15px;
}

h3.searchresult {
	padding-top:4px;
	padding-left:15px;
	background-image:url('images/bullet.gif');
	background-position: left 7px;
	background-repeat:no-repeat;
}

p.searchresult {
	padding-left:15px;
}