/* Unchanged */
/*




/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%;}
body { background: #ffccff url(../images/bg/bg_body.jpg) top center no-repeat; font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #cc33cc; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.8em; font-weight:bold; color: #000000; font-family: Helvetica, Arial, Verdana, sans-serif; }
p { font-size:1.2em; line-height:1.4em; margin:12px 0; }
small { font-size:1.1em;}

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }

.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #FF59C8;}
a:visited { color: #FF59C8;}
a:hover { color: #FF59C8; text-decoration: underline;}
a:active { color: #FF59C8;}

.footer a:link { color: #FF59C8;}
.footer a:visited { color: #FF59C8;}
.footer a:hover { color: #FF59C8; text-decoration: underline;}
.footer a:active { color: #FF59C8;}

.bottom_box a:link { color: #bfff66;}
.bottom_box a:visited { color: #bfff66;}
.bottom_box a:hover { color: #ffffff; text-decoration: underline;}
.bottom_box a:active { color: #bfff66;}

a.arrow {background: transparent url(../images/arrows/arrow_pointer.gif) 0 50% no-repeat; padding-left: 14px;}

.btn_more { display:block; width: 38px; height: 13px; text-indent: -9999px; background: transparent url(../images/btn/btn_more.gif) top left no-repeat; float: right; }
.btn_more:hover { background-position: top right;}

.btn_invite_a_friend { display:block; width: 119px; height: 33px; text-indent: -9999px; background: transparent url(../images/btn/btn_invite_a_friend.gif) top right no-repeat; }
.btn_invite_a_friend:hover { background-position: top left;}

.btn_sitemap_home { display:block; width: 16px; height: 12px; text-indent: -9999px; background: transparent url(../images/btn/btn_sitemap_home.gif) top left no-repeat; margin: 16px 0 16px 12px; }
.btn_sitemap_home:hover { background-position: top right;}

.home_panel_right .btn_more, .home_panel_left .btn_more { margin-top: 1px; }


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container { width:960px; margin: 0 auto; background: transparent url(../images/bg/bg_container.gif) 0 0 repeat-y; padding: 0 0; }
.header { width:960px; height:280px; margin: 0 auto; padding: 0 0 0 0; overflow: hidden; background: transparent url(../images/bg/bg_header.png) bottom left no-repeat;}
.content { width:920px; margin: 0 auto; padding: 13px 20px 20px 20px; background:  url(../images/bg/repeat.png) 0 0 repeat-y; min-height: 300px; overflow: hidden;}
.main { float: left; display: inline; width: 616px; margin-top: 6px; margin-left: 10px; }
.sidebar { float: right; display: inline; width: 234px; background: #f9f6f5; border-top: 10px solid #d63a82; padding: 12px 10px 10px 10px; margin-top: 20px; }
.footer_box { width:100%; background: transparent url(../images/bg/bg_footer_box.jpg) top center no-repeat;}
.footer { width: 960px; margin: 0 auto; padding: 10px 0 24px 0; color: #d63a82; overflow: hidden; background: transparent url(../images/bg/) 0 0 no-repeat; }

body.blog .footer_box { background: none; }

/* Header Layout
--------------------------------------------------------------------------------------- */

.header h1 { float: left; display: inline; margin: 18px 0 0 19px; }
.header h1 a { display: block; width: 223px; height: 235px; text-indent: -9999px; background: transparent url(../images/logo.png) top left no-repeat; }

.main_nav { width: 651px; float: right; display: inline; margin-top: 100px; }
.main_nav li { float: left; display: inline; height: 85px; }
.main_nav li a { display: block; height: 85px; text-indent: -9999px; background: transparent url(../images/bg/bg_main_nav.png) 0 0 no-repeat; }
#home { width: 100px; background-position: 0 0; }
#home:hover { background-position: 0 -85px; }
#books { width: 80px; background-position: -100px 0; }
#books:hover { background-position: -100px -85px; }
#competition { width: 160px; background-position: -180px 0; }
#competition:hover { background-position: -180px -85px; }
#author { width: 105px; background-position: -340px 0; }
#author:hover { background-position: -340px -85px; }
#secret { width: 206px; background-position: -445px 0; }
#secret:hover { background-position: -445px -85px; }


body.home #home, body.home #home:hover{ background-position: 0 -170px; }
body.books #books, body.books #books:hover{ background-position: -100px -170px; }
body.competition #competition, body.competition #competition:hover{ background-position: -180px -170px; }
body.author #author, body.author #author:hover{ background-position: -340px -170px; }
body.secret #secret, body.secret #secret:hover{ background-position: -445px -170px; }




/* Video Layout
--------------------------------------------------------------------------------------- */

.video { width:920px; height:318px; margin: 0 auto 20px auto; position: relative; overflow: hidden; }

#video_bg { float:right; background: transparent url(../images/bg/title.jpg) no-repeat top right; }



/* Homepage Layout
--------------------------------------------------------------------------------------- */

.video { margin-bottom: 20px; }


.home_panel_left { float: left; display: inline; width: 646px; }
.home_panel_right { float: right; display: inline; width: 234px;  border-top: 10px solid #d63a82; padding: 12px 10px 10px 10px; }

.home_projects { float: left; display: inline; width: 313px; border-top: 10px solid #d63a82; padding-top: 12px; }
.home_help { float: right; display: inline; width: 313px; border-top: 10px solid #d63a82; padding-top: 12px; }

.home_projects h3 { color: #d63a82; }
.home_help h3 { color: #d63a82; }

.home_projects_row { width:100%; overflow: hidden; margin-top: 12px; border-bottom: 1px solid #ffccff;}
.home_projects_row img { float: left; padding-left: 35px; display: inline; border: 0px solid #ebebeb; }
.home_projects_row2 img { float: left; padding-right: 20px; display: inline; border: 0px solid #ebebeb; }
.home_project_content { float: left; display: inline; width: 100%; }
.home_project_content h4 { font-size: 1.4em; color:#FFFFFF; }
.home_project_content p { margin: 10px 0; }

.help img { border: 0; }

.home_help_row { overflow: hidden; margin-top: 12px; border-bottom: 1px solid #ebebeb;}
.home_help_row img { float: left; display: inline; border: 0px solid #ebebeb; }
.home_help_content { float: right; display: inline; width: 100%; }
.home_help_content h4 { font-size: 1.4em; color:#FFFFFF;}
.home_help_content p { margin: 10px 0; }

.home_bottom_left { float: left; display: inline; width: 424px; margin-top: 20px; }
.home_bottom_right { float: right; display: inline; width: 202px; margin-top: 20px; border-top: 10px solid #dfe4e1; padding-top: 12px; }
.home_bottom_right h3 { font-size: 1.3em; color: #939895; margin-bottom: 18px; }

.home_blog { width: 202px; border-top: 10px solid #dfe4e1; padding-top: 12px; }
.home_blog h4 { font-size: 1.3em; color: #939895; margin-bottom: 18px; }

.home_current_newsletter { overflow: hidden; width:100%; }
.home_current_newsletter img { float: left; display: inline; border: 3px solid #ebebeb; }
.home_news_content { float: right; display: inline; width: 40%; }
.home_news_content h4 { font-size: 1.4em;}
.home_news_content p { margin: 10px 0; }

.home_panel_right h3 { color: #d63a82; }
.home_events_row { padding: 12px 0; border-bottom:  1px solid #e7e2e0; }
.home_events_row h6 { font-size: 1.1em; color: #b8b0ad; }
.home_events_row h4 { font-size: 1.4em; margin-top: 4px; }

.home_ads { margin-top: 10px; }

/* Main Layout
--------------------------------------------------------------------------------------- */

.page_header { overflow: hidden; width: 920px; background: transparent url(../images/bg/bg_page_header.jpg) 0 0 no-repeat; height: 45px; }
.page_header h3 { float: left; color: #ffffff; font-size: 3em; font-weight: normal; margin-top: 6px; margin-left: 9px;}
.secret_row { padding: 12px 0; border-bottom:  5px solid #d63a82; }

.main h4, .full h4 { font-size: 2em; margin: 20px 0; color:#FFFFFF;}

.page_header h2 { font-size: 3em; font-weight: normal; color: #5d7c79; }

.main_content p.crumbs { margin: 16px 0; font-size: 1.1em; }

.main_content { width:616px; background: #ffffff; }
.main_content p { line-height: 1.6em; margin: 18px 0;}
.main_content ul, .main_content dl, .main_content ol, .full ul { margin: 16px 0; }
.main_content ul li, .main_content dl dd, .full ul li { list-style: disc; display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }
.main_content ol li { display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }

.main_image { float: left; display: inline; margin: 24px 28px 16px 0;  }
.main_imageright { float: right; display: inline; margin: 24px 28px 16px 0;  }
.main_image_small { float: left; display: inline; margin: 0 28px 24px 0; }
.secondary_image {margin: 14px 0 8px 0; border: 10px solid #dfe4e1; }


.news_list { width: 100%; border-bottom: 1px solid #e8e8e8; padding: 14px 0; overflow: hidden; }
.news_list .news_date { width: 10%; float: left; display: inline; }
.news_list .listing { width: 87%; float: right; display: inline; border-bottom: 0; margin: 0; padding: 0; }
.news_list h4 { font-size: 1.4em; margin: 0; }
.news_list h5 { font-size: 1.4em; margin: 0; }
.news_list .listing h4 { margin: 0 0 0 0; }

.full { width:910px; margin: 24px 0 0 10px; }
.full h4 { color: #21d4e7; }

.site_map_list { width: 16%; float: left; display: inline; }
.full .site_map_list li { font-size: 1.1em; margin-left: 12px; padding-left: 0;}
.full .site_map_list li.site_map_title { margin: 0 0 8px 0; padding: 0; list-style: none; font-size: 1.4em;}


/* Pages
______________________________________________________________________________________ */

.main_content ul.pages { margin: -5px 0 0 0; padding: 0; overflow: hidden; width: 96%; border-top:1px solid #e2ddcd; border-bottom:1px solid #e2ddcd; padding: 6px 2%; background: #f8f6ed; }
.main_content ul.pages li { margin: 0; padding: 0; float: left; display: inline; margin-right: 6px; color: #6d5935; }
.main_content ul.pages li.title { padding-top: 3px; font-weight: bold; }
.main_content ul.pages li a { display: block; padding:3px 4px;  text-decoration: underline; }
.main_content ul.pages li a:hover {  text-decoration: underline; background: #f1f8fc;}
.main_content ul.pages li a.active, ul.pages li a.active:hover { display: block; padding:3px 4px; border: 0; color: #6d5935; text-decoration: none; }
.main_content ul.top_pages { margin: 24px 0; }




/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.sidebar h3 { padding-bottom:8px; margin: 0; border-bottom: 2px solid #d63a82; color: #8c817d; }
.side_nav { margin-bottom: 16px; width: 234px; padding: 0 0 0 0;}
.side_nav li { font-size: 1.6em; background: transparent url(../images/arrows/arrow.gif) 0 50% no-repeat; border-bottom: 1px solid #dbd3d0;   }
.side_nav li a:link, .side_nav li a:visited, .side_nav li a:hover, .side_nav li a:active { display: block; width: 93%; padding: 6px 0 6px 7%; color: #d63a82; }
.side_nav li.last { border: none; }

.sidebar ul.checklist { margin: 24px 0; }
.sidebar ul.checklist li { padding-left: 28px; background: transparent url(../images/icons/icon_check_small.gif) 0 50% no-repeat; font-size: 1.4em; color: #555555; margin-bottom: 6px; font-weight: bold; }

.side_box { margin-bottom: 24px; }


/* Footer Layout
--------------------------------------------------------------------------------------- */




.copyright {display: inline; margin-top: 5px;  }

.copyright p{
text-align:center;
	color: #d63a82;
	font-size: 12px;
	line-height: 12px;}
	
	
	
	
	
	
