/*

Theme Name: MagickVoxx Theme
Theme URI: http://www.artilleryunit.com/
Description:  A lightweight, simple and pleasant design.
Author: Alberto Berio
Author URI: http://www.artilleryunit.com/
*/

/*Originally developed by
Author: Alberto Berio
URL: http://www.artilleryunit.com

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	border-bottom-color: #66d8fd;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-decoration: none;
	color: #62d3f8;
}
a:hover {
	text-decoration: none;
	color: #4df9f9;
	border-bottom: 1px dotted #68daff;
}

html, body {
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	font-size: 76%;
	height: 100%;
	min-width: 942px;
	background-repeat: repeat-y;
	background: #17324e url(img/bkgd.jpg) center top repeat-y;
	background-attachment: fixed;
	color: #FFFFFF;
	margin:0;
    padding:0;
}

content img {
	border: 3px double #cdebfb;
	margin: 0 10px 5px 0;
	-moz-border-radius: 7px;}

input {
	border-width: 0px;
	border-color: #A2E2F0;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	color: #000000;
	padding: 4px;
	border: none;
	font-size: 1.2em;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 5px;
}
textarea {
	border-width: 0px;
	border-color: #67d9fe;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	color: #000000;
	padding: 4px;
	background-color: #fff;
	border: solid;
	font-size: 1.2em;
}

code {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 10px;
}
p {
	font-size: 1.2em;
	margin: 1.3em 0em 1.3em 0em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}
h1,h2,h3,h4 {
	font-weight: bold;
	color: #c3e6fc;
	font-family: Georgia, "Times New Roman", Times, serif;
}
code {
	border: 1px solid #763f7e;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 1em;
	padding: 8px 10px;
	white-space: pre;
}
ol, ul, li {
	list-style: none;
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	border-bottom: 0px; 
	text-decoration: none;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/content_tile.jpg) repeat-y;
    margin-top:0;
	margin-bottom:-109px;
	margin-left:auto;
	margin-right:auto;
	width: 942px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.header {
    margin: 0;
    padding: 0;
    height: 160px;
	background: url(img/header.jpg) no-repeat;	
}
.thelema {
    padding-left: 76px;	
}

.flash-header {
	position:relative;
	left:-1px;
}

.leftside { 
	width: 702px; 
	float: left; 
}

/* main */
.main {
	clear: both;
	padding: 0;
    margin: 0;
}

/* main left */
.sidenav {
    /*background:url(img/left_tile.jpg) repeat-y;*/
    background: url(img/left_header.jpg) no-repeat;
    margin-top:0;
    padding-top:0;
    float:left; 
	width:238px;
}
.sidenav h1, .sidenav ul {
	padding-left: 65px;
	padding-top: 0px;
}

.sidenav #searchform {
	padding-left: 65px;
	margin-bottom: 12px;
	margin-top:0px;
	
}
.sidenav #searchstring {
	border-color: #75bcdd;
	border-width: 1px;
	border-style: solid;
	margin-top:6px;
}

.sidenav #searchform #searchstring {
	width: 110px;	
}

.sidenav .sidenavtop {
    /*background: url(img/left_header.jpg) no-repeat;*/
	height: 20px;
}

.sidenav .sidenavbottom {
    background: url(img/left_footer.jpg) no-repeat;
	height: 46px;
}


.sidenav h1 {
	margin-left: -1.2em;
}
.sidenav ul {
	text-overflow: ellipsis;
	margin-left:  -1.2em;
	
}
.sidenav li {
	width: 175px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.sidenav li a {
	font-weight: bold;
	padding-left: 1em;
	padding-right: 6px;
	color: #64d6fa;
	border-bottom: 0px;
}
.sidenav li a:hover {
	color: #4ef8f8;
	border-bottom: 0px;
}
.sidenav ul ul {
	margin-bottom: .6em;
}
.sidenav ul ul li {
	padding-left: 0em;
	margin-left: -4em;
	font-size: .8em;
}
.sidenav ul ul li a {
	font-weight: bold;
	padding-right: 0px;
	color: #c3e6fc;
	border-bottom: 0px;
}
.sidenav ul ul li a:hover {
	color: #4ef8f8;
	border-bottom: 0px;
}



/* content */
.content {
	background: url(img/main_header.jpg) no-repeat;
	float: right;
	width: 464px;
	line-height: 2.2em;
}
.content .contenttop {
	height: 20px;
}
.content .contentbottom {
    background: url(img/main_footer.jpg) no-repeat;
	height: 46px;
}
.content .descr {
	color:#FFFFFF;
	margin-bottom: 6px;
}
.content li {	
	margin-left: 18px;
}

/* main right */
.rightnav {
    background: url(img/right_header.jpg) no-repeat;
    line-height: 1em;
    margin-top:0;
    padding-top:0;
    float:right; 
	width:240px;
}
.rightnav h1, .rightnav ul {
	padding-left: 28px;
	padding-top: 0px;
}

.rightnav #searchform {
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top:-24px;
}

.rightnav .ad {
	margin-left: 24px;
}
.bookclub {
	margin-left: 16px;
}
.rightnav #searchform #searchstring {
	width: 110px;	
}

.rightnav .rightnavtop {
	height: 22px;
}

.rightnav .rightnavbottom {
    background: url(img/right_footer.jpg) no-repeat;
	height: 46px;
}

.rightnav h1 {
	margin-left:  -10px;
	margin-bottom: 11px;
	margin-right: 0px;
	margin-top: 10px;
	color: #c3e6fc;

}
.rightnav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 11px;
	margin-right: 0px;
	margin-top: 10px;
	color: #c2e5fb;

}
.rightnav ul {
	margin-left:  -12px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: -2px;
}
.rightnav li {
	list-style: none;
	width: 140px;
	margin-bottom: 1em;
}
.rightnav .itunes{
	float:left;
	width: 23px;
	height: 21px;
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 3px;
	background: url(img/itunes.png) no-repeat;
}
.rightnav .rssicon{
	float:left;
	width: 23px;
	height: 21px;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 0px;
	background: url(img/rss.png) no-repeat;
}
.rightnav li a {
	font-weight: bold;
	padding-left: 14px;
	padding-right: 6px;
	color: #64d6fa;
	display: block;
	text-decoration: none;
	border-bottom: 0px;
}
.rightnav li a:hover {
	text-decoration: none;
	color: #4ef9f9;
}
.rightnav ul ul {
}
.rightnav ul ul li {
	background: url(img/li.png) no-repeat;
	padding-left: 0;
	margin: 0px 0px 0px -56px;
}
.rightnav ul ul li a {
	font-weight: bold;
	color: #c5e8fe;
	display: block;
	font-size: 1.2em;
	padding: 3px 6px 3px 0px;
	text-decoration: none;
	border-bottom: 0px;
}
.rightnav ul ul li a:hover {
	font-size: 1.2em;
	color: #67d9fe;
}
.rightnav .widget {
	margin-bottom: 10px;
	border-bottom-color: #3a90b2;
	border-bottom-width: 2px;
	border-bottom-style: none;
	margin-top: -2.6em;
	width: 200px;
	margin-left: 30px;
	border-bottom: 0px;
}

.rightnav .widgettitle {
	margin-left: 12px;
	font-size: 1.6em;
	border-bottom: 0px;
}
.rightnav .widget_wp_shopping_cart h2 {
	font-size: 1.7em;
	padding-left: 12px;
}
.rightnav .widget_wp_shopping_cart {
	width: 300px;
}
.widget a{
	border-bottom: 0px;
}
/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #FFFFFF;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.push {
	height: 109px;
}
.footer {
	background: url(img/footer.jpg) no-repeat;
    margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;	
	width: 942px;
    height: 109px;
    text-align: right;
}
.footer p {
	padding-top:18px;
	font-size:1.1em;
	padding-right: 58px;
}
.footer p a {
	border-bottom-width: 0px;
	text-decoration: none;
	border-bottom: #c9e9fc;
}
.footer p a:hover {
	text-decoration: none;

}
.moretext {
	padding-top:22px;
	font-weight:bold;
	font-size:1.0em;
	text-align : right;
}

/*post stylng*/
.item {


	padding-right: 20px;
	padding-left: 20px;

}
.item h1 {
   	/*background: url(img/titlebar.jpg) no-repeat;*/
}
.item h1 a {
	border-bottom-style: none;
	color: #64d6fa;
	text-decoration: none;
	border-bottom: #c9e9fc;
}
.item h1 a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #4ef9f9;
	border-bottom: #c9e9fc;
}
.item .date {
	padding-top: 1px;
	margin-right: 0px;
	font-size:1.1em;
}
.item .entry {
    overflow:hidden;
	clear:both;
}
.item .info {
	margin-bottom:  0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	font-size:1.1em;
	width: 460px;
	/*background: url(img/bar.jpg) no-repeat;*/
}
.item .flourish {
	background: url(img/miniflourish.png) no-repeat;
	margin: 0px 0px 0px 195px;
	padding: 0px 0px 0px 0px;
	
}
.entry .flourish {
	background: url(img/miniflourish.png) no-repeat;
	margin: 0px 0px 0px 195px;
	padding: 0px 0px 0px 0px;
	
}
.item ul li {
	list-style: url(img/li.png);
	margin-left:18px;
}
.item ol li {
	margin-left:14px;
}

/* PodPress Styling */
.item .entry .podPress_content {
	margin: 12px 0 12px 0;
	font-size: 1.2em;
}
/* Comments Styling */
.commentlist-header h2 {
	padding-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

.commentlist-body {
    font-size: 1.1em;
    text-decoration: none;
    width: 463px;
	margin: 12px 24px 12px 6px;
}

ol.commentlist {
	margin-left: 0; 
	padding-left: 0;
}

ol.commentlist li {
	text-decoration: none;
	list-style-position: inside;
	margin-top:12px;
	margin-right:32px;
	border-bottom:1px dotted #cbebfe;
}

cite {
}

.commentmetadata {
	margin-left: 0px;
	margin-bottom: 22px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: none;
	font-size: 1em;
}

#commentform-header h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 25px 24px 25px;
	font-size: 1.6em;
}

#commentform {
	font-size: 1.2em;
	margin: 0px 25px 0px 25px;
	width: 320px;
}

#commentform textarea {
	width: 320px;
}
#commentform textarea:hover {
}
#commentform textarea:focus {
}

#commentform #email, #commentform #author, #commentform #url {
	width: 320px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	width: 320px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	width: 320px;
}
#commentform input{
	margin-bottom: 3px;
}

a img {
border:none;
}

img.alignleft {
	border-width: 10px;
	float: left;
	margin-right: 10px;
	display: inline;
	border: double #cdebfb;
}
img.alignright {
	border-width: 10px;
	float: right;
	margin-left: 10px;
	display: inline;
	border: double #cdebfb; 
}

img.centered { 
	border-width: 10px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border: double #cdebfb; 
}

.nobr {
   white-space : nowrap;
}

.clear {
	height:2px;
	overflow:hidden;
	clear:both;
	margin-top:-2px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: 25px;
	margin-right: 99px;
	margin-bottom: 48px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

