/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body
{
    background-position: #CCCCCC;
    background: #CCCCCC;
    font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
    color: #333;
    text-align: center;
}

/* links */
a:link, a:visited
{
    color: #0000FF;
    background: inherit;
    text-decoration: none;
}
a:hover
{
    color: #88ac0b;
    background: inherit;
    text-decoration: none;
}

th
{
    padding: 2px 3px 2px 3px;
    margin: 2px 3px 2px 3px;
}

td
{
    padding: 2px 3px 2px 3px;
    margin: 2px 3px 2px 3px;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #488ac7;
}
h3 {
	font-size: 105%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol
{
    margin: 5px 20px;
    padding: 0 20px;
    /*color: #468EC4;*/
}
ul span, ol span {
	color: #666666;
}

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: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
}

/* form elements */

.button
{
    margin: 0;
    font: bolder 12px Arial, Sans-serif;
    border: 1px solid #CCC;
    padding: 2px 3px;
    background: #FFF; 
    /*color: #0D598E;*/
    color: #0000FF;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header2.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text
{
    position: absolute;
    margin: 0;
    padding: 0;
    font: bolder 2.2em 'Trebuchet MS' , Arial, Sans-serif;
    letter-spacing: -2px;
    color: #FFF;
    text-transform: none; /* change the values of top and left to adjust the position of the logo*/
    top: 37px;
    left: 570px;
    cursor: pointer;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .9em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 558px;		
    cursor: pointer;
}

/* Menu */
.StaticMenuStyle
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
}

.StaticMenuItemStyle
{
    margin: 0px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.StaticMenuItemStyle a
{
    color: #FFFFFF;
}

.StaticMenuHoverStyle
{
    display: block;
    background-color: #3361AE;
}

.StaticMenuHoverStyle a:hover
{
    background-color: #3361AE;
    color: #FFFFFF;
}

.StaticMenuSelectedStyle
{
    display: block;
    background-color: #3361AE;
}

.StaticMenuSelectedStyle * div
{
    background-color: #3361AE;
    color: #FFFFFF;
}

.StaticMenuSelectedStyle a:hover, a:active
{
    background-color: #3361AE;
    color: #FFFFFF;
}

.DynamicMenuItemStyle
{
    background-color: #FFFFFF;
    text-align: left;
    border-left-style: inset;
    border-bottom-style: inset;
    padding: 3px 5px 3px 5px;
    display: block;
}

.DynamicMenuHoverStyle
{
    background-color: #3361AE;
    color: #FFFFFF;
    padding: 3px 5px 3px 5px;
}

.DynamicMenuHoverStyle a:hover
{
    background-color: #3361AE;
    color: #FFFFFF;
}

.DynamicMenuSelectedStyle
{
    border-left-style: dotted;
    border-left-color: #3361AE;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0D598E;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go-green.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul.sidemenu a:hover
{
    text-decoration: underline;
}

/* Footer */	
#footer
{
    border-width: thin;
    border-color: #C0C0C0;
    color: #666666;
    background: #CCC url(images/footer.jpg) no-repeat center top;
    clear: both;
    width: 820px;
    height: 55px;
    text-align: center;
    font-size: x-small;
    border-top-style: solid;
}
#footer a
{
    text-decoration: none;
    font-weight: lighter;
}

/* 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; }
.gray { color: #CCC; }

.Quote1 {
  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: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}

.Quote2 {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

.ValidationSummary
{
    background-position: 5px 50%;
    border: 2px solid red;
    color: red;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(images/small_caution.png) no-repeat 5px 50%;
}

.ValidationSummary ul
{
    margin: 0;
    padding: 0;
    margin-left: 100px;
    list-style: square;
    color: #FF0000;
}

.ErrorBlock
{
    padding: 5px;
    margin: 15px;
    border-style: solid;
    border-color: #FF0000;
}

.PresenterName
{
    white-space: nowrap;
    font-style: italic;
}
