/* Start of CMSMS style sheet 'othila.css' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}

/*if img is inside "a" it would have borders, and we don't want that*/
img
{
	border: 0;
}

body
{
	text-align: left;
	margin: 0;
	padding: 0;
	background:url(uploads/images/bg6av2.jpg) repeat;
}

#header
{
/* adjust according your image size */
	height: 76px;
	margin: 0;
	padding: 0;
}

#header h1 a
{
/* you can set your own image here */
	background: url(uploads/images/othila-header.png) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
        width: 374px;
	height: 76px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}

div#header h1
{
	margin: 2%;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(uploads/images/othila-header.png) no-repeat left top;
}

.bodytext
{
        font: 100%/130% georgia, times, "times new roman", serif;
	text-align: justify;
	color: #fff;
}


#container-right
{
	float: right;
	display: inline;
	margin: -106px 0 0 0;
	padding: 0 25px;
	width: 20%;
	height: 400px;
	text-align: center;
}

.text-image-right
{
	margin-top: 4px;
	margin-left: -40px;
}

.callout
{
	position: fixed;
	right: 38px;
	width: 220px;
	font: 90%/130% georgia, times, "times new roman", serif;
	color: #fff;
	text-align: center;
	margin: -730px auto 0;
	padding: 0 0 30px 0;
}

.postit
{
	position: fixed;
	right: 38px;
	margin: 30px auto;
	width: 220px;
	height: 223px;
	padding: 0 0 30px 0;
}

/*scolling album sleeves*/

.scroller
{
	position: fixed;
	top: 320px;
	right: 38px;
	width: 169px;
	height: 350px;
	padding: 25px;
	text-align: center;
}

.scroller img
{
	border: 0;
}

.scroller p
{
	font: 120% bold georgia, "times new roman", times, serif;
	color: #dec383;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em
}

.scroller p.smallprint
{
	font: 90% italic georgia, "times new roman", times, serif;
	font-style: italic;
	color: #ebeabb;
	text-transform: none;
}

#bottom img
{
	border: 0;
}

/*thumbnail viewer*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #a02e00;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 100% georgia, "times new roman", times, serif;
letter-spacing: .5em;
line-height: 1.1em;
color: white;
padding: .5em 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: transparent;
font: 120% bold georgia, "times new roman", times, serif;
color: #fff;
text-align: center;
text-transform: none;
letter-spacing: .2em
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#content-area
{
	margin: 0 0 0 130px;
	padding: 1em 0 0 0;
	width: 60%;
	font: 100%/130% georgia, times, "times new roman", serif;
	text-align: justify;
	color: #fff;
}

.bold
{
	font: 100% georgia, times, "times new roman", serif;
	font-weight: bold;
}

.italic
{
	font: 100% georgia, times, "times new roman", serif;
	font-style: italic;
}

h2
{
	font: 125%/145% georgia, times, "times new roman", serif;
	font-weight: bold;
        margin-bottom: .5em;
	color: #ebeabb;
	letter-spacing: .05em
}

h3
{
	font: 100%/130% georgia, times, "times new roman", serif;
	font-weight: bold;
        margin-bottom: .7em;
	color: #ebeabb;
	letter-spacing: .05em
}

a.link
{
        background-color:#fff;
	color: #9c2500;
	text-decoration: none;
}

a.visited
{
	color: #ebeabb;
	text-decoration: underline;
}

a.link:hover
{
	background-color:#9c2500;
	font-size: 100%;
	color: #fff;
}

/* End of 'othila.css' */

