/*
Theme Name: WP Vertigo
Theme URI: http://www.iWillProsper.com
Description: A customized Wordpress theme designed after RocketTheme's <a href="http://demo.rockettheme.com/dec08_j15/">Vertigo template</a>.
Version: 1.0
Author: iWillProsper.com
Author URI: http://www.iWillProsper.com
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was originally designed and built by RocketTheme
	for Joomla, but it was recreated and customized for Wordpress

*/

* {
	margin:0;
	padding:0;
	outline:0 none;
}
fieldset, form {
	border: 0 none;
}
.clear { /* 1px prop for opening floated boxs and other fun things. */
	clear:both;
	height:1px;
	width:1px;
	overflow:hidden;
	visibility:hidden
}
.alignright {
	float:right;
	margin:0.2em 0 0.2em 0.75em;
	clear:right
}
.alignleft {
	float:left;
	margin:0.2em 0.75em 0.2em 0;
	clear:left
}
.aligncenter {
	display: block;
	margin: 1em auto;
	clear:both;
	text-align: center;
}
/* Basic layout */
html {
	margin:0;
	padding:0;
	height: 100%;
	min-width: 950px
}
body {
	/*background:url(images/roots.jpg) repeat-x center 220px transparent;*/
	background:url(images/background.jpg) repeat-x top center #3D2E1F;
	color:#000000;
	margin:0;
	padding:0;
}
#container {
	width:950px;
	margin:0 auto;
	min-height:100%;
	position: relative;
}
#rightcol {
	margin-left: 40px;
}
#header {
	height:180px;
	width:950px;
	position: relative;
	top: 0;
	z-index:0;
}
#documentBody {
	position: relative;
	padding: 37px 20px 20px;
	margin-bottom: 20px;
	width: 910px;
	background: url(images/content.jpg) no-repeat top center #ffffff
}
#navigationBar {
	position:absolute;
	top:10px;
	right:20px;
	width:500px;
	height:20px;
}
#content {
	width:600px;
	display:inline;
	float:left;
}
#sidebar {
	width:290px;
	margin-left: 620px;
	z-index: 10;
}
#sidebar ul {
	width:210px;
}
#sidebar ul li {
	list-style:none;
	width:210px;
}
#sidebar #calendar {
	width:225px;
	padding-top:5px;
}
#sidebar {
	width:290px;
	margin-left: 620px;
	z-index: 10;
}
#sidebar caption {
	line-height: 0.9em;
}
#footer {
	clear:both;
	text-align:left;
}
#footer * {
	color:silver;
}
/* Header */
#titles {
	padding:20px 0 0 0;
	margin:0;
	position: absolute;
	left: 10px;
}
#logoImage {
	display: block;
	position: absolute;
	left: 430px;
	top:0;
	background:url(images/sun.png) no-repeat 0 0 transparent;
	width: 464px;
	height: 156px;
}
.login a:hover,  h1#siteTitle a:hover {
	color:#fe6
}
.login {
	position:absolute;
	right: 0;
	z-index: 10;
}
.login,  .login a {
	color:#a90;
	font-size:8pt;
	background-color:transparent;
}
/* Navigation Bar */

	#headerPages {
	width:500px;
}
#headerPages li {
	list-style-type: none;
	display:inline;
	margin-right: 10px;
}
#headerRSS {
	position:absolute;
	width: 169px;
	padding-right: 21px;
	height: 20px;
	background: url(images/feed-icon-16x16.gif) no-repeat right center transparent;
	left:0;
	top:0;
}
#headerSearcher {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width:290px;
}
#headerSearcher .searchInput {
	border:0 none;
	background-color:transparent;
	width: 226px;
	height: 19px;
	line-height:20px;
	vertical-align:text-top;
	border-bottom: dotted 1px #800;
}
#headerSearcher .searchSubmit {
	line-height:20px;
	height: 16px;
	border: 0 none;
	background-color: transparent;
	background: url(images/search.gif) no-repeat left top transparent;
	position: absolute;
	right: 0;
	top:0;
	width: 64px;
	height: 20px;
}
.searchInput {
	color:#999
}
.searchForm {
	position:relative
}
.errorMessage {
	position: absolute;
	color: #900;
	background-color: #fff;
	padding: 5px 20px;
	border:solid 1px #990000;
	top: -10px;
	left:-10px;
	font-weight: bold;
}
.searchInput.focused {
	color: #000;
}
/* Posts */
.postFrame {
	margin-bottom:12px;
	width:600px;
	position:relative;
}
.postFrameTop,  .postFrameBottom {
	width:600px;
	height:16px;
	/*background:url(images/post.gif) no-repeat -1200px 0px transparent;*/
	display:block;
}
.postFrameTop {
	background-position: -600px 0px;
}
.postContent {
	padding-right:20px;
}
.commentmetadata *,  .commentmetadata,  .postMeta,  .postMeta * {
	font-size:8pt;
	color: #999;
}
.postTitle {
	font-size: 26px;
	line-height: 0.9em;
	margin-bottom:0;
}

/* postBody Styles */

/* 

These styles were put at the bottom of /vertigo/css/style1.css

*/

/* End postBody Styles */

.postFooter {
	margin-top: 1em;
	padding: 0.5em 1em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #fffff6;
}
.postFooter .postCategories {
	width: 280px;
	list-style-type:none;
	margin-bottom:0;
	float: left;
}
.postFooter .postTags {
	margin-left: 290px;
}
.postFooter strong {
	display: block;
}
/* Post body stuff. */

.pageLinks {
	text-align:right;
	margin-bottom:15px
}
.editMeLink {
	position:absolute;
	right: 1em
}
/* Foot of post/page  section */
#pageNavigation {
	margin-bottom: 1em;
	font-size: 18px;
	line-height:1.5em;
}
#previousPosts {
	width: 40%;
	float:left
}
#nextPosts {
	margin-left:300px;
	width:300px;
	text-align:right;
}
/* Widgets */
.widget {
	width:290px;
	margin-bottom:12px
}
.widgetCentre, .widgetTop, .widgetBottom {
	width:290px;
	height:16px;
	background:url(images/widget.gif) no-repeat -580px 0 transparent;
	display:block;
	color:black;
}
.widgettitle {
	display:block;
	font-size: 18px;
}
.widgetTop {
	background-position:-290px 0;
}
.widgetCentre {
	background-position:0 0;
	background-repeat:repeat-y;
	width:270px;
	height:auto;
	padding:0 10px;
	overflow:hidden
}
.widget ul li {
	list-style-type: none;
}
.widget ul {
	margin-left: 16px;
	list-style-type: none;
}
.expandToggle {
	cursor:pointer;
	display:inline-block;
	position:relative;
	left:-16px;
	margin-right: -10px;
	height: 10px;
	width: 10px;
	background: url(images/plusminus.gif) no-repeat 0 0 transparent;
	overflow:hidden;
}
.expandToggle.active {
	background-position: 0 -9px;
}
/* Some of the default widgets need a little bit of attention */
table#wp-calendar {
	margin:0 auto 10px auto
}
table#wp-calendar th {
	width: 25px
}
table#wp-calendar tr {
	height: 25px;
	line-height:2em;
	text-align:center
}
table#wp-calendar td {
	border:solid 1px #f3f3f3;
	color: silver;
	background-color:white;
	padding:0;
	margin:0
}
table#wp-calendar td a {
	background-color: #f3f3f3;
	color:#608D3D;
	display: block;
	line-height: 2.1em;
	width:100%;
	height:2.1em
}
table#wp-calendar td a:hover {
	color:black;
	background-color: silver
}
table#wp-calendar td.pad {
	border:0
}
table#wp-calendar caption {
	font-size:18pt;
	margin:0 auto 10px auto
}
div.widget_calendar h3 {
	display:none
}
/* Comments */
#newCommentTitle, .commentTitle {
	display: block;
	font-size: 26px;
	line-height:1em;
	margin-bottom:10px;
}
#commentsBlock {
	margin-top: 26px;
}
#commentlist ul ul {
}

#commentlist li > div {
	padding: 5px;
	margin-bottom: 1em;
}
#commentlist .depth-1 div {
	border-color:#ddd;
}
#commentlist .depth-2 div {
	border-color:#ddd
}
#commentlist .depth-3 div {
	border-color:#aa0
}
#commentlist .depth-4 div {
	border-color:#0a0
}
#commentlist .depth-5 div {
	border-color:#00a
}
#commentlist .depth-6 div {
	border-color:#aa0
}
#commentlist .depth-7 div {
	border-color:#0a0
}
#commentlist .depth-8 div {
	border-color:#00a
}
#commentlist .depth-9 div {
	border-color:#aa0
}
#commentlist .depth-10 div {
	border-color:#0a0
}
#commentlist .depth-2 .toggle {
	background-color:#ffd;
	border-color:#aa0
}
#commentlist .depth-3 .toggle {
	background-color:#dfd;
	border-color:#0a0
}
#commentlist .depth-4 .toggle {
	background-color:#ddf;
	border-color:#00a
}
#commentlist .depth-5 .toggle {
	background-color:#ffd;
	border-color:#aa0
}
#commentlist .depth-6 .toggle {
	background-color:#dfd;
	border-color:#0a0
}
#commentlist .depth-7 .toggle {
	background-color:#ddf;
	border-color:#00a
}
#commentlist .depth-8 .toggle {
	background-color:#ffd;
	border-color:#aa0
}
#commentlist .depth-9 .toggle {
	background-color:#dfd;
	border-color:#0a0
}
#commentlist .depth-10 .toggle {
	background-color:#ddf;
	border-color:#00a
}
#commentsBlock li.bypostauthor > div:first-child .avatar {
	background-color:#fff;
}

#commentlist li.comment div div img {
	margin-right:35px;
}
#commentlist li.comment div > p {
	margin-left: 68px;
	border-left:#ccc;
}
#commentlist li.comment {
	background-image: url(images/comment_bg.png);
	background-repeat: no-repeat;
}
ul.children li.even > div {
	background-color:#FFFFF6;
}
ul.children li.odd > div {
	background-color:#FFF;
}



#commentlist .toggle {
	cursor:pointer;
	border:solid 1px;
	background-color: #eeeeff;
	padding: 5px;
	line-height: 16px;
	margin-bottom: 1em;
}
#commentlist .toggle span.posterName {
	font-weight:bold;
	font-style:oblique;
}
#commentlist li {
	list-style-type: none;
}
#commentlist li.depth-1 {
	width: 580px;
}
#commentlist li.depth-1 li {
	margin-left: 65px;
}
/* 
//////////////////////////////////////////////////////////////////////////////
Begin Customization */

ul .children .expanded {
	width:580px;
}
ul.children div.comment-meta {
	margin-left:67px;
	width:460px;
}
ul.children div.vcard {
	height:16px;
}
ul .children div#respond {
	width:500px;
}
ul .children .depth-2 {
	width:580px;
}
ul .children div {
	width:505px;
}
ul.expanded li div {
	width:505px;
}
ul.expanded li {
	background-image:none;
}
#commentlist li.toggle {
	width:505px;
}
#commentlist li.depth-2 {
	background-image:none;
}
#commentlist li.depth-3 {
	background-image:none;
}
#commentlist li.depth-4 {
	background-image:none;
}
#commentlist li.depth-5 {
	background-image:none;
}
#commentlist li.depth-6 {
	background-image:none;
}
#commentlist li.depth-7 {
	background-image:none;
}
#commentlist li.depth-8 {
	background-image:none;
}
#commentlist li.depth-9 {
	background-image:none;
}
#commentlist li.depth-10 {
	background-image:none;
}
/* 
End Customization
//////////////////////////////////////////////////////////////////////////////
*/

#trackbackList {
	margin-left: 2em;
}
#trackbackList ul {
	margin-top: 2em;
	margin-bottom: 2em;
}
#trackbackList .says {
	display:none
}
#trackbackList li {
	list-style-type:none;
	margin-bottom: 1em;
}
.trackbackToggle {
	display:block;
	margin: 1em 1em;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0.5em 1em;
	cursor:pointer;
	background-color:#FFFFF6;
}
.vcard {
	font-size: 16px;
	background-image:none;
}
.avatar {
	float: left;
	margin-right: 5px;
}
.comment div.commentmetadata {
	margin-bottom: 5px;
}
.comment div.reply {
	width:100%; /*IE7 FIX*/
}
.comment div.reply a {
	text-align:right;
	padding-right: 21px;
	overflow:hidden;
	background-color:#666;
	display:block;
	height: 16px;
	margin-top: 5px;
	background: url(images/reply.gif) no-repeat 100% 0 transparent;
}
.comment div.reply a:hover {
	background-position: 100% -16px;
}
.rightArrow {
	color: #900;
}
.toggle span.upArrow {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	display: inline-block;
	overflow: hidden;
	background: url(images/uparrow.gif) no-repeat 0 0 transparent;
}
.toggle:hover span.upArrow { /* This'll fail in IE6. */
	background-position: 0 -16px;
}
#commentPagination {
	text-align:right;
	font-size: larger
}
#commentForm {
	margin-top: 20px
}
#commentForm label {
	font-weight:bold;
	display:inline
}
#commentForm input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentForm #submit {
	margin: 0;
	float: right;
}
#commentForm tadiv {
	margin:0px;
	clear:left;
}
#commentForm textarea {
	width: 99%;
	float:none;
}
#author, #url, #comment {
	border: solid 1px #ddd;
	margin-bottom: 10px;
	vertical-align: text-top;
	width: 50%;
}
#author, #email, #url {
	margin-right:10px;
}
#commentlist #respond {
	background-image:none;
	background-color:#fff;
	padding: 10px;
}
#comment {
	width: 572px;
}
.commentSubmit {
	text-align: right;
}
.commentSubmit a {
	color: #900;
	margin-right:2em;
}
.commentSubmit a:hover {
	color: #f00;
}
#commentForm tadiv {
	margin:0px;
	clear:left;
}
#commentForm textarea {
	width: 99%;
	float:none;
}
.wp-caption {
	padding: 5px 0;
	text-align:center;
	border: solid 1px #eee;
}
.wp-caption img {
	margin: 0;
}
p.wp-caption-text {
	font-size: 10px;
	margin: 0;
	padding: 0.25em 0 0 0;
}
/* Start Posts Nav */
#navbar {
	width: 630px;
	height: 30px;
	margin: 0px auto 0px;
	padding: 0px;
}
#navbar a, #navbar a:visited {
	text-decoration: none;
	padding: 0px 0px 0px 3px;
}
#navbar a:hover {
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav a, #nav a:visited, #nav a:active {
	color: #225178;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px 10px 8px 10px;
}
#nav a:hover {
	color: #8DC0FE;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 150px;
	float: none;
	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #6E94D2;
	border-left: 1px solid #6E94D2;
	border-right: 1px solid #6E94D2;
}
#nav li li a:hover, #nav li li a:active {
	padding: 7px 10px 7px 10px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* End Posts Nav */

#wp-contact {
	width:299px;
	height:220px;
	background: url(images/wp_bg.jpg) no-repeat top;
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase; 
}
#wp-contact .wp-clear {clear:both;height:1px;width:1px;overflow:hidden;visibility:hidden}
#wp-contact #wp-button {
	cursor: pointer;
	width: 139px;
	height: 46px;
	display: block;
	border: none;
	background-color: transparent;
	padding: 0;
	background: url(images/wp_submit.png) left top no-repeat;
	float:right;
	margin: 22px 15px 0 0;
}
#wp-contact #wp-title {padding: 14px 0 15px 0;text-align: center; padding-left:50px;color: #fff;}
#wp-contact .wp-td-left {float:left;width:50px;height:18px;margin: 5px 0 0 70px;color: #fff;}
#wp-contact .wp-td-right {float:right; width:80px;height:18px;margin: 5px 90px 0 0;color: #fff;}
#wp-contact .txt {color: #000; border: none;border-left: 1px solid #bbb;border-top: 1px solid #bbb;background: #fefefe url(images/wp_input.png) repeat-x left top;height: 18px;}
#wp-contact .wp-poweredby {margin-top:4px;float: left;width:100%;}
#wp-contact form {margin:0;}
#wp-contact form a {text-decoration:none;font-size: 10px;color: #fff;}
