/*
Theme Name: Voxygen
License: GPLv3 or Later. (c) 2009 Alan Lord -- HACKED
*/

/* style */

/* Begin Global Resets */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#D197C3;
	color:#000000;
	font-size:75%;
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	line-height:1.3em;
	text-align:center; /* IE6 Center hack */
}

table {
	border-collapse:collapse;
	empty-cells:hide;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}

h4 {
	color:#FAD3DA;
	font-size:1.3em;
}

ul, ol, dd {
	margin-left:1em;
}

ul, ol
{
	list-style:none;
}

a {
	text-decoration:underline;
	color:#A3518F;
}

a:hover {
    color:#000000;
}

a img {
	border:0;
}

.breadcrumb {
	color:#000000;
	margin-bottom:15px;
}

/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Header */

#header {
	width:100%;
	height:115px;
	margin-bottom:1em;
	background:#D197C3 url("images/header.gif.png") no-repeat 0 0;
	text-align:right;
	border:1px solid #A3518F;
}

#header h1 {
    margin:18px 18px 0 0;
}

#header p.description {
	font-size:1.2em;
	margin:1em 18px 0 0;
}

#header h1 a {
	font-weight:200;
	font-size:1.5em;
}

/* Layout */

/* Common padding inside containing divs. Do NOT add any height, borders or */
/* width to this element; it will almost certainly break IE6 */
.inside {
	padding:0.5em 1.5em;
}

#wrap {
	min-width:800px;
	max-width:1200px;
	width: auto !important; /*IE6 hack*/
	width:1200px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
	padding-top:1em; /*Space above wrap*/
}

#content {
	float:left;
	margin-right:-215px;
	width:100%;
	margin-bottom:2em;
	overflow:hidden;
}

#sidebar1 {
	float:right;
	width:215px;
	font-size:1.1em;
	overflow:hidden;
	margin-bottom:2em;
}

#sidebar2 {
	float:right;
	width:215px;
	font-size:1.1em;
	overflow:hidden;
	margin-bottom:2em;
}

#footer {
	height:50px;
	clear:both;
	background-color:#A3518F;
	border:1px solid #FAD3DA;
	margin-bottom:1em;
	width:100%;
	position:relative;
}

/* Content */

.article, .archive {
	background-color:#FAD3DA;
	border:1px solid #A3518F;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:1.5em;
	margin-right: 245px;
}

.article p, .archive p {
	margin-bottom:1em;
}

.article h2, .archive h2.entry-title {
	padding:0.5em 0 1em 0;
	border-bottom:solid 1px #A3518F;
	font-size:1.8em;
	font-weight:200;
	line-height:1.3em;
}

.article p a, .article li a, .postmeta a {
	color:#A3518F;
	text-decoration:underline;
}

.article p a:hover {
	color:#000000;
}

.article p a:visited {
	color:#A3518F;
        text-decoration:none;
}


/* The Article's meta data */
.article div.postmeta, small {
	font-size:0.75em;
}

.article .postmeta {
	color:#000000;
	margin-bottom:0.5em;
	margin-left:4em;
	padding-top:.5em;
}

.article blockquote {
	margin:0 1em 0 2em;
	padding:1em 1em 1em 1em;
	font-style:italic;
	background-color:#FAD3DA;
	border-left:solid 1px #D197C3;
}

code {
	color:#606060;
	font-family:"Liberation Mono", Courier, Mono;
	font-size:1.0em;
}

pre {
	font-size:1.3em;
	white-space:normal;
}

/* Form Styling */

/* Style input boxes and buttons */ 
input, textarea, select {
	background-color:#FDDFE4;
	border-color:#D7C1A6;
	border-width:2px;
	color:#000000;
}

fieldset {
	padding:0.5em;
	border-color:#D7C1A6;
	border-width:50px;
}

/* Sidebar */

/* Common Widget Styling */
.widget {
	width:100%;
	background-color:#A3518F;
	margin:0 0 0.5em 0;
	border:1px solid #FAD3DA;
	color: #FAD3DA
}

.widget .inside {
	padding:0.5em;
}

.widget ul {
	list-style:none;
}

.widget ul li {
	margin-bottom:0.5em;
}

.widget a {
	color:#FAD3DA;
	text-decoration:underline;
}

.widget a:hover {
	color:#000000;
	text-decoration:underline;
}

.widget a:visited {
	color:#FAD3DA;
	text-decoration:none;
}

/* Menu */
#menu {
	width:100%;
	background-color:#A3518F;
	overflow:hidden;
	position:relative;
	margin-bottom:1em;
	border:solid 1px #FAD3DA;
	clear:both;
}

#menu ul {
	clear:left;
	float:left;
	white-space:nowrap;
	list-style:none;
	position:relative;
	left:0;
	margin:0;
	padding:0;
}

#menu ul li{
	display:block;
	float:left;
	list-style:none;
	position:relative;
	left:0;
	margin:0;
	padding:0;
}

#menu li a {
	display:block;
	padding:0.5em 1em 0.5em 0.5em;
	margin:0;
	float:left;
	font-weight:bold;
	font-size:1.2em;
	color:#FAD3DA;
}

#menu li a:hover {
	text-decoration:underline;
	color:#000000
}

#menu li a:visited {
	text-decoration:none;
        color:#FAD3DA;
}

#menu li ul {
	position:relative;
	left:0.5em;
}

#menu li ul li {
	font-size:95%;
}

/* FOOTER */
#footer img {
	border:0;
}

/* Remove the dotted highlight when clicked */
#footer a:focus {
	outline:none;
}

#ft_left, #ft_centre, #ft_right {
	position:absolute;
	bottom:0.5em;
}

#ft_left {
	left:0.5em;
	text-align:left;
}

#ft_centre {
	left:45%;
	text-align:center;
}

#ft_right {
	right:0.5em;
	text-align:right;
}

#ft_left a, #ft_right a {
	color:#000000;
	text-decoration:underline;
}

#ft_left a:hover, #ft_right a:hover {
	color:#FAD3DA;
	text-decoration:underline;
}

#ft_left a:visited, #foot_right a:visited {
	color:#000000;
	text-decoration:none;
}

/* TWEEKS */

.clear {
	clear:both;
}

/* Wordpress */

/* Navigation Elements */
.navigation {
	font-size:0.9em;
	margin:0.5em 0.5em 1em 0.5em;
}

.comments .navigation {
	margin:0.5em 0 3.5em 0;
}
/* End Navigation Elements */

/* Begin Images */
p img {
	position:relative; /* IE6 Hack */
	padding:0;
	max-width:100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
}

.wp-caption {
	text-align:center;
	padding-top:4px;
	margin:10px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:3px 0 5px 0;
	margin:0;
	color:#000000;
}
/* End Images */

/* Comments */
h3#comments {
	font-weight:normal;
	margin-top:1em;
}

.commentmetadata {
	font-weight:normal;
	padding-bottom:0.5em;
}

ul.commentlist {
	list-style:none;
	margin-left:2em;
}

ul.commentlist li {
	background-color:#FAD3DA;
	padding:0.5em;
	border:solid 1px #A3518F;
	margin-bottom:0.5em;
	font-weight: bold;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
}

.commentlist li ul li {
	font-size:1em;
}

.commentlist li .avatar {
	float:right;
	border:1px solid #A3518F;
	position:relative; /*IE6 Hack */
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
}

.commentlist p {
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}

#commentform p {
	font-family:'trebuchet ms', Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width:95%;
	height:100px;
	padding:5px;
	font-size:1.2em;
	overflow:auto; /* IE6 & 7 Need this */
}
/* End Comments */

/* Begin Wordpress Widgets */
/* Search Widget */
#searchform {
	padding:0;
	margin:0;
}

#searchform #s {
	width:125px;
}
/* End Search Widget */

/* Tag Cloud */
#tag_cloud a {
	color:#FAD3DA;
	margin:2px 3px;
}

#tag_cloud a:hover {
	color:#FAD3DA;
}
/* End Tag Cloud */

