/*
Theme Name: ThinLaptops_v1
Theme URI: http://www.michaelgarethmorgan.com
Description: Thin Laptops theme
Version: 1.0
Author: Michael Morgan
Author URI: http://www.michaelgarethmorgan.com

	This theme was designed and built by Michael Morgan,
	whose site is http://www.michaelgarethmorgan.com
*/


*
{
	margin: 0;
	padding: 0;
	border: 0;
}

/*============================================================
	Body
============================================================*/
body
{
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: url('images/body_bg.gif') #365375;
	background-repeat: repeat-x;
}








/*============================================================
	Main container & holder
============================================================*/
#main
{
	text-align: left;
	width: 904px;
	margin: 0 auto;
	overflow: hidden;
	background: url('images/main_bg.gif') #EFEFF1;
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

#main #main_inner
{
	margin: 5px;
}









/*============================================================
	Headings
============================================================*/
h1
{
	font: bold 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 22px;
	color: #151512;
	margin-bottom: 10px;
}



h2
{
	font: bold 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 22px;
	color: #2BA9CF;
	margin-bottom: 10px;
}

h2 a
{
	color: #04142D;
	text-decoration: none;
}

h2 a:hover
{
	color: #2BA9CF;
	text-decoration: none;
}





h3
{
	font: bold 16px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 22px;
	color: #2BA9CF;
	margin-bottom: 10px;
}

h3 a
{
	color: #04142D;
	text-decoration: none;
}

h3 a:hover
{
	color: #2BA9CF;
	text-decoration: none;
}




#sidebar_right h2
{
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #24728E;
	padding-left: 10px;
	font-weight: bold;
	margin: 0;
}


p
{
	line-height: 18px;
	color: #666;
	margin-bottom: 18px;
}

a
{
	color: #24728E;
}












/*============================================================
	Header
============================================================*/
#header
{
	height: 130px;
	text-align: left;
	width: 904px;
	margin: 0 auto;
	overflow: hidden;
}

#header h1
{
	float: left;
}

#header a
{
	display: block;
	float: left;
	background: url('images/logo.gif');
	background-repeat: no-repeat;
	width: 216px;
	height: 121px;
	margin-left: 10px;
}

#header a span
{
	display: none;
}

#header #adsenseheader
{
	float: right;
	background: #fff;
	margin-top: 35px;
	margin-right: 20px;
}











/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 41px;
	background: url('images/nav_bg.gif') #FFFFFF;
	background-repeat: repeat-x;
}

#navigation img.left
{
	float: left;
}

#navigation img.right
{
	float: right;
}

#navigation ul
{
	float: left;
	margin-top: 7px;
	margin: bottom 4px;
	height: 30px;
	list-style: none;
}

#navigation ul li
{
	float: left;
	line-height: 30px;
}

#navigation ul li a
{
	float: left;
	line-height: 30px;
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation ul li a:hover, #navigation ul li a.active
{
	color: #FFF;
}

#navigation p.desc
{
	float: right;
	line-height: 41px;
	color: #999;
	font-size: 10px;
	margin-right: 5px;
	padding: 0;
	margin-bottom: 0;
}














/*============================================================
	Sidebars
============================================================*/
#sidebar_right
{
	background: #FFF;
	width: 263px;
	float: left;
	margin: 7px;
	margin-top: 5px;
	margin-left: 0;
	display: inline;
}

#sidebar_right #searchform
{
	background: #ACD825;
	margin: 0;
	padding: 5px;
}

#sidebar_right #searchform #s
{
	font-size: 11px;
	border: 1px solid #999;
	padding: 3px;
	width: 145px;
}


#sidebar_right #searchform #searchsubmit
{
	font-size: 11px;
	border: 1px solid #999;
	padding: 2px;
	background: #FFF;
}

#sidebar_right ul
{
	list-style: none;
}

#sidebar_right .categories
{
	
}

#sidebar_right li li
{
	line-height: 18px;
	background: url('images/bullet_x.gif');
	background-repeat: no-repeat;
	background-position: 12px 6px;
	padding-left: 24px;
	padding-right: 24px;
}

#sidebar_right li li a
{
	text-decoration: none;
	color: #949494;
}

#sidebar_right li li a:hover
{
	text-decoration: underline;
	color: #999;
}

div.textwidget
{
	color: #777;
	margin: 15px;
}

#ads125
{
	height: 260px;
	margin: -15px;
	margin-bottom: 15px;
}

#sidebar_right #ads125 a
{
	float: left;
	display: block;
	margin: 3px;
}





/*============================================================
	Column main
============================================================*/
#maincolumn
{
	background: #FFF;
	width: 620px;
	float: left;
	margin: 7px;
	margin-top: 5px;
	display: inline;
}

#maincolumn div.maincolumn_margin
{
	margin: 15px;
}














/*============================================================
	Footer
============================================================*/
#footer
{
	height: 112px;
	width: 904px;
	float: left;
	background: url('images/footer_bg.gif');
	background-repeat: repeat-x;
	margin-top: 10px;
}

#footer img.left
{
	float: left;
}

#footer img.right
{
	float: right;
}

#footer p
{
	float: left;
	line-height: 25px;
	margin: 15px;
	font-size: 10px;
}

#footer p a
{
	color: #777;
	text-decoration: none;
}

#footer p a:hover
{
	color: #777;
	text-decoration: underline;
}










div.post
{

}

div.entry p
{
	line-height: 18px;
	color: #666;
}

div.entry p a
{
	color: #666;
}

div.entry p a:hover
{
	color: #fff;
	background: #ACD825;
}



div.information
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.information p
{
	line-height: 18px;
	color: #666;
	margin: 10px;
}

div.information p a
{
	color: #0993C4;
}

div.information p a:hover
{
	color: #333;
}














small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}




.commentlist li
{
	color: #333;
}

.commentlist li .avatar
{ 
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}

.commentlist p
{
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
}

#commentform p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}



















/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul 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;
	}
/* End Entry Lists */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alternate-comment
{
	
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */




#commentform textarea
{
	border: 1px solid #ACD825;
	font-size: 11px;
	padding: 5px;
	width: 400px;
}

#commentform input
{
	border: 1px solid #ACD825;
	font-size: 11px;
	padding: 5px;
}

#commentform #submit
{
	border: 1px solid #6284A6;
	font-size: 11px;
	padding: 3px;
	background: #ACD825;
}