﻿/* 0 BASIC TAGS */

.Border1px 
{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 10px 10px 10px 10px;
}

.Border1pxRed
{
	border: 1px solid Red;
}

.BorderSolid1px 
{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

/*****************************************************************************/
/*** BEGIN - Font Style Settings ***/
/*****************************************************************************/
ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 0.5em;
	vertical-align: middle;
	margin-left: 1.25em;
}

h1 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:larger;
}

h2 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:large;
}

h3 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:medium;
}

h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:small;
}

.FONT12PX {
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 12px; 
    font-weight: bold; 
}
.ErrorText {
    color: Red 
}

/*****************************************************************************/
/*** END - Font Style Settings ***/
/*****************************************************************************/

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #ffffff;
	background-image: url(Images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
/* 1 HEADER */

#nav { position:absolute; left: 10px; top: 75px; }

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 984px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
}

.GLink {
	position: absolute;
	left: 150px;
	top: 15px;
}

.ArnPict {
	position: absolute;
	left: 50px;
	top: 30px;
}

.Slogan {
	position: absolute;
	left: 350px;
	top: 60px;
	font-size: 12px; 
	font-weight:bold;
}

.menua {
	position: absolute;
	right: 37px;
	top: 40px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 95px;
	text-transform: uppercase;
	font-size: 10px;
}
.menua a:visited, .nav a:visited {
	color: #d32525;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}

.custom {
	margin: 8px auto 2px auto;
	font-size: 11px;
	color: Maroon;
}

.dwncustom {
	margin: 10px auto 2px auto;
	font-size: 11px;
}

/* 1.1 SHIM */

.shim {
	/* background-repeat: no-repeat; */
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.logincolumn {
	background-image: url(images/login-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}
.extra {
	background-image: url(Images/body-solid.gif);
	background-repeat: repeat-y;
	height: 15px;
}


/* 2 PAGE */
.left { width: 250px; position:absolute; left: 50px; height:100%}
.center { width: 500px; position:absolute; left:350px; height:100%}
.right { width: 50px; position:absolute; margin-left: 250px; height:100%}


.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.pagecenter {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contenthead
{
    width: 984px;
    text-align: center;
}

.guestback
{
	background-image: url(Images/body-repeat.gif);
	position: relative;
	width: 960px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


.guest {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

.guestrest {
	background-repeat: repeat-y;
	margin-left:  300px;
	margin-right: auto;
	width: 400px;
	text-align: left;
}

.guesthead 
{
	width: 980px;
	text-align: center;
	Color: #CCCC00;
}

.guestmargin 
{
	margin-left: 20px;
}

.guestpict {
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: auto;
	text-align: center;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details 
{
	background-image: url(Images/body-repeat.gif);
	position: relative;
	width: 984px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#solidgrey {
	background-image: url(Images/body-solid.gif);
	position: relative;
	width: 984px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#solidwhite {
	background-image: url(Images/body-solid-white.gif);
	position: relative;
	width: 984px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#loginhome {
	background-image: url(Images/login-repeat.gif);
	position: relative;
	width: 984px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#solid {
	background-image: url(Images/solid-repeat.gif);
	position: relative;
	width: 984px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 215px;
	height: 100%;
}

.flags {
	width:195px;
	font-size: 9px; 
	font-weight:bold;
	text-align:center
}

.SectionHeader
{
	margin: 0;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;             /* bronze */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}
/* 2.1 HOME, REGISTER */

/* Positions Elements */ 
#caption { position: absolute; left: 230px; width: 730px; height: 80px}
#caption2 { position: absolute; left: 255px; width: 745px; height: 80px; background-image: url(images/caption.gif);}
#logincaption { position: absolute; top: 10px; left: 20px; width: 400px; text-align: left; }

#content
{
	font-family: Verdana, Tahoma, Arial;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
	text-align:left;
	list-style-image: url(images/bullet-2.gif); 
}

#codecontent
{
	font-family: Verdana, Tahoma, Arial;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 60px; 
	margin-right: 60px; 
	text-align: left;
	font-size: 12px;
	list-style-image: url(images/bullet-2.gif); 
	text-align:justify;
}

.script
{   
	font-family: Courier New;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 20px; 
	margin-right: 20px; 
	text-align: left;
	font-size: 12px;
    background-image: url(images/script-background.gif); 
    width: 750px;
}

#administration
{
	font-family: Tahoma, Verdana, Arial;
	background-image: url(images/caption.gif);
	padding-bottom: 10px;
	margin-left: 255px;
    width: 745px;
}

#gridScroll 
{
	margin: 10px 10px 10px 10px;
	width:705px;
	height:312px;
	overflow: scroll;
}

.GridClass
{
    padding: 10px; 
    margin: auto; 
    left: 0px; 
    display: block; 
    clip: rect(auto, auto, auto, auto); 
    list-style-position: inherit
}

/*****************************************************************************/
/*** BEGIN - Login/Register/CreateUser page style settings ***/
/*****************************************************************************/
#login 
{
	margin-top: 0;
	padding-top: 15px;
	text-align: center;
	left: 10px;
}
.loginLabelCell { text-align: right; width: 310px; vertical-align:top }
.loginFieldCell { text-align: left; width: 655px; vertical-align:middle }

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	/*padding: 0px 37px;*/
	padding-bottom: 40px;
	width: 984px;
}

.blogview {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: justify;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: justify;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

#PhotoCaption 
{
    padding: 0px 50px 0px 50px;
}

.nullpanel {
	padding: 100px; 
	width: 600px;
	height:auto;
	text-align: center;
}

.nullblogpanel { 
	padding-left: 50px; 
	width: 250px;
	height:auto;
	text-align: left;
}

#PhotoDownloadButton 
{
    padding: 0px 50px 0px 50px;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

.buttonbar {
	width: 750px;
	height: 36px;
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-bottom: 5px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

.createUserButtonStyle { margin-right: 31px; }

/* 3 FOOTER */

.footerbg {
	background-image: url(Images/footer.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 984px;
	height: 75px;
	text-align: center;
	margin-top:auto;
	margin-left: auto;
	margin-right: auto;

}

.PanelForm { 
    padding: 10px 10px 10px 50px; 
}
/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;  /* white */
}

/*****************************************************************************/
/*** FreeTextBox Styles Settings ***/
/*****************************************************************************/

/* FreeTextBox Control DIV Border Style */
.FreeTextBoxBorder
{
	border-width: 4px;
	border-color: #333333;  /* black */
	border-style: solid;
}

.EntryTitle 
{
	font-size: 130%;
	font-family: Trebuchet MS, Verdana, MS Sans Serif;
	font-weight: bold;
	padding-bottom: 4px;
}

.BlogEntryDate 
{
	font-size: 120%;
	color: #666666;             /* bronze */
	/* background: url(http://www.blogblog.com/tictac_blue/date_icon_blue.gif) no-repeat 0 50%; 
	background: url(Images/clock.png) no-repeat 0 100%; */
}

/* Comments Styles */
#Comments 
{
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	border: none 0px;
	width: 400px;
}

#Comments .PostMessage
{
	font-family: Trebuchet MS, MS Sans Serif, Verdana;
	font-size: 125%;
	font-weight: 600;
	color: #6289b8;
}

#Comments .EntryTitle
{
	color: #666666;	
}

#Comments .CommentHeader
{
	margin: 0;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #666666;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

#Comments .CommentTextbox
{
	padding: 5px 0px 5px 0px;
	background-color: #f5f5f5;
}

#Comments .TDBorderTop 
{
	border-top: solid 1px #8e8f99;
}

#Comments .TDAddComment
{
    background-image: url(Images/comment_bg.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	border-top: solid 1px #8e8f99;
}

#Comments .TDBorderTopRight
{
	border-top: solid 1px #8e8f99;
	border-right: solid 1px #8e8f99;
	padding: 10px 10px 10px 10px;
}

#Comments .PostedBy 
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}

#Comments .DatePosted
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color: #999999;	
}

.CommentView 
{
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	text-align: left;
}

#Comments .CommentPageTitle
{
	background-image: url(Images/Comments_PageTitle_BG.gif);
}

#Comments .CommentsList
{
	background-image: url(Images/Comments_BG.gif);
	border-top: solid 1px #8e8f99;
	border-right: solid 1px #8e8f99;
	padding: 10px 10px 10px 10px;
}

/* Site Settings Styles */

.SiteSettingsLabel 
{
	font-weight: bold;
}

.SiteSettingsTextbox 
{
	font-weight: bold;
}

    .colorPickerContainer { border: solid 1px #000000; display:block; clear:both; float:left; width:400px; height:200px}
    .colorPickerAjax .hd {display:none;}




