/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		HigherGround
   TEMPLATE CODE: 	S-0014
   VERSION:          1.1   
	LAST MODIFIED:    January-12-2008       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body
{
    background: #ffffff;
    font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
    color: #666666;
    text-align: center;
    margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	padding-left:0px;
	margin-left:0px; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #000066;
	padding-left:0px;
	margin-left:0px; 
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #000066;
	padding: 10px 0px 0px 0px;
}
h3
{
    font-size: 130%;
    color: #000066;
    padding: 10px 0px 10px 0px;
}

h1, h2, p {
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 5px;
	padding: 10px;
}


/* images */
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.logo
{
    padding: 0px;
}

/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

input.continue
{
    font: normal 1em Verdana, sans-serif;
    padding: 5px;
    margin: 10px;
    float:right;
}
input.previous
{
    font: normal 1em Verdana, sans-serif;
    margin:10px;
    padding-right: 5px;
    float:left;
}

input.continuex
{
    font: normal 1em Verdana, sans-serif;
    color: #777;
    border-right: dimgray 1px solid;
    margin:10px;
    padding-right: 5px;
    border-top: dimgray 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    float:right;
}
input.previousx
{
    font: normal 1em Verdana, sans-serif;
    color: #777;
    border-right: dimgray 1px solid;
    margin:10px;
    padding-right: 5px;
    border-top: dimgray 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    float:left;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.buttonx { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: none;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(post.jpg);
	border: 1px solid #E0DBC9;  
}

/********************************************
   LAYOUT
********************************************/ 
#wrap
{
    position: relative;
    width: 1000px;
    background: url(../resources/images/content.gif) #ccc repeat-y center top;
    margin: 0 auto;
    text-align: left;
}
#top-bg {
   position: absolute;
	width: 1000px;
	height: 19px;
	background: #CCC url(../resources/images/top-bg.gif) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap
{
    position: relative;
    clear: both;
    float: left;
    width: 970px;
    padding: 0;
    /*border-top: 5px solid #FFF;*/
    margin-left: 15px;
    display: inline;
    background-color: white;
    background: url(../resources/images/side.png) #ffffff no-repeat;
}



/* header-photo */
#header-photo
{
    clear: both;
    height: 430px;
    width: 970px;
    margin: 0 auto;
    /*margin-bottom:5px;*/
    background: url(../resources/images/header.png) #fff no-repeat center bottom;
}

/* Navigation */
#nav
{
    width: 970px;
    position: relative;
    height: 36px;
    padding: 0;
    margin: 0 0 0 15px;
    background-color: #c48566;
    background-image: url('images/subheader.png');
}



#nav h1#nav-text
{
    position: absolute;
    margin: 5px;
    padding: 0;
    font: bold 20px "Century Gothic" , "Trebuchet MS" , Helvetica, Arial, Geneva, sans-serif;
    letter-spacing: -1px;
    color: #003366;
}

/* Main Column */
#main
{
    float: right;
    width: 79%;
    padding: 0px 0 0 0;
    margin: 0 0 0 10px;
    display: inline;
    
   }
#main h2
{
    font: normal 1.9em 'Trebuchet MS' , Tahoma, Sans-serif;
    color: #000066;
    text-transform: none;
    padding: 10px 0px 0px 0px;
}
#main h2 a {
	color: #000066;
	text-decoration: none;	
}


/* Sidebar */	
#sidebar
{
    float: left;
    width: 18%;
    /*height: 650px; /* this needs to be just big enough to clear the text in the image */
    padding: 0px 10px 0 0;
    margin: 0;
} 
	
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap
{
    clear: both;
    width: 1000px;
    background: url(../resources/images/footer-bottom.gif) no-repeat center bottom;
    padding-bottom: 20px;
}

/* bottom */
#footer-bottom
{
    clear: both;
    width: 970px;
    height: 236px;
    background-image: url(../resources/images/footer.png);
    background-repeat: no-repeat;
    margin-left: 15px;
}

/* postmeta */
.post-footer {
	background: url(post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* PP Styles*/

#login
{
    padding-top:295px;
    margin: 100px auto 0px;
    position: relative;
    width: 624px;
    
    margin: 0 auto;
    text-align: left;
    margin-top:200px;
    background-image: url(../resources/images/login.png);
    background-repeat: no-repeat;
}

div.diaryentry
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
}
.displaybox
{
    border-right: 1px dotted;
    padding-right: 10px;
    border-top: 1px dotted;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: 1px dotted;
    padding-top: 10px;
    border-bottom: 1px dotted;
}


    
/* modals */

.modal-background
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    }

.modal-popup
{
    background-color:#ffffff;
    border-width:2px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    }

.modal-popup-login
{
    background-color:#ffffff;
    border-width:2px;
    border-style:solid;
    border-color:Gray;
    height:150px;
    margin: 100px auto 0px;
    position: relative;
    width: 470px;
    margin: 0 auto;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    
    
    }

input.moreinfo { 
    font: normal 1em Verdana, sans-serif;
    color: #777;
    border-right: dimgray 1px solid;
    margin:10px;
    padding-right: 5px;
    border-top: dimgray 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    }
input.close { 
    font: normal 1em Verdana, sans-serif;
    color: #777;
    border-right: dimgray 1px solid;
    margin:10px;
    padding-right: 5px;
    border-top: dimgray 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    float:right
    }
input.next, input.previous { 
    font: normal 1em Verdana, sans-serif;
    padding: 5px;
}
input.nextx, input.previousx { 
    font: normal 1em Verdana, sans-serif;
    color: #777;
    border-right: dimgray 1px solid;
    margin:10px;
    padding-right: 5px;
    border-top: dimgray 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    }
    input.next { 
float:right
    }
    input.previous { 
float:left
    }

br.clear{       /* class to extend a child div box */
    clear:both;   
}  

th
{
    background: url(../resources/images/nav.jpg) #000000 repeat-x;
    height: 29px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    text-align: left;
    border-left: 1px solid #B6D59A;
    border-bottom: solid 2px #FFF;
}



/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar td {
padding:0px,0px,0px,0px;
border-spacing:0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}


.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color:#ffffff;
    color:#000000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
