/*
Theme Name: CyberAndy
Theme URI: http://www.cyberandy.it
Description: My personal Wordpress Theme based on "Viewport" by Paul Bennett
Version: 1.0
Author: CyberAndy
Author URI: http://www.cyberandy.it
*/

* {margin:0; padding:0;}

strong, b {
	font-weight: bold;
}

.txtdark {
	color: #666;
}

body {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 62.5%;
	color: #ccc;
	background-color: #000000;
	background-image: url(images/stripebg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

:focus, a {
	outline: 0;
	outline:none;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

#homelink {
	text-align: left;
	text-indent: -1600px;
	display: block;
	position: absolute;
	height: 90px;
	width: 350px;
	left: 79px;
	top: 23px;
	
}

#contact {
	text-align: left;
	text-indent: -1600px;
	display: block;
	position: absolute;
	height: 40px;
	width: 135px;
	left: 585px;
	top: 72px;
	
}


#light{
	background: url("images/light.png") no-repeat center top;
	height: auto;
	
}


#page {
	min-width: 950px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}


#header {
	width: 940px;
	height: 128px;
	margin: 0px auto;
	background: transparent url(images/header.png) no-repeat 0 0;
	
}


#searchbox {
	width: 280px;
	margin-top: 77px;
	float: right;
}

#searchbox li {
	width: 280px;
	height: 32px;
	background: transparent url(images/search.png) no-repeat 0 0;
	list-style: none;
}

#searchbox input {
	width: 270px;
	background: none;
	border: none;
	padding: 9px 10px 8px 8px;
	color: #646464;
	font-size: 1.3em;
}

#mid {
	width: 100%;
	padding-bottom: 15px;
	margin-top: 0px;
}

#mid.index {
	background: transparent url(images/indexbg.png) no-repeat 50% 0;
}

#mid.single {
	background: transparent url(images/singlebg.png) no-repeat 50% 0;
}

#mid.archive {
	background: none;
}

.panel, .panel-single {
	color: #ccc;
	position: relative; 
	display: block; 
	width: 940px;
	height: 500px;
}

.panel-single {
	height: 200px;
	margin: 0px auto;
	padding-top: 10px;
}

.wrapper-archive {
	width: 270px;
	height: 242px;
	padding: 10px;
	margin:  0 0 0 17px;
	background: transparent url(images/archivebg.png) no-repeat 0 0;
	display: block;
	position: relative;
	float: left;

}

.wrapper-archive .post-title {
	max-width: 220px;
	font-size: 1.2em;
}

.post-title, .post-title-single {
	max-width: 870px;
	padding: 12px;
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 3em;
	letter-spacing: -0.05em;

}

.postmetadata-archive {
	width: 270px;
	padding: 6px 10px 10px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align:left;
	z-index:100;
}

.post-title a, .post-title-single a, .entry a {
	color: #ccc;
	text-decoration: none;
}

.post-title a:hover, .post-title-single a:hover, .entry a:hover {
	text-decoration: underline;
	color: #fff;
}

.post-title-single {
	top: 28px;
	font-size: 2.2em;
}

.entry {
	max-width: 392px;
	padding: 12px;
	position: absolute;
	bottom: 18px;
	right: 18px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align:right;
}

.entry ul {
	margin: 5px 0 10px 0;
}

.entry li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
}

.entry a:hover {
	color: #FFFFFF;
}

.entry .big {
	font-size: 2em;
}


#thepost {
	margin-bottom: 15px;
}

#content {
	width: 940px;
	margin: 0px auto;
	font-size: 1.3em;
	
}

.content-top {
	height: 41px;
	width: 622px;
	background: transparent url(images/content/top.jpg) no-repeat 0 0;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 18px;
	
}

.content-mid {
	width: 622px;
	min-height:428px;
	margin-top: 0px;
	line-height:1.8em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(images/content/mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0c0c0c;
}

.content-mid img {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 20px;
}

.content-bottom {
	height: 15px;
	width: 622px;
	background: transparent url(images/content/bottom.jpg) no-repeat 0 0;
}

#narrow-column {
	width: 640px;
	float: left;
}

#narrow-column p, #narrow-column h3 {
	padding-bottom: 10px;
}

#narrow-column p a {
	font-weight: bold;
	color: #594e7a;
}

#narrow-column ul {
	margin: 0 0 10px 20px;
}


#sidebar {
	width: 280x;
	line-height: 1.8em;
	float: right;
}

.sidebar-top {
	height: 41px;
	width: 184px;
	background: transparent url(images/sidebar/top.jpg) no-repeat 0 0;
	padding-top: 10px;
	padding-right: 48px;
	padding-bottom: 0;
	padding-left: 48px;
	margin-bottom:4px;
	font-size: 1.1em;
	
}

.sidebar-mid {
	min-height:428px;
	width: 262px;
	background: transparent url(images/sidebar/mid.jpg) no-repeat left top;
  	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 18px;
}

.sidebar-bottom {
	height: 15px;
	width: 262px;
	background: transparent url(images/sidebar/bottom.png) no-repeat 0 0;
}

#sidebar li {
	margin-left:13px;
}


#footer {
	width: 940px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1em;
	color: #333;
	padding-top: 10px;
}

#footer a {
	color: #333;
	
}


ul {
	list-style: circle;
}

img {
	border: none;
}

label {
	margin-left: 10px;
}



blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 10px 1px 10px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

span.left { float: left; }
span.right { float: right;
			 margin:auto;
}

.clearer { clear: both; }

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   display:inline;

}

.alignright {
   float: right;
    display:inline;

}

.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: 4px 5px 0 5px;
   margin: 0;
}

.csw {width: 100%; height: 500px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 500px;
	margin: 0px auto;
	padding-top: 5px;
	
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
}

.stripViewer .panelContainer .panel {
	float:left;
	height: 500px;
	position: relative;
	width: 940px;
}

.stripNavL, .stripNavR {
	position: relative;
	top: -320px;
	z-index: 200;
}

.stripNavL { float: left; }

.stripNavR { float: right; }

#message {
	position: relative;
	margin: 160px auto;
	z-index: 200;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.4em;
	text-align:center;
	padding: 15px;
	width: 400px;
}