/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/layout.css";

/* * * *
 * PAGE
 * * * */

body {

	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 100%;
}

.alert { 
	
	background: red; 
	color: white 
} 

.accessibility {
	
	margin-left: -9999em;
}

/* * * * *
 * HEADER
 * * * * */

header {

	border-bottom: 1px solid #bbb;
	padding: 10px 16px 10px;
	font-size: 1.1em;
	min-width: 500px;
	height: 38px;
	font-size: 1.2em;
}

header a {
	
	color: red;
	text-decoration: none;
}

header a:hover {
	
	color: #000;
}

header img {

	float: left;
	margin: 0 10px 0 0;
	display: block;
}

header h1 {

	float: left;
	padding: 0px 0 0 0;	
	margin: 13px 0 0px 24px;
	font-weight: normal;
	color: red;
}

header .menu {

	display: block;
	float: right;
	padding: 0px 0 0 0;
	/* margin: 0 0 5px 220px; */ /* for float left */
	margin: 10px 0 0px 0;
}

header .menu ul li {
	
	display: block;
	float: left;
	position: relative;
	margin-right: 1em;	
	margin-top: 3px;
}

header .menu ul li.all-posts {
	
	margin-right: 2em;
}

header .menu ul li.all-posts a span {

	display: block;
	position: absolute;
	top: 0.45em;
	right: -1em;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	overflow: hidden;
	background: url('/wp-content/themes/pentagram/images/dd_arrow.gif') no-repeat 0 0;
}

/* drop down menu */
header .menu ul li ul {

	font-size: 0.8em;
	width: 14em;
	position: absolute;	
	top: 24px; 
	left: -0.5em;
	display: none;
	background-color: #fff;
	margin: 0; 
	padding: 4px 0 8px 0;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
	
	/* IE 5-7 */
	filter: alpha(opacity=93);
	
	/* Netscape */
	-moz-opacity: 0.93;
	
	/* Safari 1.x */
	-khtml-opacity: 0.93;
	
	/* Good browsers */
	opacity: 0.93;	
}

header .menu ul li ul li {
	
	display: block;
	width: 100%;	
}

header .menu ul li ul li a {

	width: 100%;
	display: block;
	padding: 0 0 0.5em 0.5em;
	color: #000;
}

header .menu ul li ul li a:hover {
	
	color: red;
}

header .menu ul li#searchtrigger {

	width: 22px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	cursor: pointer;
}

/* search */

header form {

	display: none;
	float: right;
	padding: 0;
	margin: 9px 0 0 0;
	position: relative;
}

header form div#searchsubmit {

	float: left;
	width: 23px;
	height: 22px;
	border-top: 1px solid #aaa;
	border-right: none;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	display: block;
	margin: 0;
	padding: 0;
	background: #fff url('/wp-content/themes/pentagram/images/magnifying_glass_black.png') no-repeat;
	cursor: pointer;
}

header form input#s {
	
	display: block;
	float: left;
	width: 249px;
	/* height: 2em; */ /* frank's suggestion */
	height: 22px;
	border-top: 1px solid #aaa;
	border-right: none;
	border-bottom: 1px solid #aaa;
	border-left: none;
	outline: none;	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-size: 13px;
}

header form div#searchcancel {

	display: block;
	float: left;
	width: 23px;
	height: 22px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: none;
	background: #fff url('/wp-content/themes/pentagram/images/search_cancel_black.png') no-repeat;
	cursor: pointer;
}

/* * * * * * * *
 * AUTOCOMPLETE
 * * * * * * * */

.ui-autocomplete {

	position: absolute;
	z-index: 2;
	background-color: #fff;
	width: 295px;
	margin: 24px 0 0 0;
	overflow-x: hidden;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	cursor: pointer;
}

.ui-autocomplete li a {

	width: 271px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 4px 0 4px 24px;
}

.ui-state-hover {

	background-color: red;
	color: #fff !important;
}

/* * * * * *
 CONTAINER 
 * * * * * */

#container {

	/* this holds the sidebar and main content area */	
	width: 800px;
	margin: 25px 0 50px 20px;
	color: #333;
}

/* * * * * *
 * CONTENT
 * * * * * */

#content {
	
	width: 620px;
	float: right;
}

#content h2 {

	font-size: 1.8em;
	margin: 0 0 5px 0;
	color: red;
	font-weight: normal;
}

#content h2 a {

	color: red;
	text-decoration: none;	
}

#content article {
	
	margin: 0 0 30px 0;
}

#content article p {
	
	margin: 1em 0 1em 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

#content article p a,
#content article .more-container a {

	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #dedede;	
}

#content article p a:hover,
#content article p a:focus,
#content article p a:active,
#content article .more-container a:hover,
#content article .more-container a:focus,
#content article .more-container a:active {
	
	color: red;
	border-bottom: 1px solid red;
}

#content article p span.caption {
	
	display: block;
	font-size: 0.8em;
}

#content article .meta {
	
	font-size: 11px;
	font-weight: bold;
}

#content article .meta a {

	color: #333;
	text-decoration: none;
}

#content article .meta a:hover,
#content article .meta a:focus,
#content article .meta a:active {

	color: red;
}

#content article .meta ul.categories-tags li {

	display: block;	
	float: left;
	margin: 0 0.4em 0 0;
}
	
#content article .meta ul.categories-tags li:after {

	content: ",";
}

#content article .meta ul.categories-tags li:last-child:after {

	content: "";
}

#content article .more-container a {

	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #dedede;	
}

/* pager */
.wp-pagenavi {

	text-align: center;
	font-size: 18px;
}

.wp-pagenavi a {
	
	color: #333;
	text-decoration: none;
}

.wp-pagenavi a.previouspostslink {
	
	margin: 0 0.5em 0 0;
}

.wp-pagenavi a.nextpostslink {
	
	margin: 0 0 0 0.5em;
}

.wp-pagenavi span.separator {
	
	margin: 0 0.5em 0 0.5em;
}

.wp-pagenavi span.current {

	color: red;
	font-weight: bold;
}

.wp-pagenavi a:hover {
	
	color: red;
}

/* * * * * *
 * SIDEBAR
 * * * * * */

#sidebar {
	
	width: 140px;
	float: left;
	min-height: 800px;
	height: 800px;
}

#sidebar h2 {
	
	margin: 0 0 0.5em 0;
	font-size: 12px;
	font-weight: bold;
}

#sidebar ul.quick-links li {
	
	margin: 0 0 0.5em 0;
}

#sidebar ul.quick-links li a {

	color: #333;
	text-decoration: none;
	font-size: 11px;
}

#sidebar ul.quick-links li a:hover {
	
	color: red;
}

#sidebar ul.social-media {

	margin: 3em 0 0 0;
}

#sidebar ul.social-media li {

	margin: 0 8px 0.8em 0;
	padding: 0 0 0 18px;	
}

#sidebar ul.social-media li a {

	color: #6c6c6c;	
	font-size: 11px;
	text-decoration: none;
}

#sidebar ul.social-media li.facebook {
	
	background: url('/wp-content/themes/pentagram/images/facebook.gif') no-repeat;
}

#sidebar ul.social-media li.twitter {
	
	background: url('/wp-content/themes/pentagram/images/twitter.gif') no-repeat;
}

#sidebar ul.social-media li.rss {

	background: url('/wp-content/themes/pentagram/images/rss.gif') no-repeat;	
}

#sidebar ul.social-media li.subscribe {

	background: url('http://www.pentagram.com/resources/images/freddie.gif') no-repeat;	
}
