/*      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 f0f0f0 = 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 222222 = 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 f0f0f0 = RGB 204, 204, 153 = Off White - "used for text and table broders"
*/

body
{
	  background: url(images/body.gif) repeat-y top center;
}

table {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

h1{
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #f0f0f0;
        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: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #f0f0f0;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #f0f0f0;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #f0f0f0;
        background: #CCCCCC;
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #f0f0f0;
        background: #CCCCCC;
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #f0f0f0;
        text-decoration: none;
}

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

bblink a {
        color: #222222;
        text-decoration: none;
}

bblink a:hover {
        color: #222222;
        text-decoration: underline;
}

.maintable {
        border: 1x solid #222222;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background: #222222;
	  font-size: 12px;
        color : #FFCC00;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 15px;
}

.tableh1_compact {
        background: #222222;
        color : #FFCC00;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2, .catrow_noalb {
        background: #222222;
        color : #f0f0f0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: transparent;
        color : #f0f0f0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb, .catrow {
        background: #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #f0f0f0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: transparent;
        color : #f0f0f0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: transparent;
        color: #f0f0f0;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.display_media {
        background: #222222;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 100%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        color: #f0f0f0;
        display: block;
}

.thumb_title {
        color: #f0f0f0;
        font-size: 95%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 95%;
        color: #f0f0f0;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #f0f0f0;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 95%;
        color: #f0f0f0;
        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: #f0f0f0;
}

.user_thumb_infobox a:hover {
        color: #f0f0f0;
        text-decoration: underline;
}

.sortorder_cell {
        background: transparent;
        color : #f0f0f0;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Arial, Helvetica, sans-serif;
        background: transparent;
        color : #f0f0f0;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 90%;
        white-space: nowrap;
}

.navmenu {
        font-family: Arial, Helvetica, sans-serif;
        color: #f0f0f0;
        font-size: 100%;
        font-weight: bold;
        background: #222222;
        border-style: none;
}

.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: #f0f0f0;
}

.navmenu a:hover {
        text-decoration: none;
        color: #f0f0f0;
}

.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 : #222222;
        color: #f0f0f0;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #f0f0f0;
        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: #f0f0f0;
        margin: 2px;
}

.thumbnails {
        background: transparent;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #f0f0f0;
}

.footer a:hover {
        color: #f0f0f0;
        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: #f0f0f0;
}

.alblink a:hover {
        color: #f0f0f0;
        text-decoration: none;
}

.catlink {
	  font-size: 12px ;
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #f0f0f0;
	  letter-spacing: 0.5px;
}

.catlink a:hover {
        color: #f0f0f0;
        text-decoration: none;
}

.topmenu {
        line-height : 130%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 0px solid #222222;
        margin-top: 0px;
        margin-bottom: 0px;
}

.topmenu a {
        color : #f0f0f0;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #f0f0f0;
        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 #f0f0f0;
}

.img_caption_table td {
        background: transparent;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #f0f0f0;
}

.clickable_option {
        border-bottom : 1px dotted #f0f0f0;
        cursor : default;
}

.mainblock {
        background: #333333;
	  margin: 0 auto;
	  width: 740px;
}

.maintitle {
        font-size: 36px;
        font-family: "Times New Roman";
        text-decoration: none;
        color : #f0f0f0;
        margin: 2px;
        font-style : italic;
        font-weight: bold;
	  text-align: center;
}

.header
{
	  background: url(banner.php) no-repeat center center;
	  border-bottom: 1px solid #f0f0f0;
	  border-top: 1px solid #f0f0f0;
	  clear: both;
	  text-align: center;
	  width: 740px;
	  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);}





