/*  
Theme Name: Fashioncolor
Theme URI: http://www.internet-web-hosting.co.za
Description: 2 Column blog with a fashion theme. The page menus are different colors and the colors can be tailored to your taste
Version: 1.0
Author: Christine
Author URI: http://www.internet-web-hosting.co.za/
Tags : 2 columns, fashion, fixed width, green
*/

body
  {
    font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color : #444444;
	background-color : #FBCE6D;
	margin:0 auto;
	letter-spacing : 1pt;
  }
#wrap
  {
    width:1024px;
    margin:0 auto;
  }
#bodywrap
  {
    clear : both;
    width : 1024px;
    background : #FFFCD5 url(images/body.jpg) repeat-y top left;
  }

#header h1
  {
    font-size : 32pt;
    color : #ffffff;
    position : relative;
    top : 165px;
    left : 100px;
    margin-top : -10px;
    font-weight : normal;
     }
h1 a:link, h1 a:active, h1 a:visited
  {
    text-decoration:none;
    color:#ffffff;
    border:none;
    letter-spacing : 2pt;
    font-weight : normal;
   }
h1 a:hover
  {
    text-decoration:none;
    color : #E5AC34;
    letter-spacing : 2pt;
    font-weight : normal;
  }

  
#header
  {
     background:url(images/header.jpg) no-repeat left top;
     height:328px;
     width:1024px;
     position:relative;
     margin-bottom:0px;
     float:left;
     padding:0;
  }
  
#menu {

 width : 890px;
 margin-left : 62px;
 margin-top : 235px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background-color: #E98337;
/*	margin-left: 5px;*/
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	border : 3px solid white;
	font-weight : bold;
}

#menu a:hover {
  background-color : #C6C6C5;

}



#menu .active a {
}


  
#search
  {
  }
input#searchsubmit
  {
    background:#fc6;
    border:2px solid #f93;
    color:#333;
    font-size:13px;
   }
a:hover
  {
    text-decoration:underline;
    color:#E98337;
    border:none;
  }
.left
  {
    float:left;
    width:260px;

    margin:0px 0;
    padding:0px 10px 10px 75px;
  }
.right
  {
    float:right;
    width:180px;
    margin:10px 0;
    padding:10px;
  }
.right img
  {
    border:0;
    display:block;
    margin-left:auto;
    margin-right:auto;
  }
.middle
  {
    line-height:16px;
    float:left;
    width:595px;
    overflow:hidden;
    padding:0px 10px 10px 10px;
  }
.middle h2
  {
    font-size:14pt;
    margin:0 7px 3px 0;
    padding:10px 0px 10px 0px;
    width : 100%;
    color : #AE84DC;
  }
.middle h2 a:hover
{
  text-decoration : underline;
}
  
.middle img
  { border:10px #ffffff solid;
  }
  
.middle ul li
{
  margin-left : 20px;
}
.middle ol li
{
  margin-left : 20px;
}

blockquote
{
  border-left : 2px solid #C5D040;
  padding-left : 10px;

}

.ads
  {
    margin-top:10px;
    line-height:16px;
    margin-left:10px;
    float:left;
    width:570px;
    border:3px solid #f3f3f3;
    text-align:center;
    padding:10px; }

.ads img
  {
    border:0;
    text-align:center;
  }
img.wp-smiley
  {
    border:0;
    padding:0;
  }
#footer
  {
  width:1024px;
  text-align:center;
  clear:both;
  padding-top : 20px;
  background : #FBCE6D url(images/footer.jpg) no-repeat top left;
  height : 30px;
  font-size : 8pt;
  }


div.br
  {
    height:10px;
    clear:both;
  }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right : 5px;
}

.alignright {
   float: right;
   margin-left : 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.gcomment
  {
    border-left:none;
    vertical-align:middle;
    border-right:none;
    margin-bottom:3px;
    border-bottom:1px solid #D4A107;
    background-color:#F7F7F7;
    padding:3px;
  }
.ucomment
  {
    border-left:none;
    border-right:none;
    margin-bottom:3px;
    border-bottom:1px solid #D4A107;
    background-color:#fbfbf1;
    padding:3px;
  }
input#submit
  {
    background:#fc6;
    border:2px solid #f93;
    color:#fff;
    font-size:13px;
  }
ol.commentlist
  {
    margin:0 0 1px;
    padding:0;
  }
ol.commentlist li
  {
    list-style:none;
    margin:0;
    padding:13px 13px 1px;
  }
ol.commentlist li.commenthead
  {
    list-style:none;
    margin:0;
  }
ol.commentlist li.commenthead h2
  {
  margin:0;
    }
span
  {
    background:#FFC;
  }
.addthis
  {
    float:right;
    clear:both;
  }
a:link,a:active,a:visited
  {
    text-decoration:none;
    color:#468359;
    border:none;
   }
   

.left h2
  {
    font-size:14pt;
    color : #ffffff;
    margin:0px 0px 7px 0px;
    padding:0px 0;
    background: transparent url(images/left-header.gif) no-repeat left top;
    border-bottom : 2px solid white;
    height : 28px;
    padding-left : 7px;
    padding-top : 2px;
  }


  
.comments h3
  {
    font-size:14pt;
    color : #B81F25;
    margin:0 7px 3px;
    padding:3px 0;
  }
  
.left ul,.right ul
  {
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:150%;
    font-size:10pt;
    font-weight : bold;
  }
.left ul li,.right ul li
  {
    list-style-type:none;
    margin:0 0 20px;
    padding-bottom : 10px;
    padding-left : 0px;
    background:#C5D040;
    border : 5px solid white;
    width : 220px;
   }
   
.left ul li ul,.right ul li ul
  {
    list-style-type:square;
    margin:0;
    padding:0 3px;
    padding-left : 5px;
  }
  
.left ul li ul li,.right ul li ul li
  {
    background:transparent url(images/bullet2.gif) no-repeat 0 4px; 
    border:0;
    margin:0;
    padding:0 0 2px 14px;
    width : 178px;

  }
.left ul li ul li :hover
  {
    color :#55A06D;
    text-decoration : none;
  }

.left ul li ul li a
  {
/*    color :#FDF5E2;*/
     color : #ffffff;
  }


.right ul,.right ul
  {
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:150%;
    font-size:11px;
   }
.right ul li,.right ul li
  {
   list-style-type:none;
   margin:0 0 20px;
   padding:0;
  }
.right ul li ul,.right ul li ul
  {
   list-style-type:square;
   margin:0;
   padding:0 3px;
  }
.right ul li ul li,.right ul li ul li
  {
    list-style-type:none;
    background:transparent url(images/bullet.gif) no-repeat 0 4px;
    border:0;
    margin:0;
    padding:0 0 2px 14px;
  }
.right ul li ul li :hover
  {
    border-bottom:#ccc 1px solid;
  }
div.hr hr,div.br br
  {
   display:none;
  }
.ucomment img,.addthis img
  {
    border:0;
  }
