/*
Theme Name: The Great Big Glorious Book for Girls
Theme URI: http://www.lineindustries.com
Description: Custom skin for the publication of The Great Big Glorious Book for Girls.
Version: 1.0
Author: Tim Gedny
Author URI: http://www.lineindustries.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

img {
  border: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  background-color: #2F1447;
  font-size: 62.5%;
  color: #FFFFFF;
  text-align: center;
  min-width: 770px;
}

#wrapper {
  position: relative;
  width: 770px;
  margin: 0 auto;
  text-align:left;
}

#header {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}

#pagecontent {
  position: relative;
  float: left;
  width: 100%;
  background: url(../../../../img/gbgbfg_pagebck.gif) no-repeat top;
  height: 600px;
  margin-top: 15px;
}

#pagecontentxmas {
  position: relative;
  float: left;
  width: 100%;
  background: url(../../../../img/gbgbfg_pagebck_xmas.gif) no-repeat top;
}


.sidecol {
  position: relative;
  float: left;
  width: 235px;
  margin-top: 30px;
  background: url(../../../../img/gbgbfg_sidecol_bck.gif) no-repeat top right;
}

.sidecol ul {
  list-style-type: none;
  margin: 8px 0px 0px 0px;
  padding: 0px;
}

.sidecol ul li {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 15px 0px 15px 0px;
}

.sidecol h2 {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 55px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed #99B4D7;
  color: #99B4D7;
}

.maincol {
  position: relative;
  float: right;
  width: 470px;
  margin-top: 50px;
  font-size: 1.2em;
}

a.homelink:link , a.homelink:visited , a.homelink:active, a.homelink:hover {
  background: url(../../../../img/gbgbfg_nav_home_img.gif) no-repeat 0px 0px;
  padding: 4px 0px 6px 30px;
}

a.forumlink:link , a.forumlink:visited , a.forumlink:active, a.forumlink:hover {
  background: url(../../../../img/gbgbfg_nav_forum_img.gif) no-repeat 0px 0px;
  padding: 4px 0px 6px 30px;
}

a.reviewslink:link , a.reviewslink:visited , a.reviewslink:active, a.reviewslink:hover {
  background: url(../../../../img/gbgbfg_nav_reviews_img.gif) no-repeat 0px 0px;
  padding: 4px 0px 6px 30px;
}

a.authorlink:link , a.authorlink:visited , a.authorlink:active, a.authorlink:hover {
  background: url(../../../../img/gbgbfg_nav_author_img.gif) no-repeat 0px 0px;
  padding: 4px 0px 6px 30px;
}


a { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #BFB47A; text-decoration: underline; }



.alt { background: #442C5A; } /* Alternate row colors */

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em;
line-height: 1.5em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	color: #fff;
}


/* Structure
=================================== */

#forumheader { 
  position: relative;
  float: left;
  width: 470px;
  color: #FFFFFF;
}

#forummain { 
  position: relative;
  float: right;
  width: 470px;
  /* font-size: 1.2em; */
}

.bbcrumb {
  padding: 5px 0 20px;
  font-size: 0.8em;
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

#footer {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
}

/* Login Form
=================================== */

.login { 
	position: relative;
    float:left;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	z-index: 1;
}

.login p { 
  /* font-size: 1.2em; */
  padding: 0 0 5px 0; 
}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	/* font-size: 1.2em; */
	margin-top: 13px;
	float: left;
}

p.login {
	font-weight: normal;
	/* font-size: 1.2em; */
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}


/* Front Page
=================================== */

#front-page #discussions { 
	width: 470px;
}

#front-page #discussions h2 {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed #99B4D7;
  color: #99B4D7;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 5px 0px 15px 0px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed #99B4D7;
  color: #99B4D7;
}

#front-page #discussions ul { padding: 0 0 0 14px; }


/* Topic Page
=================================== */

.infobox {
	

}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 350px;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: left; }

.formfield {
  margin: 5px 0px 0px 0px;
}

.topiclink { display: block; }

.topictitle {
  font-weight: bold;
  font-size: 1.4em;
}

/* Other
=================================== */

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {  }

#latest th, #forumlist th, #favorites th {
    border-top: 1px dashed #99B4D7;
    border-bottom: 1px dashed #99B4D7;
	padding: 8px 0px 8px 0px;
}

#latest, #forumlist, #favorites {
  margin-top: 15px;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

.admin {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	/* font-size: 1.1em; */
	padding: 4px 7px;
	display: inline;
	position: relative;
}

#profile-menu li.current {
    border: 1px dashed #99B4D7;
	background-color: #442C5A;
}

#userinfo { margin-top: 10px;}

#userinfo dt { font-weight: bold; color: #99B4D7;  }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 10px 0px 10px 0px; }

.user-recent ol li.alt {
  background-color: #2F1447;
}

#useractivity  {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed #99B4D7;
  color: #99B4D7;
}

.user-recent h4 {
  font-size: 1.2em;
  padding: 5px 0px 5px 0px;
  color: #FFFFFF;
}


/* Profile Edit
=================================== */

fieldset { 
	border: none;
	padding: 0px; 
	margin-bottom: 15px;
}

legend { 
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 0px -5px;
  color: #FFFFFF;
}

fieldset table { 
  text-align: left;
  margin: 0px;
  padding: 0px;
}

fieldset table td { padding: 0px; }

fieldset p { 
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}

.submitright {
  text-align: left;
}


a.smalllink:link, a.smalllink:visited, a.smalllink:active {
  font-size: 0.8em;
  text-decoration: underline;
}

a.smalllink:hover {
  font-size: 0.8em;
  text-decoration: underline;
  color: #BFB47A;
}

#copyrightfooter {
  position: relative;
  float: left;
  width: 100%;
  font-size: 0.8em;
  margin-top: 40px;
}
