/*
Theme Name: Invisio Website
Theme URI: http://invisio.hmm
Description: The simple, yet stylish website theme for the Invisio Network.
Author: Thomas Arnfeld
Author URI: http://tarnfeldweb.info
version: 1.0
*/


/* basics */

*{margin:0; padding:0;outline:0;}

body {
	background: url(images/background.png) #ffffff repeat-x;
	font-family: georgia, times;
	font-size: 12px;
}
	
img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

/* links */

a{
	color:#000;
	text-decoration:none;
}

a:hover{text-decoration: underline;}



/* User List & Profile Styles */
.author_page img {
	width: 140px;
	height: auto;
	padding: 10px;
	border: 1px #cccccc solid;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
}
.author_page .titles {
	padding-top: 20px;
	padding-left: 10px;
}
.author_page .titles h3 {
	margin: 3px 0;
}
.author_page .titles h3 span {
	font-weight: normal;
}
.filteralpha a {
	font-size: 11px;
	color: #000000;
}

/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/body_bg.png) repeat-y top left transparent;
	color:#333;
}
	
/* header */

#header {
  	width: 780px;
  	height: 120px;
  	margin: 0 auto;
  	background: url(images/headerbg.png) no-repeat bottom left;
}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
}
	
/* Random Image CSS */

.randomImage
{
	width: 100%;
	height: 100%;
}
#rand_wrapper {
	width: 100%;
	height: 151px;
	background: #ffffff;
}
#gap {
	height: 15px;
	background: #ffffff;
	width: 100%;
}	
#welcomeMessage {
	width: 510px;
	margin-bottom: 10px;
	background: #f2aeaf;
	padding: 10px;
	border: 1px #945655 solid;
}
#welcomeMessage p
{
	margin: 5px 0 0 0;
}
/* main menu */


.menu{
font: bold 11px georgia, times;
width: 760px;
padding: 0;
background: #414141;
}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 760px;
background: #414141;
}

/*Top level list items*/
.menu ul li{
float: left;
background: #414141;
height: 38px;
margin: 0;
border: none;
}

.menu ul li:hover, .menu ul li:hover a
{
	background: #575757;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
background: #414141;
padding-left: 15px;
padding-right: 15px;
color: #000000;
text-decoration: none;
padding-top: 0;
height: 25px;
margin-top: 13px;
padding-bottom: 0;
margin-bottom: 0;
font-weight: bold;
}

.menu ul li a:link, .menu ul li a:visited{
color: #ffffff;
}

.menu ul li.actions
{
	float: right;
	margin-right: 3px;
}
.menu ul li.actions a
{
	padding: 0 15px 0 0;
}
.menu ul li.actions:hover, .menu ul li.actions:hover a
{
	background: #414141;
}

/* content */


#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin: 0;
	padding: 15px 15px 0 15px;
}

.post {
	margin:0 0 20px 0;
	line-height: 14pt;
	width: 530px;
}

.post .title
{
	font-size: 18px;
}
	
.post h2{
	font:normal 15pt georgia, times;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
}
	
.post ul{
	list-style-position: outside;
	list-style-type: square; 
	margin-left: 30px;
	font-family: georgia, times;
	font-size: 10pt;
}
.post ol{
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: decimal; 
	font-family: georgia, times;
	font-size: 10pt;
}
.post a {
	color: #b4546b;
	text-decoration: underline;
}	

.entry p, .entry div
{
	margin: 9px 0 0 0;
	padding:0;
}

.postmetadata{
	clear: both;
	background:#f7f7f7;
	padding:6px;
	margin: 20px 0;
	border: 1px #b9b9b9 solid;
}
.postmetadata a {
	color: #000000;
}
div.postmetadata
{
	padding: 10px;
}
div.postmetadata p
{
	margin: 0;
	padding: 0;
}

.pageination {
	width: 530px;
	padding: 0;
	margin: 0 0 0 24px;
	height: 40px;
}
.pageination .previous
{
	padding: 10px 20px;
	background: #e4e4e4;
	border: 1px solid #c7c7c7;
	float: left;
	margin: 0;
}
.pageination .next
{
	padding: 10px 20px;
	background: #e4e4e4;
	border: 1px solid #c7c7c7;
	float: right;
	margin: 0;
}
.pageination a:hover
{
	text-decoration: none!important;
}
.pageination a .next:hover, .pageination a .previous:hover
{
	background: #c7c7c7;
	border: 1px solid #a4a4a4;
}

.pageination a .next:active, .pageination a .previous:active
{
	padding-top: 11px;
	padding-bottom: 9px;
	background: #adadad;
	border-color: #919191;
}

#content .boxlist
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aaaaaa;
	width: 532px;
}
#content .boxlist li
{
	width: 510px;
	padding: 10px;
	list-style-type: none;
	margin: 0;
	background: #F1F1F1;
	border: 1px solid #aaaaaa;
	border-bottom:0;
}
#content .boxlist li a p.title
{
	font-weight: bold;
	font-size: 14px;
}
#content .boxlist li a p.subtext
{
	color: #373737;
}
#content .boxlist li:hover
{
	background: #f7f7f7;
}
#content .boxlist li:hover a
{
	text-decoration: none;
}

/* sidebar */

#border_wrap
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 760px;
}

.widget {
	margin: 15px 0;
}

#sidebar {
	font-size:10pt;
	width:189px;
	float:left;
	margin: 15px 10px 0 0;
	padding: 0;
}

#sidebar .box
{
	width: 183px;
	margin: 0 0 20px 0;
	border: 1px solid #b9b9b9;
	padding: 0;
}
#sidebar .box .title
{
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #b9b9b9;
	background: #eaeaea;
}
#sidebar .box .contents
{
	padding: 10px;
}
#sidebar .box .contents ul li
{
	list-style: none;
	font-size: 12px;
	margin: 0 0 3px 0;
}
#sidebar .box .contents form input[type=text], #sidebar .box .contents form input[type=password]
{
	padding: 5px;
	border: 1px solid #b9b9b9;
	width: 148px;
}
#sidebar .box .contents form input[type=submit]
{
	margin: 10px 0 0 0;
	padding: 5px;
	width: 160px;
	border: 1px solid #bbbbbb;
	background: #e4e4e4;
}


/* comments */


#commentform{
	background:#fff;
	margin: 10px 0 0 0;
	padding:0;
}
	
#commentform p{
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
#commentform #comment-area
{
	margin-top: 10px;
	width: 510px;
	max-width: 510px;
	padding: 10px;
	border: 1px #AAA solid;
	background: #FAFAFA;
}
#commentform #comment-area:focus
{
	border: 1px #6E6E6E solid;
}
#commentform #submit
{
	padding: 8px;
	font-size: 12px;
	font-family: georgia, times;
	border: 1px #AAA solid;
	background: #FAFAFA;
	cursor: pointer;
	float: left;
}
#commentform #submit:active
{
	border: 1px #999 solid;
	background: #EEE;
}
#commentform #comment-error
{
	color: #FF0000;
	margin-top: 10px;
	display: none;
}
#commentform #loading
{
	float: left;
	width: 16px;
	height: 16px;
	background: url(images/loading.gif) center center no-repeat;
	margin: 12px 0 0 10px;
	display: none;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: georgia, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
	
#submit{margin:5px 5px 0 0;padding:5px;}

#comments{margin:0; padding:0}
	
ol.commentlist {
	list-style-type: none;
	margin: 10px 0;
	padding:0;
	border: #AAA solid 1px;
	border-top: none;
}

ol.commentlist li {
	background: #f7f7f7;
	margin: 0;
	border-top: #AAA solid 1px;
	list-style-type:none;
}

ol.commentlist li.alt {
	background: #F9F9F9;
}

ol.commentlist li .comment-meta
{
	width: 508px;
	padding: 10px;
	height: 15px;
	background: #EBEBEB;
	border-bottom: 1px #C3C3C3 solid;
}
ol.commentlist li .comment-meta h4
{
	color: #000;
	font-size: 13px;
}
ol.commentlist li .comment-meta .actions
{
	float: right;
	color: #e4e4e4;
}
ol.commentlist li .comment-meta .actions a
{
	color: #696969;
}
ol.commentlist li .comment-meta .actions a:hover
{
	color: #404040;
	text-decoration: none;
}
ol.commentlist li .comment-bottom
{
	padding: 10px;
}

ol.commentlist li p
{
	padding: 10px 10px 0 10px;
}
	
/* misc */

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
}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background: url(images/footer.png) no-repeat bottom center;
	padding: 0;
	clear: both;
	width: 780px;
	height: 70px;
	margin: 0 auto 30px auto;
	position: relative;
}
	
#footer p{padding:14px 0;margin: 0 0 0 582px; color: #000000; text-align:left;}
#footer a{color: #000000;text-decoration: none;}
#footer a:hover{color: #000000;text-decoration: underline;}