/* base CSS for survivingbullies.com by Lee Fleming, InfoPulse LLC www.infopulsellc.com */

html, body { 
 margin:0; 
 padding:0; 
 text-align:center;
 font: 10.5pt/160% Arial, Helvetica, sans-serif; letter-spacing: .03em;
color: #1A5160;
background-image: url('http://www.survivingbullies.com/images/bg.gif');
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #a1d9e5;

} 
 
#pagewidth { 
 width: 760px; 
 text-align: left; 
 min-width: 500px; 
 margin-left: auto; 
 margin-right: auto; 
  
} 

#container {
width: 100%;
background-color: #fff;
}

/* #wrapper {
margin: 0px auto;
padding-bottom: 10px;
width: 760px;
border-top: 7px solid #9DB7A7;
border-right: 1px solid #aaa;
border-bottom: 20px solid #9DB7A7;
border-left: 1px solid #aaa;
background: #eee;
color: #333;
} */

#maincol {  
 float: right; 
 display: inline; 
 position: relative; 
 width: 535px;
 padding: 15px;
border-left: 5px dotted #8dcede;
 }

#blog { display: inline; 
 position: relative; 
 width: 500px;}


#leftcol {
 width: 180px; 
 float: left; 
 position: relative; 
 padding: 5px 10px 5px 0;

 }

h2.sectiontitle {font-size: 13pt; font-family: "arial black", impact, arial, helvetica, sans-serif;
letter-spacing: .3em; text-transform: uppercase; color: #F2A40C; margin: 20px 0 20px 0; text-align: right;
 }

 h1 {
font-family: georgia, times new roman, times, serif;
letter-spacing: 0.09em;
}

div.comment {font-family: georgia, times new roman, times, serif; font-size: 10pt; color: #666; font-weight: 500;}

h4 {
font-family: georgia, times new roman, times, serif; font-size: 1.2em; 
margin-bottom: -6px; color: #CC6731;
}

h3.title {color: #1388aa; font-family: Georgia, serif; font-style: italic;
	font-size: 25px; font-weight: 500;   margin: 25px 0; }

p {
margin: 6pt 0; font-weight: 500; }
.dropcap {
	margin: 0px 0 -5px 0;
}
.center {
text-align: center;
}

blockquote {
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

li {
font-size: 100%;
}

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

a:link { background-color: transparent; text-decoration: none; color: #663300; }
a:hover { background-color: #663300; text-decoration: none; color: #fff; }
a:visited { background-color: transparent; text-decoration: none; color: #663300; }


 /* header stuff */
#header { 
 height: 80px; 
 width: 100%; 
 background-color: #1388aa; 
 padding: 0; margin: 0;
border-bottom: 1px solid #fff;
 } 
 #topline {
 	 }
 #logo {
 	height: 60px; padding: 0; float: left; margin: 0; border: 0;
 }
 h1#logotype {
 	float: left; color: #E0BE27; height: 60px;
 font: 500 15pt/80% Georgia, serif; text-indent: 5px; margin: 21px 0 -21px 0; padding: 0;
 }
 #logotype a {
 	color: #fc3; text-decoration: none;
 }

#yourstories {
 	height: 20px; 
	clear: both; 
	background-color: #017ba0;  
	padding: 0; 
	margin: 0; 
	text-align: right;
 }
/* end header stuff */

/* footer stuff */
#footer {
 height:25px; 
 width:auto; 
 background-color: #8dcede; 
 padding: 5px 10px 0 10px;
} 

#copyright {
	float: left;
}
 #platform {
 	float: right; padding-right: 15px;
 }
 #webmaster {
 	float: right;
 }
 .powered, a:link.powered, a:visited.powered {
 	font-size: 8pt; color: #095558;
 }


/* end footer stuff */

#blogtitle {
float: left;
margin: 0;
padding: 0;
width: 350px;
text-align: left;
}

#blogtitle h1 {
margin: 0;
padding: 0;
font-size: 160%;
letter-spacing: 0.1em;
text-align: left;
}

#content {
float: left;
margin-bottom: 10px;
padding: 0 10px;
}

#sidebar {
float: left;
margin-left: 5px;
padding: 10px;
border: 1px solid #ccc;
width: 225px;
background: #fff;
color: #333;
text-align: left;
font-size: 70%;
}


.date {
font-size: 95%; font-family: "arial narrow", arial, sans-serif; letter-spacing: .05em;
background: transparent;
color: #468889;
}

.tools {margin-bottom: 35px;}

/* .title {
font-size: 130%;
font-weight: normal;
background: transparent;
color: #1388aa;
border-bottom: 1px solid #ddd;
} */

.posted {
margin-bottom: 30px;
background: transparent;
color: #666;
}

.sidetitle {
margin: 10px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
border-bottom: 1px dotted #ccc;
}

.spacer {
clear: both;
}

.paginate {
 font-size:			11px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* left navs */
 ul#navlist
{
width: 171px;
width: 173px;
width: 171px;
padding: 0px;
border: 1px solid #ccc;
border-top: 0px;
margin: 0px 0 25px 0px;
font: 12px arial,helvetica,sans-serif;
background: #8ed0d4;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #fff; 
}

ul#navlist li a
{
display: block;
width: 134px;
width: 173px;
width: 134px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #017ba0;
background: #a1d9es;
text-decoration: none;
text-align: right; 
}

ul#navlist li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #1388aa;
}
/* end left navs */

/* form stuff */

.input {
background-color:  #fff;
color:             #666677;
font-family:       Arial, Sans-serif;
font-size:         13px;
border:        1px solid #8ed0d4;

}

#sidebarbox {width: 134px;
width: 173px;
width: 134px;
border: 1px  solid #017ba0;
padding:           1px 3px 1px 3px;
margin-top:        2px;
margin-bottom:     4px;
margin-left: 1px;
}


.textarea {
border:        1px solid #8ed0d4;
background-color:  #fff;
color:             #666677;
font-family:       Arial, Sans-serif;
font-size:         13px;
margin-top:        3px;
margin-bottom:     3px;
margin-left: 3px;
}

.checkbox {
background-color:  transparent;
color: #666677;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
font-family:       Arial, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 2px 1px 2px;
margin-top:        2px;
margin-bottom:     4px;
text-transform:    uppercase;
border: 2px solid #017ba0;
background-color: #a1d9e5;
color:            #666677;
}
 
/* search stuff */
.sidebarbox {
margin-left: 0px;
padding: 0px;
width: 171px;
width: 173px;
width: 171px;
background: #fff;
color: #667;
text-align: center;
border: 0px solid #ccc;
}

.sidebarstuff {
margin-left: 0px;
padding: 0px;
width: 171px;
width: 173px;
width: 171px;
background: #fff;
color: #667;
text-align: right;
border: 0px solid #ccc;
}

.sidebarstuff ul {
list-style: none;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

.sidebarstuff li {font-size: 8.5pt;}

p.sidebar { margin: 2px 0; padding: 0; font-size: 11px; text-transform: uppercase;}
h6 {color: #017ba0; font-family: Georgia, serif; font-size: 14px; font-weight: 500; margin: 0; padding: 0;}
h5 {color: #017ba0; font-family: Georgia, serif; font-size: 9px; font-weight: 500; margin: 0; padding: 0;}
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}