/*
Theme Name: 	Twist Clothing
Theme URI: 		http://www.TwistClothing.com
Description: 	This is a custom theme designed for Dinah O'Connor and Twist Clothing of Santa Monica.  It uses bright, friendly colors, a hip look, and simple navigation.  A two column theme.
Version: 			1.0
Author: 			Cesar Gonzalez
Author URI: 	http://www.kokuadesign.com

License Info:	This theme is copyright of Cesar Gonzalez, May 2006 and freely 	
							licensed to Dinah O'Connor and Twist Clothing for use on their
							website.

Colors Used:		Dark Pink								#E21E77
								Hot Pink								#FF1C88
								Light Pink							#FF5387
								Bright Yellow						#FFDD00
								Light Yellow						#FCFF8F
								Bright Blue							#00BCEF
								Light Blue							#C4EEFB
								Light Purple						#8588FF
								Faded Purple						#DCDDFF
								Lime Green							#00F019
								
Sections:		Typography & Colors, Headers, Menu, Subscription Box, Post Styles, Images, Sidebar, Contact Form, Site Structure, Footer, Alsett Clearing Method.
*/

/* clear all default margins and padding */
* { margin: 0; padding: 0; }

/* **** Begin Typography & Colors **** */
body {
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 88%; /* Scale font to 14pts */
  color:#333;
  text-align: center;
}

p {
	font-size: 1em;
	line-height: 1.3;
	margin: 0.5em 0;
}

a, a:link {
	color: #FF1C88;
	text-decoration: underline;
}

a:visited {	color: #FF5387; }

a:hover, a:active {
	color: #00BCEF;
  text-decoration: none;
}

ul {list-style-type: circle; }

li {
	margin-left: 1.6em;
	font-size: 1em;
}
/* **** End  Typography & Colors **** */


/* **** Begin Headers **** */
#header_contact {
	float: right;
	margin-top: 1.5em;
	text-align: right;
	font-size: 1.1em;
	color: #FF1C88;
}

#header h1 {
	margin-bottom: 0.5em;
}

h1, h1 a, h1 a:link, h1 a:visited {
	color: #FF1C88;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-decoration: none;
}

h1 a:hover { text-decoration: underline; }
	
h2 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}

/* **** End Headers **** */


/* **** Begin Menu **** */
#menu {
	width: 770px;
	height: 75px;
	display: inline;
	overflow: hidden;
}

#menu ul {
	list-style-type: none;
	margin: 0 1px;
	padding: 0;
}

#menu li {
  margin: 0;
  padding: 0;
  display: inline;
}

.home a { background: url(images/home.gif); }
.hot a { background: url(images/hot.gif); }
.scoop a { background: url(images/scoop.gif); }
.where a { background: url(images/where.gif); }

#menu li a, #menu li a:visited {
	float: left;
	display: block;
	width: 192px;
	height: 75px;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	height /**/:75px; /*for IE5/Win only */
}

#menu li a:hover, #menu li a:active {
	background-position: -192px 0;
	}
/* **** End Menu **** */


/* **** Begin Subscription Box **** */
#subscribe {
	background-color: #FCFF8F;
	padding: 6px;
	border: 10px solid #FFDD00;
}

#subscribe h1 {
	font-size: 1.2em;
	color: #FF1C88;
}
#subscribe input { padding: 2px 0; }
#subscribe p {
	font-size: 0.9em;
}
/* **** End Subscription Box **** */


/* **** Begin Post Styles **** */
.post { padding-bottom: 2em; }

.entry {
	padding-bottom: 1em;
	text-align: left;
}

.postmetadata {
	font-size: 0.8em;
}

blockquote {
	font-size: 1.1em;
	font-style: italic;
	background-color: #FCFF8F;
	margin: 0.7em 0;
	padding: 0.2em 1em;
	border: 1px solid #BBB;
}

#author, #email, #url, #comment {
	background-color: #FCFF8F;
}
/* **** End Post Styles **** */


/* **** Begin Images **** */
img {
	margin-bottom: 1em;
	border: 5px solid #FF1C88;
}

.flickr { }

p .flickr_description { }

.centered {	margin: 0 auto; }
.float_left { float: left; }
.float_right { float: right; }
/* **** End Images **** */

/* **** Begin Sidebar **** */
#sidebar ul h2 {
	font-size: 1.2em;
	color: #00BCEF;
	margin-top: 20px;
	border-bottom: 1px solid #00BCEF;
}

#sidebar a { text-decoration: none; }
#sidebar ul { list-style-type: none; }
#sidebar li {	margin: 0;	padding: 0 0 0.1em 0; }

ul#search {
	margin-top: 20px;
}

/* **** End Sidebar **** */


/* **** Begin Contact Form **** */
table#contact_info {
	font-size: 1.2em;
	margin-bottom: 1em;
	border: none;
}

table#contact_info td {
	border: none;
	padding: 0.3em 1.5em 0.3em 0;
}

table img { border: 0; }

#contact_form {
	width: 430px;
	margin: 2em 0;
	padding: 1em 25px;
	background-color: #C4EEFB;
	border: 10px solid #00BCEF;
	clear: both;
}

#contact_form h2 {
	font-size: 1.5em;
	text-align: center;
	color: #FF1C88;
}
	
#holler_response {
	padding: 0.5em;
	background-color: #FCFF8F;
	border: 3px solid #00BCEF;
}
/* **** End Contact Form **** */


/* **** Begin Site Structure **** */
html { background: #FFF url(images/bg.gif) top left; }
body { background: transparent url(images/top_bg.gif) repeat-x top left; }

#wrapper {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
	width: 770px;
	height: 150px;
  background: transparent url(images/twist_title2.gif) no-repeat top left;
	text-align: left;
}

#content_area {
	width: 770px;
}

#main_column {
	width: 500px;
	float: left;
	padding: 20px 70px 40px 0;

}

* html #main_column { width: 535px; padding-right: 35px; }

iframe { margin-bottom: 10px; }

#sidebar {
	width: 200px;
	float: right;
	padding: 20px 0;
}

#footer {
	width: 100%;
	height: 70px;
  background: #FFF url(images/footer_bg.gif) repeat-x top left;
	margin-bottom: 70px;
}
/* **** End Site Structure **** */


/* **** Begin Footer Styles**** */

#footer {
	font-size: 0.95em;
	text-align: center;
}

#footer_left {
	width: 60%;
	float:left;
	text-align: right;
	padding-top: 16px;
}

#footer_right {
	width: 40%;
	float: right;
	text-align: left;
}

#footer_left p {
	margin: 0.3em 4em;
}

#footer_right p { margin-top: 16px; }

#footer ul {
	list-style-type: none;
	padding: 0;
}
	
#footer li {
	display: inline;
	margin: 0;
	padding: 0 0.4em;
	border-right: 1px solid #FF1C88;
}

#footer img {
	float: left;
	border: 0;
	padding: 0;
	margin: 0 0.5em 0 0.5em;
}

/* **** End Footer Styles **** */


/* The Alsett Clearing Method */
/*   Allows footer to clear all columns.  Via Stylin' with CSS */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End Alsett Clearing Method */
