body {
	text-align: center;
	color: #333;
	/*background: url('../../../../images/bg-body.png') 0 100px;*/
	background: url('../../../../images/circle-web2.png');
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
div#header {
	width:970px;
	height:120px;
	margin:0 auto;
	background:white;
	text-align:left;
	border:2px solid #CCC;
	border-width:0 15px;
}
div#search {
	background: #000;
	width: 100%;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#search div.inner {
	padding: 10px 0;
}
div#header h1 {
	text-indent:-9999px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
ul#navigation {
	float: right;
	font-size:13px;
	text-align: right;
	margin-top:50px;
	*margin-top:-40px;
	padding-right:20px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	padding: 10px 4px;
	color:#e0922e;
	text-decoration:none;
}
ul#navigation li.active a {
	color: #333;
}
ul#navigation li a:hover {
	color: #333;
	text-decoration: underline;
}
div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}
div#wrapper {
	text-align: left;
	width: 930px;
	padding: 20px;
	margin: auto;
	background: #fff;
	background-position: -60px 0px;
	border-top: 2px solid #CCC;
	border-bottom:0;
	border-left: 15px solid #CCC;
	border-right: 15px solid #CCC;

}
div#content {
	width: 600px;
	float: left;
	padding: 0 30px 0 0;
}
ul#sidebar {
	list-style:none;
	display: block;
	width: 240px;
	float: left;
	padding: 10px 0 0 30px;
	font-size: 13px;
}
ul#sidebar h2 {
	font-size: 20px;
	color:#000000;
	padding:0 0 5px 0;
}
ul#sidebar ul {
	margin:0 0 0 3px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li a {

}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar li ul li a.current{
	text-decoration:none;
	color:#e0922e;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 4px!important;
	color:#e0922e;
}
div.more-link a:link {color:#F7931E;}
div.more-link a:visited {color:#F7931E;}
div.more-link a:hover {color:#333;}
div.more-link a:active {color:#F7931E;}
.post-title h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0 0 8px!important;
	padding:5px 0 0 0;
	clear:left;
}

h2 a {
	color: #e0922e;
	text-decoration: underline;
}
div.post-title h2 a {
	color: black;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
div.post-title h2 a:hover {
	color: #e0922e;
	text-decoration: underline;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 20px 0 4px;
	color:#555;
}
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:30px;
	margin:0 0 20px 0;
}
.hidden {
	display:none;
}
#content ul {
	padding:0 0 20px 30px;
	list-style:disc;
}
* html #content ul {
	font-size:13px !important;
}
#content ul li {
	padding:5px 0;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 14px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 2.1em;
}
p strong {
	line-height: 2.1em; /* Necessary because of stupid IE6 & IE7 nonsense */
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
	border:1px solid #333;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
	border:1px solid #333;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #777;
}
a:hover {
	color: #f7931e;
}
p a {
	color: #f7931e;
}
p a:hover {
	color: #777;
}
blockquote {
	font-size: 15px!important;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
#content ul.post-comments {
	margin: 26px 0;
	padding:0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
	color:#E0922E;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	padding:5px 10px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 390px;
	float: left;
	padding: 0 0 0 10px;
}
div.comment-content img {
	border:0;
	padding:0;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #434343;
	padding: 10px;
	display: block;
	width: 950px;
	margin: auto;
	border-right: 15px solid #434343;
	border-left: 15px solid #434343;
	text-align: left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #555;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}

/* Thumbnail carousel stuff */

#gallerywrapper {
	padding-bottom:70px;
	position:relative;
}

div.thumbnailwrapper {
	/*position:absolute;
	bottom:15px;*/
}

.scrollbutton {
	height:80px;
	width:25px;
	/*float:left;*/
}
.scrollbutton img {
	padding-top:24px;
}

.stepcarousel{
	/*float:left;*/
	margin-left:40px;
	position: relative; /*leave this value alone*/
	border:0;
	overflow: scroll; /*leave this value alone*/
	width: 518px;
	*width: 518px;
	height: 52px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	width: 44px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel a:link img {border:2px solid white;}
.stepcarousel .panel a:visited img {border:2px solid white;}
.stepcarousel .panel a:hover img {border:2px solid #222;}
.stepcarousel .panel a:active img {border:2px solid white;}

/* Photo pages */

.clear {clear:both;}

body.cms #content ul.thumbnails {
	list-style-type:none;
	margin:0 0 0 10px;
}
body.cms #content ul.thumbnails li {
	float:left;
	margin:0 25px 25px 0;
}

#content div.lightboxthumbs ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#content div.lightboxthumbs li {
	float:left;
	margin:0 20px 20px 0;
}


/* Forms */

fieldset {
	margin:20px 0;
	padding:10px 0;
	border:1px solid #828282;
}
fieldset.login {
	width:600px;
}

legend {
	margin-left:1em;
	font-weight:bold;
}
fieldset ol {
	list-style:none;
	margin:0;
	padding:1em 1em 0 1em;
}
fieldset li {
	clear:left;
	padding-bottom:1em;
	margin:0;
}
fieldset ul {
	margin:0 0 0 40px;
}
fieldset p {
	padding:0 1em 1em 1em;
}
input, select {
	padding:3px;
	border:1px solid #828282;
}
input.submit {
	width:auto;
	padding:5px;
	font-weight:bold;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:3px solid #000;
	border-right:3px solid #000;
	background:#333;
	color:white;
	cursor:pointer;
}
fieldset input.submit {
	margin-left:11em;
}
li input.submit {
	margin-left:17em;
}

li textarea {
	padding:3px;
	border:1px solid #828282;
}
li textarea.long {
	display:block;
	width:698px;
	margin:1em 0;
	overflow:hidden;
	background:#F5F5F5;
}

li select {
	padding:3px;
	border:1px solid #828282;
}

label {
	float:left;
	width:15em;
	padding:0 8px 0 0;
	text-align:right;
	line-height:2em;
}
label.long {
	float:none;
	display:block;
	width:100%;
	padding:0;
	text-align:left;
}
label.hidden {
	display:none;
}


