@charset "utf-8";
/*
Theme Name: Undo.Copypaste
Author: Audrey Devantay, About Blank Design Office
Author URI: http://www.aboutblank.cc/

License: GNU General Public License
License URI: license.txt
*/

/*
	CSS Reset
*/

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;
}

/*
	Clear Floated Elements
*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clear {
	height:1%;
}

/*
	Style HTML Tags
*/


body {
	background:#FFF;
	color:#000;
	font-family: 'Helvetia neue', arial, sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:18px;
}


#blog-title{
	font-family: 'Rokkitt';
	font-size: 45px;
	font-weight: 400;
	line-height: 54px;
	color: #333 !important;
}

a:link,
a:visited {
	color:#848484;
	text-decoration:none;
}

a:hover,
a:active {
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:18px;
	font-weight: 300;
}

h1 {
	font-size:36px;
	line-height:27px;
}

h2 {
	font-size:32px;
	line-height:24px;
}

h3 {
	font-size:18px;
	line-height:20px;
	padding-left: 3px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:20px;
}

h6 {
	font-size:18px;
}

p {
	margin-bottom:18px;
	line-height: 150%;
	color: #333;
}

blockquote {
	color:#444;
	font-style:italic;
	margin:0 30px;
	padding-left:15px;
	border-left:#CCC 1px solid;
}

blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	content:"- ";
}

table {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	margin-bottom:16px;
}

table th,
table td {
	padding:6px 0;
	border:#CCC 1px solid;
}

table th {
	background:#EEE;
	font-weight:bold;
}

dt {
	font-weight:bold;
	margin-bottom:16px;
}

dd {
	margin-left:30px;
	margin-bottom:16px;
}

ul {
	list-style-type:square;
	margin-left:30px;
	margin-bottom:16px;
}

ul li {
	margin-top:4px;
}

ul ul {
	list-style-type:disc;
	margin-bottom:0;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:16px;
}

ol ol {
	list-style: upper-alpha;
	margin-bottom:0
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

address {
	font-size:14px;
	font-style:italic;
	margin-bottom:16px;
}

code {
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom:#999 1px dotted;
	cursor:help;
}

big {
	font-size:1.3em;
}

cite,
em {
	font-style:italic;
}

pre {
	padding:15px;
	background:#F5F5F5;
	border:#CCC 1px dashed;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	margin-bottom:16px;
}

q {
	quotes:inherit;
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

strong {
	font-weight:bold;
}

sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:10px;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

#wrapper img {
	max-width:700px;
	height:auto;
}

/*
	WordPress Standard Tags
*/

.aligncenter {
	display:block;
	margin:15px auto;
}

.alignleft {
	float:left;
	margin:15px;
	margin-left:0;
}

.alignright {
	float:right;
	margin:15px;
	margin-right:0;
}

.wp-caption {
	background:#F9F9F9;
	border:#CCC 1px solid;
	padding:10px 0 0 10px;
}

.wp-caption img {
	margin-bottom:10px;
}

.wp-caption-text {
	color:#333;
	text-align:center;
	margin-bottom:10px;
}

.size-thumbnail {
	padding:5px;
	border:#CCC 1px solid;
	margin-right:15px;
}

.gallery-item img {
	display:inline-block;
	padding:5px;
	border:#CCC 1px solid !important;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0 0 5px #999;
}

.gallery-caption{
	text-align:center;
}

#content .sticky {
	background:url(images/sticky.png) right top no-repeat;
	border-bottom:#CCC 3px solid !important;
}

.bypostauthor > .comment-body {
	background:#F0F0F0;
}

/*
	Theme Design, Layout and Typography
*/

#wrapper{
	position: relative;
}

#header {
	width: 100%;
	z-index: 1001;
	height:67px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: white;
	border-bottom:#CCC 1px solid !important;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0 0 5px #999;
}

#site-title {
	width:940px;
	margin:0 auto;
	font-size:36px;
	text-transform:none;
	position: relative;
	background-color: white;
	z-index: 1000;
}

#blog-title a {
	color:#151515;
	text-decoration:none;
}

#slider {
	position:relative;
	height:410px;
	padding:30px 0 30px 0;
	margin-bottom:20px;
	background:#151515;
/*
	-moz-box-shadow:0px 0px 20px #999;
	-webkit-box-shadow:0px 0px 20px #999;
	box-shadow:0 0 20px #999;
*/
}

#slider p{
	color: white;
	font-size: 13px;
}

/*
.slide .entry-summary div{
	display: none;
}
*/

#ajax-content {
	position:relative;
	max-width:1140px;
	margin:0 auto;
}

#nav-slider .nav-previous,
#nav-slider .nav-next {
	position:absolute;
	top:185px;
	right:0;
	width:40px;
}

#nav-slider .nav-next {
	left:0;
	right:auto;
}

#nav-slider .nav-previous a,
#nav-slider .nav-next a {
	display:block;
	width:24px;
	height:40px;
	margin:0 8px;
	background:url(images/next.png) center no-repeat;
}

#nav-slider .nav-next a {
	background:url(images/prev.png) center no-repeat;
}

#slides {
	margin:0 auto;
	overflow:hidden;
}

.kwicks {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}

.kwicks .slide {
	float:left;
	display:block;
	width:230px;
	height:410px;
	overflow:hidden;
	-moz-box-shadow:0px 0px 30px #000;
	-webkit-box-shadow:0px 0px 30px #000;
	box-shadow:0 0 30px #000;
}

.kwicks .post {
	position:relative;
	padding:0;
	width:600px;
	height:400px;
}

.opacity {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:600px;
	height:400px;
	background:#FFF;
	opacity:0.1;
}

.overlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:600px;
	height:400px;
}

.kwicks .post .entry-container {
	position:absolute;
	bottom:0;
	padding:10px;
	margin:10px;
	background:url(images/entry.png);
	display:none;
}

#slider .post,
#slider .post .entry-title a {
	color:#FFF;
}

.single .entry-title{
	position: relative;
}

.next, .previous{
	position: absolute;
	top: 0px;
}

.next a:hover, .previous a:hover{
	color: white;
}

.pluginConnectTextDark a{
	color: #333 !important;
}

.next{
	right: 17px;
	text-align: right;
} 

.previous{
	left: 0;
	text-align: left;
}


#slider .post .entry-title {
	font-size:23px;
}

.title-container {
	margin-top: 67px;
	z-index: 1001;
	/* margin-bottom:30px; */
	padding:10px 0;
	min-height: 28px;
/*
	border-top: 4px solid black;
	border-bottom: 1px solid black;
*/
	overflow: hidden;
	background-color: black
/*
	-moz-box-shadow:0px 0px 13px #333;
	-webkit-box-shadow:0px 0px 13px #333;
	box-shadow:0 0 13px #333;
*/
}

.page-title,
.single .entry-title,
.page .entry-title {
	width:940px;
	margin:0 auto;
	color: #fff;
	font-size:18px;
	line-height:27px;
	font-weight: 400;
	text-align: center;
}



.entry-comments .entry-title{
	background-color: #000;
	color: #fff;
	font-size:18px;
	line-height:27px;
	font-weight: 400;
	padding: 10px !important;
	width: auto;
}

.page-title,
.single .entry-title,
.page .entry-title,
section p{
	padding-left: 3px;

}

#container {
	width:940px;
	margin:0 auto;
	border-bottom:#CCC 1px solid;
	padding-top: 1px;
}

.home #container {
	padding-top:30px;
	border-top:#CCC 1px solid;
}


#content {
	/* float:left; */
	width:700px;
	/* margin-right:20px; */
	margin-bottom: 25px;
	overflow: hidden;
}

.single #content{
	margin: auto auto;
}


.page #content {
	margin-top: 15px;
	float: left;
}

.page-template-mosaic-php #content {
	margin-top: 0px;
}

.page-template-mosaic-php #content, .archive #content{
	width:100%;
	margin-right:0;	
}

.home #content .post,
.archive #content .post,
.search #content .post {
	position:relative;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:#CCC 1px solid;
}

.home #content .post .entry-meta,
.archive #content .post .entry-meta,
.search #content .post .entry-meta {
	margin-bottom:18px;
	font-size:14px;
	letter-spacing:1px;
}

.folded {
	position:absolute;
	top:20px;
	left:0;
	padding:7px 30px;
	margin-left:-15px;
	margin-bottom:0;
	background:#151515;
	color:#FFF;
	font-size:16px !important;
	letter-spacing:0 !important;
}

.folded a {
	color:#FFF;
}

.folded:before {
	content:"";
	position:absolute;
	top:32px;
	left:0;
	border-width:0 15px 15px 0;
	border-style:solid;
	border-color:#fff #999;
}

a.more-link {
	display:inline-block;
	padding:7px 15px;
	background:#151515;
	color:#FFF ;
	text-decoration:none ;
}

a.more-link:hover {
	background:#848484;
}

.home #content .wp-post-image,
.archive #content .wp-post-image,
.search #content .wp-post-image {
	padding:5px;
	margin-bottom:10px;
	border:#CCC 1px solid;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
}

.home #content .entry-title,
.archive #content .entry-title,
.search #content .entry-title {
	margin-bottom:10px;
	line-height:32px;
	font-weight: 300;
}

#posts-nav {
	margin-top:-22px;
	margin-bottom:20px;
}

#posts-nav a,
.navigation a {
	display:inline-block;
	padding:7px 15px;
	background:#F9F9F9;
	text-decoration:none;
}

.single .entry-header {
	margin-bottom:20px;
	text-align: center;
}

.single-format-image .entry-header,
.single-format-gallery .entry-header,
.single-format-audio .entry-header,
.single-format-video .entry-header {
	float:right;
	width:220px;
}

.single .wp-post-image {
	float:right;
	padding:5px;
	border:#CCC 1px solid;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
}

.single-format-image .wp-post-image,
.single-format-audio .wp-post-image {
	float:none;
	margin-bottom:25px;
}

.single .entry-meta {
	/* width:220px; */
	line-height:36px;
	overflow:hidden;
	text-align: left;
}

.single .entry-meta ul {
	list-style:none;
	margin:0;
	font-size: 13px;
}

.single .entry-meta ul li {
	margin:0;
	border-bottom:#CCC 1px dotted;
	height: 23px;
	line-height: 23px;
}

.entry-tags {
	line-height:16px;
}

.entry-tags a {
	position:relative;
	display:inline-block;
	margin:10px 0;
	text-decoration:none;
}

.pagination {
	font-weight:bold;
}

.attachment .entry-content,
.format-image .entry-content {
	margin-bottom:20px;
	border-bottom:#CCC 1px solid;
}

.entry-attachment {
	margin-bottom:18px;
	text-align:center;
}

.format-audio .entry-attachment {
	text-align:left;
}

.entry-attachment img,
#attachment-nav img {
	float:none !important;
	padding:5px;
	border:#CCC 1px solid;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
}

.entry-caption {
	text-align:center;
}

.post-gallery {
	margin:auto;
}

.post-gallery .gallery-item {
	float:left;
	margin:10px 0 20px 20px;
	text-align:center;
	width:220px;
}

.post-gallery .gallery-item:first-child {
	margin-left:0;
}

.post-gallery img {
	border:#CCC 1px solid;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0 0 5px #999;
}

.post-gallery .gallery-caption {
	margin-left:0;
}

#attachment-nav {
	float:right;
	width:460px;
}

.format-image .entry-comments,
.format-gallery .entry-comments,
.format-audio .entry-comments,
.format-video .entry-comments {
	float:left;
	width:460px;
}

#comments {
	padding-top:20px;
}

.format-image #comments,
.format-video #comments {
	border-top:none;
	padding-top:0;
}

#comments-title,
#reply-title {
	text-transform:none;
}

#nav-above {
	margin-bottom:20px;
}

#nav-below {
	padding-bottom:20px;
}

.nav-previous {
	float:left;
	width:50%;
}

.nav-next {
	float:right;
	width:50%;
	text-align:right;
}

ol.commentlist {
	list-style:none;
	margin:0;
	margin-bottom:20px;
}

ol.commentlist ul {
	list-style:none;
	margin:0;
	margin-left:30px;
}

ol.commentlist li {
	margin:0;
}

/*
.comment-body:hover{
	background-color: #ccc;
}
*/

.comment-body,
.pingback p,
.trackback p {
	padding:10px;
	margin-top:10px;
	background:#f1f1f1;
}
.pingback p,
.trackback p {
	margin-bottom:10px;
	font-weight:bold;
}

.comment-author .avatar {
	float:left;
	padding:3px;
	margin-right:15px;
	background:#FFF;
	border:#CCC 1px solid;
}

.comment-author .fn {
	font-style:normal;
}

.comment-meta {
	margin-bottom:10px;
	font-size:12px;
}

.comment-meta a {
	color:#999;
}

.comment-content,
.comment .reply {
	margin-left:40px;
}

.nocomments {
	padding-top:14px;
	border-top:#CCC 1px solid;
}

#respond {
	padding-top:20px;
	margin-top:20px;
	border-top:#CCC 1px solid;
}

.format-image #respond,
.format-galelry #respond,
.format-audio #respond,
.format-video #respond {
	padding-top:0;
	border-top:none;
}

#commentform {
	width:460px;
	padding-left: 3px;
}

#commentform input[type=text] {
	float:right;
	width:370px;
	padding:5px;
	background:#F8F8F8;
	border:#DDD 1px solid;
}

#commentform textarea {
	width:450px;
	padding:5px;
	background:#F8F8F8;
	border:#DDD 1px solid;
	font-family:sans-serif;
	font-size:14px;
}

#commentform input[type=text]:focus,
#commentform textarea:focus {
	background:#FFF;
}

.required {
	color:#FF0000;
}

#commentform input[type=submit] {
	padding:5px 10px;
	background:#252525;
	border:none;
	color:#FFF;
}

#commentform input[type=submit]:focus {
	background:#848484;
}

#sidebar {
	float:right;
	width:220px;
	color:#333;
	line-height:36px;
	margin-top: 15px;
}

.widget {
	margin-bottom:20px;
}

.widget h3 {
	margin-bottom: 10px;
	color:#000;
	font-size: 18px;
}

.widget ul{
	font-size: 13px;
}

#sidebar .widget ul li{
	height: 23px;
	line-height: 23px;
}

.widget ul {
	list-style:none;
	margin:0;
}

.widget ul ul {
	margin-left:15px;
}

.widget ul li {
	margin:0;
	border-bottom:#CCC 1px dotted;
	line-height: 180%;
}

.widget ul ul li {
	border-bottom:none;
}

#footer {
	position:relative;
	width:940px;
	margin:0 auto;
}

#footer-area {
	border-bottom:#CCC 1px solid;
	line-height:36px;
	padding-bottom: 10px;
}

#footer-area h3, #sidebar h3{
	padding-left: 0;
}

#footer-area .widget {
	float:left;
	width:300px;
	margin-left:20px;
}

#footer-area .widget:first-child {
	margin-left:0;
}

.widget_calendar table th,
.widget_calendar table td {
	padding:0 6px;
}

#searchform {
	position:relative;
	width:220px;
	height:30px;
	background:#F9F9F9 url(images/search.png) 3px center no-repeat;
	border:#CCC 1px solid;
}

#searchform input[type=text] {
	position:absolute;
	top:0;
	left:20px;
	width:185px;
	height:12px;
	background:none;
	padding:9px 5px;
	border:none;
	font-family:sans-serif;
	font-size:14px;
}

#searchform input[type=submit] {
	display:none;
}

.nav {
	width:940px;
	height:24px;
	margin:0 auto;
	margin-bottom:50px;
	font-size:16px;
	line-height:24px;
	font-weight: 300;
}

.nav ul {
	position: relative;
	z-index:597;
	float:left;
	top:auto !important;
	bottom:100%;
	list-style:none;
	margin:20px 0;
}

.nav ul li {
	float:left;
	height:34px;
	margin:0;
	margin-right:25px;
	vertical-align:middle;
}

.nav ul li.hover,
.nav ul li:hover {
	position:relative;
	z-index:599;
	cursor:default;
}

.nav ul ul {
	visibility:hidden;
	position:absolute;
	top:100%;
	left:-10px;
	z-index:598;
	min-width:150px;
	margin-bottom:5px;
	background:#FFF;
	border-top:#CCC 1px dotted;
	font-size:18px;
}

.nav ul ul li {
	float:none;
	min-height:34px;
	height:auto !important;
	margin:0;
	padding:0 10px;
	border-bottom:#CCC 1px dotted;
}

.nav ul ul ul {
	bottom:-10px;
	left:99%;
}

.nav ul ul ul {
}

.nav ul li:hover > ul {
	visibility:visible;
}

.nav ul li a {
	display:inline-block;
	padding:5px 0;
	color:#252525;
	text-decoration:none;
}

#access{
	height: 75px;
	background: url(images/radiant.png) repeat-x -30px center;
	padding: 10px 20px 0px 20px;
	position: relative;
}

#link_footer{
	position: absolute;
	top:5px;
	left: 80px;
}

#photoblog_awards{
	position: absolute;
	left: 0;
	top: 5px;
	height: 75px;
	width: 75px;
	display: inline-block;
}

#photoblog_awards img{
	width: 100%;
}

#credit{
	position: absolute;
	right: 5px;
	top: 5px;
	color: #848484;
	font-size: 11px;
}

#primary-nav a{
	color: #555;
}

#primary-nav a:hover{
	color: black;
}

#mosaic{
	margin-left: 0;
	overflow: hidden;
}

.entry-thumbnail{
	display: block;
	float: left;
	position: relative;
	padding: 0 2px;
}


.entry-title-hover{
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 294px;
	min-height: 20px;
	background: url(images/80.png) repeat;
	color: white;
	padding: 5px 0 5px 10px;
	display: none;
}

.entry-thumbnail:hover .entry-title-hover{
	display: block;
}
/***********************************************************************************************
* menu-menu
*/
.menu{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 13px;
	list-style: none;
	margin: 0;
	height: 30px;
	font-weight: 400;
}

#menu-menu-2{
	right: 323px;
	cursor: pointer;
}

.menu li{
	display: inline;
	margin: 0;
	padding: 0 15px;
	position: relative;
	color: #848484;
}

/*
.menu .current-menu-ancestor a{
	color: #333;
}
*/

.menu li a, .menu li span{
	color: #848484;
	padding-bottom: 15px;
}

.menu li:hover a, .menu li:hover li a:hover{
	color: #333;
}

.menu li:hover li a{
	color: #848484;
}

.menu li ul li{
	display: block;
	height: 23px;
	line-height: 23px;
	padding-bottom: 0;
}

.menu li ul{
	padding: 5px 0;
	background: url(images/40.png) repeat #fff;
	box-shadow: -1px 1px 2px #888;
	-moz-box-shadow:-1px 1px 2px #888;
	-webkit-box-shadow:-1px 1px 2px #888;
	width: 135px;
	margin: 0;
	display: none;
	position: absolute;
	top: 150%;
	left: 0;	
	z-index: 100;
}

.menu li:hover ul{
	display: block;
}