/*
Theme Name: Social Licks
Author: <a href="http://anti-personnel.com/" title="Author's home page">Marcus Willis</a>
Description: Social Licks 2010 Redesign.
All rights reserved.
*/

/* GLOBAL */
body {
	background: #fff url(images/site_bg.gif);
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
}

a:link {
	color: #e61b75;
}

a:hover {
	color: #5c9d99;
	text-decoration: none;
}

img {
	border: 0;
}

h2 {
	margin: .83em 0;
}

p {
	margin-top: 0;
}

ul {
	margin: 1em 0;
}

#container {
	background: #fff;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 960px;
}

/* Header */
#header {
	background: #000;
	color: #fff;
	float: left;
	margin-bottom: 3px;
	padding: 0 10px;
	width: 940px;
}

/* logo */
#header .logo {
	float: left;
	position: relative;
	top: 12px;
	z-index: 1;
}

#header .logo h1 {
	margin: 0;
}

#header .logo h1 a {
	background: url(images/head_sprite.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 334px;
	height: 113px;
}

#header .logo strong {
	color: #ff0;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 59px;
	left: 331px;
	text-transform: lowercase;
	width: 400px;
}

/* nav */
#header .nav {
	float: right;
	list-style: none;
	padding: 0;
	width: 557px;
}

#header .nav li {
	float: left;
	margin-right: 20px;
}

#header .nav a {
	background: url(images/head_sprite.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 42px;
}

#header .nav .blog a {
	background-position: -392px -5px;
	width: 65px;
}

#header .nav .blog a:hover,
#blog #header .nav .blog a {
	background-position: -392px -69px;
}

#header .nav .video a {
	background-position: -478px -5px;
	width: 103px;
}

#header .nav .video a:hover,
#video #header .nav .video a {
	background-position: -478px -69px;
}

#header .nav .photos a {
	background-position: -617px -5px;
	width: 103px;
}

#header .nav .photos a:hover,
#photos #header .nav .photos a {
	background-position: -617px -69px;
}

#header .nav .portfolio a {
	background-position: -742px -5px;
	width: 124px;
}

#header .nav .portfolio a:hover,
#portfolio #header .nav .portfolio a {
	background-position: -742px -69px;
}

#header .nav .about {
	margin: 0;
}

#header .nav .about a {
	background-position: -892px -5px;
	width: 82px;
}

#header .nav .about a:hover,
#about #header .nav .about a {
	background-position: -892px -69px;
}

/* search */
#header .search {
	float: right;
	margin-top: 3px;
}

#header .search h2 {
	background: url(images/head_sprite.png) no-repeat 0 -113px;
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 18px;
	height: 21px;
}

#header .search label {
	display: block;
}

#header .search #searchform {
	float: left;
}

#header .search #s {
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
	height: 21px;
}

#header .search #searchsubmit {
	background: url(images/head_sprite.png) no-repeat -180px -113px;
	border: 0;
	cursor: pointer;
	line-height: 0;
	padding: 0;
	text-indent: -9999px;
	width: 22px;
	height: 22px;
}


/* Category Nav */
#categories {
	background: #000;
	clear: both;
	color: #da2760;
	font: bold 18px "Arial Black", Arial, Helvetica, sans-serif;
	padding: 0 10px 4px 10px;;
}

#categories h2 {
	display: inline;
	font-size: 18px;
}

#categories ul {
	display: inline;
	padding: 0;
}

#categories li {
	display: inline;
	margin: 0 10px;
}

#categories li a {
	color: #fff;
	text-decoration: none;
}

#categories li a:hover {
	color: #5c9d99;
}


/* Entries */
#entries {
	background: url(images/rail_bg.gif) repeat-y 99% 0;
	float: left;
	padding: 0 20px 0 10px;
	width: 620px;
}

#entries h2 a {
	background: url(images/headers.gif) no-repeat 0 -195px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 94px;
}

#entries .filter {
	font: 32px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 14px;
	text-align: center;
}

#entries .filter strong {
	color: #5c9d99;
	font-weight: normal;
	text-transform: capitalize;
}

#entries #pagination {
	clear: both;
	font: 14px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding: 0;
}

#entries #pagination .prev {
	float: left;
}

#entries #pagination .next {
	float: right;
}

.post {
	border-bottom: 1px dotted #d44d9f;
	clear: both;
	float: left;
	font: 14px Georgia, "Times New Roman", serif;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}

/* post title */
.post .entry-title {
	font: bold 24px/1 "Arial Black", Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
}

.post .entry-title a {
	color: #000000;
	text-decoration: none;
}

.post .entry-title a:hover {
	color: #da2760;
}

/* meta data */
.post-meta {
	color: #e61b75;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-meta a {
	color: #000;
	text-decoration: none;
}

.post-meta a:hover {
	color: #5c9d99;
}

/* post body */
.post .entry-content {
	margin-bottom: 2em;
}

.post .entry-content .tweetmeme_button {
	float: right;
	margin: -19px 0 10px 10px;
}

.post .entry-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.post .entry-content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.post .entry-content .author {
	display: none;
}

.post .entry-content .more-link {
	display: block;
	text-align: right;
}

.post .tags {
	clear: both;
	margin-top: 2em;
}

.post #disqus_thread {
	font-family: Arial, Helvetica, sans-serif;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 300px;
}

#sidebar > div {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* contact */
.contact {
	font: italic bold 11px Georgia, "Times New Roman", Times, serif;
	position: relative;
}

.contact h2 {
	background: url(images/headers.gif) no-repeat -3px -111px;
	margin-bottom: 0;
	text-indent: -9999px;
	height: 20px;
}

.contact p {
	background: url(images/contact-photo.jpg) no-repeat;
	margin-top: 8px;
	padding-left: 80px;
	min-height: 86px;
}

.contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 78px;
	left: 73px;
	width: 200px;
}

.contact li {
	float: left;
}

.contact li a {
	background: url(images/contact_sprite.gif) no-repeat;
	display: block;
	margin-left: 8px;
	overflow: hidden;
	text-indent: -9999px;
	height: 36px;
}

.contact .twitter a {
	background-position: 0 0;
	width: 30px;
}

.contact .facebook a {
	background-position: -37px 0;
	width: 20px;
}

.contact .rss a {
	background-position: -66px 0;
	width: 38px;
}

.contact .email a {
	background-position: -109px 0;
	width: 55px;
}

/* disqus */
.disqus {
	clear: both;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}

.disqus h2 {
	display: none;
}

.disqus #dsq-combo-widget.grey #dsq-combo-tabs li {
	background: #e61b75;
}

.disqus #dsq-combo-widget.grey #dsq-combo-tabs li:hover {
	background: #5C9D99;
}

#dsq-combo-tabs a {
	color: #000;
}

#dsq-combo-widget #dsq-combo-content h3 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.disqus #dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box li {
	border-bottom: 1px dashed #d44d9f;
}

/* tag cloud */
.tag-cloud {
	clear: both;
}

.tag-cloud h2 {
	background: url(images/headers.gif) no-repeat -2px -72px;
	margin-bottom: 0;
	text-indent: -9999px;
	height: 23px;
}

.wp-tag-cloud {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.wp-tag-cloud li {
	display: inline;
	margin-right: .5em;
}

.wp-tag-cloud a {
	text-decoration: none;
	white-space: nowrap;
}


/* Footer */
#footer {
	clear: both;
	text-align: center;
}

/* blog roll */
.blog-roll {
	float: left;
        font: italic 12px Georgia, "Times New Roman", Times, serif;
        margin-bottom: 20px;
}

.blog-roll h2 {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	text-transform: 
}

.blog-roll h2 span {
	color: #e61b75;
	font-size: 21px;
}

.blog-roll ul {
	border: 1px solid #d44d9f;
	border-width: 1px 0;
	float: left;
	margin: 0;
	padding: 10px;
	width: 940px;
}

.blog-roll li {
	float: left;
	list-style: none;
	margin-bottom: .5em;
	text-align: left;
	width: 20%;
}

.blog-roll a {
	color: #000;
	text-decoration: none;
}

.blog-roll a:hover {
	color: #5c9d99;
}

/* footer nav */
#footer .nav {
	clear: both;
	margin-bottom: 20px;
}

#footer .nav h2,
#footer .nav ul,
#footer .nav li {
	display: inline;
}

#footer .nav h2 {
	color: #e61b75;
	font-size: 16px;
}

#footer .nav ul {
	font-size: 14px;
	padding: 0;
}

#footer .nav li + li {
	border-left: 1px solid #5c9d99;
	margin-left: .1em;
	padding-left: .3em;
}

#footer .nav a {
	color: #5c9d99;
	text-decoration: none;
}

#footer .nav a:hover {
	color: #e61b75;
}

/* copyright */
.copyright {
	font-size: 14px;
}


/* HOME */
#home #entries {
	width: 380px;
}

#home #entries h2 a {
	background-position: 0 10px;
	border: 1px solid #d44d9f;
	border-width: 1px 0;
	padding: 10px 0;
	height: 56px;
}

#home #entries .post {
	border: 0;
	padding: 0;
}

#home #entries .entry-title {
	font-size: 14px;
}

#home #entries .post:nth-child(2) .entry-title {
	font-size: 24px;
}

#home .more {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#home .more a {
	text-decoration: none;
}

/* Digg */
#digging {
	float: left;
	width: 220px;
}

#digging h2 {
	background: url(images/headers.gif) no-repeat -3px -155px;
	margin-bottom: 5px;
	text-indent: -9999px;
	height: 20px;
}

#digg-widget {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.digg-story {
	margin-bottom: 8px;
}

#digg-widget a {
	color: #000 !important;
	text-decoration: none !important;
}

#digg-widget a:hover {
	color: #5c9d99 !important;
}

/* Sidebar */
#home #sidebar {
	background: url(images/rail_bg.gif) repeat-y 5px 0;
	padding: 0 10px 0 20px;
}


/* WP Glideshow Plug In */
#slidewrapper {
	background: #000;
	clear: both;
	color: #fff;
	float: left;
	padding: 20px 10px;
	position: relative;
	width: 940px;
}

.glidecontentwrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 230px;
	z-index: 0;
}

.glidecontent {
	background: #000;
	position: absolute;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	width: 100%;
}

.glide {
	float: left;
	width: 540px;
}

.glide a img {
	border: none;
	padding: 10px;
}

.glidetext {
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 380px;
	height: 200px;
}

.glidetext h2 {
	font: bold 24px/1 "Arial Black", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.glidetext h2 a {
	color: #da2760;
	text-decoration: none;
}

.glidetext h2 a:hover {
	color: #5c9d99;
}

.glideme {
	display: none;
}

.glidetext div {
	font-size: 14px;
	line-height: 1.4;
}

.cssbuttonstoggler {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.cssbuttonstoggler a {
	background: #ccc;
	color: #333;
	display: block;
	float: left;
	margin-left: 3px;
	padding: 1px 10px;
	text-decoration: none;
}

/* style for selected and hover page's toggler link. ".selected" class auto generated! */
.cssbuttonstoggler a.selected,
.cssbuttonstoggler a:hover {
	background: #da2760;
	color: #fff;
	text-decoration: none;
}


/* PAGES */
#page {
	background: url(images/rail_bg.gif) repeat-y 99% 0;
	clear: both;
	float: left;
	padding: 0 20px 0 10px;
	width: 620px;
}

#page h2 {
	background: url(images/headers.gif) no-repeat;
	text-indent: -9999px;
	height: 115px;
}

.page-intro {
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

/* videos */
#video #categories {
	display: none;
}

#video #entries h2 a {
	background-position: 0 -402px;
	height: 114px;
}

/* photos */
#photos #page {
	background: none;
	padding: 0 10px;
	width: 940px;
}

#photos #page h2 {
	background-position: 246px -684px;
}

#photos .highslide img {
	margin: 0 0 1px 1px;
}

/* portfolio */
#portfolio #page {
	background: none;
	padding: 0 10px;
	width: 940px;
}

#portfolio #categories {
	display: none;
}

#portfolio #page {
	position: relative;
}

#portfolio #page h2 {
	background-position: 0 -289px;
	height: 86px;
}

#portfolio #page .linkedin {
	background: url(images/headers.gif) no-repeat -918px 0;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 20px;
	text-indent: -9999px;
	width: 22px;
	height: 24px;
}

#portfolio .project {
	background: #000;
	border: 2px solid #000;
	color: #ccc;
	float: left;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 2px;
}

#portfolio .project:hover {
	border-color: #e61b75;
}

#portfolio .project h3 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding: 0 2px;
}

#portfolio .project h3 a {
	color: #fff;
	text-decoration: none;
}

#portfolio .project h3 a:hover {
	color: #e61b75;
}

#portfolio .project .title {
	padding: 0 2px;
}

#portfolio .project .title p {
	margin-top: 0;
}

#portfolio #entries h2 a {
	background-position: 0 -560px;
	height: 96px;
}


/* About */
#about #page h2 {
	background-position: 0 -812px;
}


/* Contact */
#contact #page h2 {
	background-position: 0 -940px;
}

#contact #page form {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

#contact #page form label {
	display: inline;
}

#contact #page form p {
	display: none;
}


/* Search */
#search #categories {
	display: none;
}

#search #entries h2 a {
	background-position: 0 -1090px;
}

#search .tweetmeme_button {
	display: none;
}


/* Tag */
#tag #entries h2 {
	display: none;
}

#tag #entries .filter {
	margin-top: 14px;
}

