/*------------------------------------------------------------------------------------
  Copyright Anna Chakvetadze Official Web Page 2009. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#ffffff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#a3d2e9;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.4em; color:#a3d2e9; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#a3d2e9; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#00689b; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#A9F9FF; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
	
div.clear2 {
	height: 50px;
}


div.clear3 {
	height: 650px;
}


p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

div.cbox {
	margin-left:60px;
}


h2.update {
	color:#a3d2e9;
	font-size:16px;
}

#logos {
	width:850px;
	padding:10px 0px 0px 0px;
	marging-left:10px;

}
#note {
	padding-top:5px;
}

#happy {
	padding: 60px 5px 5px 85px;
}




/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:976px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
/*#masthead {
	position:relative;
	background:url("../images/masthead.jpg") repeat-x;
	widht:1000px;
	}
	/* index page link within #masthead */		
	/*-- #masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		} --*/

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:430px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 60px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#anna_gallery{
	margin-left: 50px;
	width: 500px;
	position:relative;
	}
	
#anna_gallery2{
	margin-left: 50px;
	width: 500px;
	position:relative;
	}
	
#gallery-pic{
	background-color: #002f3f;
	}	


#annabirthday23{
margin:0px 5px 0px 60px;
float: left;
position: relative;
}

#birthday23{
font-size: 2.5em;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:450px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:5px 20px 10px 125px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	
#diary-archive-link {
	padding: 60px 0 0 35px;
	font-size:22px;
	
	}	

/* ------------------------ header framework ------------------------ */
/*-- #header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED --*/
/*-- #active-x {height:702px;} --*/
#header-graphic { height:702px; width:976px; } /* sets height for all non-flash headers */
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	
#header-graphic-other { height:378px; width:976px; } /* sets height for all non-flash headers */
	body#diary #header-graphic-other { background:url("../images/header-diary.jpg"); }
	body#tournaments #header-graphic-other { background:url("../images/header-tournaments.jpg"); }
	body#fanscorner #header-graphic-other { background:url("../images/header-fanscorner.jpg"); }
	body#gallery #header-graphic-other { background:url("../images/header-gallery.jpg"); }
	body#contact #header-graphic-other { background:url("../images/header-contact.jpg"); }
	body#sitemap #header-graphic-other { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:98px; width:976px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#diary #subhead { background:url("../images/subhead-diary.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#tournaments #subhead { background:url("../images/subhead-tournaments.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#fanscorner #subhead { background:url("../images/subhead-fanscorner.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:337px;
	width:976px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:976px;
	margin: 0 auto;
	text-align:center;
	}

#footer p {
	color:#a3d2e9;
	margin-bottom:10px;
	line-height:5px;
	}

#footer a:link, #footer a:visited { color:#a3d2e9; }
#footer a:hover, #footer a:active { color:#A9F9FF; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #a3d2e9;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:976px; 
	height:73px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:73px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative;  }

#nav-01 { width: 93px; margin-left: 37px;}
#nav-02 { width: 83px;}
#nav-03 { width: 117px;}
#nav-04 { width: 180px;}
#nav-05 { width: 157px;}
#nav-06 { width: 145px;}
#nav-07 { width: 127px;}



/*-------------- (-79px) X position of button / (-73px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -37px -73px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -130px -73px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -213px -73px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -330px -73px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -510px -73px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -667px -73px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -812px -73px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -37px -73px no-repeat; }
body#diary #nav-02 { background:url("../images/nav.jpg") -130px -73px no-repeat; }
body#gallery #nav-03 { background:url("../images/nav.jpg") -213px -73px no-repeat; }
body#tournaments #nav-04 { background:url("../images/nav.jpg") -330px -73px no-repeat; }
body#fanscorner #nav-05 { background:url("../images/nav.jpg") -510px -73px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -667px -73px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -812px -73px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }
