/*   
Theme Name: Capxion Media Revolt
Theme URI: http://capxion.com
Description: Distinctive single column theme featuring thumbnail grid layout and widget-friendly footer sidebar.
Author: Capxion Media
Author URI: http://capxion.com
Version: 1.00
Tags: light, fixed-width, single column, thumbnail, sidebar

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* ------------  GENERAL ---------------- */

body { 	
	color:#000000; 
	background:#ffffff url('/images/bg-body.jpg');
	background-repeat:repeat;
	background-position:center top;
	font: normal 12px Arial, Helvetica; 
	line-height: 130%; 
	margin:0px; 
	padding:0px;
	}

/* Links */
a { 	
	text-decoration:none; 
	outline: none; 
	color:#9e0b0f;
}
		
a:hover, a:active, a:focus { 	
	color:#ffffff; 
	outline: none; 
	text-decoration:none; 
}

a.links {
	outline:none; 
	text-decoration:underline;
}

/* Headers */
h1 {
	color:#202020; 
	font: normal 28px Century Gothic; 
	margin:0px; 
	padding:0px;
}

h2 {
	color:#ebcf01; 
	font: normal 16px Century Gothic; 
	margin:0px; 
	padding:0px;
}

h3 {
	color:#ebcf01; 
	font: normal 12px Arial, Helvetica; 
	margin:0px; 
	padding:0px;
}

h4 {
	color:#9e0b0f; 
	font: normal 14px Century Gothic; 
	margin:0px; 
	padding:0px;
}

strong {
	color:#063583;
}

.intro {
	color:#ffffff; 
	font: normal 14px Century Gothic;
	margin:0px; 
	padding:0px; 
}

/* Alignements */
.clear {clear: both;}
.aligncenter {margin:0 auto 0;}
.alignright { float: right; margin:0 0 0 0; }
.alignleft { float: left; margin:0 0 0 0; }
.last {margin-right:0px;}

.height25 {height:25px;}
.height50 {height:50px;}
.left25 {margin-left:25px;}
.right25 {margin-right:25px;}
.bottom25 {margin-bottom:25px;}
.top25 {margin-top:25px;}

a img.ttf { border:0px }

/* Breaks */
.dots {
	width:100%; 
	border-top:1px dashed white; 
	margin:20px 0 0 0; 
	clear:both; 
}

.solid {
	width:100%; 
	border-top:1px solid white; 
	margin:20px 0 0 0; 
	clear:both;
	filter:alpha(opacity=30); 
	opacity:0.3; 
	-moz-opacity:0.3;  
}

.solid-left {
	height:100%; 
	border-left:1px solid white; 
	clear:both;
	filter:alpha(opacity=30); 
	opacity:0.3; 
	-moz-opacity:0.3;  
}

.solid-box {
	border:1px solid #d7d7d7; 
	margin:0px; 
	padding:10px; 
	clear:both;
	background:url('/images/bg-content.png') repeat;
}

.solid-box-2 {
	border:1px solid #d7d7d7; 
	margin:0px; 
	padding:5px; 
	clear:both;
	background:url('/images/bg-content.png') repeat;
}

.solid-frame {
	border:1px solid #d7d7d7; 
	margin:0px; 
	padding:5px; 
	clear:both; 
}

.solid-frame-2 {
	border:1px solid #d7d7d7; 
	margin:0px; 
	padding:0px; 
	clear:both; 
}

/* ------------  HEADER ---------------- */

#subheader-image {
	background:url('/images/bg-subheader.jpg');
	background-position:center;
	background-repeat:repeat-x; 
	height:30px; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
}

#subheader-bar {
	height:25px; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
	background:url('/images/bg-content-blk.png') repeat;
	border-bottom:thin solid #000000;
}

#subheader-nav {
	float:right; 
	text-align:right; 
	margin-top:5px;
	margin-right:50px; 
	padding: 0px;
	list-style:none;
}

#subheader-nav ul {
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}

#subheader-nav ul li {
	float:left;
	margin-left:5px;
	background:none;
	color: #ffffff;
	text-align:center;
	display: block;
	width:125px;
}

#subheader-nav ul li a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

#subheader-nav ul li a:hover, #subheader-nav ul li a:active, #subheader-nav ul li a:focus {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

#header-bar {
	height:80px; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
}

#header-logo {
	float:left; 
	text-align:left;
	margin-bottom:10px; 
	margin-left:50px; 
	padding:0px;
}

#header-nav {
	float:right; 
	text-align:right; 
	margin-top:20px;
	margin-bottom:10px;
	margin-right:50px; 
	padding: 0px;
	list-style:none;
}

#header-nav ul {
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}

#header-nav ul li {
	float:left;
	margin-left:5px;
	background:url('/images/bg-content.png') repeat;
	color: #9e0b0f;
	text-align:center;
	display: block;
	width:100px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#header-nav ul li a {
	color: #9e0b0f;
	text-decoration:none;
}

#header-nav ul li a:hover, #header-nav ul li a:active, #header-nav ul li a:focus {
	color: #ffffff;
	text-decoration:none;
}

/* ------------  FOOTER/SIDEBAR  ---------------- */

#footer-bar {
	background:url('/images/bg-footer.jpg');
	background-position:center;
	background-repeat:repeat-x; 
	height:90px; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
}

#footer-left {
	float:left; 
	text-align:left; 
	v-align: top; 
	margin-top: 10px; 
	margin-left: 50px; 
	padding: 0px;
}

#footer-nav {
	float:right; 
	text-align:right; 
	v-align: top; 
	margin-top: 10px;
	margin-right: 50px; 
	padding: 0px;
	font: normal 12px Arial, Helvetica; 
	color:#ffffff; 
	line-height: 150%;
}

#footer-nav a { 
	text-decoration:none; 
	color:#ffffff;
}

#footer-nav a:hover, #footer-nav a:active, #footer-nav a:focus { 
	color:#ffffff; 
	text-decoration: underline
}

#sidebar {width:100%}
.sidebarcolumn {font-size:12px; float:left; width: 200px; height:auto; overflow:hidden; margin:0 0 0 25px; padding:0px;}
h2.widgettitle {font-size:16px;}
#searchform .searchtext { font: normal 12px Arial, Helvetica; color:#999990; width: 180px; height:25px; margin:-5px 10px 20px 0;}

/* ------------  LAYOUT  FRONT PAGE ---------------- */

#page {width:940px; margin:0 auto; padding:0px; overflow:hidden; background:url('/images/bg-content.png') repeat;}
#container {} /* container appears as a big sheet of paper between head and the feet  */

#title {float:left; height:50px; width:800px; text-align:left; margin-left:25px; padding:0px;}
.title-text {text-align: left; v-align: top;}

#content-left {float:left; width:320px; text-align:left; margin-top: 20px; margin-bottom: 20px; margin-right: 30px; margin-left: 30px; padding: 0px; overflow:hidden;}
#content-right {float:right; width:520px; v-align:top; text-align:right; margin-top: 20px; margin-bottom: 20px; margin-right: 30px; margin-left: 10px; padding: 0px; overflow:hidden;}

/* ------------  ARCHIVES / FRONT PAGE ---------------- */

.featured {float:left;margin-right:0px; margin-left:25px; font-size:13px; line-height:16px;}
.featured  {width:280px;}

.thumbnail { display:block; clear:both; width:280; height:210; background: url(images/shadowAlpha.png) no-repeat bottom !important;background-color: #000;background: url(images/shadow.gif) no-repeat bottom right; margin: 0px}
.thumbnail img { width:280px; height:210px; display: inline;  border:0px; margin: -5px 0px 5px 0px;padding: 0px;}
.thumbnail a:hover img {margin: -7px 0px 7px 0px}

.nothumbnail {width:250px; height:190px; border:1px dashed black; margin: -5px 0px 12px 0px; padding:10px;}

.postmetadata,  .postmetadata a {font-size:10px; font-family: Helvetica, Arial, san-serif;}

/* ------------  SINGLE POST PAGE  ---------------- */

#entry {width:880px; height:auto;margin: 0 auto 0;}

.postrevolthr {background: url('images/revolthr.jpg')  no-repeat top left; width:940px; float:left;  height:15px;  margin:30px 30px 0 -30px; clear:both; text-align:center; overflow: auto; }
.postrevoltdots {width:100%; border:0px; border-top:1px dashed #666; margin:20px 0 0 0; clear:both; }
.postrevoltmeta {font-size:12px; float:left; width: 200px; height:auto; overflow:hidden; margin:0 20px 0 0px; padding:0px;}
.marginright {margin:0 20px 0 0px;}
.marginzero {margin:0px;}

.code {width:400px; height:auto; margin:0 auto 0; clear:both; color:#000; padding:15px;
		background:#E0E0D0; font: normal 12px "Courier New", Courier, monospace;line-height:100%;
		border:0px; border-bottom:2px solid #505048;border-right:2px solid #505048; }

		
/* ------------  COMMENTS  -------------------------- */

small.commentmetadata {font-size:10px; font-family: Helvetica, Arial, san-serif;}
div.commentcell {float:left;margin: 0px 10px 5px 0px; width:280px; padding:0; border:0px solid #FF00FF;}
div.commentnote { width:260px; border:1px solid #808040; background: #ffff83 url(images/comment-note.jpg) top left; padding:10px; padding-top:6px; font-size:12px; line-height: 16px; overflow:hidden; font-style: italic;}
div.newcommentcell {float:left;margin: 0px 10px 5px 0px; width:280px; padding:0; border:0px solid #FF00FF;}
div.newcommentnote { width:260px; border:1px solid #808040; background: #ffff83 url(images/comment-new-back.jpg) top left; padding:10px; padding-top:4px; font-size:12px; line-height: 16px; overflow:hidden; height:auto;}
#commentform #comment {width:260px; background: transparent; border:1px solid #aec7f1; margin: 8px 0 0  0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic;line-height: 16px;}

#commentform #author, #commentform #url, #commentform #email {width:260px; background: transparent; border:0px dotted #FF0000; border-bottom:1px solid #aec7f1;margin: 8px 0 0 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic;line-height: 16px;}

#commentform #submit {width:260px; margin: 15px 0 10px 0px;}