﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body
{
 background :#a3a58f ; color:#a3a58f;
   font-family: "Lucida Grande","Lucida Sans",sans-serif;
   font-size:11.4px;font-style: normal;font-weight: normal;letter-spacing: normal;line-height: 1.4em;
   border:5px;
   border-color: #e5dfc9;
}

#sideBoxes{/*the boxex column on side*/
float: right;
	width: 20%;
  background-repeat:repeat;
   background-color:#d9dcbf;
    padding:5px;
   
}

a{color:#a58c6e;text-decoration:none;outline:0;}
a:hover { color:#fff; }
a img { border:0; }


p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
   color:#5f3c1f;
 font-size:medium;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{

}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    padding: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    
}

#header
{
 /*   position: relative;*/
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bolder;
    padding: 5px 0;
    margin: 0;
    color: #eae8cf;
    line-height: normal;
    font-family: Brush Script Std, arial, sans-serif;
    font-size: 32px !important;
}

#main /*the body which changes for each page - the wide column*/
{
 background-image: url(background1.jpg);
  background-repeat: no-repeat;
   background-color: #f7f5e6;
   background-position:bottom left;
 vertical-align:top;
   width:63%;
    padding: 30px 30px 15px 30px;
     float:left;
    margin-bottom: 30px;
    border:solid 1px #e2dec5;
    border-width: 10px; 
    min-height:680px;
    height:100%;
    
}

#footer
{
 clear:both;
    color: #a99072;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    /*position: relative;*/
    margin: none;
    
    /*text-align: right;*/
}

ul#menu li
{

    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
 
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menu li a
{
  background-repeat:repeat;
   background-color:#51544d;
    padding: 10px 20px;
    font-weight: bold;
    font-size:larger;
    text-decoration: none;
    line-height: 1.8em;
    color: #a4a891;
    width:70%;
   
}

ul#menu li a:hover
{
    background-color: #eeecd7;
    text-decoration:  blink;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

#title
{
    display: block;
    float:left;
    text-align: center;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.actionImage{/*the link images for edit/delete items*/
  border:0px;
}
/* start section */

.sectionBox h1 /*the name of the section*/
{
  font-size:larger;
   margin:5px;
    padding:5px;
}

.sectionBox  > a:hover /*the name of the section*/
{
  color:#ffffff;
   background-color:#cccccc
}
.sectionBox /*one category box on the category page*/
{
/*IMPORTANT! do not set width, it is set dynamicaly depending on the items in row*/
float:left;
margin-left: 3%;
 margin-bottom:10px;
 border:solid 10px #e6e0c8;
 padding-left:10px;
 
}

.sectionImage /*the image of the section*/
{
 margin:5px;
  padding:5px;
 border:solid 6px white;
 
}

.sectionContent /*the custom content of the section*/
{
color:#5f3c1f;
}

.sectionDescription /*the section's description*/
{
color:#5f3c1f;
}
/*end section*/

/*start album*/

.albumBox /*one album box on the albums page*/
{
/*IMPORTANT! do not set width, it is set dynamicaly depending on the items in row*/
float:left;
margin-left: 3%;
 margin-bottom:10px;
 border: dashed 1px #1c1e13;
  padding-left:20px;
}
.albumName
{
font-size:22px;
font-style: normal;
color:#5f3c1f;
}

.albumTime
{
 font-style:italic;color:#5f3c1f;
}
.albumContent
{color:#5f3c1f;
}
.albumImage{
border:solid 6px white;
 }
.albumDescription
{
}
/*end album*/

/*start entry*/

.entryRepliesCount{
color:#5f3c1f;
}
#replies{/*replies wrapper*/

}
.entryImage{
 border:6px solid white;
  margin:5px;
}
#backLink_entry{/*the back link*/

}
.entryBox /*one entry box on the entries page*/
{
/*IMPORTANT! do not set width, it is set dynamicaly depending on the items in row*/
float:left;
margin-left: 3%;
 margin-bottom:10px;

}
.entryTitle
{
color:#5f3c1f;
 font-size:medium;
}
.entryTime
{font-style:italic; color:#5f3c1f;
font-size:x-small;
}
.entryTagsTitle
{color:#5f3c1f;
font-size:small;
}
.entryTags
{color:#5f3c1f;
 font-size:small;
}
.entrySendToFriendLink
{color:#5f3c1f;
}
/*end entry*/

/*start new reply*/

.newReply
{color:#5f3c1f;
}
.newReplyContainer
{color:#5f3c1f;
}
.newReplyTable
{color:#5f3c1f;
}
.newReplyTitle
{color:#5f3c1f;
}
/*end new reply*/

/*start reply*/
.replyItem{/*wrapper div on each reply*/
 border-bottom:solid 1px #5f3c1f;
  padding-bottom:5px;
   width:80%;
}
.replyTime
{font-style:italic;color:#5f3c1f;
}
.replyUserName
{color:#5f3c1f;
}
.replySubject
{color:#5f3c1f;
}
.replyBody
{color:#5f3c1f;
 font-size:larger;
}
.replyGravator{/*the gravator image on the reply*/

}

/*end reply*/

/*start support*/
.supportTitle /*each text on the support request*/
{color:#5f3c1f;
}
.supportThankYou /*after a request for support has been sent*/
{color:#5f3c1f;
}
/*end support*/

/*start random image box*/


#randomImageContainer{
}
.randomImage{
border:solid 2px white;
 display :none;
    filter:alpha(opacity=0);
    opacity:0;
    position:absolute;
    cursor:pointer;
    -moz-opacity:0;

}
/*end random image box*/

/*start tags*/
#tags_div a
{
    
}
#tags_div
{
    /*max-width: 170px;*/
}

#tags_div a:hover
{
    
}
#tagsTitle
{
    width: 100%;
    border-bottom: dotted 1px white;
}
/*end tags*/

/*start latest entry*/
#latestEntryImageDiv{
color:#5f3c1f;
}
#latestEntryImage{
border:solid 2px white;
}
#latestEntryLink{
color:#5f3c1f;
}
#latestEntryWrapper{
 width:300px;
}
#latestEntryTitle{
color:#5f3c1f;
}
#latestEntryTime{
color:#5f3c1f;
}
#latersEntryTagsTitle{
color:#5f3c1f;
}
#latestEntryTags{
color:#5f3c1f;
}
#latestEntryRepliesCount{
color:#5f3c1f;
}

/*end latest entry*/

/*start global*/
.submitButton /*the submit button*/
{
}
/*end global*/

/*for the file input controls*/
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	z-index: 2;
}
.toolTipWrapper{
width:300px; border:solid 1px blue; background-color:White; color:#cacbab;
}
.toolTipName{
text-decoration:underline
}
/*end file input*/

/*slide show*/

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #f7f5e6;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #f7f5e6;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;

}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
    border:solid,20,white;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
/*end slide show*/
/*start tool tips*/
.window
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
.windowTop
{
	height: 30px;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
.windowTopContent
{
	margin-right: 13px;
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2f3123;
}
.windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.windowBottom
{
	position: relative;
	height: 270px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.windowBottomContent
{
	position: relative;
	height: 270px;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
.windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
.windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 235px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
}
.windowContent *
{
	margin: 10px;
}
/*end tool tip*/
/*blogs*/
   .post_wrapper{
   }

.post_author{

}
.post_body{

}
/*end blogs*/
.errorMessage{
 font-size:large;
  color:Red;
}
