

body#cmsbody		/* only used when we're not embedded in another page. */
{
	margin: 0;
	padding: 0;
	background: #ddd;
}
#bare_output_wrapper	/* only used when we're not embedded in another page. */
{
	margin: 30px;
	border: 1px solid #555;
	background: #fff;
	padding: 10px;
	font: 9pt sans-serif;
}
div#cmsbody		/* only used when we *are* embedded in another page. */
{

}
#cmsbody		/* used whether we're embedded in another page or not. */
{
	/* text-align: center; */    /* why were we doing this?? */
}




#enccms #container
{
	margin: 120px 130px;
}

.cmscontrols
{
	margin: 25px auto 0 auto;
	width: 100%; 
	text-align: center;
}
p.blogprevnextlinks
{
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 24px;
}
#nextpagelink /* for the "Archives" and more-posts-in-this-category links */
{
	text-align: left;
	margin-bottom: 20px;
}

#pftextbox /* wrapper for textarea, controls, resizer */
{
	position: relative;
	width: 450px;
	border: 1px solid #000;
}
#pfcontrols
{
	width: 450px; /* same as width of #pftextbox */
	border: 1px solid #000;
	border-bottom: 0;
	white-space: nowrap;
	background: #bbb url(/enccms/layout/grad/grad_std_12px_100pct_white_to_trans_bottom.png) top left repeat-x;
	font-size: 8pt;
	line-height: 14pt;
}
#postingform textarea
{
	width: 440px; /* width of #pftextbox minus our padding */
	padding: 5px;
	height: 230px;
	color: #000;
	background: #efefef;
	border: 0;
	overflow: auto; /* hide default scrollbar in IE8 */
}
#pftagboxes
{
	width: 450px;
	margin: 1px 0px 0px 0px;
}
#textbox_resizer
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url(/enccms/layout/icons/textarea_resizer.png) bottom right no-repeat;
}
#pftopboxes input
{
	width: 125px;
	margin: 0px 2px 2px 0px;
}

#pftopboxes input, input.default, #enter-your-name-field, #pftagboxes
{
	border: 1px solid #333;
	color: #000;
	background: #efefef;
	padding: 5px;
}
textarea.default
{
	border: 1px solid #333;
	color: #000;
	background: #fff;
	padding: 0 0 0 2px;
}
#pftopboxes input:focus, #postingform textarea:focus, input.default:focus, textarea.default:focus, #enter-your-name-field:focus
{
	background: #f9ff96;
}
#pftopboxes input:hover, #postingform textarea:hover, input.default:hover, textarea.default:hover, #enter-your-name-field:hover
{
	background: #f9ff96;
}


input.blogsubjectboxdisabled
{
	color: #909090;
}
input.blogsubmitbutton, input.defaultbutton
{
	margin-top: 12px;
	border: 2px solid #000;
	padding: 4px 8px;
	background: #bbb url(/enccms/layout/grad/grad_std_12px_100pct_white_to_trans_bottom.png) top left repeat-x;
	color: #000;
}
input.blogsubmitbutton:hover, input.defaultbutton:hover
{
	background: #bbb url(/enccms/layout/grad/grad_std_12px_50pct_white_to_trans_top.png) bottom left repeat-x;
	color: #000;
}
input.enccms_submit_button
{
	text-align: left;
}
#blog-image-upload-checkbox
{
	margin: 0 5px 0 0;
}





#cms_columns /* wrapper for cms_pagelist and postscontainer. */
{
	overflow: auto; /* fix contained floats. */
}
#cms_pagelist_sidebar
{
	float: right;
	width: 130px;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 0;
	padding: 10px;
	text-align: left;
	background: #f6f6f6;
}
#cms_pagelist_sidebar h1
{
	font: bold 12pt sans-serif;
	border-bottom: 1px solid #777;
	margin: 0;
	padding: 0 0 7px 7px;
}
#cms_pagelist_sidebar ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cms_pagelist_sidebar li
{
	border-bottom: 1px solid #ccc;
}
#cms_pagelist_sidebar a
{
	text-decoration: none;
	display: block;
	padding: 7px;
}
#cms_pagelist_sidebar a:hover
{
	background: #efefef;
}

#cms_pagelist_wholepage
{
	text-align: left;
}
#cms_pagelist_wholepage h1
{
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #333;
}
#cms_pagelist_wholepage ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cms_pagelist_wholepage li
{
	padding: 5px 0;
}
#postscontainer
{
	float: left;
	width: 500px;
}
#postscontainer .blogcontainer
{
	padding-bottom: 35px !important;
	margin-bottom: 35px !important;
	/* margin-left: 10px; */
	border-top: 1px solid #fff;
}
.blogcontainer p.first
{
	margin-top: 0;
}
.bloghead
{
	margin-bottom: 5px;
}
.bloghead a
{
	font-size: 9pt;
}
.blog-op .bloghead
{
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.blog-op
{
	/* background: url(/layout/icons/post-separator-a--e03b.jpg) bottom center no-repeat; */
}


.blog-op .replytext
{
	display: none;
}
.blog-reply-even,   .blog-reply-odd
{
	background: url(/layout/icons/post-separator-b--e01.jpg) bottom center no-repeat;
}
.replynum
{

}
.replynum a
{
	color: #f00;
}
.blog-reply-even .author,   .blog-reply-odd .author
{

}
.blog-reply-even .divider,   .blog-reply-odd .divider
{
	display: none;
}


.blogcontainer:hover
{
}


.blog-reply-even .info,   .blog-reply-odd .info
{

}
.blog-reply-even:hover .info,   .blog-reply-odd:hover .info
{
	display: inline;
}
.blogbody
{
	margin: 0px;
	text-align: justify;
}
.blogbody blockquote
{
	border-left: 1px solid #aaa;
	padding-left: 8px;
}
.blogfoot
{
	/* IE seems to ignore this, which is good, because it allows	*/
	/* us to make Mozilla look right, which looks slightly wrong	*/
	/* without it because of the fix for another IE bug.		*/
	padding-bottom: 12px;
}

.blogheadleft, .blogheadright
{
	font-weight: bold;
}
.blogheadright
{
	float: right;
	text-align: right;
}
.blogheadleft
{
	float: left;
	text-align: left;
}
.blogfootright
{
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 8pt;
	color: #777;
}
.blogfootright a
{
	color: #777;
}
.blogfootright:hover, .blogfootright:hover a
{
	color: #444;
}
.blogfootleft
{
	float: left;
	text-align: left;
	font-weight: bold;
}
.bloguserinfo
{
	margin-bottom: 5px;
	margin-top: 6px;
}
.bloguserinfoleft
{
	float: left;
	text-align: left;
}
.bloguserinforight
{
	float: right;
	text-align: right;
}
.spellerror
{
	color: black;
	background: yellow;
}
.bloghead .label
{
	font-weight: bold;
	color: #474747;
}
.postdate, .posttime
{
}
.postauthor, .postlinks
{
}
h1.postsubject
{
	margin: 0;
	padding: 0;
	display: inline;
	font: bold 9pt/9pt serif;
	font-family: serif;
	color: #000;
}
h2.subtitle
{
	margin-top: 0;
	padding: 5px 0;
}
.gravatar
{
	position: absolute;
	top: -12px;
	right: -5px;
	margin: 14px 7px 5px 9px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
.gravatar img
{
	border: 0;
}

#comments_header
{
	position: relative;
	margin: 15px 0px 15px 0px;
	text-align: left;

	padding: 10px;
	font-size: 18pt;
	background: #efefef;
	border: 1px solid #bbb;
	color: #777;
}
.enccms_instructions_header
{
	text-align: left;
}
h3.blog_rawedit_header
{
	position: relative;
	margin: 15px 0px 15px 0px;

	padding: 10px;
	font-size: 18pt;
	background: #efefef;
	border: 1px solid #bbb;
	color: #777;
}
#postingform
{
	text-align: left;
	margin-bottom: 30px;
}
#final_posting_form
{
	text-align: left;
	margin-bottom: 5px;
}
#enccms_approve_form, #enccms_delete_form
{
	text-align: left;
}

img.boardimg
{
	margin-bottom: 1em;
}
img.boardimg[align="right"]
{

}
img.boardimg[align="left"]
{

}
img.flow-right-small
{
	float: right;
	margin-left: 1em;
	max-width: 50%;
	height: auto;
}
img.flow-left-small
{
	float: left;
	margin-right: 1em;
	max-width: 50%;
	height: auto;
}

#pftopboxes br
{
}
#pftopboxes div, #postingform textarea
{
	margin-bottom: 6px;
}
#pfcheckboxes
{
	margin: 12px 0 0 0;
}

#pf-event-date, #pf-event-time
{
	margin-bottom: 8px;
}
#eventcal
{
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #888;
	width: 164px;
}
#eventcal th
{
	background: #efefef;
	padding: 4px;
}
#eventcal .currentmonth
{
	color: #333333;
}
#eventcal .othermonth
{
	color: #aaa;
}
#monthdetail
{
	text-align: center;
}
#monthdetail #eventcal
{
	margin: 10px auto;
}
#monthdetail #eventprevnextlinks
{
	text-align: center;
}
.noeventsnote
{
	text-align: center;
	font-style: italic;
}

textarea.blogtextbox,textarea.posteditor
{       
}       
#pfimagestuff
{       
	border: 1px solid #333;
}
.file_posting_section_odd
{
	background: #eee;
	padding: 8px;
}
.file_posting_section_even
{
	background: #ddd;
	padding: 8px;
}
.image_upload_set_options_odd
{
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 8px;
}
.image_upload_set_options_even
{
	border: 1px solid #eee;
	padding: 5px;
	margin-top: 8px;
}
.posttagsblock
{
	margin-top: 4px;
}
#pftagboxes
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px;
	font-size: 8pt;
}
#pftagboxes .desc
{
	font-weight: bold;
	margin-bottom: 7px;
}
.posttag-ckbx
{
	white-space: nowrap;
	border: 1px solid #efefef;
	padding: 2px;
	margin: 1px 10px 1px 0;
	line-height: 190%;
}
.posttag-ckbx:hover
{
	background: #fff;
	border: 1px solid #888;
	cursor: pointer;
}
.r-act-more, .r-act-edit
{
	margin-top: 1.2em;
}
.r-act .numreplies, .r-act .date, .r-act .author
{
	font: 8pt/10pt sans-serif;
}

#cms_post_body
{
	width: 380px;
	margin-bottom: 0 !important;
}
#pfcontrols a:link,
#pfcontrols a:visited
{
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	padding: 1px 7px;
	border-right: 1px solid #888;
	background: #bbb url(/enccms/layout/grad/grad_std_12px_100pct_white_to_trans_bottom.png) top left repeat-x;
	color: #000;
}
#pfcontrols a:link:hover,
#pfcontrols a:visited:hover
{
	text-decoration: none;
	border: 0;
	border-right: 1px solid #000;
	background: #bbb url(/enccms/layout/grad/grad_std_12px_50pct_white_to_trans_top.png) bottom left repeat-x;
	color: #000;
}

#postpreview
{
	margin-bottom: 30px;
	text-align: left;
}


#enccms_search_results
{
	text-align: left;
}
#enccms_search_summary
{
	margin: 10px 0 20px 0;
	border: 1px solid #999;
	padding: 5px;
	background: #efefef;
}
#enccms_search_results .one_result
{
	margin: 10px 5px;
}
#enccms_advanced_search
{
	margin-top: 20px;
	border: 1px solid #999;
	padding: 5px;
	background: #efefef;
}


