/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	padding: 0 0 20 0;
	border: thin none #06F;
	margin:0;
}

body {
	font: 70%/1.5 Verdana, Geneva, sans-serif;
}

p {
	font-size:1em;
}

.style1 {
	color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
	font-size: 1.2em;
}
.style2 {
	color: #C60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
	font-size: 1em;
}

.class_title1 {
	color:#4876FF;
	font-weight:bold;
	margin-bottom:0.8em;
	font-size:1.2em;
}

.class_title2 {
	color:#4876FF;
	font-weight:bold;
	margin-bottom:0.8em;
	padding-top:0.8em;
	font-size:1.2em;
    border-top: 2px solid #F0F;
    width: 80%;
}

.class_text {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.classtable1_text {
	margin-bottom:0.1em;
	margin-top:0.1em;
	text-align:center;
	width:150px;
	border: 1px solid #ccc;
}

.classtable2_text {
	margin-bottom:0.1em;
	margin-top:0.1em;
	text-align:center;
	width:500px;
	border: 1px solid #ccc;
}

.table_header {
	background-color:#4876FF;
	vertical-align:middle;
	color:#FFF;
	margin-bottom:0em;
	margin-top:0em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin-top:0.8em;
	margin-bottom:0.8em;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
	margin-left:1em;
}

ul, ol li {
	margin-left:2em;
	margin-bottom:0.6em;
}

a {
	color:#060;
	text-decoration:underline;
	margin-bottom:0.5em;
}

p.address {
	font-size: 1.5em;
	font-weight:bold;
}

p.phone {
	color: #4876ff;
	font-weight: bold;
	font-size: 1.5em;
}

.red {
	color:#C00;
}

#wrapper {
	position: relative;
    width: 930px;
    margin: 0 auto;
    z-index: 10;
}

#header {
	float:left;
	width: 910px;
	height: 150px;
	background-image:url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
}

#header_address {
	position:absolute;
	right:20px;
	width:250px;
	height:50px;
	text-align:right;
	top: 10px;
}

#header_phone {
	position:absolute;
	top:61px;
	right:20px;
	width:250px;
	height:50px;
	float:right;
	text-align:right;
}

#sidebar {
	float:left;
	width:180px;
	padding-right:5px;
	padding-top:7px;
}

#side_element {
	margin-bottom:10px;
	padding-bottom:5px;
	border: 1px solid #CCC;
}
	
.title {
	background-image:url(images/titlebackground.gif);
	background-repeat:repeat-x;
	height:40px;
}

.titletext {
	color:#FFF;
	margin:0.2em 0 0 0.3em;
	font-size:2em;
}

.content {
	margin: 5px 5px 5px 5px;
}

h3{
	margin-top:0.7em;
	font-size:1.2em;
}

.text {
	margin: 5px 5px 5px 5px;
}


#hours {
}

#main {
	float:left;
	width:725px;
	padding-top:7px;
}

#main_calendar {
	float:left;
	width:910px;
	padding-top:7px;
}

#info {
	border: 1px solid #CCC;
}

#footer {
	clear:both;
	float:left;
	width:910px;
	height:50px;
	padding: 10px 0px 20px 0px;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
}

#footer p {
	font-size:1em;
}

.bold {
	font-weight: bold;
}
.bold_underline {
	font-weight: bold;
	text-decoration:underline;
}
.style3 {
	border-style: solid;
	border-width: .75pt;
	border-color: #000080;
	color: white;
	text-align: center;
	border-left: .75pt solid navy;
	border-bottom: .75pt solid navy;
	background-color: #3399CC;
}

/* Picture Gallery Style*/

table {
        font-size: 10px;
}

.textinput {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #c1c1c1;
        padding-right: 3px;
        padding-left: 3px;
}

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

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005d8c;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005d8c;
        background-image : url(images/button_bg.gif);
        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:hover {
        color: #ff8c00;
        text-decoration: underline;
}

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

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

.maintable {
        border: 1px solid #C1C1C1;
        background-color: #ffffff;
        margin-top: 10px;
        margin-bottom: 1px;
}

.tableh1 {
        background: #ff8c00;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tablecat {
        background:#ff8c00; /* Category header - Albums and Files */
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #6495ED; /* Footer of album list table - Counts x Albums on x page(s) */
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #4876ff; /* Listing of Customer Creations (knitting, etc.)*/
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

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


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

.tablef {
        background: #4876ff;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #ffffff ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow_noalb2 {
        color : #ffffff;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

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

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

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

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

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        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: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

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

.sortorder_cell {
        background : #4876ff ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

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

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

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
/*        border: 1px solid #005d8c;
        background-image : url(images/button_bg.gif);
        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: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005d8c;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:4px;
        padding-right:4px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #FFFFFF;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

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

.thumbnails {
        background: #FFFFFF ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

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

.footer a:hover {
        color: #000000;
        text-decoration: underline;
}

.statlink {
        color: #ffffff;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

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

.alblink a {
        text-decoration: underline;
        color: #ffffff;
}

.alblink a:hover {
        color: #ffffff;
        text-decoration: underline;
}

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

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

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

.topmenu a:hover  {
        color : #ff8c00;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #FFFFFF ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #FFFFFF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #c1c1c1;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}

#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);}#wrapper #sidebar #side_element .text p font {
	font-size: 0.6em;
	color: #000;
	font-style: italic;
}

