/* @override 
	http://localhost:4331/css/cleverplugs.css
	http://cleverplugs.com/css/cleverplugs.css
*/

/* CSS Document */



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	background-color:#ffffff;
	border: 0;


}

form#mc-embedded-subscribe-form.validate {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px none #000000;
	padding-top: 1.5em;
	margin: .5em 0;
	background-color: #eeeeee;
	color: #333333;
}

#mc-embedded-subscribe-form fieldset div.mc-field-group div.input-group ul li {
	list-style: none;
}

#mc-embedded-subscribe-form fieldset legend {
	text-transform: capitalize;
	font-weight: bold;
	color: #125cc7;
	background: #ffffff;
	padding: .5em 1em;
	border: 1px solid #125cc7;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.25em
}

img{
	border: 0;
}


img.inlineimg{
	margin: 15px;
}

img.screenshot {
	display:block;
}

#bar {
	width:100%;
	margin: 0px;
	height: 106px;
	color: white;
	border-bottom: solid 1px #404040;
	background: url(/images/bg_blend_5x106.png) repeat-x;
}


#title {
	position: absolute;
	width:100%;
	top: 0px;
	left: 0px;
}


#line {
	position: absolute;
	left: 0;
	width:12%;
	padding-right: 20px;
	line-height: 1.5;
	text-align: right;
	z-index:1
}

#main {
	width:70%;
	line-height: 1.5;
	float: left;
	padding-left: 10%;
}
#mask {
	position: relative;
	width:100%;
	height: 1000px;
	background-color:#ffffff;
	clear:both;
	z-index:11

}

p.label{
	margin-top: 5px;
	
	
}

ul.image_list{
	list-style: none;
	
}

li.image_element{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	
}

h1{
	font-size: 1.5em;
	padding-top: 10px;
	font-weight: normal;
	color: #000000;
}

h2{
	font-size: 1.25em;
	padding-top: 10px;
	font-weight: bold;
	color: #000000;
	clear: both;
}


h3 {
	font-size: 1em;		
}


div.clear{
	clear: both;
}

span.title{
	font-size: 1.3em;
	padding-top: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
}

img.icon{
	padding-top: 15px;
	
}

#navigation{
	position: absolute;
	left: 90px;
	top: 88px;
	right: 5px;
}

div.button{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	text-align:center;
	cursor: pointer;
}

div.button.right {
	float:  right;	
}

a.button{
	text-decoration: none;
	color:white;
}

a.button:hover{
	text-decoration: underline;;
}

/*
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
*/

pre {
	font-size: 1.25em;
	padding: 0.5em 2em;
	font-weight: bold;	
}
pre.code {
	background-color: #45b9ff;
	border: 1pt #3183b6 solid;
}
pre.code.notyet {
	background-color: #fcf5a7;
	border: 1pt #908c60 solid;
}
pre.response.notyet {
	border: 1pt #908c60 solid;
	color: #908c60;
}

pre.response {
	color: #3183b6;
	font-weight: normal;
	border: 1pt #3183b6 solid;
	}
	
div.image-list ul {
	padding: 0;
	}
div.image-list li {
	clear: both;
	list-style-type: none;	
	padding-bottom: 10px;
}
div.image-list li img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.floating{
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;	
}
.clear{
	clear: both;
}


#footer {
	margin-top: 40px;
	width: 100%;
	height: 30px;
	clear: both;
	border-top: solid 1px #eef;
}
#footer ul {
	height: 20px;
}

#footer ul li {
	list-style: none;
	float: left;
	padding: 0px 10px;
	color: #8cd;
}

#footer ul li.uninteresting a {
	color: #8cd;
}
a{
	color: #2a6ccb;	
} 

#footer ul li a{
	color: #2a6ccb;
	text-decoration: none;
}

#footer ul li a:HOVER{
	text-decoration: underline;
}


/* blog previews */


ul.blog-previews {
	padding: 0;
}

ul.blog-previews li {
	list-style: none;
}
ul.blog-previews h3 {
	margin-bottom: 0;
	color: #0048c7;
}

#twitter-preview li {
	padding-bottom: 10px;	
}
#twitter-preview li span.tweet {
	display: block;	
}

