/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.1
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/


/*-- reset styles --*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
  color: #666666;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol,ul {
	list-style: none;
	}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
	}




/*-- demo page styles --*/

body {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
  color: #666666;
	}

#wrap {
	margin: 17px auto;
	overflow: hidden;
	}

#demo, #about {
	width: 460px;
	float: right;
	}

#demo {
	margin: 0px 0 0;
	}

#about {
	padding: 0 45px 0 0;
	}

a {
	color: #66cc33;
	}

a:hover {
	color: #66cc33;
	}

h1 {
	font-size: 2.6em;
	margin: 1.2em 0 0;
	}

h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
  color: #666666;
	}

p, li {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
  color: #666666;
	}

ul, ol {
	margin: .6em 0 1.2em;
	}

ul li {
	list-style: disc;
	margin: 0 0 .4em 1.4em;
	}

ol li {
	list-style: decimal;
	margin: 0 0 .4em 2em;
	}

pre {
	font-family: monospace;
	font-size: 1.5em;
	color: #2D6CBE;
	overflow: scroll;
	padding: 10px;
	border: 1px solid #aaa;
	background: #efefef;
	margin: .6em 0 1.2em;
	_width: 480px;
	}

code {
	font-family: monospace;
	font-size: 1.3em;
	color: #2D6CBE;
	}

span.note, span.note a {
	color: #aaa;
	}

span.note a:hover {
	color: #4f4f4f;
	}

#options {
	border: 1px solid #aaa;
	width: 100%;
	margin: 0 0 0 1px;
	}

#options td, #options th {
	padding: 5px 7px;
	font-size: 1.1em;
	border: 1px solid #aaa;
	}

#options th {
	font-weight: bold;
	background: #efefef;
	}

#action {
	background: #E5EDF7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 40px 0 25px;
	margin: 40px 0 0;
	}

#action p {
	text-align: center;
	padding: 0 70px;
	}

#action p.note, #action p.note a {
	color: #7592b5;
	}

#action p.note a:hover {
	color: #2D6CBE;
	}

#download {
	padding: 0 0 10px;
	margin: 0 0 1.6em;
	line-height: 40px;
	}

#download a {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 17px;
	color: #fff;
	text-decoration: none;
	background: #2D6CBE url(http://imgur.com/uwhV4.png) repeat-x 0 -25px;
	_background-image: none;
	text-shadow: -1px -1px #153f75;
	border: 2px solid #1e5398;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	}

#download a:hover {
	background-color: #1e5398;
	border-color: #153f75;
	}

#donate {
	background: #f2f7fc;
	margin: 25px 30px 0;
	padding: 15px 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
#donate p {
	padding: 0;
	margin: 0;
	}

#donate form {
	text-align: center;
	margin: 10px 0 0;
	}



/*-- jShowOff module styles --*/


#features {
	background: #ffffff;
	position: relative;
	margin: 0px 0;
	overflow: hidden;
	width: 460px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 460px;
	height: 270px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
.jshowoff h2, .jshowoff p {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
  color: #666666;
	}
.jshowoff p {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
  color: #666666;
	}
#image {
	float: right;
	padding: 0px 0px 0px 20px;
	}
#image02 {
	float: right;
	padding: 0px 0px 0px 20px;
	}
#image03 {
	float: right;
	padding: 0px 0px 0px 20px;
	}