/*  
Theme Name: Digicamhelp
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: Custom theme created by <a href="http://www.inkkdesign.com/">Katherine Nolan</a> for Digicamhelp.com, based on <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> by Michael Hutagalung
Version: 1.0
Author: Katherine Nolan and Michael Jubel Hutagalung
Author URI: http://www.inkkdesign.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
}
body {
	font: 100% Arial, Helvetica;
	color:#222222;
	background:#cdcdcd url('images/layout/greenbg.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
a {
	text-decoration:none;
	color:#cc0001;
}
a:hover {
	text-decoration:underline;
	color:#cc0001;
}
a img {
	border:0px none;
}
blockquote {
	padding: 10px 10px 0 10px;
}
hr {
	margin-bottom:15px;
}
/* Structure */


#head {
	width:980px;
	margin:0px auto;
	min-height:135px;
	background:#424348  url('images/sprite.jpg') repeat-x;
	overflow:hidden;
	padding:0;
}
#headtop {
	font-size:0.75em;
	height:36px;
}
#logo {
	float:left;
	clear:left;
	width:480px;
	height:60px;
	padding:1px 0 1px 10px;
}
#logo img {
	margin:0;
	padding:0;
	border:0px none;
}
#logo span.site-title {
	text-indent:-9999px;
	height:0px;
	display:block;
}
#head .ad {
	float:right;
	margin:0;
	width:490px;
	text-align:right;
	height:60px;
	padding:1px 0 1px 0;
}
#head .ad img {
	float:none;
	margin:0;
	padding:0;
}
#toptools {
	text-align:right;
	float:right;
	margin:0;
	padding:5px 10px 0 0;
	width:310px;
	overflow:hidden;
}
#toptools image {
	float:left;
}
#toptools a {
	text-decoration:none;
}
#emaillink {
	background:#424348 url('images/sprite.jpg') no-repeat 0 -200px;
	width:75px;
	height:22px;
	text-indent:-999em;
	overflow:hidden;
	float:left;
	direction:ltr;
}
#rss {
	background:#424348 url('images/sprite.jpg') no-repeat 0 -242px;
	width:66px;
	height:22px;
	text-indent:-999em;
	overflow:hidden;
	float:left;
	direction:ltr;
}
/* Search */

#headtop #cse-search-box {
	display:block;
	float:right;
}
#cse-search-box #q {
	width:140px;
	border:none;
	padding:3px;
}
#cse-search-box #searchsubmit {
	padding-left:5px;
	width:14px;
	height:14px;
	background:#424348 url('images/sprite.jpg') no-repeat 0 -281px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}
.wp-caption-text {
	text-align:center;
	font-size:0.9em;
	line-height:normal;
	padding:1px 20px 10px 20px;
	margin:0;
	font-style:italic;
	color:#666;
}
/* Navigation Bars*/

#page-bar ul {
	list-style: none;
	margin:0;
	padding:0;
}
#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	display:block;
	color:#eceded;
}
#page-bar a:hover {
	text-decoration:none;
	display:block;
	color:#cc0001;
}
#under-bar {
	margin:0;
	padding:2px 0 0 0;
	font-size:0.75em;
	clear:both;
	text-transform:none;
	border-bottom:3px solid #cc0001;
}
#under-bar ul {
	list-style: none;
	margin:0;
	padding:0;
}
#under-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
}
#under-bar li:hover {
	text-decoration:none;
}
#under-bar a, #under-bar a:visited {
	margin: 0px;
	padding:10px 8px 10px 8px;
	font-weight:bold;
	display:block;
	color:#F3F3EC;
}
#under-bar a:hover, #under-bar a:active {
	text-decoration:none;
	padding:8px 7px 10px 7px;
	display:block;
	color:#fff;
	background:#000 url('images/layout/greybg.png') repeat-x top right;
	border-top:2px solid #cc0001;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
#page {
	width:980px;
	margin:0px auto;
	padding:0;
	font-size:0.75em;
	background:#fff;
}
/* leaderboard ads */

.leaderboard {
	padding:10px 10px 15px 10px;
	border-bottom:1px solid #e4e9d8;
	background-color:#f3f6ec;
	text-align:center;
}
.ebookad {
	float:left;
	width:200px;
	height:90px;
}
.googlead780centered {
	width:780px;
	margin:0 auto;
}
/* Text*/

h1 {
	color:#333333;
	font:2.25em Arial;
	font-weight:bold;
}
h2 {
	font:1.5em Verdana;
	margin:5px 0 10px 0;
	clear:left;
}
h3 {
	font:1.25em Arial;
	margin-bottom:3px;
	font-weight:bold;
	letter-spacing:0.025em
}
h3 a {
}
h3#respond {
	margin-top:0px;
	padding-top:20px;
}
h3.authors {
	margin-top:15px;
}
h4 {
	font:1.2em Arial;
	margin:0 0 5px 0;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #f0f0f0;
	background-color:#f7f7f7;
	border-top:1px solid #eee;
}
h4 a {
	color:#cc0001;
}
.entry h4 {
	border:0px none;
	background:#fff;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px
}
/* Special and featured blocks */

#top {
	border-bottom:1px solid #e4e9d8;
}
#top h3 {
	text-align:left;
	font:1.2em Verdana;
	font-weight:bold;
}
#homefeatures {
	width:590px;
	padding:10px 0 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
	float:left;
}
#homefeatures img {
	margin:0 10px 5px 0;
	padding:0;
}
#homefeatures a {
	color:#cc0001;
	font-weight:bold;
	font-size:1.1em;
}
#homefeatures a:hover {
	color:#cc0001;
}
#homefeatures div.featureblock {
	padding:5px 5px 0 0;
	clear:left;
	margin-top:5px;
	float:none;
	overflow:auto;
	overflow:visible;
}
#homefeatures div.featureblock p {
	margin:0;
	padding:0;
}
#homeintro {
	width:360px;
	float:right;
	padding:5px 5px 10px 5px;
	text-align:center;
	background:#57575f url('images/layout/greygradv.jpg') repeat-x;
	color:#F3F3EC;
	border-top:1px solid #666;
}
#homeintro a {
	color:#fff;
}
#homeintro h3 {
	padding-left:5px;
}
#homeintro img {
	padding:5px 0;
}
#homeintro img.enlarge {
	float:right;
	padding:0;
	border:0px none;
	;
	margin-left:0;
	margin-right:5px;
	margin-top:0;
	margin-bottom:0
}
#headline {
	width:640px;
	float:left;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
}
#featured {
	width:310px;
	float:right;
	padding:0 5px;
	font-size:1em;
	line-height:1.4em;
}
#featured img, #sidebar div.featureblock img {
	margin:0 10px 5px 0;
	padding:0;
}
#featured a, #related a, #sidebar div.featureblock a {
	color:#cc0001;
	font-weight:bold;
	font-size:1.1em;
}
#featured a:hover, #sidebar div.featureblock a:hover {
	color:#cc0001;
}
#featured h3 {
	padding:2px;
}
#featured .featureblock {
	padding:5px 5px 0 0;
	clear:left;
	margin-top:5px;
	float:none;
	border-top:1px solid #c5c8ca;
	overflow:visible;
	min-height:1px;
}
#sidebar div.featureblock {
	padding:5px 5px 15px 0;
	clear:left;
	margin-top:5px;
	float:none;
	border-top:none;
	overflow:visible;
	min-height:1px;
}
#featured .title {
	font-weight:bold;
}
/* Index Page*/
#catblocks {
	float:left;
	width:200px;
	background:#f7f7f7;
}
#catblocks .category {
	width:198px;
	clear:left;
	line-height:1.4em;
}
#catblocks .category h3 {
	padding:3px 10px;
	border-bottom:1px solid #EEF4EC;
	border-top:1px solid #F7F7F2;
	margin-bottom:3px;
	font-size:1em
}
#catblocks .category h3 a {
	color:#333333;
}
#catblocks .category p {
	margin:0;
	padding:0 10px 5px 10px;
}
#catblocks .category a {
	text-decoration:none;
	color:#000;
}
#cat-1 h3 {
	background:#dfdfdf;
}
#cat-2 h3 {
	background:#dfdfdf;
}
#cat-3 h3 {
	background:#dfdfdf;
}
#cat-4 h3 {
	background:#dfdfdf;
}
#cat-5 h3 {
	background:#dfdfdf;
}
#cat-5 {
	margin-bottom:15px;
}
.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
}
#cat-1:hover {
	background:#F3F3EC;
}
#cat-2:hover {
	background:#F3F3EC;
}
#cat-3:hover {
	background:#F3F3EC;
}
#cat-4:hover {
	background:#F3F3EC;
}
#cat-5:hover {
	background:#F3F3EC;
}
#cat-1:hover h3, #cat-3:hover h3, #cat-5:hover h3, #cat-2:hover h3, #cat-4:hover h3 {
	border-bottom:1px solid #fff;
}
#photoquote {
	font-family:Georgia, serif;
	padding:5px 10px 10px 10px;
	font-size:1.1em;
	line-height:1.4em;
	background: #fff url('images/layout/quote-top.png') no-repeat;
}
#testimonials {
	clear:left;
	width:168px;
	font-family:Georgia, serif;
	padding:10px 20px 10px 10px;
	font-size:1em;
	background: #F7F7F7;
	clear:left;
	border-bottom:1px solid #eee;
}
#alink ul {
	list-style-type:none;
}
#alink li {
	list-style-type:none;
	padding-bottom:2px;
	margin-bottom:0;
}
#photoquote p {
	color:#444;
	text-indent: 30px;
	font-style:italic;
	background: url('images/layout/quote-bot.png') bottom right no-repeat;
}
#testimonials p {
	color:#444;
	font-style:italic;
}
#testimonials h3 {
	padding:0 0 5px 0;
	color:#333333;
}
#photoquote span.qaut, #testimonials span.qaut {
	font-weight:bold;
	font-style:normal;
	font-size:0.9em;
	font-family:Ariel, sans-serif;
}
#bottom {
	width: 980px;
	padding-top:10px;
}
#front-ad {
	width:160px;
	float:left;
	background:#E4E9D8;
}
#blocks {
	width:200px;
	float:left;
	background:#E4E9D8;
}
#archive {
	padding:0;
	font-size:1.05em;
	line-height:1.75em;
	clear:left;
	background:#fff;
	min-height:700px;
	height:auto !important;
	height:700px;
}
#front-list {
	width:660px;
	padding:0;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
}
#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	margin-bottom:10px;
}
#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
}
#front-list .spoildate {
	text-align:right;
	color:#666;
	font-size:0.9em;
}
#front-list .spoildate a {
	color:#074b90
}
#front-list .readmore {
	text-align:right;
	margin-top:5px;
}
#front-list .readmore a {
	color:#074b90;
	padding:2px 10px;
	font-size:90%;
	font-weight:bold;
}
#front-list .readmore a:hover {
	color:#444;
	text-decoration:none;
}
#front-list p, #archive p {
	margin:0px;
	padding:0px;
}
#front-content {
	width:418px;
	float:right;
	background:#fff;
	padding:0 20px 10px 20px;
	margin-left:1px;
}
#adsbetween {
	padding:10px;
	clear:both;
}
/*category pages*/
#catdesc, #posttags, #related {
	margin:10px 0;
}
#posttags, #related {
	margin:10px;
	padding:10px;
	background:#F7F7F2;
	border:1px solid #EEF4EC
}
#catdescchild {
	margin:10px 0 0 0;
	line-height:1.4em
}
#catdesc p, #catdescchild p {
	padding-bottom:5px;
}
h3.related {
	padding:5px;
	background:#e4e9d8;
	border:1px solid #ced7b6;
}
.entry .squaread {
	float:left;
	margin:5px 20px 5px 0;
	width:320px;
	padding:0;
}
.entry .buttonad {
	float:left;
	margin:5px 20px 5px 0;
	width:125px;
	padding:0;
}
.widead {
	text-align:left;
	padding:5px;
	border-bottom:1px solid #EEF4EC;
	margin:5px 10px;
}
.inside {
	border-top:1px solid #EEF4EC;
	margin-top:10px;
	text-align:left;
}
#related {
	font-size:0.9em
}
/* Content Pages*/

#content {
	width:640px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	margin-left:10px;
	margin-top:15px;
}
.bread {
	padding:10px;
	font-size:1em;
	background-color:#f3f6ec;
}
#top .bread {
	padding:0 10px 10px 0;
	font-size:1em
}
.bread, .bread a {
	text-transform:capitalize;
}
.bread strong {
	font-weight:bold;
}
.bread a {
	color:#074b90;
}
h2.posthead {
	margin:0;
	clear:left;
	border-bottom:0px none;
	background:#c5c8ca;
	padding:5px 10px;
	border-bottom:1px solid #fff;
}
#imagebrowse {
	width:350px;
	text-align:center;
	margin:0 auto;
}
#stats {
	color:#666;
	background:#f3f6ec;
	padding:0 10px 2px 10px;
}
.post {
	font-size:1.1em;
	line-height:1.6em;
	background:#fff;
	padding:5px 10px 10px 10px;
}
.post p {
	margin: 10px 0;
}
.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
}
.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
}
.post ul li, #front-list ul li {
	list-style:square;
	margin-left:30px;
	padding-bottom:6px;
}
.post ol li, #front-list ol li {
	list-style:decimal;
	margin-left:30px;
}
.post ol li ul li, #front-list ol li ul li {
	list-style:square;
	margin-left:20px;
}
.post .contentad {
	float:right;
	margin:0 0 0 12px;
	padding:0 0 5px 5px;
	width:205px;
	border-left:1px solid #E4E9D8;
	border-bottom:1px solid #E4E9D8;
}
.post .contentad img {
	float:none;
	margin:0;
	padding:0;
	border:0px none;
}
.post dt {
	font-weight: bold;
	margin-top: 0.5em;
	font-size:1.1em
}
.post dd {
	margin-left: 12px;
	margin-bottom: 0.5em;
}
.post .abbreviations dt {
	float: left;
	clear:both;
	padding-right: 0.5em;
	font-weight: bold;
}
.post .abbreviations dd {
	margin: 0.5em 0;
}
.post h3 {
	color:#444;
}
.entry {
	margin:10px 0;
	padding-bottom:10px;
}
.catblock {
	padding:5px 0;
	overflow:none;
	clear:both;
	margin:10px 10px;
	line-height:1.4em;
}
.foibleblock {
	border-bottom:1px dotted #ccc;
}
.catblock img {
	float:left;
	margin: 1px 0 10px 0;
	padding:5px 20px 2px 0;
	background:#fff;
}
.catmeta {
	font-size:0.9em;
	text-align:right;
	margin-top:5px;
}
.catmeta a {
	color:#074b90;
}
.catblock h2 {
	clear:none;
	font:1.2em Arial;
	margin:0 0 5px 0;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #f0f0f0;
	background-color:#f7f7f7;
	border-top:1px solid #eee;
}
.catblock h2 a {
	color:#cc0001;
}
.catblock h2 a:hover {
	color:#074b90;
	text-decoration:none;
}
.entry table {
	border-left:1px solid #ccc;
	border-collapse:collapse;
}
.entry table td {
	padding:3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:150%;
	vertical-align:top;
}
.entry table th {
	background-color:#656565;
	color:#fff;
	padding:3px;
	margin:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.entry table tr.odd {
	background:#f5f5f7;
}
.post a {
	text-decoration:underline;
	color:#11668D;
}
.post a:hover {
	text-decoration:none;
}
/* images and floats */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright, .right {
	float: right;
}
.alignleft, .left {
	float: left;
}
.aligncenter {
	text-align:center;
	margin:auto;
}
#tools {
	font-size:0.95em;
}
#tools #toolsad {
	float:left;
	width:300px;
	height:250px;
}
#tools #toolsoc {
	float:right;
	width:260px;
	height:260px;
	padding-left:10px;
	border-left:1px solid #ccc;
	line-height:150%;
}
#tools ul {
	list-style-type:none;
	width:260px;
}
#tools ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#tools img {
	padding:2px;
	border:1px solid #ccc;
	margin:0 5px 2px 0;
}
#sociable {
	width:260px;
}
#toolsoc .sociable img {
	padding: 0!important;
}
#googleplusone {
	margin-bottom:20px;
}
/* Sidebar*/
#sidebar {
	width:310px;
	float:right;
	padding:15px 0 10px 0;
}
#sidebar-top, #sidebar-middle, #sidebar-bottom, #sidebar-ads, #sidebar-quote, #tagcloud, .widget {
	padding:0;
	margin:0 5px 10px 0;
}
#sidebar-bottom {
	padding:10px 0;
	border-top:1px solid #c5c8ca;
}
#sidebar-ads {
	padding:20px 0;
}
#sidebar-quote {
	background-color:#F7f7f2;
	padding:10px;
	line-height:1.5em;
	font-size:1.1em;
}
#sidebar-quote span.qaut {
	display:none;
}
#sidebar h3.qtips {
	background-image:none;
	margin:0 5px 0 0;
	padding:5px;
	background:#dfdfdf;
	color:#000;
	clear:both;
}
#sidebar li {
	list-style:none;
	border-bottom:1px dotted #c5c8ca;
	display:block;
	padding:3px 0px;
}
#sidebar li ul li:last-child {
	list-style:none;
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #c5c8ca;
}
#sidebar-top h3, .widget h3 {
	padding:7px 5px;
	color:#fff;
	background:url('images/layout/greybg.jpg') center center repeat-x;
}
#sidebar-top li {
	font-size:1.2em;
}
#sidebar #alinks li {
	font-size:1.2em;
}
#sidebar-top a:hover {
	text-decoration:none;
}
#sidebar li ul li:last-child {
	background-image:url('none');
	border:0px none;
	padding-bottom:5px
}
#sidebar-top ul.children {
	display: none;
}
#sidebar-top li.current-cat ul.children {
	display: block;
	padding-left:10px;
	background:#fff;
}
#sidebar-top li.current-cat a {
	font-weight:bold;
}
#sidebar-top li.current-cat-parent a {
	font-weight:bold;
}
#sidebar-top li.current-cat {
	background:#f5f5f5;
}
#sidebar-top li.current-cat-parent {
	background:#e4e9d8;
	padding:1px 0 0 0;
	line-height:2em;
}
#sidebar-top li.current-cat-parent a {
	margin-left:5px;
	color:#074b90;
}
#sidebar-top li.current-cat-parent ul li a {
	font-weight:normal;
}
#sidebar-top li.current-cat-parent ul.children {
	display: block;
	padding-left:10px;
	background:#fff;
}
#sidebar-top li.current-cat-parent ul.children li {
	font-size:0.9em;
	background:#fff;
	line-height:normal;
}
#sidebar-top li.current-cat ul.children a {
	font-weight:normal;
}
#sidebar-top li.current-cat ul.children li {
	border:0px none;
	list-style-type:circle;
	font-size:0.9em
}
#sidebar-top li.current-cat-parent ul li.current-cat a {
	font-weight:bold;
	background:#fff;
	color:#074b90;
}
#sidebar-top li.current-cat-parent ul li a {
	color:#177CAB;
}
#sidebar-top li.current-cat-parent ul li a:hover {
	color:#074b90;
}
#sidebar-top a.artnav {
	font-weight:normal;
}
#sidebar-ads {
	width:300px;
	padding:10px 0;
}
#sidebar li a.artnav.current {
	font-weight:bold;
}
#sidebar-top ul#childcats {
	margin-left:20px;
}
#sidebar-top ul#childcats li {
	font-size:12px;
	list-style-type:square;
	list-style-position:outside;
}
#sidebar-top ul#childcats li a {
	color:#75776E;
}
#sidebar-top ul#childcats li a:hover {
	color:#177CAB;
}
.amazon {
	border:1px solid #ddd;
	text-align:center;
	padding:15px;
	background:#fff;
	margin-bottom:10px;
	font-size:0.9em;
}
.amazon img {
	display:block;
	margin:5px auto;
}
#catdescchild .amazon {
	float:right;
	width:200px;
	margin-left:15px;
	padding:5px;
}
#blocks .amazon {
	border-right:0px none;
	border-left:0px none;
	line-height:normal;
	min-height:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px
}
.leftfree {
	padding:10px;
	line-height:130%;
}
.leftfree img.alignleft {
	padding: 2px;
	margin: 0 2px 0 0;
	display: inline;
}
.rightfree p {
	margin:0;
	padding:5px;
}
.rightfree p.imgad {
	margin:0;
	padding:0;
	text-align:center;
}
.rightfree {
	padding:0;
	margin:5px 5px 5px 0;
	background:#fff;
	line-height:150%;
	font-size:1.1em;
	overflow:visible;
	clear:left;
}
.rightfree h3 {
	padding:3px 5px;
	background-color:#dfdfdf;
	color:#333333;
}

#sidebar-top, #sidebar-middle, #sidebar-bottom, #tagcloud, #sidebar-ads, #sidebar-quote {
    padding:0;
    margin:0 5px 10px 0;
}

#tagcloud {
    line-height:1.75em;
}
#tagcloud a {
    color:#a8a9a6;
}

#sidebar #tagcloud h3 {
    background-image:none;
    border-left:1px solid #F3F3EC;
    border-right:1px solid #F3F3EC;
    border-top:1px solid #F3F3EC;
    clear:left;
    padding:5px;
    border-bottom:0px none;
    background:#dfdfdf;
    color:#54555a;
    margin-bottom:10px;
}
/* Form Elements */

select {
	border:1px solid #333333;
}
.field {
	padding: 2px;
	border:1px solid #333333;
	font-size:1.0em;
}
#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
}
#searchsubmit {
	padding-left:5px;
}
#altsubmit {
	padding:2px 5px;
	background:#c24d1c;
	border:1px solid #333333;
	margin-left:12px;
	color:#fff;
	font-weight:bold;
}
#commentform input {
	width: 150px;
	margin: 3px 5px 3px 0;
	background-color:#fff;
	border:1px solid #ccc;
}
#commentform p.author {
	float:left;
	margin-right:15px;
}
#commentform p.email {
	float:left;
}
#commentform p.url {
	clear:both;
}
#commentform textarea {
	width:600px;
	margin-top:1px;
	background-color:#fff;
	border:1px solid #ccc;
}
#commentform input.searchbutton {
	border:1px solid #000;
	background:#333333;
	color:#fff;
	font-weight:bold;
	padding:2px;
	float:left;
	margin-top:5px;
}
#newsearch form {
	display:inline;
}
#newsearch {
	margin:10px;
	padding:10px;
	background:#666;
	color:#fff;
}
#commentform .subscribe-to-comments {
	float:right;
	margin-top:5px;
}
/* Comments*/
#comments {
	background:#F7F7F2;
	padding:10px 15px 15px 15px;
	margin:10px 0;
	border:1px solid #ced7b6;
}
#comments h3 {
	border:0px none;
	padding:0;
	margin:0
}
#comments h3.related {
	margin-bottom:10px;
	padding:5px;
}
#comments a.addlink {
	font-size:0.8em;
	font-weight:normal;
}
#forminfo {
	float:right;
	width:200px;
	margin:0;
	padding:10px;
	border:1px solid #ced7b6;
	background:#F3F3EC;
}
#forminfo p {
	margin-bottom:10px;
}
.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	border-bottom:1px solid #e4e9d8;
	color:#555;
	font-size:0.95em
}
.commentlist blockquote {
}
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
}
.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
}
.commenttext {
	padding: 0 10px 0px 10px;
	width:520px;
	float:right
}
li.my_comment {
	border:none;
}
li.my_comment cite strong {
}
#commentform small {
	font-weight:bold;
	padding:0;
}
.commentmetadata {
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
}
.commentmetadata a, .commentmetadata a:visited {
}
.commentlist small {
}
.avatar {
	margin:5px 10px 0px 0px;
	float:left;
	padding:3px;
	width:48px;
	height:48px;
	border:1px solid #ced7b6
}
/* Footer*/
#outerfoot {
	background:#e1e1e1;
	overflow:auto;
	padding:25px 0 0 0;
	margin:0;
}
#front-popular {
	font-size:0.7em;
	width: 980px;
	margin: 0 auto;
	overflow:auto;
	background:#e1e1e1 url('images/layout/footupper.png') no-repeat bottom right;
}
#footerleft, #footermiddle {
	float:left;
	margin-bottom:25px;
	background:transparent;
}
#footerleft {
	width:200px;
	padding:10px 10px 10px 15px;
}
#footermiddle {
	width:436px;
	padding:10px 0;
}
#footerright {
	width:300px;
	float:right;
	padding:10px 0;
}
#footerleft ul, #footermiddle ul, #footerright ul {
	margin-top:5px;
}
#footerleft ul li, #footermiddle ul li, #footerright ul li {
	list-style:none;
	padding:3px 0;
}
#footer {
	background:#F3F3EC;
}
#footer .inner {
	margin: 0 auto;
	width: 980px;
	font-size:0.6em;
	padding:10px 0 40px 0;
	background:#F3F3EC url('images/sprite.jpg') no-repeat right -413px;
}
input.togglebutton {
	color: #fff;
	background: #074b90;
	font-size: 1em;
	font-weight:normal;
	padding:1px 10px 2px 10px;
	border: solid 1px #999;
}
#footer ul {
	list-style: none;
	margin:0;
	padding:0;
}
#footer li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #999;
}
#footer ul ul {
	display:inline;
}
p.foiblebutton {
	text-align:right;
}
div.foibleanswer {
	padding:10px 0;
	float:right;
	width:350px;
}
.foibleanswer p {
	padding-bottom:5px;
}
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}
*+html .clearfloat {
	height:1%;
}
.clearfloat {
	display:block;
}
/*--------------------------------------------------
	Home page Sidebar
--------------------------------------------------*/

.amazonwidget {
	padding-left:30px;
	background-color:#fff;
}
.tabber {
	margin-top:0;
	margin-right:5px;
	padding-top:1px;
	font-size:1.05em;
}
ul.tabbernav {
	margin:0;
	border:0px none;
	;
	padding-left:0;
	padding-right:0;
	padding-top:3px;
	padding-bottom:3px
}
#sidebar ul.tabbernav li {
	margin-top:1px;
	display: block;
	float:left;
	border:0px none;
	;
	list-style-type:none;
	margin-left:0;
	margin-right:0;
	margin-bottom:0
}
ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #eee;
	text-decoration: none;
}
ul.tabbernav li a:link {
	color: #000;
}
ul.tabbernav li a:visited {
	color: #000;
}
ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color:#000;
	font-weight:bold;
}
div.tabbertab {
	background:#fff;
	clear:left;
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:2px 10px 10px 10px;
	min-height:1px;
	overflow:auto;
}
div.tabbertab h2 {
	text-indent:-9999px;
	background:url('images/blog.jpg');
	height:64px;
}
/* Post Tab Plug-ins */



  .postTabs_divs {
	padding: 4px;
}
.postTabs_titles {
	display:none;
}
ul.postTabs {
	margin:0px 0px 1em !important;
	padding: 0.2em 1em 0.2em 20px !important;
	border-bottom: 1px solid #666 !important;
	font-size: 12px;
	list-style-type: none !important;
	line-height:normal;
	text-align: left;
	display: block !important;
	background: none;
}
ul.postTabs li {
	display: inline !important;
	font-size: 12px;
	line-height:normal;
	background: none;
	padding: 0px;
	margin: 0px;
}
ul.postTabs li:before {
	content: none;
}
ul.postTabs li a {
	text-decoration: none;
	background: #e4e9d8;
	border: 1px solid #666 !important;
	padding: 0.2em 0.4em !important;
	color: #333333 !important;
	outline:none;
	cursor: pointer;
}
ul.postTabs li.postTabs_curr a {
	border-bottom: 1px solid #000 !important;
	background: #000;
	color: #fff !important;
	text-decoration: none;
}
ul.postTabs li a:hover {
	color: #fff !important;
	background: #57575f;
	text-decoration: none;
}
.postTabsNavigation {
	display: block !important;
	overflow:hidden;
}
.postTabs_nav_next {
	float:right;
}
.postTabs_nav_prev {
	float:left;
}
img#wpstats {   /* hide WordPress Stats smiley */
	width:0px;
	height:0px;
	overflow:hidden
}
.home .facebooklike {
	height:40px;
}
/* Specific Page Styling Using Dynamic Body Classes */

.page-template-page-widebreadcrumbs-php .bread {
	padding:15px 12px 15px 12px;
}
.page-template-page-widebreadcrumbs-php #sidebar h3 {
	height:20px;
}
.page-template-page-widebreadcrumbs-php #sidebar li {
	border:none;
}
.page-template-page-widebreadcrumbs-php #sidebar li ul li:last-child {
	border:none;
}
.slug-digital-photography-ebooks a.itemref {
	text-decoration:none;
}
.slug-gallery #sidebar-top ul li {
	font-weight:bold;
}
.slug-gallery #sidebar-top ul ul {
	margin-left:10px;
}
.slug-gallery #sidebar-top ul ul li {
	font-size:1em;
	font-weight:normal;
}
.slug-gallery h4 a {
	text-decoration:none;
}
.slug-gallery h4 a:hover {
	text-decoration:underline;
}
/* Plugin Overrrides */

.ngg-imagebrowser-nav a {
	text-decoration:none;
}
.clear {
	clear:both;
}
/* Pagenavi */

.wp-pagenavi {
	margin:10px;
	text-align:right;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color:#cc0001;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	color: #000;
	background-color: #eee;
}
.wp-pagenavi a:active {
	color: #fff;
	background-color: #fff;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #303030;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #000;
	background:#f6f6f6;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #303030;
	color: #303030;
	background-color: #FFFFFF;
}
 @media print {
/* HTML Elements */
* {
	margin:0;
	padding:0;
}
body {
	font: 100% "Times New Roman", sans-serif;
	background:#fff;
	color:#000;
}
a {
	text-decoration:none;
	color:#000;
}
a img {
	border:0;
}
blockquote {
	padding: 10px 10px 0 10px;
}
/* Structure */


#head {
	display:none;
}
/* Navigation Bars*/

#page-bar {
	display:none;
}
#under-bar {
	display:none
}
#page {
	width:90%;
	margin:auto;
	padding:0;
	font-size:0.7em;
	background:#fff;
}
/* Text*/



h4 a {
	color:#000;
}
/* Content Pages*/

#content {
	width:100%;
	font-family:"Times New Roman", sans-serif;
	line-height:18pt;
	font-size:12pt
}
h2, h3, h4 {
	padding:20pt 0 15pt 0;
}
#stats {
	margin-bottom:12pt
}
span.commtop, span.adminedit {
	display:none;
}
#content ul {
	margin-left:20px;
	padding-left:20px;
}
#content img {
	float:left;
	margin:0 20px 20px 0;
}
.bread {
	display:none;
}
#related {
	display:none;
}
.ngg-imagebrowser, .slideshow {
	display:none;
}
ngg-galleryoverview {
	display:normal;
	visibility:visible;
}
.post .contentad {
	display:none;
}
/* images and floats */


#tools {
	display:none;
}
/* Sidebar*/
#sidebar {
	display:none;
}
/* Form Elements */

#commentform {
	display:none;
}
#newsearch {
	display:none;
}
/* Comments*/
#comments {
	display:none;
}
/* Footer*/
#outerfoot {
	display:none;
}
#footer {
	clear:both;
	margin: 20pt auto;
	width: 90%;
	font-size:10pt;
	padding:10px 0 40px 0;
	background:#fff;
	border-top:1px solid #000;
	font-family:"Times New Roman", sans-serif;
}
#footer ul {
	display:none;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:normal;
}
ul.postTabs {
	display:none;
	visibility:hidden;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	display:normal;
}
.tabberlive {
	margin-top:0;
	margin-right:5px;
	padding-top:1px;
	font-size:1.05em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border:0;
}
ul.postTabs {
	display:none;
}
}
