/*
Theme Name: Champagne Tastes
Theme URI: http://wordpress.org/
Description: Customized theme for Connie Champagne
Version: 1.0
Author: Marilynn Fowler
Author URI: http://www.vicesbyproxy.com/
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Marilynn Fowler,
	whose website you will find at http://www.vicesbyproxy.com/
*/

body {
	margin: 0;
	padding: 0;
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #001;
	background-color: #fff;
	}
h1 {
	font: bold 22px/50px "Courier New", Courier, mono;
	color: #6C6BC0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6C6BC0;
	}
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; font-weight: normal; }

a			{ text-decoration: none; border: none;}
a:link		{ color: #963; }
a:visited	{ color: #c96; }
a:hover		{ color: #6C6BC0; }
a:active	{ color: #7C8Bd0; }

acronym { border: 0; text-decoration: none; }

#champagne {
	background-color: #fff;
}

/* the big container that holds all other divs */
#gestalt {
	position: relative;
	text-align: left;
	min-width: 780px;
	}

/* "freestanding" divs are not enclosed in anything other than the gestalt container */
/* freestanding; contains bubble CC logo */
#branding {
	position: absolute;
	left: 50px;
	top: 5px;
	width: 400px;
	height: 90px;
	background: transparent url(/images/ccbubble.gif) no-repeat left top;
	z-index: 100}

/* freestanding */
#nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 125px;
	width: 100%;	
	background: #000 url(/images/glovetop.jpg) no-repeat right top;
	overflow: hidden;
	}
#nav ul {
	margin: 98px 65px 0 52px;
	border-top: 1px dotted #fff;
	padding: 4px 0 0 0;
	}
#nav li {
	list-style-type: none;
	display: inline;
	font: bold 12px "Courier New", Courier, mono;
	margin: 0;
	padding: 0;
	}
#nav a			{ margin-right: 20px; }
#nav a:link		{ color: #fff; }
#nav a:visited	{ color: #a74; }
#nav a:hover	{ color: #6C6BC0; }
#nav a:active	{ color: #fff; }

#wrapper {
	width: 985px;
}

#maincontent {
	padding: 170px 220px 0 50px;
	float: left;
}
#maincontent h2 {
	padding-top: 25px;
}
#maincontent p {
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.entry {
	display: block;
	overflow: auto;
}
.entry img {
	float: left;
	margin-right: 15px;
}
.postmetadata {
	clear: left;
}

/* sits inside maincontent */
#pagetitle {
	height: 50px;
	margin: 0 0 0 -25px;
	padding: 0 0 0 25px;
	background: transparent url(/images/glamocom.gif) no-repeat left top;
	}
#intro {
	letter-spacing: .2em;
	color: #642;
	font-size: 110%
	}

#sidebar {
	float: right;
	width: 180px;
	padding: 10px;
	margin-top: 250px;
	margin-left: -205px;
	border: 1px solid #ccc;	
}
#sidebar ul, #sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar #myPosts li {
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}

/* freestanding */
#footer {
	padding: 40px 0 10px 50px;
	background: #fff url(/images/glass.jpg) no-repeat right top;
	font: 10px "Times New Roman", Times, serif;
	color: #666;
	clear: both;
}
#maincontent .post img { max-width: 100%; margin-bottom: 1em; margin-left: -50px; }