/*
Theme Name: Agitainment
Theme URI: http://agitainment.com
Description: Pulse-Pounding Agitainment Letters-Page and Forum.
Version: 1.0
Author: Rick Ross based on agentmaximus
Author URI: http://agitainment.com/
*/

/* Clean up for browser compatibility
================================== */

@import url("initial.css");
@import url("layout.css");

/* initial.css sets the margins oddly for ordered lists */
ol { margin: 1em 0.3em }

/* Global Styles
=================================== */
hr {
	display: none;
	width:99%;
}

h2 {
	font-size:24px;
	}

/* Default table structure
=================================== */
/* 100% is a good starting width for most tables - this is a forum! */
table #forumlist { 
	width: 840px;
}

#forumlist1 { 
	width: 700px;
}

/* Login form (header.php)
=================================== */
.login { 
	margin:10px 0 10px 0px;
}

.login p {
	font-size:12px;
	margin:0px 0 0 0;
}

.login th {
	width:100px;
}
		
.login label {
}

.login #submit {
}

p.login {
	font-size:12px;
	margin-bottom:12px;
}

form.login input { 
}

/* Breadcrumbs (most templates)
=================================== */
.bbcrumb {
	margin:0;
}


/* Notice (profile.php)
=================================== */
.notice { 
}

.notice p { 
}



/* Front Page
=================================== */
#hottags {
	margin-top:0px;
	padding:0 0 0 20px;
}

#hottags h3 {
	margin:0;
	padding:0;
}

#front-page #hottags { 
}

#front-page #discussions { 
	}
	
.addnew, .addnew a {
	color:#6699FF;
	}

#views {
	font-size:14px;
	}

/* hot tags! */
.frontpageheatmap {
	margin:0px;
	padding:0;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
}



#front-page #discussions ul {
}

.sticky {
	background-color: #CCFFFF;
}

.sticky.alt {
	background-color: #FFF1BF;
}

	
/* Topic Page (topic.php)
=================================== */
/* wrapper for topic */
.infobox {
	text-align:left;
	width:99%;
	font-size:12px;
}

.infobox1 {
	position:relative;
	width:820px;
	height:42px;
	background: #FF6666;
	padding:0 10px;
	z-index:100;
}

.topicadjust {
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
}
	
#titletopic {
	float:left;
	margin:0;
	padding:12px 0 10px 0;
}

#topicrss {
	float:right;
	font-size:12px;
	margin: 30px 10px 0 0;
}

ul.topicmeta {
	display: block;
	margin-left 1.0; padding-left: 0em;
	list-style:none;
}

.topicmeta li {
	display: list-item;
	list-style: square inside;
}

/* styles tag form fields and button */
#topic-tags {
	text-align:left;
	margin:0;
	padding:10px 0 0px 20px;
	font-size:12px;
	line-height:100%;
	color:#333333;
}

#subscribe_to_topic {
	list-style-type:none;
	float:right;
	font-size:12px;
	margin:0;
	padding:11px 20px 0 0;
}

#subscribe_to_topic select {
	font-size:11px;
	font-weight:normal;
	line-height:100%;
	color:#333333;
	margin-bottom:1em;
}

#tagheader {
	float:left;
	}
	
#othertags {
	display:inline;
	float:left;
	padding-top:5px;
}	

#notags {
	float:left;
	padding: 0 30px 0 5px;
	line-height:100%;
	font-size:12px;
}	

#tagsleft {
	float:left;
	padding-top:5px;
}

#tagsright {
	float:left;
	margin-top:0px;
}

/* styles input text and Add button on topic page */

input.tagforminput {
	font-size:10px;
	line-height:100%;
	height:12px;
	color:#333333;
	vertical-align:top;
	}

input.ten {
	font-size:10px;
	}
	
#favorite-toggle {
	float:right;
}
		
.post-form {
	text-align:left;
	margin: 20px 0 0px 0;
	padding: 10px 0 10px 20px;
	font-size:15px;
	/*background-color:#ffff66;*/
}


#replybox {
	float:left;
}

#postform h3 { 
	font-size:15px;
	line-height:120%;
	margin-bottom:0px;
}

#postform input { /* this controls the buttons on the attachment uploads (on BB-ATTACHMENTS.PHP in My-Plugins folder) of the reply box */
	font-weight:normal;
	color:#333333;
	font-size:10px;
}

#postform #topic {
	font-size:14px;
	height:17px;
	color:#333333;
	line-height:120%;
	}
	
#pickforum {
	float:left;
	padding-right:20px;
}	
	
#postsubmit {
	float:left;
}

.mustlog {
	text-align:left;
	margin: -10px 0 10px 20px;
	}

.admin {
	padding: 5px 0 0 20px;
	font-weight:normal;
	color:#333333;
	font-size:14px;
}

#admin1 {
	float:left;
	}

#admin2 {
	float:left;
	padding:0 0 0 10px;
	}

.twelve { /* controls Allowed Markup text */
	font-size:12px;
	color:#333333;
	line-height:120%;
	}
	
.ten {
	font-size:11px;
	color:#333333;
	}

/* .nav used by topic.php & tag-single.php */
.nav {
	height:5px;
}

.nav span {
}

.nav span, .nav a {
}

#thread {
	margin-top:0px;
	list-style-type:none;
	width:840px;
}

#thread li {
	margin-bottom: 1.0em;
}

#thread li ol, #thread li ul {
}


#thread li ol li, #thread li ul li {
}

/* following are used by post.php which is called on topic.php */


#threadpost {
	margin-left: 0px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	max-width:100%;
}

#threadauthor {
	float:left;
	width: 150px;
}

#leftauthor {
	overflow: hidden;
}

#avatar {
	float:left;
}

#pointer {
	float:right;
	margin-top:40px;
}

#auth {
	margin-top:0px;
	overflow: hidden;
	}

#rightpost {
	float:left;
	overflow: hidden;
	}
	
.toppart {
	height:30px;
	overflow:hidden;
}
	
.ltcircle {
	float:left;
	margin:0px;
	padding:0px;
}

.midspace {
	float:right;
	width:585px;
	height:30px;
	background-color: #ffffff;
	text-align:right;
	font-size: 0.8em;
}

.lefthalf {
	width:615px;
	float:left;
	overflow:hidden;
}

.rtcircle {
	float:right;
}

.balloon {
	background-color:#FFFFFF;
	width:585px;
	padding: 0px 30px 10px 30px;
	margin-top:0px;
	overflow: hidden;
	}

.num, #forumlist small {
}

/* this styles the background color of the new topic form on TOPIC.PHP */
.postform {
	margin:0;
	/* background: #FFFF66; */
	padding: 0px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	color:#333333;
}

.postform h3 {
	color:#333333;
	size:5px;
}

.postform textarea {
	height: 12em;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:120%;
	font-weight:normal;
	color:#333333;
}

#bbcode_buttons {
	font-size:12px;
 	color:#333333;
}

.postform label { 
	display: block;
	margin:0px 0 10px 0;
	padding:0;
}

#entertags {
	margin:0;
}

.postform input {
	font-size:12px;
	line-height:100%;
	line-height:14px;
	color:#333333;
	}
		
.postform select {
	font-size:11px;
	line-height:100%;
	color:#333333;
	}
	
.postform submit {
	font-size:10px;
	color:#333333;
}
	
.rssfeed { line-height: 20px; padding-left: 23px; background: url( "images/feed-icon-16x16.png" ) center left no-repeat; }


/* this styles forms at bottom of TAGS.PHP single tap page */

#manage-tags input {
	font-size:12px;
	line-height:100%;
	line-height:14px;
	color:#333333;
}

#tag-rename {
	}
		
#tag-merge  {
	}

#tag-destroy  {
	}

#manage-tags li {
}

/* this styles a many form fields and submit buttons all with class submit */
.submit {
	font-size:10px;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	margin:0px;
	}
	
	.submit input.submit {
		font-size:10px;
		}
	
.link {
}

.topictitle {
	margin:0;
	padding:0;
}

.topictitle1{
	margin:0 0 30px 0;
	padding:13px 0 0 0;
}

/* this styles the dropdown to move forum on TOPIC.PHP */
#topic-move {
}

#topic-move input {
	margin-bottom: 1.0em;
	font-size:10px;
	line-height:100%;
	line-height:14px;
	color:#333333;
}

.editformh2 {
	font-size:15px;
	margin:0 0 2px 20px;
	padding:0;
}

.editformh21 {
	font-size:15px;
	margin:0 0 0px 20px;
	padding:0;
}


#edittextarea input {
	margin:0px 0 0 20px;
	padding:0;
}

#edittextarea1 {
	margin:0px 0 0 20px;
	padding:0;
}

.editpost input {
	font-size:10px;
	line-height:100%;
	line-height:14px;
	color:#333333;
}

#topic-move select {
	margin-bottom: 1.0em;
	font-size:11px;
	line-height:100%;
	color:#333333;
}



/* Content - specific to the main content div
=================================== */

#content .frontpageheatmap a {
}

#content .infobox li {
}

#content .nav a {
}

#content .nav a:hover {
}

#content a:visited {
}


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

#profile-menu {
	margin:0;
	padding:0;
	list-style: none;
}

#profile-menu ul {
}

#profile-menu li {
	font-size: 14px;
	background-color: #FFFF66;
	padding: 4px 7px;
	margin: 0px;
	display: inline;
	position: relative;
	top: -1px;
}

#profile-menu li.current {
	background-color: #FF6666;
}

#profileinfo {
	padding:0 0 0 20px;
	line-height:100%;
}

#userinfo input{
	font-size:12px;
	line-height:100%;
	line-height:14px;
	color:#333333;
}

#userinfo dt {
}

#userinfo dd {
} 

/* these style form fields on Profile Edit page */	
#userinfo tr td {
	font-size:12px;
	line-height:100%;
	color:#333333;
	}
	
#admininfo tr td {
	font-size:12px;
	line-height:100%;
	color:#333333;
	}
	
#admininfo input {
	font-size:12px;
	line-height:100%;
 	line-height:14px;
	color:#333333;
	}

#admininfo select {
	font-size:11px;
	line-height:100%;
	color:#333333;
	}
	
.delete {
	font-size:11px;
	line-height:100%;
	color:#333333;
	}
	
#useractivity {
	margin-bottom:0;
}

.user-recent {
}

.user-recent .alt {
	background-color: transparent;
}

.user-recent ol {
}

.user-recent ol li {
}

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

fieldset p { 
	margin:5px 0 0 20px;
	font-size:14px;
}

.required {
}

legend { 
	padding:10px 0 0 0;
	margin:0;
	font-size:17px;
	font-weight:bold;
	color:#333333;
}

fieldset table { 
	margin-left:20px;
}

fieldset table td { 
}

fieldset p { 
}


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

#front-search {
}

#footercontainer {
	float:left;
	width:635px;
}

#footerright {
	float:right;
	width:195px;
	margin:5px 10px 0 0;
	padding:0;
}

#footertext {
	float:right;
	width:430px;
	text-align:center;
}

#searchleft {
	float:left;
	font-size:12px;
}

#searchleft input {
	font-size:10px;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	margin:0;
	padding:0;
	}

#relevant {
	margin:0 0 0 20px;
	padding:0;
}

#searchright {
	float:left;
}

#searchright input {
	margin:0 0 0 10px;
	padding:0;
}


#forumtop {
	margin:0;
	padding:0;
}

#forumcrumb {
	float:left;
	width:500px;
}

#forumrss {
	float:right;
	font-size:12px;
	margin:0;
	padding:0;
	text-decoration:none;
}

#tableft {
	text-align:left;
	background: #FF6666;
	padding-left:10px;
	width:500px;
	}
	
#tableft1 h2 {
	font-size:30px;
	margin:0;
	padding:0px 0 0 0;
	line-height:100%;
}

#tableft1 h3 {
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0 0 0px 0;
	line-height:100%;
}

#tabright1 h3 {
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0 0 7px 0;
	line-height:100%;
}

#forumlist2 {
	margin-top: 18px;
	height:42px;
}
	
#forumlist2 #tableft {
	text-align:left;
	background: #FF6666;
	padding-left:200px;
	width:710px;
	}
	
#forumlist2 th {
	background:#ff6666;
}
	
#forumlist1 #tableft {
	text-align:left;
	background: #FF6666;
	padding-left:10px;
	width:600px;
	}
	
#forumlist1 #tableft1 {
	height:105px;
	text-align:left;
	padding:0;
	width:605px;
	line-height:100%;
	overflow:hidden;
	}
	
#forumlist #tableft {
	text-align:left;
	background: #FF6666;
	padding-left:10px;
	width:700px;
	}
	
#topichead {
	text-align:center;
}	
	
#latest th, #forumlist th, #favorites th {
	font-size:14px;
	margin:0;
	padding:0;
}

#latest td, #favorites td {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
}

#forumlist td {
	text-align:left;
	font-size:20px;
}

#latest .num  {
	text-align:center;
	font-size:14px;
	overflow:hidden;
}

#forumlist .num  {
	text-align:center;
}

#favorites .num  {
	text-align:center;
}

#latest {
	width:100%;
}

#latest, #forumlist, #favorites {
	text-align:center;
	}

#forumlist tr td div.nest {
}

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

#latest th, #forumlist th, #favorites th {
	background-color: #FF6666;
	/* puts color bars behind table headings */
}

#latest, #forumlist, #favorites {
}


/* this styles alternating posts as yellow */
#discussions .alt {
	background-color: #FFFF66;
}

#latest .alt {
}

#forumlist .alt  {
}

.bozo {
}

.alt.bozo {
}

.deleted {
}

.alt.deleted {
}


h8 {
       font-size:14px;
	   color:333333;
	   word-spacing:10px;
	   font-weight:bold;
	   line-height:130%;
}

h9 {
   font-size:9px;
	}

/* a div to put a line over the top of something */
#linetop {
	width:99%;
 border-top: 1px solid #333333;
	font-size:12px;
	}
	
.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}

#manage-tags input {
	font-weight:normal;
	color:#333333;
	font-size:10px;
}

#useravatar {
	float:right;
	padding:0 20px 10px 10px;
}

.indent {
	margin:0 0 0 20px;
}

#user-replies h4 {
	margin-bottom:-15px;
}

#user-threads h4 {
	margin-bottom:-15px;
}

#topprofile p {
	padding-left:0;
}

#user-replies ol {
}

#user-threads ol {
	padding-left:20px;
}

#userinfo {
	margin:1em 20px;
}

#editdata input {
	font-size:12px;
	line-height:100%;
	height:14px;
	margin:-2px 0;
	padding:0;
	width:300px;
}

#editdata th {
	font-weight:normal;
	margin:0;
	padding:0;
	width:225px;
}

#editdata #avatarcheck {
	display:inline-block;
	width:15px;
	margin:0px 10px 0 0;
}

#editdata #avatarimage {
	margin: 20px 52px 0 0;
}


#editdata p {
	margin:0 0 0 20px;
	padding:0;
}

#editdata legend {
	padding:10px 0 5px 0;
}

#editadmin input {
	font-size:12px;
	line-height:100%;
	height:14px;
	margin:-2px 0;
	padding:0;
	width:200px;
}

#editadmin #avatarcheck {
	display:inline-block;
	width:15px;
	margin:0px 10px 0 0;
}

#editadmin #avatarimage {
	margin: 20px 52px 0 0;
}

#editadmin th {
	font-weight:normal;
	margin:0;
	padding:0;
}

#admininfo{
	margin:0px 0 0 20px;
}

#datatop {
	margin-top:10px;
	font-size:20px;
	font-weight:bold;
}

#views_dropdown select {
	font-size:11px;
	font-weight:normal;
	line-height:100%;
	height:16px;
	color:#333333;
}

.my_views_header h2 {
	margin:12px 0 20px 0;
	padding:0 0 10px 0;
}

.my_views_header select {
	margin:10px 10px 0 0;
}

.edit-form {
	margin:0 20px 0 0;
	padding:0;
}
