/* Theme Name: corporate-sellout
 * Theme URI: http://www.corporate-sellout.com/features.html
 * Description: The minimalist two-column theme used at corporate-sellout.com
 * Version: 1.0
 * Author: Thad Boyd
 * Author URI: http://www.corporate-sellout.com/
 *
 * The overall design of the corporate-sellout theme is minimalistic.
 * It features a gray border with content against a white background,
 * and a single sidebar on the right-hand side.
 * The content wraps around the sidebar so as to avoid the usual whitespace.
 *
 * The theme is designed for my own use and will require some adjustment for others'.
 * For example, some of the images and links are hard-coded,
 * and there is no design for a comments section or an "author" field.
 *
 * Most of the PHP is adapted from the Sandbox theme by Andy Skelton and Scott Allan Wallick,
 * but this stylesheet is entirely my own work.
 *
 * The CSS, XHTML, and design are released under the GNU GPL 2:
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/* Begin main body tags */

body {
	background-image:none;
	background-color:#D0D0D0;
	color:black;
}

div.content {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0 1em 0 1em;
	margin:0.25em 0.5em 0 0.5em;
}

div.navigation {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0 1em 0 1em;
	margin:0.25em 0.5em 0 0.5em;
}


a {
	color:red;
	text-decoration:none;
}

a:visited {
	color:navy;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:maroon;
	text-decoration:underline;
}

a.name {
	color:black;
}

a.name:hover {
	text-decoration:none;
}

p.small, div.entry-date, div.entry-meta {
	font-size:x-small;
}

p.center {
	text-align:center;
}

img {
	border:none;
}

img.left {
	float:left;
}

img.right {
	float:right;
}

img.bordered {
	border:solid;
	border-color:black;
	border-width:1px;
}


table {
	padding:0;
	border:none;
}

table.left {
	float:left;
}

td {
	vertical-align:middle;
}

div.indent {
	margin:2em;
}

blockquote {
	background-color:#eeeeee;
	display:block;
	margin-left: 2em;
	border-left: solid #bdbdbd 3px;
	padding: 3px 0 3px 8px;
}

code {
	background-color:#eeeeee;
	display:block;
	margin-left: 2em;
	border-left: solid #bdbdbd 3px;
	padding: 3px 0 3px 8px;
	font-family:monospace;
}

/* End main body tags */


/* Begin headers */

div.header {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0 1em 0 1em;
	margin:0.25em 10em 0 10em;
}

div.pagetitle {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0 1em 0 1em;
	margin:0.25em 0.5em 0 0.5em;
}

h1 {
	font-size:xx-large;
	text-align:center;
}

h1.sub {
	font-size:x-large;
}

h1.fixed {
	font-size:x-large;
	font-family:Courier, fixed, monospace;
}

/* End headers */


/* Begin intro */

table.intro {
	margin-left:auto;
	margin-right:auto;
}

td.pic {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0 1em 0 1em;
	margin:0.25em 0.5em 0 0.5em;
}

td.intro {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0.25em 1em 0.25em 1em;
	margin:0.25em 0.5em 0 0.5em;
	text-align:center;
}

/* End intro */


/* Begin contents */

div.contents {
	width:200px;
	background:#C0C0C0;
	color:black;
	float:right;
	border-style:solid;
	border-width:1px;
	margin-left:0.25em;
	padding:0.5em;
}

.contents a {
	color:red;
}

.contents a:visited {
	color:navy;
	text-decoration:none;
}
.contents a:active {
	color:maroon;
	text-decoration:underline;
}

.contents a:hover {
	text-decoration:underline;
}

input.search {
	width: 70%;
}

input.searchsubmit {
}

/* End contents */

/* Begin footer */

div.footer {
	background:white;
	color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:0 1em 0 1em;
	width:28em;
	margin:0.25em 0.5em 0 0.5em;
}

/* End footer */
