/*
Theme Name: 960lemonade
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean, Luke Van Deman
Author URI: 
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

@import url(../960lemonade/colors.css);
@import url(../960lemonade/typography.css);


/* white box with border*/
.boxtop { background-image:url(http://angelsandprosperity.com/images/box_top.jpg); background-repeat:no-repeat; width:270px; height:50px; color:#000000;
}
.boxtop-connect { background-image:url(http://angelsandprosperity.com/images/box-top_connect.jpg); background-repeat:no-repeat; width:270px; height:50px; color:#000000;
}
.boxtop-iac { background-image:url(http://angelsandprosperity.com/images/box-top-iac.jpg); background-repeat:no-repeat; width:450px; height:50px; color:#000000;
}

.boxmiddle {background-image:url(http://angelsandprosperity.com/images/box_middle.jpg); background-repeat:repeat-y; width:270px; padding-left:20px; padding-right:20px; line-height:150%; font-size:12px;color:#000000;
}

.boxmiddle-iac {background-image:url(http://angelsandprosperity.com/images/box-middle-iac.jpg); background-repeat:repeat-y; width:450px; padding-left:20px; padding-right:20px; line-height:150%; font-size:12px;color:#000000;
}

.boxbottom { background-image:url(http://angelsandprosperity.com/images/box_bottom.jpg); background-repeat:no-repeat; width:270px; height:40px;color:#000000;
}

.boxbottom-iac { background-image:url(http://angelsandprosperity.com/images/box-bottom-iac.jpg); background-repeat:no-repeat; width:450px; height:40px;color:#000000;
}
/* end white box with border */

/* Begin Structure */
html,body{height:100%; /* needed for container min-height */}
body {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		background: #fff url('images/sky-background.jpg') no-repeat top center scroll;*/
		
		}

div#page{
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#wrapper {padding:0 0 25px; /* bottom padding for footer */ margin-bottom:40px;}
#headerWrapper{display:block; margin:0 20px 0 20px; width:920px;}
#wrapperBGColor{display:block; margin:0 20px 0 20px; width:920px;}
 
#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		width: 960px;
		margin:25px auto 0;
		}

#headerimg {height:109px;}
	.subImage{margin-left:154px; }
#nav {padding-top:10px; text-align:center;}
#nav a{margin-right:18px;}	
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
.screen-reader-text{
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {margin-top: 28px; margin-left:20px;}
/*.homepage #content{background:url(images/ghosted-angel-880.jpg) 0 0 no-repeat;}*//*removed to make home page layout more flexible*/
#sidebar {text-align: left;	padding-top: 36px; padding-bottom: 25px;}
#footer {padding: 0; background:url(images/footer-bg.png) 0 0 no-repeat; height:102px;	}	

.post {
		margin: 0 0 36px;
		}

.postmetadata {
		margin: 18px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* 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;
		}
.grid_6 img.size-full{margin-bottom:12px;}
.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 */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#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 input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/
.alt {margin: 0; padding: 10px;}
.commentlist {padding: 0; text-align: justify;}
.commentlist li {margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none;} 
.commentlist li .avatar {float: right; padding: 2px;}
.commentlist li ul li {margin-right: -5px; margin-left: 10px;}
.commentlist p {margin: 10px 5px 10px 0;}
.children {padding: 0;}
#commentform p {margin: 5px 0;}
.nocomments {text-align: center; margin: 0; padding: 0;}
.commentmetadata {margin: 0; display: block;}
/* End Comments */

/* 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;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
	div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {text-align: center; padding-top: 4px; margin: 10px;} 
.wp-caption img {margin: 0; padding: 0;}
.wp-caption p.wp-caption-text {padding: 0 4px 5px; margin: 0;}
.external{/* define style for external links, why still not opening a new browser window*/}
/* End captions */


