/* CSS Document */

<!--CUSTOM CSS -->

h5 {
font: 2.6em  Georgia, "Times New Roman", Times, serif;
margin: 0 0 10px 375px;
border-bottom: 1px solid #B15A4D;
width: 55%;
padding: 15px 0 5px 0;
}

h5 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #FF00FF;
border-left: 3px solid #FFAE20;
padding-left: 14px;
margin: 12px 0 0 375px;
}
/* Site wrapper */

#topDiv {
background-color: #FEFF7F;
background-image:url(../images/menuBG.png);
background-repeat:repeat-x;
background-position:bottom;
width: 101%;
height: 212px;
position:absolute;
left: 0;
top: 30px;
/*border-bottom:1px solid #FF00FF;*/
}

#wrapper {
width: 980px;
/*margin: 10px auto 80px auto;*/
margin: 0px auto 0px auto;
position: relative;
background-color:transparent;
/*background-color: #FFFFFF;*/
display: table; /* margin-bottom for FF   (?) */
text-align: left;
}


/* Header */

#header {
margin: 10px auto 0px auto;
height: 157px;
position: relative;
background-color: transparent;
border-top: 0px solid #480A00;
border-bottom: 0px solid #CF492E;
padding-bottom:10px;
width: 100%;
}

#header-arrow {
position: absolute;
top: 7px;
left: 170px;
background: url(../images/logo.png) no-repeat 0 0;
width: 233px;
height: 149px;
}

#header-right {
position: absolute;
left:675px;
width:300px;
top:15px;
height:100px;
border:0px solid red;
text-align:center;
font-size:10px;
font-weight:bold;
color: #660066;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header-right p {
margin-top:0px;
}

#social ul {margin:2px; list-style: none;float:left;}
#social li {margin:2px; list-style: none;float:left;width:74px;font-size:8px; text-align:center;}
#social img {padding:0 3px;}
#social a {text-decoration:none; color:#666666;}
#social a:hover {color:#ff00ff;}

.content-box-left-bottom {
float: left;
width: 670px;
margin-bottom: 20px;
margin-top: 0px;
margin-right: 5px;
background-color:#FFCB99;
border: 1px solid #ff00ff;


/*ROUNDING*/
/*margin: 0 auto;*/
color: #000000;
text-align: left;

/* Do rounding (native in Firefox and Safari, CC in IE) */
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
CCborderRadius: 20px;
}

.content-box-left-in {
margin: 5px 20px 0 20px;
}

#blogMenu {
margin-top:7px;
font-size: 14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#blogMenu a {
margin-right: 23px;
font-weight: bold;
color: #ffffff;
padding:3px 7px 7px;
}
