/*  
Theme Name: mimicvii.com
Theme URI: http://www.mimicvii.com
Description: Original Rounded Transparent theme created by <a href="http://www.mindloop.be">Mindloop Webdesign</a>. Modifications for mimicvii.com by mimicvii.


Version: 1.2
Author: Brian Baltz
Author URI: http://www.mimicvii.com/

This theme is based on the Rounded Transparent 1.0 theme by Andy Mathijs,
whose site you will find at http://www.mindloop.be/
*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}


body
{
	font:13px arial,helvetica,clean,sans-serif;
}

table 
{
	font:100%;
}

select, input, textarea 
{
	font:99% arial,helvetica,clean,sans-serif;
}

pre, code 
{
	font:115% monospace;
}
body * {line-height:1.22em;}

#s, textarea, input
{
	border:1px solid #cccccc;
	padding:4px;
	margin:2px;
}

blockquote
{
	font-style:italic;
	color:#666666;
}

blockquote blockquote
{
	margin-left:20px;
	color:black;
}

.navigation
{
	display:block;
	clear:both;
	margin:20px 0px 20px 0px;
	overflow:visible;
}

.navigation a
{
	border:1px solid #cccccc;
	background-color:white;
	
	padding:10px;
	float:left;
	display:inline;
	margin-right:10px;
}

 #submit
{
	border:1px solid #cccccc;
	background-color:white;
	color:#999999;
	padding:3px;
}

.post ol, .commentlist ol
{
	list-style:decimal;
	padding:5px 0px 5px 0px;
	list-style-position:inside;
}

.post ul, .commentlist ul
{
	list-style:disc;
	list-style-position:inside;
	padding:5px 0px 5px 0px;
}

.post li, .commentlist li
{
	padding-bottom:5px;
}

.post strong, .post b
{
	font-weight:bold;
}

.post em, .post i
{
	font-style:italic;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th
{
	padding:3px;
}

#calendar_wrap thead
{
	background-color:#666666;
	color:white;	
}

#calendar_wrap caption
{
	text-align:center;
}

#searchsubmit
{
	display:block;
}

a
{
	color:#006699;
}

a:hover
{
	color:#0033FF;
	text-decoration:none;
}

h3#comments,h3#respond,.pagetitle, h2.center
{
	font-size:22px;
	color:#096594;
	padding-top:20px;
}

p
{
	margin-top:10px;
}

#searchsubmit
{
	border:0px;
	position:relative;
	top:-4px;
}

/**********************/

div.clear
{
	clear:both;
	height:0px;
	width:0px;
	overflow:hidden;
}


body
{
	background-color:#3083AC;
	margin-top:35px;
	margin-bottom:15px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#page
{
	width:840px;
	margin-left:auto;
	margin-right:auto;	
	background-repeat:repeat-y;
}

#header
{
	width:840px;
	height:191px;
	padding-top:9px;
	background-image:url(images/head_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#header form
{
	margin-left:580px;
	margin-top:100px;
}

#header form input
{
	float:left;
	display:inline;
}

#header #headerimg
{
	background-image:url(images/head.jpg);
	display:block;
	width:840px;
	height:191px;
}

#header #headerimg h1
{
	clear:both;
}

#header #headerimg h1 a
{
	
	font-size:36px;
	color:white;
	text-decoration:none;
	position:relative;
	top:0px;
	left:100px;
}

#header #headerimg .description
{
	position:relative;
	top:80px;
	left:440px;
        color:palegoldenrod;
}

#themenu
{
	position:relative;
	left:450px;
	width:390px;
	clear:both;
}

#themenu li
{
	float:left;
	display:inline;
}

#themenu li a
{
	display:block;
	padding:10px 10px 8px 10px;
	color:#666666;
	text-decoration:none;
	border-right:1px solid #666666;
}

#themenu li a:hover
{
	color:#000000;
}


/***The sidebar**/
#sidebar
{
	float:left;
	display:inline;
	width:196px;
	background-image:url(images/sidebar.jpg);
	background-repeat:no-repeat;
	background-color:white;
	position:relative;
	left:20px;
	top:-44px;
	padding-top:20px;
}

#sidebar ul
{
	padding:10px;
}
	
#sidebar #side-footer
{
	background-image:url(images/side_footer.jpg);
	background-repeat:no-repeat;
	height:14px;
	position:relative;
	top:5px;
}
	
#sidebar h2
{
	font-size:16px;
	color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

/***The content**/
#content
{
	float:right;
	display:inline;
	width:615px;
}

#content .post
{
	margin-top:10px;
	background-image:url(images/post.jpg);
}

#content .post .header
{
	background-image:url(images/post_header.jpg);
	height:20px;
	padding:7px 10px 3px 10px;	
}

#content .post span.date
{
	margin-left:7px;
	font-size:10px;
	background-image:url(images/date.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 3px 18px;
	background-position:0px 2px;
}

#content .post .comments a
{
	margin-left:7px;
	font-size:10px;
	background-image:url(images/comments.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:3px 0px 3px 18px;
}

#content .post .footer
{
	background-image:url(images/post-bottom.jpg);
	height:16px;	
}

#content .sticky
{
	color:#8D0D04 !important;
}

#content .post .entry
{
	color:#333333;
	padding:10px;
}

#content .post .entry h2
{
	padding-top:8px;
	font-size:18px;
}

#content .post .entry ul
{
	padding:10px;
}

#content .post p.postmetadata
{
	clear: both;
	font-size:10px;
	position:relative;
	left:30px;
}

.post h2 a
{
	float:right;
	color:#096594;
	font-size:16px;
	text-decoration:none;
}


#footer
{
	clear:both;
}

/* Begin Images */
p img 
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}
/* End Images */

/* Embedded Forum */
#forum
{
	display:inline;
	width:840px;
}

#forum .frame
{
	position:relative;
	margin-left:5px;
	width:840px;
}

#forum .post
{
	margin-top:10px;
	background-image:url(images/forum.jpg);
}

#forum .post .header
{
	background-image:url(images/forum_header.jpg);
	height:15px;
}

#forum .post span.date
{
	margin-left:7px;
	font-size:10px;
	background-image:url(images/date.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 3px 18px;
	background-position:0px 2px;
	
	
}

#forum .post .comments a
{
	margin-left:7px;
	font-size:10px;
	background-image:url(images/comments.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:3px 0px 3px 18px;
}

#forum .post .footer
{
	background-image:url(images/forum-bottom.jpg);
	height:16px;	
}

#forum .post .entry
{
	color:#333333;
	padding:10px;
}

#forum .post p.postmetadata
{
	font-size:10px;
	position:relative;
	left:30px;
}

.voiceheader
{
  text-align:center;
}
.voicedetails
{
  text-align:center;
}
