/*  
Theme Name: Libera
Theme URI: http://www.seaneill.com/libera/
Description: A thumbnail-driven, magazine-style Wordpress theme.
Version: 1.0
Author: Sean Neill
Author URI: http://www.seaneill.com

Reset, basic typography and form styling
adapted from blueprintCSS.
http://blueprintcss.org
*/

/* ------------------------- */
/* GENERAL					 */
/* ------------------------- */

#wrapper {
	width: 960px;
	margin: auto;
}

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

#header {
	margin-bottom: 15px;
	background: #114a75;
	border: 1px solid #1b68a2;
	border-top: none;
	padding: 13px 15px 20px 15px;
	position: relative;
}

/*--- Logo Image Replacement ---*/

#header #logo {
	padding-top: 98px;
	height: 0;
	overflow: hidden;
	background: url(http://seaneill.com/logo.png) no-repeat;
	margin: 0 0 -10px 0;
	cursor: pointer;
}
#header #logo a {
	visibility: hidden;
}

/*--- Nav Bar ---*/

#navbar {  
    list-style: none;  
    position: absolute;  
    margin: 0;  
    left: 525px;
    top: 50px;
}  
#navbar li {  
    display: inline;
	background-repeat: no-repeat;
	padding: 20px 8px 10px 50px;
	cursor: pointer;
}
#navbar a:link,
#navbar a:visited {
	font-size: 1.3em;
	color: #eee;
	text-transform: lowercase;
	font-variant: small-caps;
}
#navbar a:hover {
	text-decoration: none;
}
#nav-home {
	background-image: url(icons/home.png);
}
.cat-item-3 {
	background-image: url(icons/paper.png);
}
.cat-item-6 {
	background-image: url(icons/image.png);
	padding-right: 2px !important;
}
.cat-item-20 {
	background: url(icons/thumbs_up.png) -5px -3px no-repeat;
	padding: 23px 8px 10px 40px !important;
}
#navbar li.cat-item-7 {
	background-image: url(icons/lightbulb.png);
	padding-left: 43px !important;
}
#navbar li ul {
	display: none;
}

/* --------------- */
/* Content         */
/* --------------- */

#content {
	background: #313b44;
	border: 1px solid #414e59;
	padding: 35px 20px 0px 20px;
	margin-bottom: 15px;
}
a:link,
a:visited {
	color: #eee !important;
}

/* --------------- */
/* Sections        */
/* --------------- */

.section {
	position: relative;
	margin-bottom: 5px;
}
.section .post img {
	padding: 10px;
	background: #414e59;
	border: 1px solid #526270;
}
.section img.left {
	margin-left: 15px;
}

/* --------------- */
/* Main Column     */
/* --------------- */

#main_column {
	width: 621px;
	margin: -15px 15px 0 0;
	float: left;
}

#main_column .section h3 {
	text-transform: lowercase;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding: 7px;
	background: #222;
	border: 1px solid #5e5e5e;
	position: relative;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}
.section img.first-img {
	margin-left: 0 !important;
}

/* --------------- */
/* Home Page       */
/* --------------- */

/*--- Findings ---*/

#findings h3 {
	margin-top: -5px;
}
#findings .post {
	margin-bottom: -25px;
	clear: both;
}
#findings img {
	padding: 5px;
	margin: 0 15px 10px 0;
	background: #414e59;
	border: 1px solid #526270;
}
#findings h4 {
	margin: -30px 0 8px 145px;
	padding: 5px;
	background: #414e59;
	border: 1px solid #526270;
}
#findings .visit {
	border: 1px solid #1b68a2;
	background: #114a75;	
	padding: 7px;
	margin-top: 5px;
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#findings h3 {margin-top: 15px;}
	#findings .post {margin-bottom: -10px}
}

/*--- Gallery ---*/

#gallery {
	margin-top: -10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#gallery {padding-top: 15px;}
}
#gallery .post {
	margin-bottom: 10px;
	position: relative;
}
#gallery .post span {
	position: absolute;
	background: #222;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	font-size: 1.3em;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 580px;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

/*--- Inspiration ---*/

#inspiration .post img {
	margin-bottom: 15px;
}

#catheading {
	text-transform: lowercase;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding: 7px;
	background: #222;
	border: 1px solid #5e5e5e;
	position: relative;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

.archives-link {
	float: right;
	margin-top: -15px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.archives-link {margin-top: 0;}
}

/* --------------- */
/* Categories      */
/* --------------- */

/*--- Articles ---*/

#articles-cat img {
	margin-bottom: 15px;
}

/*--- Gallery ---*/

#gallery-cat .post {
	margin-bottom: 15px;
	position: relative;
}
#gallery-cat .post span {
	position: absolute;
	background: #222;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	font-size: 1.3em;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 580px;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

/*--- Inspiration ---*/

#inspiration-cat img {
	margin-bottom: 15px;
}

.posts-nav {
	display: block;
	text-align: center;
}

/*--- Findings ---*/

#findings-cat .post {
	margin-bottom: -25px;
	clear: both;
}
#findings-cat img {
	padding: 5px;
	margin: 0 15px 10px 0;
	background: #414e59;
	border: 1px solid #526270;
}
#findings-cat .posts-nav img {
	background: transparent;
	padding: 0;
	border: none;
}
#findings-cat h4 {
	margin: -30px 0 8px 145px;
	padding: 5px;
	background: #414e59;
	border: 1px solid #526270;
}
#findings-cat .visit {
	border: 1px solid #1b68a2;
	background: #114a75;	
	padding: 7px;
	margin-top: 5px;
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#findings-cat .post {margin-bottom: -10px}
}

/* -------------- */
/* Sidebar        */
/* -------------- */

#sidebar {
	width: 280px;
	float: right;
	margin-top: -15px;
}
#sidebar .section {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #374958;
	background-color: #141a1f;
}
#sidebar .section h3 {
	text-transform: lowercase;
	font-variant: small-caps;
	margin-left: 55px;
}

/*--- Search ---*/

#search {
	border: 1px solid #1b68a2 !important;
	background: #114a75 !important;
}
#search form {
	background: url(icons/search.png) no-repeat;
}
#search label {
	display: block;
	margin: 0 0 1px 55px;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	font-variant: small-caps;
}
#s {
	border: 1px solid #222;
	padding: 5px;
	color: #222;
	width: 190px;
	margin-left: 55px;
}

/*--- About Me ---*/

#aboutme {
	line-height: 1.6;
	padding: 15px 15px 0 15px !important;
}
#aboutme img {
	width: 75px;
	height: 75px;
	margin: 0 10px 4px 0;
	padding: 5px;
	background: #414e59;
	border: 1px solid #526270;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#more-about-link {display: none}
}


/*--- Subscribe ---*/

#subscribe {
	background: #141a1f url(icons/rss.png) 10px 10px no-repeat;
	padding-right: 15px !important;
}
#subscribe ul {
	margin: 0 0 0 55px;
}
#subscribe li {
	list-style: none;
	padding: 5px;
	background: #414e59;
	border: 1px solid #526270;
	margin-bottom: 3px;
	cursor: pointer;
}
#subscribe li:hover {
	background: #252c33;
	border: 1px solid #2d363e;
}

/*--- Vi.sualize.us ---*/

#visualizeus {
	background: #141a1f url(icons/visualizeus.png) 10px 10px no-repeat;
	padding: 27px 14px 0 14px !important;
}
#visualizeus h3 {
	margin: -13px 0 0 60px;
}
#visualizeus li {
	list-style: none;
}
#visualizeus img {
	float: left;
	margin: 3px;
	padding: 4px;
	background: #414e59;
	border: 1px solid #526270;
	width: 67px;
	height: 67px;
}

/*--- Twitter Updates ---*/

#twitter_div {
	background: #141a1f url(icons/twitter-alt.png) 7px 7px no-repeat;
	padding: 10px 12px 15px 15px !important;
}
#twitter_div h3 {
	margin: 10px 0 0 50px !important;
}
#twitter_div ul {
	margin: 25px 0 3px 0;
}
#twitter_div li {
	list-style: none;
	padding: 6px;
	background: #414e59;
	border: 1px solid #526270;
	margin: 0 5px 3px 0;
	cursor: pointer;
}
#twitter_div li:hover {
	background: #252c33;
	border: 1px solid #2d363e;
}
#twitter-follow {
	background: #252c33;
	border: 1px solid #2d363e;
	padding: 6px;
	margin-right: 5px;
	display: block;
}

/*--- Link Love ---*/

#links {
	background: #141a1f url(icons/heart.png) 7px 0 no-repeat;
	padding: 10px 7px 0 10px !important;
}
#links ul {
	margin: 0 0 0 3px;
}
#links li {
	list-style: none;
	padding: 6px;
	background: #414e59;
	border: 1px solid #526270;
	width: 110px;
	float: left;
	margin: 0 5px 3px 0;
	cursor: pointer;
}
#links li:hover {
	background: #252c33;
	border: 1px solid #2d363e;
}

/*--- Inspiration List ---*/

#inspiration-list {
	background: #141a1f url(icons/lightbulb.png) 5px 5px no-repeat;
	padding: 10px 7px 0 10px !important;
}
#inspiration-list h3 {
	margin: 10px 0 0 50px !important;
}
#inspiration-list ul {
	margin: 25px 0 0 3px;
}
#inspiration-list li {
	list-style: none;
	padding: 6px;
	background: #414e59;
	border: 1px solid #526270;
	width: 110px;
	float: left;
	margin: 0 5px 3px 0;
	cursor: pointer;
}
#inspiration-list li:hover {
	background: #252c33;
	border: 1px solid #2d363e;
}

/*--- User Link Feed ---*/

#userlink {
	background: #141a1f url(icons/mouse.png) 15px 10px no-repeat;
	padding: 10px 15px 0 15px !important;
}
#userlink h3 {
	margin: 10px 0 0 60px !important;
}
#userlink ul {
	margin: 27px 0 3px 0;
}
#userlink li {
	list-style: none;
	padding: 5px;
	background: #414e59;
	border: 1px solid #526270;
	margin-bottom: 3px;
}
#userlink li:hover {
	background: #252c33;
	border: 1px solid #2d363e;
	cursor: pointer;
}
#userlink .ul-info {
	float: left;
	width: 104px;
	background: #252c33;
	border: 1px solid #2d363e;
	padding: 8px;
}
#userlink .ul-info-1 {
	margin-right: 4px;
}

/*--- Social Media and Networking ---*/

#socialmedia {
	background: #141a1f url(icons/users.png) 10px 10px no-repeat;
	padding: 10px 7px 0 10px !important;
}
#socialmedia h3 {
	margin: 10px 0 0 60px !important;
}
#socialmedia ul {
	margin: 20px 0 0 3px;
}
#socialmedia li {
	list-style: none;
	padding: 6px;
	background: #414e59;
	border: 1px solid #526270;
	width: 110px;
	float: left;
	margin: 0 5px 3px 0;
	cursor: pointer;
}
#socialmedia li:hover {
	background: #252c33;
	border: 1px solid #2d363e;
}

/* -------------- */
/* Single         */
/* -------------- */

#single-meta {
	border: 1px solid #1b68a2;
	background: #114a75;	
	padding: 7px;
	margin-left: 210px;
}
#single-meta span {
	padding: 5px 0 5px 27px;
}
#single-date {
	background: url(icons/clock_small.png) no-repeat;
}
#share-link {
	background: url(icons/heart_small.png) no-repeat;
}
#comments-link {
	background: url(icons/comment_small.png) no-repeat;
}
#single-post p a {
	text-decoration: underline;
}
#single-post img {
	padding: 10px;
	background: #414e59;
	border: 1px solid #526270; 
}
#single-post img.left {
	margin:  0 15px 15px 0;
}
#single-post ul {
	margin-left: 35px !important;
}
#userlink-feed ul {
	margin-left: 245px !important;	
}
.post6 img,
.post7 img {
	margin-bottom: 15px;
}
#postheading {
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0 0 15px 210px;
	padding: 7px;
	background: #222;
	border: 1px solid #5e5e5e;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}
.post6 #postheading,
.post7 #postheading {
	margin-left: 0;
}
#single-excerpt img {
	display: none;
}
#single-content {
	line-height: 2;
	margin-top: 15px;
}
#single-content img {
	margin: 0 15px 15px 0;
}
#share {
	margin-bottom: 15px;
}
#share h3 {
	text-transform: lowercase;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding: 7px;
	background: #222;
	border: 1px solid #5e5e5e;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}
#share-box {
	border: 1px solid #1b68a2;
	background: #114a75 url(icons/heart.png) 5px no-repeat;	
	padding: 5px 10px 0 60px;
	margin-bottom: 15px;
}
#share-box img {
	padding: 0;
	background: transparent;
	border: none;
}
.post20 img {
	padding: 5px;
	margin: 0 15px 10px 0;
	background: #414e59;
	border: 1px solid #526270;
}
.post20 h4 {
	margin: -30px 0 8px 155px;
	padding: 5px;
	background: #414e59;
	border: 1px solid #526270;
}
.post20 .visit {
	border: 1px solid #1b68a2;
	background: #114a75;	
	padding: 7px;
	margin-top: 5px;
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	text-decoration: none !important;
}

/*--- Comments ---*/

#commentheading {
	text-transform: lowercase;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding: 7px;
	background: #222;
	border: 1px solid #5e5e5e;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}
#comments ol {
	margin-top: 15px;
}
#comments img.avatar {
	padding: 3px;
	float: left;
	margin-right: 5px;
	background: transparent;
	border: none;
}
#comments ol li {
	background: #414e59;
	border: 1px solid #526270; 
	padding: 10px;
	width: 584px;
	margin-bottom: 15px;
}
#comments ol li img {
	padding: 0;
	border: none;
}
h4.submission-title {
	margin-bottom: 0;
	font-style: italic;
}
#comments form {
	width: 400px;
}
#comments input {
	border: 1px solid #222;
	color: #222;
	padding: 5px;
}
#comments textarea {
	border: 1px solid #222;
	color: #222;
	width: 350px;
	font-family: inherit;
}
#comments label {
	font-weight: normal;
}
#comment-guidelines ul {
	margin-left: 413px;
}
#comment-guidelines li {
	margin-bottom: 5px;
	line-height: 1.7;
}

/* -------------- */
/* Search Page    */
/* -------------- */

.postsearch img {
	padding: 5px;
	margin: 0 10px 15px 0;
	background: #414e59;
	border: 1px solid #526270;
}
.postsearch p img {
	display: none;
}

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

#footer {
	background: #252c33;
	border: 1px solid #2d363e;
	padding: 10px;
	clear: both;
}
#footer img {
	margin-top: 5px;
}

