/*
Theme Name: LS Photography by Leanne Scherp Default Theme
Theme URI: http://www.alternamedia.ca/
Description: WordPress theme for lsphotography.ca
Version: 1.0
Author: Marcus Wernicke
Author URI: http://www.alternamedia.ca
Tags: black, silver
*/

html, body {
	margin:0;
	padding:0;
}
body{
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 13px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}

#subheader {
	
	background:#000 url(images/head_none.jpg) no-repeat;
	height:197px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #ccc;
}

#header p, #header li {
	line-height: 1.8em;
}


img
{  border-style: none;
}

a img { border:0 }

/* navi */

#nav .current a
{
	color:#d2302a;
}

#nav .current_page_item a, 
#nav .current_page_parent a
{
	color:#d2302a;
}



#nav2 .current a
{
	color:#d2302a;
}

#nav2 .current_page_item a, 
#nav2 .current_page_parent a
{
	color:#d2302a;
}




/* sidebar */

#sidebar li.current_page_item a
{
	color:#d2302a;
}

#sidebar li.current_page_item ul a
{
	color:#fff;
}


a.current:hover
{
	color:#fff;
}

a:hover
{
	/*
	color: #d2302a;
	*/
	text-decoration:underline;
}

a.active
{
	color: #d2302a;
}

a.topnavlink:hover
{
	text-decoration:none;
}

#wrap {
	background:#000;
	margin:0 auto;
	width:980px;
}


#main  {
	background:#000;
	background-image:url(images/part.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:720px;
}

#content, #main
{
	width: 720px;
}


.entry
{
	width: 680px;
}

.entry a
{
	font-size:12px;
}

#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	background:#000;
	float:right;
	width:260px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}



/**/

#sidebar h2
{
	font-size: 15px;
}

#sidebar ul li a
{
	font-size: 13px;
}



table#comparison
{
	width:650px;
	background:#111111 url(images/tbg.png) repeat-x;
	border:1px solid #666;
}

table#comparison td
{
	color:#fff;
	font-family:Verdana,Arial,Helvetica;
	font-size:13px;
	padding:5px;
}

table#comparison td.item
{
	font-family:Verdana,Arial,Helvetica;
	font-weight:bold;
	font-size:13px;
	width:45%;
	border-top:1px solid #666;
	border-right:1px solid#666;
}

table#comparison td.ticks
{
	border-top:1px solid #666;
	background:#333 url(images/tdbg.png);
	text-align:center;
	width:18.33%;
	margin:0px;
}

table#comparison td.tickstotal
{
	width:18.33%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #666;
}

table#comparison td.package
{
	font-family:Verdana,Arial,Helvetica;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background-color:#000;
}





/**/

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

/*
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
*/

/**/

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */ 


/*
extra navi
*/


div.navigation
{
	margin-right: 15px;
	margin-top: 5px;
}

div.navigation a
{
	font-size:12px;
}


/*
colors
*/

h1,h2,h3 {
	color:#d2302a;
}

h1 a, h2 a, h3 a
{
	color:#d2302a;
}

#testimonials
{
	background: #000 url(images/blacksteel.png) no-repeat;
	border: 1px solid #383838;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.thumbnail_image
{
	float:left;
	margin-right:5px;
}

#main h2, #main h3, #main h1
{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

a.read_more
{
	font-weight:bold;
	text-decoration:underline;
}

.navigation { font-weight: bold; font-size: larger }
.navigation .right { float: right }
.navigation .left { float: left }


/*
quotes
*/

#secondheader blockquote {
	/*margin: 45px;*/
	margin:0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 130%;
	line-height: 160%;
	font-style: normal;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
 }


 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #FF0000;
 }
 
 
/*
additional forms
*/

#commentform textarea, #commentform input[type=text] 
{
	background-color: #313131;
	border-right: 1px solid #525456;
	border-bottom: 1px solid #525456;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color:#fff;
}

#commentform textarea {
	width: 650px;
}


/* special links in content */

.entry a
{
	font-size: 13px;
	color: #b80610;
	text-decoration: none;
	font-weight:bold;
}

.entry a:hover
{
	font-size: 13px;
	color: #de0f1a;
	text-decoration: underline;
	font-weight:bold;
}

/* entry alignments */
.entry p, .entry img
{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}

.entry div
{
	margin:0px;
	padding:0px;

}

.entry, .post
{
	margin:0px;
	padding:0px;
}

.entry .thumbnail
{
	margin-right: 10px;
	margin-bottom: 10px;
}



#incoming, #greet_text
{
	margin-top:15px;
	background-color:#1d1d1d;
	border:1px solid #2e2e2e;
	padding-left:10px;
}

#incoming .hide
{
	float:right;
	padding:5px;
}

.searchterm1, .searchterm2, .searchterm3, .searchterm4, .searchterm5;
{
	background-color:#e6bcbc;
}

.postmetadata a, .shortentry a
{
	font-size:13px;
}



/* sidebar extras */


#sidebar_inner
{
	margin-left: 15px;
}

#sidebar_inner li.widget_search
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding-left:0px;
}

#sidebar_inner ul 
{
	margin-left: 15px; 
	padding-left: 2px;	
	list-style-type: disc;
	list-style-image: url(images/plus.png);
	/*list-style-position: inside;*/
}

#sidebar_inner .widget  li
{
	list-style-type: disc;
	list-style-image: url(images/plus_small.png);
}


/* global feat. */

.sep_img
{
	margin-left:auto; margin-right:auto; width:363px; height:58px; margin-top: 15px; margin-bottom:15px;
}

/* front */

/* search widget */

.widget_search  
{
	border:1px solid #525252;
	list-style-type: none;
	padding:5px;
	background-color:#1d1d1d;
}

.widget_search textarea, .widget_search input[type=text] 
{
	color:#fff;
	background-color: #313131;
	border-right: 1px solid #525456;
	border-bottom: 1px solid #525456;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.widget_search input[type=submit]
{
	background-color:#464646;
	border-left: 1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	cursor:pointer;
}

.widget_search input[type=submit]:hover
{
	background-color:#5a5a5a;
	border-left: 1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	cursor:pointer;
}



/* page header/ footer */

div#page {
	width: 980px;
	background-color: #000;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

div#footer_wrapper
{
	padding: 0;
	margin: 0;
	margin: 155px auto 0px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	clear: both;
	padding: 0px;
	text-align:left;
}

div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

/* header bits */
div#header {
	clear: both;
	width:980px;
	color: #777;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #222222;
	text-align: center;
}
div#header .left
{
	float:left;
}


div#header .right
{
	float:right;
}

/* portfolio */
div#header.portfolio
{
	background-color:#000;
	background-image:none;
}
div#header.portfolio .right
{
	margin-top:5px;
}
div#header.portfolio .left
{
	margin-top:5px;
}

/* site */
div#header.site
{
	background:#000 url(images/logo.png) bottom center no-repeat;
	height:104px;
}
div#header.site .left
{
	margin-top:80px;
}
div#header.site .right
{
	margin-top:80px;
}


div#header ul
{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
div#header li
{
	display: inline;
	list-style-type:none;
	text-align:left;
	margin-right:10px;
}
div#header li.last
{
	margin-right:0px;
}
div#header a
{
	font-size:14px;
}
div#header a:hover
{
	color:#d40000;
	text-decoration:none;
}

/* second header with sub navigation */
/* header bits */
div#sub_header li.active a
{
	color:#d40000;
}

div#sub_header {
	clear: both;
	width:980px;
	color: #777;
	margin-left:auto;
	margin-right:auto;
	background:#000;
	border-bottom:1px solid #222222;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
}

div#sub_header .left
{
	float:left;
}
div#sub_header .right
{
	float:right;
}

div#sub_header ul
{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
div#sub_header li
{
	display: inline;
	list-style-type:none;
	text-align:left;
	margin-right:10px;
}
div#sub_header li.last
{
	margin-right:0px;
}
div#sub_header a
{
	font-size:13px;
	color:#fff;
}
div#sub_header a:hover
{
	color:#d40000;
	text-decoration:none;
}

/* rest */

#page
{
	width:100%;
}




/* footer */
#site_map{
border-top:1px solid #222222;
padding: 0;
margin: 0;
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
width:980px;
clear: both;
padding: 0px;
text-align:left;
}

#index #site_map{
margin: 0 auto 0px !important;
}

#site_map li{
padding: 0;
margin: 6px 0 0px 0;
text-align:left;
list-style: none;
font-size: 12px;
line-height: 1.2em;
}

#site_map li.last{
padding: 0;
margin: 0;
}

#site_map h5{
padding: 0;
margin: 0 0 3px 0;
font-size: 12px;
color:#666;
}


#site_map div{
float: left;
width: 105px;
padding: 15px 50px 0 15px;
/* 60px */
}

#site_map div.last{
padding: 15px 0 0 10px !important;
margin: 0;
}

#site_map div.first{
margin-left: 20px;
}


#site_map a{
text-decoration: none;
color: #333;
.margin-left: -16px;
}

#site_map a:hover{
text-decoration: underline;
color: #555;
}


#footer{

clear: both;
font-size: 11px;
text-align: center;
margin: 80px 40px 80px;
}

#index #footer{
margin: 0px 40px 0;
}

#footer .first{
font-weight: bold;
}


.clear
{
	clear:both;
}

.collapse {
 display: none;
}
.almosthidden
{
	color:#333;
	text-decoration:none;
	border-bottom:1px dashed #333;
}
a.almosthidden:hover
{
	color:#888;
	text-decoration:none;
	border-bottom:1px dashed #888;
}

.activelink
{
	color:#d40000;
}


.entry img
{
	border:1px solid #fff;
}