/*  
Theme Name: LTDmag Theme
Description: The default LTDmag theme.
Version: 1.0
Author: LTDmag
Author URI: http://www.ltdmag.com/

	 LTD v1.0
	 http://www.ltdmag.com

	This theme was designed and built by Seed Gives Life,
	whose blog you will find at http://blog.seedgiveslife.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
body {
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	color:#4c4c4c;
	}
.entry {
	padding: 0px;
	width: 570px;
	max-width: 570px;
}
.entry p{

	padding-top: 4px;
}
#content {
	font-size:12px;
	color:#4c4c4c;
	text-align:left;

	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	
	color:#4c4c4c;
	}

.alt {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	}

#footer td {
	font-size:10px;
	padding-right:15px;
	padding-top:3px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0px;
	}

h1 {
/*	font-size: 4em;
	text-align: center;
*/	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size:26px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	}

h2.pagetitle {
	font-size:16px;
	margin:0px;
	}

#sidebar h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	/*color: white;*/
	color:#000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family:Helvetica, Arial, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Helvetica, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #4c4c4c;
	}

code {
	font-family:Arial, sans-serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:link, h2:visited, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
a:link {
	color:#4c4c4c;
	text-decoration: none;
	}
a:visited {
	color:#4c4c4c;
	text-decoration: none;
	}
a:active {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.entry a:link {
	color:#993333;
	text-decoration: none;
	}
.entry a:visited {
	color:#4c4c4c;
	text-decoration: none;
	}
.entry a:active {
	color: #000000;
	text-decoration: none;
	}
.entry a:hover {
	color: #000000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-family:Helvetica, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 1024px;
	border: 1px solid #959596;
	}

#header {
	}

#headerimg {
	}
	
#box {
	border-color: #ebebec;	/* main menu border top color */
	border-style: solid;	/* main menu border top style */
	border-width: 1px;	/* main menu border bottom width */
	vertical-align:top;
	width:995px;
	
}

#left {
	max-width:650px; 
	width: 650px;
}

#ads {
	vertical-align:top;
	max-width:300px;
	width:300px;
	padding-bottom:20px;
}

#side {
	max-width:200px; 
	width:200px;
	vertical-align:top;
}

.border {
	border-color: #ebebec;	/* main menu border top color */
	border-style: solid;	/* main menu border top style */
	border-width: 1px;	/* main menu border bottom width */
}


.post {	
	
	text-align: left;
	vertical-align:top;
	padding-top:20px;
	padding-bottom:15px;
	background-color:#FFFFFF;
	width:600px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	padding-right:20px;
	margin-right:10px;

}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	color:#000000;
	}

h2 {
	}

h2.pagetitle {
	margin: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	}

h3.comments {
	padding-left:20px;
	}

#comments {
	padding-left:20px;
}	
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	list-style-type:none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
ul {
	font-size:22px;
	color:#4c4c4c;
	list-style-image:none;
	list-style-type:none;
	font-weight:bold;
	padding-bottom:20px;
}

.entry ul {
	font-size:12px;
	color:#4c4c4c;
	list-style-image:none;
	list-style-type:none;
	padding-bottom:20px;
	font-weight:normal;
}

ul.children {
	list-style-type:none;
	list-style-image:none;
	font-size:12px;
}


#authors ul {
	font-size:14px
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform {
	padding-left:20px;
}

#respond {
	padding-left:20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 450px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding-left:20px;
	}

.commentlist {
	margin-left:20px;
	padding: 20px;
	text-align: justify;
	width:450px;
	border-color: #ebebec;	/* main menu border top color */
	border-style: solid;	/* main menu border top style */
	border-width: 1px;	/* main menu border bottom width */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 160px;
	padding:20px;
}

#sidebar h2{
font-size:20px;
padding:3px;
background: #999999;
color:#FFF;
width:100%;
margin-bottom:8px;
}

#sidebar ul
{
	padding:0px;
color:#4C4C4C;
font-size:12px;
list-style-image:none;
list-style-type:none;

}

#sidebar ul li{
	line-height:22px;
	margin:0px;
}

#sidebar form {
	margin: 0;
	}

.widget {
	list-style:none;
	list-style-image:none;
}

.widgettitle {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	font-size:22px;
}

#twitter_div{

width:160px;
padding:20px 0px 0px 0px;
}

#twitter_div ul {
padding:0px;
color:#4C4C4C;
font-size:12px;
font-weight:100;
list-style-image:none;
list-style-type:none;
}

#twitter_div ul li{
	color:#666;
	font-style:normal;
margin-bottom:10px;
font-weight:regular;
line-height:16px;
}

#twitter_div a{

padding:2px;
background:#f9f8f8;
text-decoration:none;
}

#twitter_div a:hover{
background:#f3f1f1;
color:#000;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img, img a:link, img a:hover {
	border:0;
	text-decoration:none;
	padding:0;
	margin:0;
	
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
	}

#nav td {
	border-left-color: #ebebec;	/* main menu border top color */
	border-left-style: thin;	/* main menu border top style */
	border-left-width: 1px;	/* main menu border bottom width */
	border-right-color: #ebebec;	/* main menu border top color */
	border-right-style: thin;	/* main menu border top style */
	border-right-width: 1px;	/* main menu border bottom width */
}

/* End Various Tags & Classes*/


p {
margin-bottom: 10px;
}

#twitcast{
background:none;
border:none;
margin:0px;
padding:0px;
}

#wrap{
margin:0px;
padding:0px;
}

#twitterjunks{
position:relative;
left:-8px;
margin:0px 0px 15px 0px;
padding:0px;
}

.tweet{
text-align:left;
width:500px;
height:68px;
padding:8px;
line-height:18px;
}

.twitimg{
width:48px;
height:48px;
padding:10px 8px 10px 8px;
margin-right:2px;
background:url(images/twitimgBG.jpg) no-repeat center center;
}

.tstamp{
font-weight:lighter;
font-size:11px;
color:#FFFFFF;
}
	
.clear{
	clear:both;
}

.floatleft{
	float:left;
}
#indexGallery{
	height:400px; width:600px; border: solid 1px #ccc; auto; overflow:hidden; position:relative;  
	margin-top:20px;
}
/* CHANGED */
#indexGallery2{
	height:400px; width:600px; overflow:hidden;
}

#galleryDescription{
	bottom:0;
 	background:#3399ff; width:600px; display:block; padding:8px; left:0px; position:absolute; color:#fff;	margin: 0; z-index:300;
	height: 85px;
	max-height:85px;
	overflow: hidden;
}
 
#galleryDescription a {color:#fff; width:100%; padding:8px; font-size:14px; font:bold; padding-top: 8px;}
 
#fTab{position:absolute; top:0px; left:22px; z-index:350;}
 
#galleryPrev{position:absolute; top:140px; left:10px; z-index:1000;}

#galleryNext{position:absolute; top:140px; left:605px; z-index:1001;}
 
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}

a.readMore:link, a.readMore:hover, a.readMore:visited{
	color:#FFF;
	background:url(images/readmoreBut.jpg) transparent scroll top left no-repeat;
	text-indent:18px;
	text-decoration:none;
}

.readMore{
	color:#FFF;
	text-decoration:none;
	height:25px;
	width:112px;
	line-height:25px;
	display:inline-block;
}

.panel a h2{
color:#fff;
}
.panel {
	color:#fff;
	padding:6px;
	margin-bottom:10px;
	background-color:#39F;
}

.content{
	background-color:#FFF;
}

#homeTwitter{
background:url(http://ltdmag.com/wp-content/themes/ltd_theme/images/twitter-area2.jpg) top left no-repeat;
position:relative;
left:-8px;
margin:0;
padding:38px 0px 0px 0px;

}
	#grabConvo a:hover{
	background:#999;
	}
	
#grabConvo a {
	background:#3399ff;
	color:#fff;
	text-decoration:none;
	padding:2px 4px;
	}
	
#grabConvo{
	position:absolute;
	top:-16px;
	left:8px;
	text-align:left;
	font-size:11px;
	}
	
#FollowUs{
	position:absolute;
	top:-18px;
	right:-12px;
	text-align:right;
	width:150px;
	height:30px;
}

#twitControls{
	width:500px;
	height:30px;
	position:relative;
}

.twitP{
	margin-bottom:-7px;
	padding:3px;
	border-bottom: 1px dotted #999;}
	
	
	/* recent post listing*/
.thumbnailer img {
	border:solid 6px #999;
	width:250px;
	height:180px;
}

.thumbnailer{
	 float:left; 
	 margin-right:20px;
}
	
`postListExcerpt{
	float: left
	padding-left: 20px;
	padding-right: 5px;
`}
		
.postList{
	clear:both; 
	border-bottom:dotted 1px #999; 
	margin-bottom:10px; 
	padding:10px 0px; 
	overflow:auto;
	width: 620px;
}

	#recentPosts{
		padding-top:50px;
		background:url(http://ltdmag.com/wp-content/themes/ltd_theme/images/recentPostsTitle.jpg) top left no-repeat;
		background-position: -8px 3px;
	}
	
	a.seeAll:hover{
		color:#ccc;
		text-decoration:underline;
	}
		
	a.seeAll{
		padding:6px 0px 6px 6px;
		display:block;
		text-decoration:none;
		
	}
	/* recent post listing*/
	
	
	/* poppin post listing*/
	
	#poppinPosts li a:hover{
		text-decoration:underline;
		background-color:#999999;
		color:#000000;
	}
		
	#poppinPosts li a, #poppinPosts li a:link{
		padding:6px 0px 6px 6px;
		display:block;
		background-color:#FFFFFF;
		color:#000000;
		text-decoration:none;
		margin-bottom:1px;
	}
		
	#poppinPosts li{
		padding:0px;
	}
		
	#poppinPosts ul{
		padding: 0px 0px 0px 0px;
		list-style-type:none;
		font-size:14px;
	}

	#poppinPosts{
		padding-top:15px;
		background:url(http://ltdmag.com/wp-content/themes/ltd_theme/images/poppinTitle.jpg) top left no-repeat;
		background-position: 0px 0px;
	}
	
	/* poppin post listing*/
	#scategories li a:hover{
		text-decoration:none;
		background-color:#999;
		color:#fff;
		}
/* <----- */	
	#scategories li a, #scategories li a:link{
		padding:1px 2px 1px 5px;
		display:block;
		/* background-color:#ccc; */
		text-decoration:none;
		margin-bottom:1px;
		}
	
	#scategories li{
		padding:0px;
		}
		
	#scategories ul{
		width:100%;
		list-style-type:none;
		font-size:12px;
		font-weight:normal;
		}
		
		#scategories{
		width:100%;
		}