/*  
Theme Name: I Love a Luger 2
Theme URI: http://www.ilovealuger.com
Description: A magazine-style layout for ilovealuger.com inspired by the great themes of Michael Oeser, Brian Gardner and Darren Hoyt
Version: 3.0 (released 2009-02-13, after Css from Candace)
Author: Laird Farquharson

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

Credits
=======
Candace Lee www.candaceleeconsulting.com
Laird Farquharson 


/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;

	}
	
body {
	background: #b8ecf7;
	padding: 13px 0 25px 0;
	background:url(images/backgrounds/bg.jpg) repeat-y;
	}

body, select, input, textarea {
	font: 12px Arial, Geneva, sans-serif;
	line-height:1.5em;
	}
	
p {	/*CLEE ADDED FONT COLOUR AND FONT SIZE*/
	margin: 15px 0;
	color:#A2A2A2S;
	font-size:14px;
	}

a:link, a:visited { /*CHANGED FONT COLOR FROM 00F TO 011075*/
	color: #011075;
	text-decoration:none;
	}

a:hover, a:active {
	color:#00F;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

.pMiddle {	/*CLEE CREATED FOR MIDDLE COLUMN*/
	margin: 15px 0;
	color:#FFFFFF;
	font-size:14px;
	}

.pLeft {	/*CLEE CREATED FOR MIDDLE COLUMN*/
	margin: 15px 0;
	color:#A2A2A2;
	font-size:14px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
.alignleft {float:left;}	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:960px;
	margin:0 auto;
	font-size:1em;
	background:#fff;
	border:1px solid #011075;	
	}

#lugerheader {
	height:144px;
	background:url(images/backgrounds/bg_lugerheader.jpg) no-repeat;	
	}

#branding {/*where the logo sits*/
	width:248px;
	height:118px;
	margin-top:14px;
	padding-bottom:15px;
	background:url(images/backgrounds/ilovealugerlogo.gif) no-repeat;
	}

#nav {/*used here, really for position only, the style stuff is inside styles/nav.css */
	width:705px;
	padding-bottom:5px;
	margin-top:110px;
	}

#bodywrapper {
	background:#FFF;
	padding: 10px 10px 35px 10px;
	/*background: url(images/backgrounds/bg_bodywrapper.gif) repeat-y;*/	
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.center {
	text-align:center;
	}

.leaderboard {
	margin-bottom:10px;	
	}

#sidebar {/*you guessed it: its the sidebar container*/
	width: 300px;
	min-height: 1400px;
	float:right;
	background:#EAEAEB;
	background:url(images/backgrounds/sidebar.jpg) no-repeat;
	padding: 0px 0px 0px 10px;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	padding-right:10px;
	/*background-color:#D8F4F8;*/
	/*background-color:#F4F4EC;*/
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#leftcol h3 a, #rightcol h3 a { /*CLEE DISABlED COLOR*/
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	/*color:#00F;*/
	}

#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:287px;
	padding-left:10px;
	text-align:left;
	}

#rightcol .feature a img 
	{
	text-align:left;
	float: left;
	margin:5px;
	}

#rightcol .feature /*CLEE CHANGED DASHED COLOR FROM 00F TO 011075*/
	{
	padding-bottom:15px;
	padding: 8px 0px 5px 4px;
	/*border-bottom:dashed #011075 1px;*/
	}
	
.rightcolDotted { /*CLEE CREATED*/
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom:dashed #011075 1px;
	}
	
.rightcoltitle, .rightcoltitle a
	{
	background-color:#00f;
	color: #FFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;	
	}

		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;	
	margin-left:22px;
	}

#sidelist ul.connectandshare {
	list-style:none;
	margin-bottom:5px;	
	margin-left:22px;
	}

#sidelist ul.connectandshare li.bulrss {
	background: url('images/backgrounds/bulrss.jpg') left center no-repeat;	
	margin: 4px; 
	}
#sidelist ul.connectandshare li.bulyoutube {
	background: url('images/backgrounds/bulyoutube.jpg') left center no-repeat;	
	margin: 4px; 
	}
#sidelist ul.connectandshare li.bulfacebook {
	background: url('images/backgrounds/bulfacebook.jpg') left center no-repeat;	
	margin: 4px; 
	}
#sidelist ul.connectandshare li.bultwitter {
	background: url('images/backgrounds/bultwitter.jpg') left center no-repeat;	
	margin: 4px; 
	}
#sidelist ul.connectandshare li.bulitunes {
	background: url('images/backgrounds/bulitunes.jpg') left center no-repeat;	
	margin: 4px; 
	}

#sidelist ul.connectandshare li.bulemail {
	background: url('images/backgrounds/bulemail.jpg') left center no-repeat;	
	margin: 4px; 
	}

#sidelist ul.connectandshare li.bulflickr {
	background: url('images/backgrounds/bulflickr.jpg') left center no-repeat;	
	margin: 4px; 
	}

#sidelist ul.connectandshare  a {
	margin-left: 24px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	/*color: #011075;*/
	font-size: 1.8em;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}
 
h1 { /*CHANGED COLOR FROM 00F TO 011075*/
	/*color: #011075;*/
	font-size: 1.8em;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
	
h2 { /* CLEE CHANGED COLOR FROM 00F TO 011075, ADDED TEXT-TRANSFORM UPPERCAS, CHANGED FONT SIZE*/
	/*color: #011075;*/
	font: 16px Helvetica, Verdana, Arial, Geneva, sans-serif;
	padding-bottom:8px;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	margin: 0px 0;
	}

h3 { /*CHANGED COLOR FROM 00F TO 011075*/
	font: 0.9em Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin-bottom:4px;
	font-weight:bold;
	/*color:#011075;*/
	}


#sidebar h3, #sidebar h2 {
	font: 13px Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight:bold;
	border-top:1px dashed;
	border-bottom:1px dashed;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#00d8fb;
	}
	

h3#respond {
	font: 13px Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight:bold;
	border-top:1px dashed;
	border-bottom:1px dashed;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#00F;
	}

h3#comments {
	font: 13px Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight:bold;
	/*border-top:1px dashed;
	border-bottom:1px dashed;*/
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#00F;
	}

/*h3 a:link, h3 a:visited {
	color: #00F;
	}
*/
h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}

.headingMiddle {
    font: 16px Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-transform:uppercase;
	/*letter-spacing:0.2em;*/
	font-weight:bold;
	padding: 20px 0 0 1px;
	}

.headingLeft {
    font: 16px Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-transform:uppercase;
	/*letter-spacing:0.2em;*/
	font-weight:bold;
	font-color:#FFFFFF;
	padding: 10px 0 0 5px;
	background-image:url(images/backgrounds/h3_rightcolumn.gif); width: 287px; height: 23px;
	}
	
.headingSidebar {
    font: 16px Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-transform:uppercase;
	/*letter-spacing:0.2em;*/
	font-weight:bold;
	font-color:#00d8fb;
	padding: 10px 0 0 5px;
		}
	
.titleMyVlog { /*CLEE CREATED*/
 	color: #011075;
	font-size: 20px;
	text-transform:uppercase;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight: regular;
	padding: 2px 0px 3px 0px;
	}
/******************************************
*   Individual Section Headers                         
******************************************/
/*Post 2 is for the About me Page*/
#post-2.post h2{ 
	background:url(images/backgrounds/bg_about_me.jpg) no-repeat;
	height:228px;
	width:600px;
	}

#post-2.post h2 span {
	display: none;	
	}

h1.single-cat-1 {
	background:url(images/headers/title_episodes.gif) no-repeat;
	margin-top:15px;
	height:53px;
	width:600px;
	} 	

h1.single-cat-1 a{
	display:none;
	} 	

h1.single-cat-3 {
	background:url(images/headers/title_my_vlog.gif) no-repeat;
	margin-top:15px;
	height:53px;
	width:600px;
	} 	

h1.single-cat-3 a{
	display:none;
	} 	

h1.single-cat-5 {
	background:url(images/headers/single-cat-5.gif) no-repeat;
	margin-top:15px;
	height:120px;
	width:600px;
	} 	

h1.single-cat-5 a{
	display:none;
	} 	

/*h1.single-cat-7 {
	background:url(images/headers/single-cat-7.gif) no-repeat;
	margin-top:15px;
	height:120px;
	width:600px;
	} 	

h1.single-cat-7 a{
	display:none;
	} 	
*/
h1.single-cat-8 {
	background:url(images/headers/single-cat-8.jpg) no-repeat;
	margin-top:15px;
	height:104px;
	width:600px;
	} 	

h1.single-cat-8 a{
	display:none;
	} 	

h1.single-cat-18 {
	background:url(images/headers/title_games_downloads.gif) no-repeat;
	margin-top:15px;
	height:53px;
	width:600px;
	} 	

h1.single-cat-18 a{
	display:none;
	} 	

h1.single-cat-19 {
	background:url(images/headers/title_lugewithme.gif) no-repeat;
	margin-top:15px;
	height:53px;
	width:600px;
	} 	

h1.single-cat-19 a{
	display:none;
	} 	

/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature { /*CLEE DISABLED BACKGROUND URL, INCREASED PADDING FROM 1 TO 4, AND ADDED BACKGROUND COLOUR*/
	/*background: url(images/backgrounds/h3_rightcolumn.gif) repeat-x #F4F4EC;*/
	background-color:#00d1f8;
	padding: 4px;
	}

.featureLeft { /*CLEE CREATED*/
	padding: 10px 5px 7px 0;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	}

#leftcol .feature {	margin-bottom: 5px; }
#rightcol .feature {	margin-bottom: 5px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	}

.title, a.title  { 
	color: #011075;
	font: 20px Helvetica, Verdana, Arial, Geneva, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #fff;
	margin: 20px 0;
	}
		
#lead p {
	margin-bottom:10px;
	}




/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:left;
	}

.post blockquote {
	color:#666;
	background:#efefef;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* writer */
#writer {
	background:#efefef;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #efefef;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #efefef;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#efefef;
	border:1px solid #efefef;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

#comment_avatar {
	float:right;
	}

/* Share */

#shareit ul.bookmarks li {
	float: left;
	list-style:none;
	padding: 2px 12px 4px;
}
#shareit ul.bookmarks li a {
	padding-left: 20px;
}

#shareit ul.bookmarks li.digg a {
	background: url('images/digg.gif') left center no-repeat;	
}
#shareit ul.bookmarks li.delicious a {
	background: url('images/delicious.gif') left center no-repeat;	
}
#shareit ul.bookmarks li.facebook a {
	background: url('images/facebook.gif') left center no-repeat;	
}
#shareit ul.bookmarks li.stumbleupon a {
	background: url('images/stumbleupon.gif') left center no-repeat;	
}

#shareit h3 {
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	border-top:1px dashed;
	border-bottom:1px dashed;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#00F;	
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	

/******************************************
*   Subscribe page 
******************************************/

#post-136 form input {
	border: 1px solid blue;
	font-size:15px;
	margin-bottom: 14px;
	}


/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#000;
	}

#footer a {
	color:#000;
	}

#footer img {
	border:none;
	}
