/*  
Theme Name: QC Skirts
Theme URI: http://evocateur.org/
Description: Questionable Content, Questionable Sanity
Version: 0.5
Author: Daniel Stockman
Author URI: http://evocateur.org/

*/

/*
 *	NOTE:
 *		Hacks for hack browsers are located in ie.css,
 *		which is conditionally commented in the header,
 *		after this stylesheet is linked.
 */



/* ---( @Global )--- +-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+ */

/*	Color Guide	========
 *	
 *	light background	#344183		<-- anchor color
 *	 dark background	#283264
 *	
 *	light pintsize	#c9ddeb
 *	 dark pintsize	#aec4d4
 *
 */

* { padding: 0; margin: 0; }

body {
	color: #fff;
	font: small/1.3em 'Lucida Grande', Helvetica, sans-serif;
	background: #283264 url(images/bgbot.gif) no-repeat right bottom;
}

#wrap {
	background: url(images/bgtop.gif) no-repeat right top;
}

a:link, 
a:visited {
	color: #344183;
	text-decoration: none;
}

a:focus, 
a:hover, 
a:active {
	border-bottom: 1px dotted;
}

	/* (  @Headings  ) >>>====------- */

/* The only h1 is the title, dealt with in header */

h2, h3 { 
	margin-top: 1em;
	color: #000;
}

h2 { font-size: 160%; }

h3 { font-size: 130%; }

h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited { color: #000; }

h2 a:focus, h2 a:hover, h2 a:active, 
h3 a:focus, h3 a:hover, h3 a:active { border-bottom: none; }



	/* (  @Images  ) >>>====------- */

p img {	max-width: 100%; }
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right;	}
	
.alignleft { float: left; }

#pintchrist { position: fixed; }
#pc_textbox { position: absolute; }
#pintchrist, 
#pc_textbox {
	top: 0;
	right: 0;
}


/* ---( @Header )--- +-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=- */


#header {
	position: relative;
	height: 300px;
	width: 100%
}

#header h1, 
#header p { 
	position: absolute;
	right: 50%;
}

#header h1 a { 
	color: #FFF;
	font-size: 150%;
	border-bottom: none;
	text-decoration: none;
}

#header h1 { 
	top: 15%;
    padding: 0.5em;
}

#header p { top: 30%; }


/* ---( @Content )-- +-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=- */


#content {
	color: #000;
	font-size: 95%;
	margin-left: 5%;
	background: #fff url(images/left_bot_corner.gif) no-repeat left bottom;
}	

.narrowcolumn {
	width: 55%;
	float: left;
	padding: 0 2%;
}

.widecolumn {
	width: 60%;
	float: left;
	padding: 2% 4%;
}

.rtbr#swide { 
	margin-right: 20%;
	margin-left: 6%;
	color: #bbb;
}


	/* (  @Posts    ) >>>>====------- */

.post {
	clear: both;
	position: relative;
}

.post p {
	margin: 0.75em 0;
}

.post h2 { margin-left: 35px; }

.post .calPage {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	font-size: 80%;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	width: 35px;
	cursor: default;
	color: #777;
}

.post .calPage .day {
	display: block;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight: bold;
	padding-top: 2px;
}

.post .entry { clear: left; }


	/* (  @Post Nav ) >>>>====------- */




	/* (  @Comments  ) >>>====------- */

#comment { width: 100%; }




/* ---( @Sidebar )-- +-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=- */


#sidebar {
	float: left;
	width: 30%;
	color: #000;
}

#sidebar h2 {
	margin: 0;
	color: #232323;
	font-size: 130%;
	white-space: nowrap; 
	padding: 0.1em 0.6em 0.9em;
	background: #C9DDEB url(images/sb_h2.gif) no-repeat right top;
}

#sidebar ul {
	width: 55%;
	font-size: 85%;
	padding: 5% 5% 0;
	list-style: none;
	max-width: 15em;
}

#sidebar ul li {
	background: #C9DDEB url(images/sb_li_bottom.gif) no-repeat left bottom;
	margin-bottom: 8.5%;
}

#sidebar ul ul { 
	width: 90%;
	padding: 0 0 1.5em 10%;
}

#sidebar ul li ul li { 
	margin: 0; 
	padding: 0;
	background: transparent;
}

#sidebar ul li ul li p {
	line-height: 1.2em;
	padding: 0 7.5% 5% 0;
}



	/* (  @Search    ) >>>====------- */

#sidebar .rtbr { width: 65%; }

#sidebar .rtbr .rtbr_inner { 
	padding-left: 7.5%;
	border: none;
}

#sidebar #s { width: 50%; }


	/* (  @Calendar  ) >>>====------- */






/* ---( @Footer )--- +-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=- */


#footer {
	clear: both;
	height: 300px;
	position: relative;
}

#footer p {
	position: absolute;
	top: 0;
	left: 64%;
	color: #283264;
	background: #fff url(images/left_bot_corner.gif) no-repeat left bottom;
}

#footer p span {
	display: block;
	padding: 0.75em 0.5em;
	background: url(images/right_top_corner.gif) no-repeat right top;
}


/* ---( @Random )--- +-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=- */


input, 
textarea { border: 1px solid #bbb; }

input[type="text"], 
input[type="password"] { padding: 1px; }

	/* RoundTabRight thingy -- @rtbr */
.rtbr {
	background: #fff url(images/right_top_corner.gif) no-repeat right top;
	line-height: 3em;
	min-height: 3em;
	margin-left: -1px; /* avoid crazy 1px line at odd widths */
}
.rtbr .rtbr_inner {
	background: url(images/right_bot_corner.gif) no-repeat right bottom;
}
