/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 0px;
}

#buttons_outer {
  	margin-bottom: 0px;
	margin-right: 0px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px;
}

/*pathaway setting*/
.pathway {

  text-transform: uppercase;
  color       : #909090;
font-size: 9px;
	padding-top: 1px;
	padding-right: 8px;
	padding-left: 2px;
  line-height: 20px;
}

a.pathway:link, a.pathway:visited {
  text-transform: uppercase;
font-size: 11px;
  color            : #909090;
  font-weight      : normal;
}

a.pathway:hover {
  text-transform: uppercase;
font-size: 9px;
  color            : #909090
  font-weight      : normal;
  text-decoration   : none;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

/* Top Nav */
ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
}

/* Top Nav - more */
ul#mainlevel-nav li a
{
	display: block;
        border-right: 1px solid #fff;
        margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
        background-color: #e0e0e0;
	text-decoration: none;
	color: #909090;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #04cb02;
}

/* Search */
#search_outer {
	float: left;
	width: 100%;
}

#search_inner {
  border: 0px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
}

#top_outer{
	float: left;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 630px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 0px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}



#active_menu {
	color:#6d4514;
	font-weight: bold;
}

a#active_menu:hover {
	color: #fff;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
/** Bottom Nav **/
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 0px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

/* Listed Items like Popular - Latest */
li
{
background-image: url(/cms/templates/punks2007/images/nav-images/nav-grayarrow-right2.gif);
background-repeat: no-repeat;
background-position: 6px 4px;
margin: 0px;
line-height: 12px;
padding: 5px;
border-bottom: 1px solid #c3b078;
}

/* Main body text */
td {
	text-align: left;
	font-size: 11px;
        color: #263824;
}


body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
/* Listed Items text */
a:link, a:visited {
	color: #273925; text-decoration: none;
        font-size: 11px;
        border-bottom: 1px dotted #a9965c;
        
}

a:hover {
	color: #75541e;	text-decoration: none;


}

/* Main content */
table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 3px;
}

/* Main Content */
table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 3px;
}


table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 0px solid #eee;
}

/* Small buttons like Poll submit */
.button {
	background-image: url(http://punksthecomic.com/cms/templates/punks2007/images/nav-1.jpg);
        background-repeat: no-repeat;
  color: #d0c19b;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #6b410f;
  padding: 0px 2px 3px 1px;
  line-height: 16x !important;
  line-height: 16px;
  height: 18px !important;
  height: 10px;
  margin: 5px;
}

/* Text boxes like search */
.inputbox {
	padding: 1px;
	border:solid 1px #968246;
	background-color: #ffffff;
}

.componentheading {
	color: #273925;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 18px;


}
/* Main content settings*/
.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 0px;
	color: #6b4312;
	font-weight: bold;
	font-size: 14px;
	white-space: wrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 90%;
}

table.searchintro td {
	font-weight: bold;
}

/* Bottom of every table */
table.moduletable {
	width: 100%;
	margin: 0px;
	padding: 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

/* Section Names !!! */
table.moduletable th, div.moduletable h3 {
	background-image: url(http://punksthecomic.com/cms/templates/punks2007/images/nav-1.jpg);
        background-repeat: no-repeat;
        overflow: hidden;
        color: #fcf6e3;
	text-align: left;
	padding-left: 6px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/* List Item text !!! */
table.moduletable td {
	font-size: 10px;
        color: #273925;
	padding: 0px;
	margin-left: 5px;
	font-weight: normal;
}

table.moduletableright th, div.moduletableright h3 {
	background-image: url(http://punksthecomic.com/cms/templates/punks2007/images/nav-1.jpg);
        background-repeat: no-repeat;
        overflow: hidden;
        color: #fcf6e3;
        width: 192px;
	text-align: left;
	padding-left: 6px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletableright {
	font-size: 10px;
        color: #55320a;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 1px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #d3c69b;
}

.sectiontableentry2 {
	background-color : #c7b98c;
}

.small {
	color: #9f8b50;
	font-size: 10px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #9f8b50;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #9f8b50;
	font-size: 11px;
}

table.contenttoc {
  border: 0px solid #cccccc;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  color: #9f8b50;
	text-align: left;
        margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(http://punksthecomic.com/cms/templates/PunksTheComic/images/nav-left-button.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
  font-weight: bold;
	color: #172b1a;
	text-align: left;
        border-bottom: none;
	padding-top: 3px;
	padding-left: 6px;
        margin-left: 0px;
	height: 22px !important;
	width: 186px;
	text-decoration: none;
}

a.mainlevel:hover{
	display: block;
	background: url(http://punksthecomic.com/cms/templates/PunksTheComic/images/nav-left-button.gif) no-repeat;
	background-position: 0px -25px;
	font-size: 11px;
	color: #cfc094;
	text-align: left;
	padding-top: 3px;
	padding-left: 6px;
        margin-left: 0px;
	height: 22px !important;
	width: 186px;
	text-decoration: none;
}


a.sublevel:link, a.sublevel:visited {
	padding-left: 0px;
	vertical-align: middle;
	font-size: 11px;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}
