/*
Theme Name: Lite
Description: Simple yet funtional blog layout.
Version: 1.0
Author: AlteredStudio John MacMenamin
Author URI: http://alteredstudio.com
Tags: fixed width, two columns, widgets, simple,web 2.0

	Lite 1.0
	http://alteredstudio.com

	This theme was designed and built by John MacMenamin,
	whose homepage you will find at http://alteredadvice.com

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

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 14px/16px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #fff url(images/main-bg.png) repeat-x;
	background-position:top center;
	background-attachment:fixed;}

h1, h2, h3, h4, h5, h6 { font-weight:bold; font-family: "Arial", Helvetica, sans-serif; color: #400a65; }
h1 { font-size: 24px; line-height: 28px; margin-bottom: 12px; }
h2 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #400a65; }
a:hover { color: #400a65; }
a:visited { color: #400a65; }

p { margin-bottom: 15px; line-height:1.7; text-align:justify; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; }



/* Wrapper
-------------------------------------------------------------------*/

#edge {
	background:url(images/edge.png) repeat;
	width:1000px;
	margin:40px auto;
	padding:0px;}

#wrapper { 
	width: 970px; 
	padding-bottom: 10px; 
	margin: 0px auto 0 auto; 
	overflow: hidden; }
	
#container  { 
	width: 970px; 
	float: left;
	margin:0 auto;
	overflow: hidden; 
	background:#fff url(images/sidebar-bg.gif) top right repeat-y; }



/* Header
-------------------------------------------------------------------*/
#header {
	background:url(images/header-home.png);
	position:relative;
	margin:0;
	width:970px; 
	height:382px;
	float:left;}
	
#header .logo {
	position:absolute;
	top:80px;
	left:-10px;
	width:460px; 
	height:88px;}
	
#header h1 { 
	font: 24px Verdana;
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff;
	text-indent:-9000px;}
	
#header h1 a { 
	color: #fff; 
	text-shadow: 1px 1px 1px #333; 
	text-decoration: none; }
	
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #ccc;
	text-indent:-9000px;}



/* Other Search
-------------------------------------------------------------------*/

#other-search {
	width: 386px; 
	height: 60px; 
	float: left;
	position: relative; }

#other-search #searchform {
	background: url(images/other-search-bg.png) no-repeat center center;
	position:absolute;
	top:0px;
	right:0px;
	width:386px;
	height:50px;
	padding:0px;
	margin:0px;}
		
#other-search #searchform input {
	position:absolute;
	top:13px;
	left:10px;
	background:transparent;
	border: 0;
	font-size: 1.4em;
	font-family: Verdana;
	width:287px;
	margin:0;
	float: left;}
	
#other-search #searchform button {
	position:absolute;
	top:8px;
	right:3px;
	float: right;
	border: 0;
	width: 71px; height: 33px;
	text-indent: -9999px;
	margin:0px;
	background: transparent;}




/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 970px; 
	height: 60px; 
	float: left;
	margin-top:15px;
	background: url(images/nav-bg.png) repeat-x; 
	position: relative; }
	
	
#nav form.searchform {
	position:absolute;
	width:380px;
	height:40px;
	top:7px;
	right:20px;
	padding: 0px 0px 20px 9px;
	margin:-10px 0 20px 0;
	background: url(images/search-bg.png) no-repeat center center;
	height:50px;}
		
#nav form.searchform input {
	border: 0;
	font-size: 1.4em;
	font-family: Verdana;
	width:290px;
	margin: 23px 0px 23px 5px;
	float: left;
	background: transparent;}
	
#nav form.searchform button {
	float: right;
	border: 0;
	width: 72px; height: 33px;
	text-indent: -9999px;
	margin: 18px 5px 0 0;
	background: transparent;}

	

/* Content
-------------------------------------------------------------------*/
#content {
	width: 615px; 
	float: left; 
	padding: 30px 25px 30px 25px; }

#content .post { margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h1 a { text-decoration: none; }
#content .post-list li { list-style: none; }

#content .post-sum h4 a { text-decoration: none; }
	
#content .post-sum { 
	margin-bottom: 0px;
	padding:20px 0;
	width:620px;
	border-top:1px solid #d6d6d6;
	float:left;}
	
	
#content .post-thumb { 
	width:150px;
	height:110px;
	margin:0 20px 10px 0;
	padding:20px 15px;
	background: url(images/thumb-100-bg.png);
	float:left;}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	background: #f5f7f7;}



#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	background: #f5f7f7;}
	
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }

#content ul { 
	list-style: disc;
	list-style-position: inside; }
	
#content ol { 
	list-style: decimal; 
	list-style-position: inside; }
	
#content dl dt { 
	font-weight: bold;}
	
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 300px;
	float: left;
	font-size: 14px; 
	margin: 15px 0 10px 0;
	color: #555;}

#sidebar h3 { font: bold 20px "Arial", Helvetica, sans-serif; color: ##400a65; margin-bottom:13px; }

#sidebar a, #sidebar a:visited { color: #966c51; }

#sidebar a:hover { color: #cea884; }

#sidebar .block {
	width: 255px;
	padding: 18px 3px 18px 30px;
	overflow: hidden;
	color: #555;}
	
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;}
	
#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #ffffff; text-align: center; color: #888; }




/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; }
	
#comments .comment { 
	background: #f8f2e7;
	border:1px solid #ceb174;
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 610px; 
	padding-bottom: 5px; }
	
#comments .comment .comment-avatar { 
	background:#fff;
	border:1px solid #ceb174;
	float: left; 
	width: 80px; 
	padding: 4px 4px 1px 4px;
	margin:10px 10px;}

#comments .comment .comment-content { 
	float: right; 
	padding: 10px 15px; 
	margin: 10px 10px 0 0; 
	width: 455px; 
	background:#fff;
	border:1px solid #ceb174;}
	
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 12px;
	font-style:italic;
	color: #777;
	margin-bottom: 5px; }
	
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;}
	
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;}




/* Comment Form
-------------------------------------------------------------------*/
#commentform {  
	background: #f8f2e7;
	border:1px solid #ceb174;
	padding: 10px;
	width:590px;
	color: #555; }
	
#commentform p { margin-bottom: 7px; }

#commentform textarea { 
	width: 587px; 
	border:1px solid #ceb174; 
	height: 120px;}
	
#commentform input.text { 
	width: 150px; 
	border:1px solid #ceb174;
	margin-right: 5px; 
	padding: 3px 3px; }
	
#commentform input#submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 900px;
	float: left; 
	color: #fff;
	text-align: center;}

#footer-content {
	height:44px;
	width: 900px;
	padding-top:20px;
	background: url(images/footer-bg.jpg) bottom no-repeat;}
	
#footer p { 
	font-size: 11px; 
	margin: 0; }
	
#footer a { color: #400a65; }



/* Home
-------------------------------------------------------------------*/



#content-full {
	background:#fff;
	width: 960px; 
	float: left;
	margin:0;
	padding:20px 20px; }

#content-full .post { margin-bottom: 40px; }
#content-full .post p { margin-bottom: 20px; }
#content-full .post h1 a { text-decoration: none; }
#content-full .post-list li { list-style: none; }

#content-full .post-sum h4 a { text-decoration: none; }
	
#content-full .post-sum { 
	margin-bottom: 0px;
	width:440px;
	padding:30px 30px 20px 0;
	border-top:1px solid #d6d6d6;
	float:left;}
	
#content-full .post-thumb { 
	width:150px;
	height:110px;
	margin:0 20px 10px 0;
	padding:20px 15px;
	background: url(images/thumb-100-bg.png);
	float:left;}

#content-full .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	background: #f5f7f7;}
	
#content-full .post .post-info a { color: #333; text-decoration:none; }
#content-full .post .post-info a:hover { color: #555; text-decoration:none; }

#content-full #pages { text-align: center; }
#content-full #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content-full #pages a:hover { color: #1e2726; }

#content-full ul, ol, dl { margin-bottom: 20px; }

#content-full ul { 
	list-style: disc;
	list-style-position: inside; }
	
#content-full ol { 
	list-style: decimal; 
	list-style-position: inside; }
	
#content-full dl dt { 
	font-weight: bold;}
	
#content-full dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;}
	
.home-selection {
	width:930px;
	height:620px;
	overflow:hidden;
	margin:20px 0;
	position:relative;}

	
#content-full .s1 {
	background:url(images/home-option-1-cms-website.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:10px;
	left:0;}
	
#content-full .s1:hover   {	background-position:0 -112px; }
	
#content-full .s2 {
	background:url(images/home-option-2-corporate-identity.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:10px;
	right:0;}
	
#content-full .s2:hover   { background-position:0 -112px; }
	
#content-full .s3 {
	background:url(images/home-option-3-shopping-cart-website.png) no-repeat;
	height:112px;
	width:460px;	
	position:absolute;
	top:132px;
	left:0;}
	
#content-full .s3:hover   { background-position:0 -112px; }
	
#content-full  .s4 {
	background:url(images/home-option-4-search-optimization.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:132px;
	right:0;}
	
#content-full  .s4:hover   { background-position:0 -112px; }
	
#content-full  .s5 {
	background:url(images/home-option-5-church-website.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:254px;
	left:0;}
	
#content-full  .s5:hover   { background-position:0 -112px; }

#content-full  .s6 {
	background:url(images/home-option-6-user-interface-design.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:254px;
	right:0;}
	
#content-full  .s6:hover   { background-position:0 -112px; }
	
#content-full  .s7 {
	background:url(images/home-option-7-band-marketing.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:376px;
	left:0;}
	
#content-full  .s7:hover   { background-position:0 -112px; }
	
#content-full  .s8 {
	background:url(images/home-option-8-print-package-design.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:376px;
	right:0;}
	
#content-full  .s8:hover   { background-position:0 -112px; }
	
#content-full  .s9 {
	background:url(images/home-option-9-blog-social-media.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:498px;
	left:0;}
	
#content-full  .s9:hover   { background-position:0 -112px; }
	
#content-full  .s10 {
	background:url(images/home-option-10-business-card-design.png) no-repeat;
	height:112px;
	width:460px;
	position:absolute;
	top:498px;
	right:0;}
	
#content-full  .s10:hover   { background-position:0 -112px; }


#content-full a {
	height:100%;
	width:460px;
	display:block;}


.home-title {
	margin:20px 0 0 0;}