/* CSS Document */
body {
font-family:geneva, arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
min-width: 760px;
height: 100%;
text-align: center;
}

a { text-decoration:none ;}
a:link { text-decoration:none; color:#e33caa }
a:visited { text-decoration:none; color:#e33caa }
a:hover { text-decoration:none; color:#333333 }

p, td {
color: #333333;
font-size: 78%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 0 0 20px 0;
}

blockquote {
color: #333333;
font-size: 78%;
font-style: normal;
font-weight: normal;
line-height:1.75em;
margin: 0px;
padding: 0px;
}

td.middle{
text-align:center;
vertical-align:middle;
}
p.green {
color: #e33caa;
font-size: 110%;
margin: 0px;
padding: 0px;
}

p.news {
width: 300px;
margin: 0px;
padding: 0px;
}

h1 {
color: #333333;
font-size: 160%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
color: #333333;
font-size: 130%;
font-weight: normal;
margin: 0px;
padding: 0px;
font-weight: normal;
letter-spacing: -1px;
}
h3 {
	color: #333333;
	font-size: 120%;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

h4 {
color: #333333;
font-size: 140%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}
h5 {
color: #333333;
font-size: 95%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: bold;
letter-spacing: -1px;
}

/* POSITIONING */

div.container {

	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 830px;
	text-align: center;
	background: #fff url("/images/background760.gif") repeat-y 50% 0;
	display: block;
}


.container img, #sidebar img, #main img {
	border: 0px;
	vertical-align:middle;
}

div.footer {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 830px;
height: 40px;
margin: 0px auto;
text-align: center;
background: #fff url("/images/footer.gif") no-repeat top;
}

div.logo {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 760px;
height: 85px;
text-align: left;
/*background: #fff url(/img/fblogo.gif) no-repeat;*/
background: #fff url("/images/header.gif") no-repeat;
}

div.header {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 760px;
height: 268px;
text-align: left;
background: #fff url("/images/header-bg.gif") repeat-x bottom right;
}

div.nav {
float: left;
width: 250px;
padding: 37px 0px 0px 0px;
}

#navcontainer {
width: 175px;
}

ul#navlist {
margin: 5px 0 0 0;
padding: 0px;
list-style-type: none;
font-size: 12px;
text-decoration: none;
}

ul#navlist li {
display: block;
margin: 0px;
padding: 0px;
}

ul#navlist li a {
display: block;
padding: 8px 0px 0px 55px;
width: 120px;
height: 21px;
}

ul#navlist li a:link, ul#navlist li a:visited {
color: #ffffff;
text-decoration: none;
}

ul#navlist li#active a, ul#navlist li.current_page_item a{
	text-decoration: none;
	color: #333333;
	background-color: #fbe2f1;
}

ul#navlist li#active a:hover {
color: #333333;
}

ul#navlist li a:hover {
color: #333333;
}




div.headerfloat {
float: left;
margin: 0px;
padding: 0px;
width: 490px;
height: 268px;
/* background: url(/img/stripes.gif); */
}

div.headerfloat h2 {
margin: 4px 0px 0px 15px;
}

div.content {
margin: 0px auto;
padding: 35px 0px 0px 0px;
width: 760px;
text-align: left;
background: #fff url("/images/bgcolor.gif");
}

div.content p {
text-align: left;
margin: 0px; 
padding: 0px;
line-height: 150%;
}

div.leftcol {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 20px 40px 35px;
width: 210px;
text-align: left;
}

div.leftcol p {
padding: 0px 0px 20px 0px;
}


div.onecol {
float: left;
margin: 0px 0px 0px 25px;
padding: 0px 20px 40px 35px;
width: 425px;
text-align: left;
}

div.onecol p {
padding: 0px 0px 20px 0px;
}

img.floatright, img.right {
float: right;
margin: 12px 0px 2px 10px;
border: 0px;
}

img.floatleft, img.left {
float: left;
margin: 0px 7px 3px 0px;
border: 0px;
}

div.pfloat {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 10px;
width: 210px;
height: 160px;
text-align: left;
}

div.pfloat p {
padding: 0px 0px 0px 10px;
}

div.pfloat h1 {
padding: 0px 0px 0px 10px;
}

div.contentbottom {
clear: both;
 margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 0px;
width:760px;
text-align: center;
background: #FFFFFF url("/images/bottomlogo.gif") top right no-repeat;
border-top: dotted 1px #CCCCCC;
}

div.contentbottom p {
font-size: 70%;
color: #999999;
}

div.botleft {
float: left;
margin: 25px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 150px;
text-align: left;
}

div.botleft p {
margin: 0px;
padding: 0px 20px 0px 30px;
}

div.botmiddle {
float: left;
margin: 25px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 200px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botmiddle p {
margin: 0px;
padding: 0px 20px 0px 25px;
}

div.botright {
float: left;
margin: 25px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 150px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botright p {
margin: 0px;
padding: 0px 20px 0px 25px;
}

div.clear {
clear: both;
width: 760px;
height: 0px;
}

div.newsfloat {
float: right;
margin: 0px 0px 20px 25px;
padding: 15px 0px 4px 10px;
width: 200px;
text-align: right;
/*background:  url("/images/newsnote-bg.gif") bottom left no-repeat;*/
}

div.newsfloat p {
color: #333333;
margin: 0px;
padding: 0px;
}



/*      PORTFOLIO SPECIFIC STYLING        */

div.pfouter {
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 10px;
width: 445px;
text-align: left;
}

img.pfl {
margin: 0px 0px 0px 10px;
padding: 0px;
}



/*      FORM SPECIFIC STYLING        */

#verticalForm fieldset {
display: block;
width: 280px;
margin: 0 0 3em 2em;
padding: 0 1em 1em 1em;
color: #333333;
font-style: normal;
font-weight: normal;
/*background: url(/img/stripes.gif);*/
border: 0px;
}

#verticalForm fieldset.radio {
width: 274px;
margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input {
clear: both;
float: left;
width: auto;
}

#verticalForm fieldset.radio label {
font-weight: normal;
}

#verticalForm input {
clear: both;
display: block;
width: 274px;
border: #FFFFFF 0px;
padding: 3px 3px 3px 2px;

color: #000000;
font-style: normal;
font-weight: normal;
font-size: 86%;
}

#verticalForm input.submit {
/*background: none;
width: 100px;
margin:10px;*/
text-align: right;
}

#verticalForm input.hidethis {
display: none;
}

#verticalForm textarea {
display: block;
border: #FFFFFF 0px;
padding: 3px 3px 3px 2px;
width: 274px;

color: #000000;
font-style: normal;
font-weight: normal;
font-size: 86%;
}

#verticalForm label {
clear: both;
display: block;
margin-bottom: 1em;
font-size: 90%;
}

#verticalForm label.first {
padding-top: 1em;
}

#verticalForm select {
display: block;
border: 0px;
width: 280px;
}


div.requirednote {
float: right;
margin: 15px 3px 0px 0px;
padding: 0px;
width: 160px;
height: 20px;
background:  url("/images/pillbg.gif") no-repeat;
}

div.requirednote p {
color: #333333;
font-size: 70%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 4px 0px 0px 8px;
}


div.hovernote {
float: right;
margin: 3px 3px 0px 0px;
padding: 0px;
width: 180px;
height: 20px;
background:  url("/images/longerpillbg.gif") no-repeat;
}

div.hovernote p {
color: #333333;
font-size: 70%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 4px 0px 0px 8px;
}

div.notesclear {
clear: both;
height: 0px;
}

.cap {
padding-top:10px;
height:25px;
font-size: 20px;
line-height: 22px;
font-weight: normal;
}


img.right{
float:right;
}
img.left{
float:left;
}

/* Pixelated text 
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #666;
line-height: 1.5em;
*/

.hidethis{
	display:block;
	left: -2000px;
	position: relative;
}h1.poetry {
	background-image: url(/magneticpoetry/images/fridgeLogo_f01.gif);
	background-repeat: no-repeat;
	background-position: left left;
}
h1.poetry span{
display:none;
}

div.leftPoetry {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 100px;
width: 470px;
text-align: left;
}
div.floatie{
float:right;
display: compact;
margin: 0px 0px  0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
}
ul {
	font-size:-1em;
}
.post {
	margin: 0 0px 40px 0px;;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	.post h2 {
	clear: both;
	display: block;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 8px 0 0px 0px;
	border-bottom: 1px solid;
	border-bottom-color:#CCCCCC;
	width: 100%;
	font-size: 1.3em;
	margin-bottom: 5px;
	line-height: 1em;
}
.post #details {
padding-bottom:5px;
width:100%;
font-size: 78%;
}

.commentscount {
	margin-left: 8px;
	padding-left:20px;
	background:url("/images/commentscount.png") left no-repeat;
	position: absolute;
}	
.category {
	background:url("/images/folder.png") no-repeat;
	margin-left: 8px;
	padding-left: 20px;
	}	

.entry{
	margin-top:5px;
	line-height: 1.1em;
	margin-bottom: 5px;
}



/********* Sidebar Div *********/
#sidebar {
margin-right:-5px;
	float:right;
	width:240px;
	background-color: #FDEEF8;
}

.title {
	display: block;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/images/header-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#sidebar a { 
	
}

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

#sidebar ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px dashed #ffffff;
}

.searchdiv {
	margin-top: 2px;
}	
.searchdiv #searchform{
padding:0 0 0 0;
margin:0 0 0 0;
}
ul.rightlist, ul.recentComments {
	font-size: 0.9em;
	list-style: none;
	margin-bottom: 10px;
}

ul.recentComments li {
	background-color: #FFCCFF;
	color: #333333;
	padding-left: 0px;
}

ul.rightlist li {
/*	background: url("/images/bullet.png") left no-repeat;
	padding-left: 15px;*/
	margin-bottom: 1px;
	color: #000;
}

ul.rightlist li:hover {
/*	background: url("/images/bullet2.png") left no-repeat;*/
}
ul.rightlist li a {
	/*color: #fff !important;*/
	font-size: 1em;	
	display: block;
	font-weight: normal;
	text-decoration: none;
}

ul.rightlist li a:hover {
	color: #000 !important;
}
ul.recentComments li:hover {
	background-color: #FFCCFF;
	color: #000;
}
ul.recentComments li, ul.themeswitcher li {
	border-bottom: 1px solid #E2E2E2;
}
ul.recentComments li a, ul.themeswitcher li a {
	text-decoration: none;
}


/********* Tags *********/

.small {
	font-size: 0.8em;
	color:#CCCCCC;
}
 #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
}

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

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

hr {
	height: 2px;
	color: #E33CAB;
	background-color: #E33CAB;
	}
	
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;
	}	

#content { 
	float: left; 
	width: 55%;
	padding: 0 1.2em 1.2em 1.6em; 
	margin: 0px 0 0 px 0;
}

#content h2 {
    clear: both;
	display: block;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 8px 0 6px 0px;
	width: 100%;
}

#content h2 span.date {
	float:left;
	padding-right: 15px;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: -1px !important;
}

div #main {
	float: left;
	width:510px;
	text-align: justify;
	padding-left: 10px;
   
}
div.entry p{
padding: 0px 0px 20px 0px;
}
div #maincol p {
padding: 0px 0px 20px 0px;
}
 
div #single {
	text-align: left;
	float: left;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px 40px 0px;
}

div #contentWrap{
float:inherit;
width:760px;
/*padding:5px 0px 5px 0px;*/
}
html>body #contentWrap{
float:inherit;
margin-left:30px;
}


/******** Begin Comments ********/
.alt {
	margin: 0;
	padding: 10px;
	}

#commentform label{
width: 5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
.commentlist p {
	margin: 10px 5px 10px 0;
	}	

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

#commentform p {
	}
	
#commentform p {
	margin: 5px 0;
	}	

.commentmetadata {
	font-weight: normal;
	}	

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
select {
	width: 130px;
	}

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

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

/******** End Comments ********/
h1.pageTitle {
	font-size: 1.8em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E33CAB;
	text-transform: uppercase;
	line-height: normal;
}

