/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px;
	
	padding-bottom: 15px;
	background: #E2DCE4 url(images/body_bg.jpg);
	font: normal small Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9A9A9A;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #A186BE;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

p, blockquote, ol, ul {
	
}

a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
	border: none;
}

/* Header */

#header {
	height: 277px;
	background: url(images/header-right2-bg.jpg) no-repeat right top;
    margin-right: 7px;
    padding-top: 10px;
}

#header h1 {
	padding: 230px 30px 0 0;
	text-align: right;
	letter-spacing: -4px;
	font-size: 2.9em;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #7F41C4;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 265px 30px 0 0;
    
	text-align: right;
	letter-spacing: -0.2px;
	font-size: 1.2em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #7B797D;
}

/* Content */

#content {
	width: 912px;
	margin: 0 auto;
	background: url(images/content-bg.jpg) repeat-y;
    border-top: solid #E2DCE4 2px;
}

/* Column One */

#colOne {
	float: right;
	width: 656px;
    
}



#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top: 10px solid #E0E0E0;
}

#colOne .posted {
	font-size: .8em;
}
.story {
    font: 10.2pt Verdana;
    line-height: 150%;
    color: #898584;
    
}
.story h2 {
font-size: 16pt;
 }

#colWhole {
float: left;
background: url(images/content-bg.jpg) repeat-y;
}

#colWhole .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
}
#colWhole h2 {
    font-size: 16pt;
}
#colWhole a {
    font-size: 11pt;
    color: #5EA9EF;
    border: none;
}
#colWhole a:hover {
    border-bottom: 1px solid #5EA9EF;
}


/* Column Two */

#colTwo {
	float: left;
	width: 256px;
/*    background: #FAE4FA; */
    
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
    
}

#colTwo li {
	padding: 20px 30px;
    

/*	border-bottom: 1px solid #C6CD9C; */
    
}

#blue {
      background: #E0D6DE;
  }

#colTwo li li {
	padding: 0;
	border: none;
    
    
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 20px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo a {
	border: none;
	padding-left: 10px;
   
	
}

#colTwo a:hover {
	color: #B22900;
}

#menu {
	background: url(images/menu-left-bg.jpg) no-repeat;
    height: 241px;
    margin-left: 7px;
   
}

#menu h2 {
	background-image: url(images/img6.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
    border-bottom: none;
}

#menu li {
	display: inline;
    border-bottom: none;
}

#menu a {
	display: block;
	width: 160px;
    margin-left: -5px;
	padding: 3px 0 3px 24px;
	background: none;
	color: #000000;
    line-height: 180%;
    border-bottom: none;
}

#menu a:hover, #menu .active a {
	background: #5AAED0;
	color: #FFFFFF;
}
.image-left {
float: left;
margin: 5px;
padding-right: 5px;
}
.image-right {
float: right;
margin: 5px;
padding-left: 5px;
}


/* Footer */

#footer {
	width: 912px;
	margin: 0 auto;
	background: url(images/footer-bg.jpg) repeat-y;
    font-size: 8pt;
    border-bottom: 2px solid #E2DCE4;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#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;
}