/*
Theme Name: Vroomfogle
Theme URI: http://www.vroomfogle.com
Description: Theme for vroomfogle.com
Version: 1.00 Released Dec 2005
Author: Vroomfogle 
Author URI: http://www.vroomfogle.com
*/

/* STANDARD ELEMENTS */
body {
    color: white;
	/*background: #827299;*/
    background: black;
    margin: 0 auto;
	padding: 0px;
	font: 1.0em "Times New Roman", verdana, arial, helvetica, sans-serif;
}

p {
	font: 1.0em "Time New Roman", verdana, arial, helvetica, sans-serif;*/
	margin: 0px;
	padding: 5px;
    text-align: left;
    line-height: 1.3em;
}


a:link    { color: yellow; text-decoration: underline; }
a:visited { color: BlueViolet; text-decoration: underline; }
a:hover   { color: BlueViolet; text-decoration: underline; }

img {
    border: none;
}

blockquote {
    margin: 0px 75px 25px 75px;
    font-style: italic;
}
blockquote p {
    font-style: italic;
}

.floatright { 			/* Floating images with captions */
	float: right;
}
.floatleft {
	float: left;
}
/* HEADERS */
h1 {
    	font-weight: bold;
    	font-size: 26px;
    	color: white;
    	text-align: center;
        text-decoration: none;
}

h2 {
	padding: 2px 10px;
	font-size: 1.3em;
	color: black;
	background: #6D4C99;
    /*background: url(images/triangles.jpg);*/
	border: 1px solid black;
    text-align: left;
    text-decoration: none;
}
h2 a:link { color: white; text-decoration: none;}
h2 a:visited { color: white; text-decoration: none;}

h3 {
	font: bold 1.2em verdana, arial, helvetica, sans-serif;
	margin: 20px 0px 10px 0px;
	padding: 0px;
    text-align: left;
}

h4 {
    font-size: 1.0em;
    margin: 0px 0px 10px 0px;
    padding-left: 5px;
    /*color: black;
	background: #6D4C99;
	padding: 2px 10px 2px 10px;*/
}

/* CONTENT */
#Content {
	position: relative;
	min-width: 200px; /* Not support in IE */
	border: none;
	margin: 20px 190px 0px 190px;
	z-index: 2;
	font-size: 0.85em;
}

/*
#login {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 300px;
}
#login ul {
    list-style-type: none;
}*/

.comment {
    clear: both;
}

/* Allows floating of images inside ContentBlock */
.ContentBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ContentBlock {
   	color: white;
	/*background: #827299;*/
	/*background: #6D4C99;*/
    /*background: url(images/background.jpg);*/
	padding: 00px;
	z-index: 3; 
	border: none;
	display: inline-block;
}

.ContentBlock ul {
	list-style-type: disc;
	margin: 10px 30px 30px 30px;
	padding-left: 5px;
}
/* Space between bullets */
.ContentBlock li {
    margin-bottom: 5px;
}
/* NO margin after in nested bullets */
.ContentBlock ul ul {
	list-style-type: circle;
    margin: 5px 30px 5px 30px;
}

.ContentBlock table {
    border-width: 2px;
    border-style: outset;
    border-collapse: collapse;
    margin: 10px auto 20px auto;
    clear: both;
}
.ContentBlock table td {
    vertical-align: top;
}
.ContentBlock td {
    border-width: 2px;
    border-style: none solid none solid;
    padding: 4px;
}
.ContentBlock table ul {
    margin: 0px 10px 0px 20px;
    font-size: 0.8em;
}
.ContentBlock img {
    border: 10px solid black;
}

.xml table td {
    border-width: 0px;
}

.xml table strong {
    color: yellow;
}
.xml em {
    color: purple;
}

.pageindex {
    margin: 5px 75px 25px 75px; 
}
.pageindex ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding-left: 1.5em;
}

/* Hides from IE Mac \*/
* html .floatcontainer { height: 1%;}
	.floatcontainer{display:block;}
/* End Hack */

.meta {
	text-align: right;
    clear: both;
    font-size: 0.8em;
    font-weight: normal;
}

.footer {
	text-align: center;
	margin-bottom: 20px;
}

/* SIDEBARS ***********************************************/

#SideBarLeft{
	position: absolute;
	top: 20px;
	left: 15px;
	width: 160px;
	z-index: 3;
	font-size: 0.8em;
}

#SideBarRight{
	position: absolute;
	top: 20px;
	right: 15px;
	width: 160px;
	z-index: 3;
	font-size: 0.8em;
}

.SideBarSection {
	border: 0px solid #354463;
    color: white;
    /*background: #a7aeb8;*/
	padding: 0px;
    margin: 0px 0px 10px 0px;
}

#SideBarLeft h4, #SideBarRight h4 {
    font-size: 1.0em;
    margin: 0px 0px 10px 0px;
    padding-left: 10px;
    color: black;
	background: #6D4C99;
	padding: 2px 10px 2px 10px;
}

/* Lists in the side menu bars */
.SideBarSection ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}
.SideBarSection ul ul {
    padding-left: 10px;
}

/* MISC CLASSES */
.center {
	text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.spelllist table {
    margin: 5px 10px 5px 10px;
    float: left;
    border: 1px;
    padding: 5px;
}
.spelllist td {
    border-width: 1px;
    border-style: solid solid solid solid;
    padding: 1px;
}

/* PRINT STYLES */
@media print {
    body {
        background: white;
        color: black;
    }
    p {
        margin: 10px 10px 10px 10px;
    }
    #SideBarLeft, #SideBarRight, .comment {
        display: none;
    }
    #Content {
        border: 10px;
        margin: 0 auto 0 auto;
        padding: 5px 5px 5px 5px;
    }
    img, .ContentBlock img { 
        page-break-inside:avoid;
        page-break-after:avoid;
    }
    a:link, a:visited, a:hover { 
        color: black; 
        text-decoration: underline; 
    }
    ol {
        color: black;
    }
}
