/*      This theme was designed and built by Billy Bullock.
	  http://www.BillyGBullock.com

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

        I hope you enjoy this them and if you have questions, please don't hesitate to let me know.


Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex FFFFFF = RBG 255, 255, 255 = white - "used for title and menu text"
   Hex 999999 = RBG 153, 153, 153 = gray
   Hex 666666 = RBG 102, 102, 102 = dark gray
   Hex CCCCCC = RBG 204, 204, 204 = light gray - "used for certain buttons"
   Hex 333333 = RBG  51,  51,  51 = brown - "class = tableh1"
   Hex 6A6A5A = RGB 106, 106,  90 = light brown - "class = tableb, catrow, background for information windows in Config"
   Hex FFCC00 = RGB 255, 204,   0 = Yellow - "used for table headings text"
   Hex CCCC99 = RGB 204, 204, 153 = Off White - "used for text and table broders"
*/

BODY {
	BACKGROUND-IMAGE: url(/themes/mosspoint/images/main_blue.gif);
	MARGIN: 0px
}

table {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		color: #FFFFFF;
}

h1{
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #FFFFFF;
        margin: 2px;
        font-style : italic;
        font-weight: bold
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}
h3 {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        background: #CCCCCC;
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        background: #CCCCCC;
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #FFFFFF;
        text-decoration: none;
}

a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

bblink a {
        color: #333333;
        text-decoration: none;
}

bblink a:hover {
        color: #333333;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #8484ff;
        margin-top: 1px;
        margin-bottom: 1px;
		width: 745px;
}

.tableh1 {
        background: #2d2c72;
	    font-size: 12px;
        color : #FFCC00;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 15px;
		width:745px;
}

.tableh1_compact {
        background: #2d2c72;
        color : #FFCC00;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2, .catrow_noalb {
        background: #2d2c72;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: transparent;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb, .catrow {
        background: #4b4b4b;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #CCCC99;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: transparent;
        color : #ffffff;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: transparent;
        color: #CCCC99;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.display_media {
        background: #2d2c72;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		width: 760px;
}

.album_stat {
        font-size: 100%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        color: #CCCC99;
        display: block;
}

.thumb_title {
        color: #CCCC99;
        font-size: 95%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 95%;
        color: #CCCC99;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #CCCC99;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 95%;
        color: #CCCC99;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #CCCC99;
}

.user_thumb_infobox a:hover {
        color: #CCCC99;
        text-decoration: underline;
}

.sortorder_cell {
        background: transparent;
        color : #CCCC99;
        padding: 0px;
        margin: 0px;
}
.film {
	alignment-adjust:center;
}
.prev_strip {
	width: 20px;
}
.next_strip {
	width: 20px;
}

.sortorder_options {
        font-family: Arial, Helvetica, sans-serif;
        background: transparent;
        color : #CCCC99;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 90%;
        white-space: nowrap;
}

.navmenu {
        font-family: Arial, Helvetica, sans-serif;
        color: #CCCC99;
        font-size: 100%;
        font-weight: bold;
        background: #000099;
        border-style: none;
		width: 730px;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: underline;
        color: #FFFFFF;
}

.navmenu a:hover {
        text-decoration: none;
        color: #CCCC99;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #666666;
        background: #CCCCCC;
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #404750;
        background-color : #333333;
        color: #FFFFFF;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #FFCC00;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #CCCCCC;
        font-size : 10px;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:2px;
        border-color: #FFFFFF;
        margin: 2px;
}

.thumbnails {
		vertical-align:top;
        background: transparent;
        padding: 5px;
}

.footer {
        font-size : 9px;
		color: #FFFFFF;
}

.footer a {
        text-decoration: none;
        color: #CCCC99;
}

.footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.statlink {
        color: #FFCC00;
}

.statlink a {
        text-decoration: none;
        color: #FFCC00;
}

.statlink a:hover {
        color: #FFCC00;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #CCCC99;
}

.alblink a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

.catlink {
	  font-size: 12px ;
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #CCCC99;
	  letter-spacing: 0.5px;
}

.catlink a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

.topmenu {
        line-height : 130%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border-left: 1px solid #8484ff;
        border-right: 1px solid #8484ff;
        border-bottom: 1px solid #8484ff;		
        border-top: 1px solid #8484ff;		
        margin-top: 1px;
        margin-bottom: 1px;
}

.topmenu a {
        color : #FFFFFF;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #CCCC99;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background: transparent;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: transparent;
        font-size: 110%;
        color : #CCCCCC;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: transparent;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.clickable_option {
        border-bottom : 1px dotted #CCCC99;
        cursor : default;
}

.mainblock {
      BACKGROUND-IMAGE: url(/themes/mosspoint/images/main_blue.gif);
	  margin: 0 auto;
	  width: 770px;
}

.maintitle {
        font-size: 36px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #FFFFFF;
        margin: 2px;
        font-style : italic;
        font-weight: bold;
	    text-align: center;
}

.header
{
	  background: url(images/header.jpg) no-repeat center center;
	  border-bottom: 1px solid #FFFFFF;
	  border-top: 1px solid #FFFFFF;
	  clear: both;
	  text-align: center;
	  width: 770px;
	  height: 150px;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

/* MPSD Edits */
#TopHeader {
	BORDER-BOTTOM: #8484ff 1px solid;
	HEIGHT: 45px;
	TEXT-ALIGN: center
}
#TopHeader #TopHeaderContent {
	FONT-FAMILY: "Century Gothic";
	font-size: 14px;
	PADDING-BOTTOM: 15px;
	COLOR: #b8b5da;
	PADDING-TOP: 15px;
	TEXT-ALIGN: left
}
#FrontPageLogo {
	PADDING-LEFT: 10px; PADDING-TOP: 55px
}
.ContentWrapper {
	MARGIN: 0px auto; WIDTH: 770px
}
#CopyrightAndInfoDiv {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 100%;
	PADDING-BOTTOM: 10px;
	COLOR: #ffffff;
	PADDING-TOP: 10px;
	TEXT-ALIGN: center
}
#CopyrightAndInfoDiv A {
	COLOR: #ffffff;
	TEXT-DECORATION: none
}
#TitleDIV #content {
	BACKGROUND-POSITION: right 50%;
	BACKGROUND-IMAGE: url(/themes/mosspoint/images/frontpage_tiger.jpg);
	BORDER-BOTTOM: 1px #8484ff solid;
	BORDER-LEFT: 1px #8484ff solid;
	BORDER-RIGHT: 1px #8484ff solid;
	COLOR: #ceceff;
	BORDER-TOP-COLOR: #33317d;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 150px;
	BACKGROUND-COLOR: #2d2c72;
}
/*#TitleDIV {
	BACKGROUND-COLOR: #2d2c72
}
*/#MiddleHeader {
	BORDER-TOP: #8484ff 1px solid;
	BORDER-BOTTOM: #8484ff 1px solid;
	height: 60px;
}
#BottomHeader {
	position:relative;
	BORDER-TOP: #8484ff 1px solid;
	BORDER-BOTTOM: #8484ff 1px solid;
	height: 23px;
	margin: 0px auto;
}
#WrapColor {
	BACKGROUND-COLOR: #2d2c72
}
.quick
{
	font-family: "Century Gothic, Arial, sans-serif";
	font-weight:bold;
	color: #8484ff;
	font-size:11px;
}
.smaddress
{
	font-family: "Century Gothic, Arial, sans-serif";
	font-weight:bold;
	color: #ffffff;
	font-size:10px;
}
.smtext
{
	font-family: "Century Gothic, Arial, sans-serif";
	color: #000000;
	font-size:10px;
}
.botNavItem {
	BORDER-RIGHT: #2d2c72 1px solid;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px;
	BORDER-LEFT: #2d2c72 1px solid;
	COLOR: #ffffff;
	PADDING-TOP: 2px;
	FONT-FAMILY: "Century Gothic"
}
.botNavItem A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	PADDING-BOTTOM: 2px;
	COLOR: #ffffff;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #000051;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
