﻿/*
Theme Name: photomaru
Author: Mark Reichert
Version: 1.0
Tags: photomaru
*/

a
{
	color: #F2F2F2;
}

a:visited
{
	color: #E5E5E5;
}

a:hover
{
	color: lime;
}

a > img
{
	border: 0;
}

blockquote
{
	font-style: italic;
	font-Family: Georgia, "Times New Roman", Times, serif;
}

html, body
{
	background-color: #111111;
	color: #F2F2F2;
	font-family: Tahoma, Geneva, sans-serif;
}

html
{
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	padding-bottom: 71px;
	height: 100%;
}

h1, h2, h3, h4, h5, h6
{
	font-Family: Georgia, "Times New Roman", Times, serif;
}

#top_wrapper
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color: #111111;
	font-Family: Georgia, "Times New Roman", Times, serif;
	border-style: solid;
	border-color: #444444;
	border-width: 0px 0px 1px 0px;
	padding-left: 5px;
	padding-right: 4px;
}

#top_title
{
	color: #F2F2F2;
	font-size: 30px;
	font-variant: small-caps;
	float: left;
	font-Family: “Georgia”, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 30px;
}

#access_wrapper
{
	float: right;
	text-align: right;
}

#wrapper
{
	margin: 39px 5px 1px 5px;
	border-style: solid;
	border-color: #888888;
	border-width: 7px 1px 1px 1px;
	height: 100%;
}

#header
{
	border-style: solid;
	border-color: #888888;
	border-width: 0px 0px 1px 0px;
}

#branding #logo img
{
	width: 100%;
	height: auto;
}

#branding
{
	border-style: solid;
	border-color: #888888;
	border-width: 1px 0px 0px 0px;
}

#page_title
{
	color: #F2F2F2;
	font-size: 2.5em;
	font-weight: bold;
	font-variant: small-caps;
	padding: .2em;
	font-Family: “Georgia”, "Times New Roman", Times, serif;
}

#mainbar
{
	float: left;
	width: 66%;
	height: 100%;
	border-style: solid;
	border-color: #888888;
	border-width: 0px 1px 0px 0px;
}

#sidebar
{
	float: right;
	width: 34%;
	height: 100%;
	border-style: solid;
	border-color: #888888;
	border-width: 0px 0px 0px 1px;
	margin-left: -2px;
}

#main
{
	padding: 20px 0px 20px 0px;
}

body.tag-shop-print #content,
body.tag-shop-folio #content
{
	text-align: center;
	padding-right: 1em;
}

body.tag-shop-print #content .post,
body.tag-shop-folio #content .post
{
	margin-bottom: 10px;
}

#primary, 
#secondary
{
	overflow: hidden;
}

#secondary
{
	clear: right;
}

#footer
{
	clear: both;
	width: 100%;
}

#bottom_wrapper
{
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 2px;
	margin-bottom: 19px;
	width: 100%;
	height: 48px;
	background-color: #111111;
	border-style: solid;
	border-color: #444444;
	border-width: 1px 0px 0px 0px;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFFFFF), color-stop(100%,#000000));
	background: -o-linear-gradient(left, #FFFFFF 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=1 );
	z-index: 2147483644;
}

#social_media
{
	position: fixed;
	width: 50%;
	height: 70px;
	right: 0;
	bottom: 0;
	margin-bottom: 12px;
	z-index: 2147483645;
	text-align: right;
}

#navigation
{
	position: absolute;
	left: 0;
	text-align: center;
	font-Family: Georgia, "Times New Roman", Times, serif;
	margin-top: -6px;
	z-index: 2147483647;
}

#navigation .widget-container
{
	border: 0;
}

#navigation #navplugin
{
	font-size: 10pt;
}

#navigation .nav-next,
#navigation .nav-previous
{
	display: inline;
}

#navigation .nav-next a,
#navigation .nav-previous a
{
	color: black;
	font-size: 18px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}

#navigation .nav-next a:hover,
#navigation .nav-previous a:hover
{
	text-decoration: underline;
}


#navigation .meta-nav
{
	font-weight: bold;
	font-size: 24px;
}

#navigation ul
{
	margin-top: .5em;
}

#colophon
{
	font-size: 11px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 19px;
	text-align: center;
	padding-top: 2px;
	background-color: black;
/*
	background-image: url(images/mr.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
*/
}

#search_wrapper
{
	position: absolute;
	left: 50%;
	margin-left: -75px;
	margin-top: 5px;
}

.searchform input[type=text]
{
	background-color: lime;
	width: 150px;
}

/* Posts */

.post,
.page
{
	text-align: justify;
	font-Family: Georgia, "Times New Roman", Times, serif;
}

.post, .page .entry-content
{
	line-height: 1.4em;
}

.entry-summary
{
	border-style: solid;
	border-color: #888888;
	border-width: 0px 0px 1px 0px;
	padding: 0px 1em 0px 1em;
}

.entry-summary > p
{
	margin-top: 0px;
}

.entry-title
{
	font-size: 2.5em;
	font-variant: small-caps;
	padding: 0px .2em 0px .2em;
	text-align: left;
	line-height: normal;
}

.entry-title a,
{
	text-decoration: underline;
	color: #111111;
	line-height: normal;
}

.entry-date, .entry-date-2
{
	font-size: .7em;
	font-variant: small-caps;
	color: #D2D2D2;
}

.the_categories
{
	font-size: .7em;
	font-variant: small-caps;
}

.the_categories a
{
	padding: .3em;
	text-decoration: none;
	background-color: #333333;
	color: #D2D2D2;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.the_categories a:hover
{
	border-color: lime;
}

.entry-date-2
{ 
	text-align: center; 
	width: 72px; 
	height: 100%;
	font-Family: Georgia, "Times New Roman", Times, serif;
	float: left;
	display: none;
} 

.entry-date-2 .month
{ 
	font-size: 12px; 
	display: block;
} 

.entry-date-2 .day
{ 
	font-size: 26px; 
	position: relative; 
	top: -5px; 
	display: block;
	margin-bottom: 1px;
} 

.entry-date-2 .year
{ 
	font-size: 12px; 
	position: relative; 
	top: -10px; 
	display: block;
} 

.entry-summary
{
	font-size: 1.2em;
	font-Family: Georgia, "Times New Roman", Times, serif;
}

body.single .entry-summary
{
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
	font-style: italic;
	padding: 0px 1em 0px 1em;
}

.entry-content,
.entry-utility
{
	padding: 0px 1em 0px 1em;
}

.entry-summary .entry-content
{
	padding: 0px 0em 0px 0em;
}

.entry-badge
{
	border-style: solid;
	border-color: #888888;
	border-width: 0px 0px 1px 0px;
	display: block;
	padding: 1em;
}

.photomaru-badge
{
	margin-left: .5em;
	margin-right: .5em;
	margin-bottom: 1em;
	box-shadow: 10px 10px 10px #080808;
	-webkit-box-shadow: 10px 10px 10px #080808;
	-moz-box-shadow: 10px 10px 10px #080808;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.entry-badge .photomaru-badge
{
	float: right;
	margin-left: 1em;
	margin-right: 0em;
}

.entry-badge .entry-summary
{
	display: inline;
	border: 0;
}

.gallery-image img
{
	width: 100%;
	height: auto;
}

.gallery-thumb img
{
}

.thumbnails
{
	/*overflow: scroll;*/
	text-align: left;
}

.thumbnails .gallery-thumb
{
	display: inline-block;
	cursor: pointer;
}

.social-media-links
{
	border-style: solid;
	border-color: #888888;
	border-width: 1px 0px 1px 0px;
	padding: 2px 1em 0px 1em;
}

.navigation
{
	padding: 0px 1em 0px 1em;
}

#nav-above
{
	display: none;
}

#mainbar #nav-below
{
	display: none;
}

#template-categories
{
	padding: 0px 1em 0px 1em;
}

.photomaru-badge-title
{
	width: auto;
	text-align: right;
	padding: 3px 3px 3px 3px; 
	font-Family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

.photomaru-badge-title a
{
	font-Family: Georgia, "Times New Roman", Times, serif;
	color: white;
	text-decoration: none;
	z-index: 101;
}

/* Navigation menu */

#access
{
	display: block;
	margin: 0px 13px 0px 0px;
	float: right;
}

#access .menu-header,
div.menu
{
	font-size: 13px;
}

#access .menu-header ul,
div.menu ul
{
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li
{
	float: left;
	position: relative;
}

#access .menu-header > ul > li
{
	font-weight: bold;
	font-size: 1.1em;
}

#access .menu-header ul.sub-menu li
{
	font-weight: normal;
	font-size: 1em;
}

#access a
{
	color: #F2F2F2;
	display: block;
	margin: 0 .5em;
	line-height: 38px;
	text-decoration: none;
}

#access ul ul
{
	box-shadow: 0px 3px 3px rgba(0,255,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,255,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,255,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
	float: right;
	z-index: 99999;
	background-color: #111111;
}

#access ul ul li
{
	/*min-width: 180px;*/
	min-width: 100px;
}

#access ul ul ul
{
	left: 100%;
	top: 0;
}

#access ul ul a
{
	line-height: 1em;
	padding: 5px;
	/*width: 160px;*/
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a
{
	color: lime;
}

#access ul li:hover > ul
{
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a
{
	color: lime;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover
{
	text-decoration: underline;
}


/* Widgets */

.widget-container
{
	border-style: solid;
	border-color: #888888;
	border-width: 1px 0px 0px 0px;
}

.widget-area ul
{
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul
{
	list-style: square;
	margin-left: 1.3em;
}

ul.xoxo
{
	-webkit-padding-start: 0px;
	padding: 0px;
}

.widget_tag_cloud .widget-title
{
	display: none;
}

.widget_tag_cloud
{
	background-color: #F2F2F2;
	color: #111111;
	font-Family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	text-align: justify;
}

#tag_cloud-3
{
	background-color: #C2C2C2;
}

.widget_tag_cloud a
{
	text-decoration: none;
	color: #111111;
}

.widget_tag_cloud a:hover
{
	text-decoration: underline;
	color: #111111;
}

#navplugin
{
	padding: 3px;
}

#navplugin .widget-title
{
	display: none;
}


/* Tags */

body.tag-shop-print .tag-shop-print,
body.tag-shop-folio .tag-shop-folio
{
	display: inline-block;
}

body.tag-shop-print .entry-badge,
body.tag-shop-folio .entry-badge
{
	border: 0;
}

body.tag-shop-print .post,
body.tag-shop-print .entry-badge,
body.tag-shop-folio .post,
body.tag-shop-folio .entry-badge
{
	margin: 0;
	padding: 0;
}


body.tag-shop-print .photomaru-badge,
body.tag-shop-folio .photomaru-badge
{
	padding: 0;
}

body.tag-shop-print .post,
body.tag-shop-folio .post

{
	padding-left: 5px;
}

#purchase_counter
{
	border-style: solid;
	border-color: #888888;
	border-width: 1px 0px 1px 0px;
	padding: 1em;
}

.widget_tag_cloud .tag-link-17,
.widget_tag_cloud .tag-link-19
{
	display: none;
}

#sidebar .widget-title
{
	font-size: smaller;
	font-variant: small-caps;
	text-align: center;
}

.widget_photomaru_products
{
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#222222));
	background: -moz-linear-gradient(top, #111111 0%, #222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=0 );
	background: -o-linear-gradient(top, #111111 0%,#222222 100%);
}

.widget_photomaru_products .widget-title
{
	line-height: 32px;
}

.widget_photomaru_products .widget-title img
{
	vertical-align: middle;
	height: 32px;
	width: auto;
}

#sidebar-icons
{
	text-align: right;
	padding-left: 1em;
	padding-right: 1em;
	height: 32px;
	line-height: 32px;
}

#sidebar-icons a,
#sidebar-icons div
{
	vertical-align: middle;
}

#sidebar-icons div
{
	display: inline;
}

.price-column
{
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#post-417 .photomaru-badge
{
	display: none;
}

.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6
{
	text-align: left;
	line-height: normal;
}

#facebook_logo
{
	width: 70px;
	height: 70px;
}

#signature
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2147483646;
	margin-bottom: 61px;
}

#mr_signature
{
	position: absolute;
	left: 50%;
	margin-left: -42px;
}

#facebook_menu
{
	width: 0px;
	height: 0px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 84px;
	z-index: 2147483644;
	text-align: left;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #CCC;
}

#facebook_menu ul
{
	list-style: none;
	margin: 0;
}

#share_buttons
{
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 142px;
	margin-bottom: 31px;
}
