/*
Theme Name:Boxy Plum
Theme URI:http://wikiduh.com/themes/boxy-plum
Description:A simplified, clean, and boxy theme. Uses very streamlined CSS, full widget support, automatically loads parent categories to the top navigation bar, easy to customize. Just a basic, good looking, fast theme.
Author:bitacre
Author URI:http://wikiduh.com
Version:0.4.0
Tags:black, purple, two-columns, fixed-width, custom-header, custom-menu

License:GPLv2
License URI:http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Default Element Tags */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-size:12px;
	padding:0;
	margin:0;
}

h1,h2,h3 {
	text-align:center;
	padding:2px;
	margin:0;
}

ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

li{
	background-image:url(images/bull_3_white.png);
	background-repeat:no-repeat;
	background-position:7px 7px;
	padding-left:14px; 
}


/* Header elements */
#header_img {
	width:780px;
	height:160px;
	padding:0;
	margin:0;
	background-image:url(images/sliver_160_darkpurple.png);
	background-repeat:repeat-x;
	border-bottom:solid 1px #CCC;
}

#header_title {
	width:780px;
	margin-top:35px;
	float:left;
	text-align:center;
	font-size:54px;
}

#header_desc {
	width:780px;
	margin-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
}

#header_sub {
	width:780px;
	min-height:32px;
	padding:0;
	margin:0 0 10px 0;
}

.header_button {
	height:32px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background-image:url(images/button_32_mid.png);
	background-repeat:repeat-x;
}

.button_left {
	width:7px;
	height:32px;
	float:left;
	background-image:url(images/button_32_left.png);
}

.button_right {
	width:7px;
	height:32px;
	float:left;
	background-image:url(images/button_32_right.png);
}

.button_mid {
	height:28px;
	float:left;
	padding:7px 4px 7px 2px;
	font-size:14px;
	font-weight:normal;
}

.header_clear {
	width:780px;
	height:1px;
	visibility:hidden;
	content:'&nbsp;';
	clear:both;
}

/* Main Elements */

#sidebar {
	float:left;
	width:180px;
	padding:0 10px 0 10px;
	margin:0;
}

#container {
	width:780px;
	border:solid 1px #CCC;
	padding:0;
	margin:0;
	background-color:#444;
	margin-left:auto;
	margin-right:auto;
}

#content {
	float:left;
	width:550px;
	padding:0 15px 0 15px;
}

.archive_title {
	font-size:28px;
	margin-bottom:20px;
}

.content_box {
	width:550px;
	border:solid 1px #CCC;
	margin-bottom:45px;
	background-color:#222;
}

.content_title {
	width:550px;
	height:27px;
	border-bottom:solid 1px #CCC;
	text-align:center;
	background-image:url(images/sliver_27_darkpurple.png);
	background-repeat:repeat-x;
}

.content_post {
	width:540px;
	padding:5px;
}

.content_meta {
	width:526px;
	margin:15px 0 0 0;
	padding:4px 12px 4px 12px;
	text-align:left;
	background-color:#333;
	clear:both;
}

.content_meta_item {

}

.content_meta_clear {
	width:526px;
	height:1px;
	visibility:hidden;
	content:'&nbsp;';
	clear:both;
}

#nav_box {
	width:550px;
	margin-bottom:35px;
	clear:both;
	text-align:center;
	font-size:14px;
}

#footer {
	width:780px;
	height:14px;
	padding:2px 0 2px 0;
	border-top:solid 1px #CCC;
	margin-top:10px;
	text-align:center;
	font-size:11px;
	background-image:url(images/sliver_18_darkpurple.png);
	background-repeat:repeat-x;
	clear:both;
}

/* Link Styling Classes */
a:link, a:active, a:visited {
	color:#FFF;
}

a:hover {
	color:#66C;
}

.nodec a {
	text-decoration:none;
}

a.nodec {
	text-decoration:none;
}

.nohov a:hover {
	color:#FFF;
}

a.nohov {
	color:#FFF;
}

/* Additional Classes */
img.alignleft { 
	float:left; margin:0 6px 6px 0;
}

img.alignright { 
	float:right; margin:0 0 6px 6px; 
}

.u {
	text-decoration:underline;
}

.widget {
	width:170px;
	padding:0 5px 5px 5px;
	border:solid 1px #CCC;
	margin-bottom:25px;
	background-color:#222;
}

.widget_title {
	width:180px;
	height:18px;
	margin:0 0 5px -5px;
	border-bottom:solid 1px #CCC;
	text-align:center;
	background-image:url(images/sliver_18_darkpurple.png);
	background-repeat:repeat-x;
}

.widget_title_font {
	font-size:14px; 
}

#respond {
	text-align:left;
	padding:10px 5px 1px 10px;
}

#comments-form {
	padding-left: 30px;
}

/* WordPress Core */
.alignnone {
    margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}

.alignright {
    float:right;
    margin:5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}

.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}

a img.alignnone {
    margin:5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}

a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto
}

.wp-caption {
    background:#fff;
    border:1px solid #f0f0f0;
    max-width:96%; /* Image does not overflow the content area */
    padding:5px 3px 10px;
    text-align:center;
}

.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}

.wp-caption.alignright {
    margin:5px 0 20px 20px;
}

.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* WordPress Compatibility */

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}
