@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.body1 #container1 {
	width: 950px; 
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.body1 #titleContent {
	padding: 0px 20px;
	background: #CCCCCC;
	height:100px;
	margin-top:25px;
}

.body1 #mainContent {
	padding: 10px 20px 10px 20px;
	background: #CCCCCC;
}







.body1 .subContent1, .subContent2, .subContent3, .subContent4, .subContent7, .subContent8, .subContent9, .subContent10, .subContent11, .subContentImg, .subContent12, .contentContainerLeft, .subContentTextRight {
    
	float:left;

	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}





.logo {
	float:left;
	width:900px;
	margin: 10px 10px 0px 10px ;
}

.titleText {
	float:left;
	width:240px;
    padding-top:10px;
	text-align:left;
	margin:10px;
}

.titleSubText {
		color:#ccc; 
    font-size:22px;
    font-weight:400;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}


.contentContainerLeft {
    
float:left;
width:575px;
height:1300px;
padding:0px;
border:0px;
margin:10px;
background-color:#CCCCCC;


}

.contentContainerLeft a:link { text-decoration:none; color:#CCC; }
.contentContainerLeft a:visited { text-decoration:none; color:#CCC; }
.contentContainerLeft a:active { text-decoration:none; color:#CCC; }
.contentContainerLeft a:hover { text-decoration:none; color:#333333; background-color:#CCCCCC; }


.subContentTextLeft {

color:#FFF;
background-color:#666;

float:left;

padding:15px;
border:0px;
margin:0px;

width:525px;
height:auto;
background-color:#333

}



.subContentPartials {

color:#FFFFFF;
background-color:#666666;

float:left;

padding:15px;
border:0px;
margin:0px;

width:525px;
height:150px;
background-color:#333

}




.subContentDreams {

color:#FFFFFF;
background-color:#666666;

float:left;

padding:15px;
border:0px;
margin-top:25px;

width:525px;
height:75px;
background-color:#333

}




.subContentPosts {

color:#FFFFFF;
background-color:#666666;

float:left;

padding:15px;
border:0px;
margin-top:25px;

width:525px;
height:100px;
background-color:#333

}




.subContentMeta {

color:#FFFFFF;
background-color:#666666;

float:left;

padding:15px;
border:0px;
margin-top:25px;

width:525px;
height:600px;
background-color:#333

}













.subContentDream {

color:#FFF;
background-color:#666;

float:left;

padding:15px;
border:0px;
margin-top:25px;

width:525px;
height:auto;
background-color:#333

}




.textQuote1 {
	font-size:11px;
}

.textQuote2 {
	font-size:12px;
	padding-top:5px;
}




.textQuoteMag {
	font-size:12px;
	padding-top:5px;
}



.textPoems {

	font-size:14px;
}

.textText {
padding-top:0px;
	font-size:18px;
}


.titleText {
margin:0px;
color:#FFFFFF; 
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}



.subTitleText {
	
text-align:left;
	
width:400px;
margin:0px;
color:#FFFFFF; 
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}



.subContentTextMag {
	
	
	float:left;
	
	width:230px;
	height:1015px;
	background-color:#333;
	
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 30px;
	
    border:0px;
    margin:10px;
	
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.subContentTextMag a:link { text-decoration:none; color:#CCC; }
.subContentTextMag a:visited { text-decoration:none; color:#CCC; }
.subContentTextMag a:active { text-decoration:none; color:#CCC; }
.subContentTextMag a:hover { text-decoration:none; color:#CCC; background-color:#42b0b0; }



.subContentTextRight {
	
	
	float:left;
	
	width:250px;
	height:910px;
	background-color:#333;
	
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
    border:0px;
    margin:10px;
	
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;





}



.subContentTextRight a:link { text-decoration:none; color:#CCC; }
.subContentTextRight a:visited { text-decoration:none; color:#CCC; }
.subContentTextRight a:active { text-decoration:none; color:#CCC; }
.subContentTextRight a:hover { text-decoration:none; color:#CCC; background-color:#42b0b0; }


/* clear float */
.clear { clear:both; }





/* footer */
.footerText {
    
	width:850px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:transparent;
	color:#333;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footerText a:link { text-decoration:none; color:#333; }
.footerText a:visited { text-decoration:none; color:#333; }
.footerText a:active { text-decoration:none; color:#333; }
.footerText a:hover { text-decoration:none; color:#ffffff; background-color:#333; }




/* header & text formatting attributes */

h1 {
color:#666666; 
font-size:22px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a:link { text-decoration:none; color:#666666; }
h1 a:visited { text-decoration:none; color:#666666; }
h1 a:active { text-decoration:none; color:#666666; }
h1 a:hover { text-decoration:none; color:#ffffff; background-color:#333333; }

h2 {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:20px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


h3 {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:20px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


