/*
Theme Name: Nails
Theme URI: http://nielsoeltjen.com
Description: Custom theme for my website.
Version: 2.1
Author: Niels Oeltjen
*/



/* -------------------- DEFAULTS + FIXES -------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


a, a:focus, a:hover, a img {
	outline: 0;
	border: 0;
}	

a, a:focus, a:hover, a img {
	outline: 0 none;
	border: 0 none;
	margin: 0;
	padding: 0;
}	

.clear {
	clear: both;
	}

.edit a {
	color: #FF3366;
	padding: 10px;
	font-weight: normal;
}



/* -------------------- GLOBAL -------------------- */

body {
	background: #FFFFFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #333333;
}

#wrapper {
	padding: 0 0 100px 0;
}

#content {
	position: relative;
	padding: 40px 40px 40px 40px;
}


a {
	text-decoration: none;
	color: #666666;
	outline: 0 none;
}

a:hover {
	color: #999999;
}



/*  -------------------- TYPOGRAPHY -------------------- */

p {
	font-size: 8pt;
	line-height: 11pt;
	margin: 0 0 5pt 0;
	color: #333333;
	display: block;
	max-width: 700px;
}

p a {
	text-decoration: underline;
}

strong {	
	font-weight: bold;
}

blockquote p {
	font-size: 8pt;
	padding: 5pt 0 5pt 0;
	margin: 0 0 0 0;
	color: #999999;
}

h1 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #666666;
}

h2, h3 {
	font-size: 8pt;
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-weight: normal;
	margin: 30px 0 20px 0;
	color: #666666;
}


small, caption, .caption  {
	font-size: 7pt;
	color: #999999;
}

cite {
	font-style: normal;
	font-size: 7pt;
	text-transform: uppercase;
}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* -------------------- MENU WIDGET -------------------- */

#menu {
	padding: 40px;
}


#menu ul {
	list-style-type: none; 
}

#menu ul li {
	float: left;
	margin: 0 30px 0 0; /*Setting menu height */
}

#menu ul li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #FFFFFF; /* Hide underline (white) */
	padding: 0 0 6px 0; /* Offset underline */
}

#menu ul li a:hover {
	border-bottom: 1px solid #999999;
}

.menu-tabs {
	display: none;
	padding: 30px 40px 30px 40px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.current {
	color: #999999;
}

.current-cat  {
 text-decoration: line-through;
}

#filter-menu {
	list-style-type: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
}

#filter-menu li {
	float: left;
	margin: 0 20px 0 0;
}




/*  -------------------- POSTS LIST -------------------- */

#posts-list {
	padding: 0;
	margin: 0;
}

#posts-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#posts-list ul li {
	float: left;
	margin: 0 12px 12px 0;
	padding: 0 8px 8px 0;
	width: 160px;		
	height: 160px;	
}

.posts-shadow {
	background: url(images/gallery-shadow.jpg) no-repeat bottom right;
	position: relative;
}

.posts-logo {
	width: 160px;		
	height: 160px;	
	background: url(images/nails-logo-1.gif) no-repeat top left;
}


.posts-thumbnail {
	width: 160px;
	height: 160px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.posts-link {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
}

.posts-link a {
	text-indent: -400px;
	overflow: hidden;
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 160px;
	text-align: center;
}

.posts-link a span {
	padding: 5px;
	line-height: 160px;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
}

.posts-link a:hover {
	background-position: left -160px;
	text-indent: 0px;
	color: #666666;
}
			
.post-thumb {
	width: 160px;
	height: 160px;
	overflow: hidden;
	z-index: 9;
}

.post-thumb a {
	text-indent: -400px;
	overflow: hidden;
	width: 160px;
	height: 160px;
	display: block;
	line-height: 160px;
	text-align: center;
}		

.post-thumb a span {
	padding: 5px;
	line-height: 160px;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
}

.post-thumb a:hover {
	background-position: left -160px;
	text-indent: 0px;
	color: #666666;
}


.post-object {
	/* Hack for youtube content */
	display: block;
	padding: 10px;
	background: #666666;
	margin: 0 0 20px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
}


/*  -------------------- SINGLE POSTS PAGE -------------------- */



.post-info {
	margin: 30px 0 0 0;
}

.post-info p {
	font-size: 7.5pt;
	color: #999999;
	line-height: 9pt;
	/*margin: 0;*/
}

#post-nav {
	margin: 40px 40px 40px 40px;
	height: 90px;
	float: left;
	background: url(images/gallery-shadow.jpg) no-repeat bottom right;
	padding: 0 8px 8px 0;
}

#post-nav div {
	height: 90px;
	width: 90px;
	float: left;
}

#post-nav div a {
	height: 90px;
	width: 90px;
	display: block;
	position: relative;
	top: -90px;
	overflow: hidden;
	text-indent: 999px;
}

#post-nav div img {
	height: 90px;
	width: 90px;
}

.post-nav-next a {
	background:url(images/arrow-button-left-1.png) no-repeat center center transparent;
}

.post-nav-previous a {
	background:url(images/arrow-button-right-1.png) no-repeat center center transparent;
}
 
.post-attachment-div {
	margin: 30px 0 30px 0;
	padding: 30px 0 0 0;
}


#post-share-link {
	padding: 40px 40px 20px 40px;
	text-decoration: none;
}

#post-share-stuff {
	padding: 15px 40px 15px 40px;
	margin: 20px 0 0 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#post-share-stuff ul {
	list-style-type: none;
}


#post-share-stuff ul li {
	margin: 0 20px 0 0;
	line-height: 30px;
	float: left;
	display: block;
}



	
	

/* -------------------- GALLERY -------------------- */

.nails-gallery {
	margin: 0 0 30px 0;
}

.nails-gallery ul {
	list-style-type: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

.nails-gallery-item {
	float: left;
	margin: 0 12px 12px 0;
	padding: 0 8px 8px 0;
	width: 160px;		
	height: 160px;	
	background: url(images/gallery-shadow.jpg) no-repeat bottom right;
}

.nails-gallery img { 
	background-color: #999; 
}

.nails-gallery-caption {
	display: none;
}

.nails-gallery-icon a {
	border: 0 none;
}




/* -------------------- PAGINATION WIDGET -------------------- */


.paged {
	margin: 60px 0 0 -10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.paged a, 
.paged a:link {
	padding: 20px; 
	color: #333333;
}

.paged a:visited {
}

.paged a:hover {
	color: #999999;
}

.paged a:active {
}

.paged span.paged-pages {
	display: none;
}

.paged span.paged-current {
	padding: 20px; 
	color: #999999;
}

.paged span.paged-extend {
}





/* -------------------- BE SOCIAL WIDGET -------------------- */

#be-social-link {
	/*padding: 40px 0 10px 0; */
}

#be-social {
	display: none;
	line-height: 20pt;
}
#be-social a {
	color:#999999;
}



