

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #B6B4B3;
    background: #000000;
}

h1 {
    padding: 40px 0 0 30px;
    font: normal 54px Georgia, Times, serif;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    text-shadow: -1px 1px 1px #343332;
}

p {
    padding: .8em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #A5957D;
}

a {
    color: #B09B7D;
    text-decoration: underline;
}

a:hover {
    color: #C2B39C;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

/* header */

#header {
    height: 180px;
    background: url('images/.jpg') no-repeat right bottom;
}

/* menu */

#menu {
    height: 102px;
    text-align: center;
    background: url('images/menu.gif') no-repeat top;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    font-size: 15px;
    line-height: 72px;
	font-weight:bold;
}



#menu ul li a {
    padding: 0 30px;
    text-shadow: 1px -1px 1px #525A3E;
    text-decoration: none;
    color: #DDD6CD;
}

#menu ul li a:hover {
    color: #FFFFFF;
	 opacity: 1;
 
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}


 
#ex5 img {
	opacity: 0.8;
	border: 10px solid #eee;
 
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}
 
 
#ex5 img:hover {  
   opacity: 1;
 
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}



/* sidebar */

#sidebar {
    float: left;
    width: 305px;
    font-size: 13px;
}

#sidebar #login, #sidebar .box {
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: url('images/box.gif') no-repeat bottom;
}

#sidebar .box2 {
    height: 1%;
    padding: 20px 30px;
    background: #343332 url('images/box.jpg') no-repeat top;
}

#sidebar h2 {
    padding: 0 10px 0 30px;
    font-size: 20px;
    line-height: 64px;
    background: #474543 url('images/h2.gif') no-repeat;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li {
    padding: .25em 0 .25em 25px;
    line-height: 1.8em;
    background: url('images/arrow.gif') no-repeat 0 .55em;
}

#sidebar ul li a {
    padding: 0;
    text-decoration: none;
}

/* login */

#login h2 {
    font-size: 18px;
    line-height: 52px;
    height: 58px;
    background: #474543 url('images/loginh2.gif') no-repeat;
}



.scroll
{


width:200px;
height:600px;
overflow:scroll;
overflow-x:hidden;
}




/* content */

#content {
    float: right;
    width: 625px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: url('images/content.gif') no-repeat bottom;
}

#content #contheader h2 {
    height: 58px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 52px;
    text-align: right;
    background: #474543 url('images/contenth2.gif') no-repeat;
}

#content2 {
    height: 1%;
    padding: 40px 30px 10px 30px;
    background: #343332 url('images/content.jpg') no-repeat top;
}

#content .post {
    padding: 0 0 50px 0;
}

#content2 h2 {
    font-size: 24px;
    text-shadow: none;
}

#content h2 a {
    text-decoration: none;
    color: #B6B4B3;
}

p.postmeta {
    padding: .4em 0;
    color: #8B8988;
}

#content .entry {
    padding: 20px 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    padding: 40px 30px 80px 30px;
}

#footer p {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #7C7C7C;
}

#footer a {
    text-decoration: none;
}
