﻿/********************************************
   AUTHOR:  			Nicole Cadet 
   WEBSITE:   			http://www.NicoleCadet.com
   TEMPLATE NAME: 	    Nicole Cadet 2009 Dark Grey
   VERSION:             1.0
   LAST MODIFIED:		January 2009	          	
 *******************************************/ 
/*black = #070707
dark grey = #333332
midgrey= #656561
mid grey 2 = #565656
light grey = #d5d5cc
 background: #333332 url(../layout/header_bg.jpg) no-repeat 0% 0%;
variant, size/line height, fonts
 green = #adb96e
 purple = #876F6D
 red = #cc6358

*/


/*General Styles*/

body {
	margin: 0; 	
	padding: 0;
	font: normal .80em/1.6em "Palatino Linotype" , Georgia, "Times New Roman" , Times, serif;
	color: #d5d5cc;
	text-align: center;
	background: #333332;

}

/* links */
a {
    border-bottom: 1px solid #c34c3f;
    color: #c34c3f;
    padding: 0;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px solid #E9D1D1; 
    text-decoration: none; 
    color: #876F6D;
}

/* headers */
h1, h2, h3{
    font: normal 1em;
    letter-spacing: -1px;
	margin: 0; 	
	padding: 0;
}

h1 { 
	font-size: 2.2em;
	line-height: 1.1em; 
}
	 
h2 {
	font-size: 1.8em;
}
	
h3 { 
	font-size: 1.6em; 
	letter-spacing: 0px;
}
h4, h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    margin: 0; 	
	padding: 0;
}
h5 {
    font-style: italic;
}

p, h1, h2, h3, h4, h5 {
	margin: 10px 15px;
	padding: 0;
	
}

ul, ol {
	margin: 10px 30px;
	
}

ul li, ol li {
	margin: 10px 15px;
	padding: 0 0 0 10px;
}


blockquote {
    margin: 15px;
    padding: 0 30px 0 30px;
    background: #0c0c0c;
    border: 1px solid #866B6A;
    color: #866B6A;
    font: italic 1.3em/1.5em "Palatino Linotype" , Georgia, "Times New Roman";
}

.SpecialTextGreen {
	color: #adb96e;
}
.SpecialTextLightPurple {
 	color: #d8cbca; 
}


/*-----------------------------------------*/
/* images ---------------------------------*/
img {
	border: 1px solid #DADADA;
	padding: 5px;

}
img.borderless {
	border: none;

}
img.float-right{
   margin: 5px 5px 5px 5px; 
}
img.float-left {
  margin: 5px 5px 5px 5px; 
}

#specialImage a {
	border: none;

}





/*-----------------------------------------*/
/* header ---------------------------------*/
#header-wrap {
	height: 220px;
	background-color: #0c0c0c;
	background-position: 0 0;
}
#header-content{
    height: 220px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-image: url(../layout/header_bgSm.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #0c0c0c;
 }




/* Top navigation bar */
#topnav
{
    background: #333332 0% 0%;  
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 550px;
    position: absolute;
    right: 0px;
    top: 178px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #0c0c0c;
}
#topnav li {
     float: left; 
     font-size: 1em; 
     margin: 0; 
     padding: 0; 
     text-transform: uppercase; 

	
}
#topnav li a
{
    border-bottom: none;
    border-left: 1px solid #392c2b;
    color: #d8cbca;
    float: left;
    letter-spacing: 1px;
    padding: 10px 16px;
    text-decoration: none;
    border-left-color: #0c0c0c;
}
#topnav li a:hover 
{
     background: #656561;
     text-decoration: none; 
}

/*-----------------------------------------*/
/* sidebar --------------------------------*/
#sidemenu
{
   background-position: 0% 36px;
   float: right;
   margin: 0;
   padding: 10px 0 0 0;
   width: 225px;
}
#sidemenu h2 {
     color: #cc6358;
	 /*color: #adb964;*/
     font: bold;
     font-size: 0.9em; 
     font-weight: bold; 
     letter-spacing: 1px; 
     margin: 0; 
     padding: 0 0 0 21px; 
     text-transform: uppercase; 
}
#sidemenu ul {
     font-size: 1em; 
     line-height: 24px; 
     list-style: none; 
     margin: 0; 
     padding: 0; 
}
#sidemenu ul li {
     margin: 0; 
     padding: 10px 0 15px 0; 
}
#sidemenu ul li ul {
     margin: 0; 
     padding: 10px 0 15px 0; 
}
#sidemenu ul li ul li {
     margin: 0; 
     padding: 0; 
}
#sidemenu a {
	border: none;
	/*color: #876F6D;*/
	  	color: #CEB5AE;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 31px;
	text-decoration: none;
	width: 191px;
	background-image: url(../layout/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
#sidemenu a:hover
{
    background: #656561;
	background-image: url(../layout/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
    color: #d8cbca;
    display: block;
    line-height: 24px;
    text-decoration: none;
    width: 191px;
}

/*-----------------------------------------*/
/* main -----------------------------------*/
#main
{
    margin: 0 10px 10px 10px;
    padding: 0;
    width: 700px;
    float: left;
}

#main ul
{
	list-style-image: url(../Icons/bullet.gif);

}

#main p, #main blockquote, h1, h2, h3, h4, h5
{
    margin-left: 5px;
}

#main a{
	font-weight:bold;
}

/*-----------------------------------------*/
/* Forms ---------------------------------*/
input.button { 
	font: bold 12px Geneva, Arial, Helvetica, sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #d5d5cc;
	background: #333332;
	border: none;

}
/*--------------------------------------*/
/* footer                               */
#footer
{
    background: #0c0c0c 0% 0%;
    clear: both;
    margin: 0;
    padding: 25px 0 0 0;
    position: relative;
}
#footer-col1 
{
     float: left; 
     margin: 0; 
     overflow: hidden; 
     padding: 0; 
          width: 236px;

}
#footer-col2 
{
     float: left; 
     margin: 0 0 0 35px;
     overflow: hidden; 
     padding: 0; 
     width: 236px;
}
#footer-col3
{
     float: left; 
     margin: 0 0 0 35px; 
     padding: 0; 
     width: 225px; 
}

#footer h2 
{
     color: #adb96e; 
     font-size: 0.9em; 
     font-weight: bold; 
     letter-spacing: 1px; 
     margin: 0; 
     padding: 0; 
     text-transform: uppercase; 
}
#footer ul 
{
     list-style: none; 
     margin: 0; 
     padding: 4px 0 25px 0; 
}
#footer ul li 
{
     margin: 0; 
     padding: 0; 
     color: #866B6A; 
     font-size: 1.0em;
}

#footer span
{
 color: #786160; 
 font: 1.0em "Lucida Grande", Verdana, sans-serif; 
}

.info 
{
     color: #866B6A; 
     font-size: 1.0em; 
     margin: 0; 
     padding: 10px 0 20px 0; 
}