/*
Theme Name: Hampsten
Theme URI: http://www.frescova.com/
Description: Custom theme for Hampsten.com
Version: 0.1
Tags: custom
Author: Martin Fernandez
Author URI: http://www.frescova.com/
*/

@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");


body { background-color: #272727;}

#masthead {
	height:80px;
	background-color:#333333;
	}

.container { background-color: #ffffff; }

/*logo */

#logo {
	background: transparent url(images/hampsten-logo.png) no-repeat scroll 0% 0%;
	width: 241px;
	height: 53px;
	text-indent: -3333px;
	border: 0;
	margin: 19px 0 0 0;
}

#logo a {
	display: block;
	width: 250px; /* larger than actual image? */
	height: 60px;
	text-decoration: none;
	border: 0;
}

/*navigation*/

.navwrap{
	height:50px;
	line-height:50px;
	padding-right:18px;
	font-size:.9em;
	z-index:6;
	float: right;
	background:transparent url(images/menu.png) no-repeat scroll right bottom;
	margin: 15px 0 15px 0;
	}

#top #nav{
	float:left;
	height:50px;
	line-height:50px;
	padding-left:0;
	padding-right:0;
	background:transparent url(images/menu.png) left top no-repeat;	
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;
	font-family: helvetica, sans-serif;
}

#top #nav a{
	height:33px;
	display:block;
	padding:0 20px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:35;
	position:relative;
	float:left;
	color:#888;
	}

#top #nav ul a{
	line-height:33px; 
}

#top #nav li{
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;
	border:1px solid #DFDFDF;
	border-top:none;
}

#top #nav li ul a{
	width:131px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 21px;
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#top #nav ul a, #top #nav ul li{
	background-color:#f5f5f5;
	background-image:none;
}

#top #nav ul a:hover, #top #nav ul a:focus {
	background-color:#fff;
	color:#555;
}

#top #nav a:hover, #top #nav a:focus {
	color:#555;
}


#top #nav .current_page_item a{
	color:#555;
	font-weight: bold;
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
	font-weight: bold;
}

#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:172px;
	top:0px;
}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}

/* HP Sidebars */
.hpSidebar {
	background-color: #414141;
	color: #ffffff;
	font-family: helvetica, sans-serif;
	font-size: 80%;
	height: 220px;
	max-height: 220px;
}

.hpSidebar h3, .hpSidebar h4, .hpSidebar p, .hpSidebar ul {
	padding: 10px 10px 0 10px;
	margin: 0;
	}

.hpSidebar h3 {
	font-size: 115%;
}

.hpSidebar h4 {
	font-size: 110%;
}

.hpSidebar p {
	font-size: 90%;
	line-height: 1.3em;
}

.hpSidebar a {
	color: #fff;
}

.hpSidebar a:hover {
	color: #ccc;
}

/* sidebar */
#sidebar { font-family: helvetica, sans-serif;}
#sidebar ul {list-style: none;}
#sidebar li {font-size: 90%;}
#sidebar li h2{font-size: 100%;}
#sidebar ul li ul li {margin:0}
#sidebar, h2.pagetitle {}
#sidebar h2 {color:#333333;margin:0 0 6px 0;padding: 0; border-bottom: 1px solid #cccccc; padding-bottom: 10px;}

/* links */
a {color:#666;text-decoration: none;}
a:hover {color:#000;}
h2 a { color:#000;text-decoration: none;font-size: 30px; border:none}
h2 a:hover, #header h1 a:hover { color:#c00;border:none}
small {font-size:10px;color:#ccc; padding:10px 8px 5px 0px;float:left;text-transform: uppercase;font-weight: bold;}

/* Custom links */

a.social { display:block; height:16px; width:16px; overflow:hidden; float: left; margin-right: 5px;}
a.social:hover { display:block; text-indent:-16px; }

/* footer */

#footer {
	text-align: right;
	font-family: helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	}

/* footer Nav */

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	font-family: helvetica, sans-serif;
	float: right;
}

#footer li {
	float:left;
	padding: 0 10px 0 0;
}

#footer li a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#footer li a:hover{
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
}


/* Begin Comments*/
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #ddd; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:10px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {  }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-style: italic }
ol.commentlist li div.vcard cite.fn a.url { color:#333; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:4px solid #d5d5d5; float:left; margin-right:10px;}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font: 12px Arial, Verdana; color#aaa}
ol.commentlist li div.comment-meta a { color:#aaa; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li div.commentbody {margin-top: 1em; font-size: 14px}
ol.commentlist li p {  margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { margin-bottom: 7px }
ol.commentlist li div.reply a:hover { background:#c30; border:1px solid #c00; }
ol.commentlist li div.reply a { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 arial,sans-serif; padding:5px 6px 4px;  text-align:center; width:36px;color:#fff; text-decoration:none; text-transform:uppercase;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .18em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .18em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .18em; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 .18em; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Comment Form */
#commentform input {width: 170px;	padding: 4px;	border:1px solid #ccc;	font-size:14px;	font-family:Georgia, Times;	}
#commentform {	margin: 5px 10px 0 0;	padding-bottom:30px; }
#commentform p label { width: 120px; display:block;float:left}
#commentform p {border-top:1px solid #eee; padding: 10px 0; margin:0;font-size: 14px}
#commentform textarea {	width: 70%;	padding: 2px;	border:1px solid #ccc;	padding: 4px;	font-family: Georgia, Times;}
.cancel-comment-reply {display: none;}
#commentform #submit {	margin-left: 120px;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;border:1px solid #aaa; font-weight: bold}
#commentform small, #commentform #submit {color:#333;text-transform: uppercase;font-family: arial;}
#commentform small {font-size:11px;font-weight: bold}	
#respond h3 { padding-top: 20px; margin-bottom: 10px; }

/* Content */
.post h2 {font-size: 24px;text-align: left; color:#000}
h2.pagetitle {color:#333;margin:0;padding-bottom:0;}
.date {font-size: 30px;font-weight: bold;line-height: 0.8;color:#c00;}
.postmetadata {font-size:12px;color:#bbb;height:1%}
.small  {font-size:12px;color:#aaa;margin-top:10px;}
.postmetadata small  {font-size:12px;color:#aaa;text-transform: inherit;font-weight: normal;padding: 10px 0; margin:20px 0; border-top: 1px solid #eee;text-transform: none}
.alignnone {display: block}
img.size-medium {margin:0 0 10px 0}
.entry a img { margin:0 0 10px 0; vertical-align:top;}
.entry img {border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding: 5px; margin: 5px 10px 10px 0px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
dl.gallery-item  {margin:0}
dl.gallery-icon img {border: 1px solid #ddd}
dl.gallery-item a {border: none}
img.wp-smiley {border:none;margin:0;padding:0}
.entry ul li {color:#666}

/* PREV NEXT NAV */
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {	margin-top: 40px; padding-bottom: 70px;	}
.comment-navigation {margin-top: 15px;	padding-bottom: 5px;}		
.navigation a, .comment-navigation a {background: #eee;padding: 5px 10px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.navigation a:hover, .comment-navigation a:hover {background: #ddd;padding: 5px 10px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}

/* Captions */
.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding-top: 5px;	margin: 5px 25px 25px 0px;	-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 p.wp-caption-text {	font-size: 12px;	line-height: 17px;	padding: 4px 4px 5px 0;	margin: 0;	font-style: italic;	}

/* SEARCH FORM */
#searchform {
	margin-bottom:30px;
	padding:0;
	}

#searchform #s {
	border: 1px solid #ccc;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px 8px 8px 30px;
	margin-left: 10px;
	background: #fafafa;
	width: 380px;
	font-weight: bold;
	font-size: 110%;
	color: #666666;
	font-family: helvetica, sans-serif;
	background:transparent url(images/search_magnifier.gif) no-repeat 3px 3px;	
	}
#searchbtn {vertical-align:bottom;padding: 0 0 5px 2px;}
.hidden {display: none;}
