/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #8B5F10;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:link.banner, a:visited.banner {
	text-decoration: none;
	border-style:none;
}

/************** header tag styles **************/

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style:bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-shadow: #38431b 1px 2px 2px;
 letter-spacing: 3px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style:bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
 letter-spacing: 3px;
 text-transform: uppercase;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style:bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style:bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style:bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 1em Georgia, "Times New Roman", Times, serif;
 color: #334d55;
}
				
input{
font-family: Georgia, "Times New Roman", Times, serif;
}

/************* menubar styles ****************/
#menubar
{
	background: #7B846E url(/images/menu.png) repeat;
	width: 100%;
  	height: 40px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

/************ sectionLinks styles **************/
td.sectionLinkBlock{
	border-style: none;
	background-color: #f9f7f1;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

#sectionLinks{
	margin: 5px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#c1c1c1;
	background-color:#ffffff;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	font-size:small;
	margin: 0px 0px 0px 0px;
	color: #616161;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************ subLinks styles **************/

#subLinks{
	margin: 5px 10px 0px 30px;
	padding: 3px 5px 3px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#c1c1c1;
	background-color:#ffffff;
}

#subLinks a:link, #subLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #848484;
	font-size:smaller;
}

#subLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/**************** knez styles *****************/
td.pageTitleBackground{
	background-color: #B7A67A;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

td.pageTitleText{
	font:Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #8B5F10;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0%;
	padding-bottom: 0%;
}

td.pageTitleImage{
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 2%;
	text-align: right;
	width: auto;
}

td.siteInfo{
	text-align: center;
	border-style: none;
}

td.pageContent{
	border-left-style: none;
	vertical-align: top;
}

h1.siteTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #FFFFFF;
}

/********************* details page **********************/
td.detailsLabelText{
	background-color: #CCCCCC;
	font:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
table.detailsTable{
	border-color: #000000;
	border-width: 20;
}
td.ImageLinkThumbs{
	background-color: #CCCCCC;
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
}

/********************* end **********************/

/***************  wedding specific ****************/
div.logo 
{  
	background-image: url('/wedding//images/repeatable foliage gradient.gif');
	background-repeat: repeat-x;
	height: 200px;
	border-bottom: 6px solid black;
}

img.logo
{
	position: relative;
	top:50px;
	border-style:none;
}

img.logodate
{
	position: relative;
	top:65px;
	border-style:none;
}

tr.logo
{
	border-style:solid;
	border-width:10px;
}

td.comment
{
	border-style:dashed;
	border-width:1px;
	border-color:#616161;
	padding:5px;
}

td.linksLeft
{
	text-align: center;
	vertical-align: top;
}

td.linksRight
{
	text-align: center;
	vertical-align: top;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background: #ffffdd;
	height:100%;
}

ul.menu
{
	margin: 0px;
	padding: 0px;
}

ul.menu li
{ 
  	margin: 0px 0px 0px 0px; 
  	padding: 0px;
  	list-style: none;
}

ul.menu a:link,
ul.menu a:visited,
ul.menu a:active
{ 
	font-weight: normal;
}

ul.menu a:hover
{ 
  font-weight: bold;
  text-decoration: none;
}

table.photoList
{
	border-spacing: 20px;
	border-style: none;
}

tr.photoList
{
	text-align: center;
}

td.photoList
{
	padding: 10px;	
}

img.photoList
{
	border-style: none;
}

html,body
{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

td.centerFrame
{
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.smallPhoto
{
	border: 5px solid white;
	margin: 10px;
}

img.smallPhotoLeft
{
	border: 5px solid white;
	margin-right: 10px;
	vertical-align:text-top;
	float:left;
}

img.smallPhotoRight
{
	border: 5px solid white;
	margin-left: 10px;
	vertical-align:text-top;
	float:right;
}

p.smallText
{
  font-size:0.7em;
  font-style:italic;
}

p.errorMsg
{
  font-style:italic;
  color:red;
  font-weight:bold;
}

p.successMsg
{
  text-align:center;
  font-size:1.2em;
}

