/* 
Theme Name: Freedom & Fashion
Theme URL: http://www.freehdomandfashion.com
Description: Freedom & Fashion
Author: Christine Cheung
Author URI: http://www.xtine.net
Version: 1.0
*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	font: normal .75em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2f2f2f;
	}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 5px;
}

strong {
	font-weight: bold;
}

li {
	margin-left: 30px;
}

ol li {
	list-style-type: decimal;
}

p {
	padding-bottom: 10px;
}

a {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container {
	width: 1050px;
	margin: 0 auto;
	padding: 25px 10px 10px 10px;
}

#header {
	background: url(logo.jpg) top left no-repeat;
	width: 132px;
	height: 265px;
	text-indent: -9999px;
	margin-top: 20px;
	float: left;
}
#header a {
	display: block;
	width: 132px;
	height: 265px;
}

#content {
	width: 850px;
	padding: 20px 20px 20px 30px;
	float: left;
}

#nav {
	height: 70px;
	font-size: 1.5em;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}
#nav ul {
	padding: 0px 0px 20px 5px;
}
#nav ul li {
	margin: 0px 25px 0px 0px;
	float: left;
}
#nav ul li a {
	padding: 5px;
	display: block;
}
#nav ul li a:hover {
	background: #2f2f2f;
	color: #fff;
	text-decoration: none;
}

.post {
	padding-top: 25px;
	clear: both;
}

.post img {
	padding: 2px;
	border: 1px solid #888;
}

.post .alignleft {
	margin-right: 5px;
}
.alignleft {
	float: left;
}
.post .alignright {
	padding-left: 5px;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.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;
}

.image_sample {
	width: 200px;
	height: 250px;
	border: 1px solid #000;
	margin-right: 20px;
	float: left;
}

#posts {
	padding-top: 15px;
}

.post {
	clear: both;
}

#footer {
	width: 850px;
	float: right;
	border-top: 1px solid #888;
	color: #555;
	text-align: right;
	margin: 20px 40px 0px 0px;
	padding-bottom: 10px;
	clear: both;
}


