/*Theme Name:		Greatness
Version: 		1.2
Description: 	A Great Looking Theme. Spells out GREATNESS.
Author: 		Bingo Web Design
Author URI:		http://www.bingowebdesign.info
Tags:			white, red, two-columns, right-sidebar

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);

body {
background-image: url(images/bodybg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color: #ffffff;
font-family: Lucida, Calibri, Georgia, Tahoma;
}
.postmeta-single {
border: #da3126 dashed 1px;
background-color:#ffc9c5;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#wrapper {
margin: 0 auto;
width:939px;
margin-top:15px;
margin-bottom:15px;
padding-top:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#header {
background-image: url(images/headerbg.png);
background-repeat:no-repeat;
background-position:top;
height: 150px;
background-color:#a19f8e;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom:10px;
padding-top:5px;
padding-bottom:5px;
}
#headerlogo {
float:left;
margin-top: 20px;
margin-left: 10px;
}
#headertext {
width: 650px;
float:left;
margin-top: 20px;
margin-left: 25px;
}
#headertitle {
float:left;
margin:10px 0 0 40px;
}
h2 {
font-weight:bold;
color:#da3126;
font-size:20px;
padding:0px 10px 0px 0px;
}
#headerdesc {
float:left;
margin:5px 0 0 40px;
color:#ce463d;
font-weight:bold;
font-size: 18px;
padding:0 5px 0 5px;
}
#headernav {
background-color:#ac0000;
height:47px;
color:#000000;
margin:0 0 10px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#headernavtext {
padding-top:13px;
padding-left:5px;
padding-right:5px;
}
#headernavtext a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
margin-top:10px;
padding:10px 15px 10px 15px;
}
#headernavtext a:hover {
background-image:url(images/navigationbg_hover.jpg);
background-color:#da1313;
color:#FFFFFF;
}
#headernavtext ul {list-style:none;display:inline;}
#headernavtext li {list-style:none; display:inline;}
#headernavtext ul li {list-style:none;display:inline;}
#headernavtext ul li ul {list-style:none;display:inline;}
#headernavtext ul li ul li {list-style:none;display:inline;}
#contentwrapper {
background-image: url(images/wrapperbg.jpg);
}

blockquote{
background: #f4f4f4 url(images/blockquote.gif) 6px 3px no-repeat;
padding: 5px 10px;
margin: 3px 20px;
}

.rtextbox{color:#555555; font-family:Arial; background: #999999; text-align:justify;}
.rtextboxinside {margin-left: 8px; margin-right: 8px; margin-top: 3px; margin-bottom:3px}
.rtop, .rbottom{display:block; background: #FFF}
.rtop span, .rbottom span {display: block; height: 1px; overflow: hidden; background: #999999}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
span.rtop span.r4, span.rbottom span.r4{margin: 0 1px; height: 2px}

.textbox {padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid}


#contentwrappertop {
}
#contentwrapperfooter {
background-image:url(images/contentfooter.png);
}
#content {
float: left;
width:555px;
margin-right:100px;
}
.post {
width:650px;
margin-bottom:15px;
}
.posttitle{
margin-bottom:5px;
padding:0 5px 0 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
h1 {
font-size:20px;
font-weight:bold;
color:#da3126;
text-align: left;
text-transform: capitalize;
}
h1 a {
color:#da3126;
text-decoration:none;
}
.posttext {
background: url(images/blackbg.png);
margin-bottom:5px;
color:#000000;
font-size:14px;
padding:10px;
line-height:20px;
}
.posttext p{
padding-bottom:10px;
}
.posttext a{
color:#ac0000;
font-weight:bold;
text-decoration:none;
}
.posttext a:hover{
text-decoration:underline;
}
.posttext ul {
padding-left:40px;
padding-right:40px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
}
.posttext ul li {
list-style-type:disc;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.posttext ol {
list-style-type:decimal;
padding-left:40px;
padding-right:40px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
}
.posttext ol li {
list-style-type:decimal;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.postmeta {
background-image: url(images/darkerblackbg.png);
color:#999999;
padding:2px 5px 0 0;
text-align:right;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.postmeta a{
color:#ac0000;
font-weight:bold;
text-decoration:none;
}
.postmeta a:hover{
text-decoration:underline;
}
#sidebar {
float:right;
width: 279px;
}
.sidebarwidgetbg {
margin-bottom:15px;
}
.sidebarwidget {
padding:0 0 5px 0;
font-size:12px;
color:#000000;
}
h3 {
background-color:#a19f8e;
color:#333333;
font-size:16px;
font-weight:bold;
text-align:center;
padding-top:10px;
padding-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
h3 a {
color:#333333;
font-decoration:none;
}

.sidebarwidget a {
color:#333333;
font-weight:bold;
text-decoration:none;
}
.sidebarwidget a:hover {
text-decoration:underline;
}
.sidebarwidget ul {
list-style:none;}
.sidebarwidget li {
list-style:none;
display:block;
}
.sidebarwidget li:hover {
	background-color:#f6f6f6;
}
.sidebarwidget ul li {
padding: 10px;
border-bottom:#757575 solid 1px;
list-style:none;}
.sidebarwidget ul li ul {
list-style:none;}
.sidebarwidget ul li ul li {
list-style:none;}

#footer {
background-image: url(images/logo_footer.jpg);
background-repeat:no-repeat;
border-top:#ac0000 solid 10px;
color:#FFFFFF;
max-height:400px;
padding:5px;
text-align:right;
font-size: 12px;
}
#footer a {
color:#ac0000;
font-weight:bold;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Tabs and menu settings */

#tabs {padding: 0 0 0 0;background: transparent url('images/bar2.jpg');height:27px;font-size: 16px;}
#tabs3 {padding: 0 0 0 0;background: url('images/shadow1.gif');height:10px;margin: 0 0 0 0;}
#tabs4 {padding: 0 0 0 0;background: black url('images/shadow2.gif');height:8px;margin: 0 0 0 0;}
/*
#tabs UL LI.page_item A {BACKGROUND: transparent; COLOR: white}
#tabs UL LI.page_item A:hover {BACKGROUND: #ac0000; COLOR: white}
#tabs UL LI.page_item {BACKGROUND: transparent}
#tabs #page-list LI:hover {BACKGROUND: #ac0000}
  #tabs #page-list LI UL {BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid}
#tabs #page-list LI UL LI {BACKGROUND: #ac0000; BORDER-TOP: #ddd 1px solid}
.navigation {BORDER-TOP: #292973 1px solid}
*/


#tabs ul#page-list{margin: 0px;padding: 0px;}
/*
#tabs ul li{margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-right: 2px solid #fff;font-size: 15px;
font-family: Arial, Myriad, Myriad Pro, Palatino, Rotis Sans Serif, serif;letter-spacing: 0;}
#tabs UL LI.page_item A {PADDING-LEFT: 14px; PADDING-RIGHT: 14px;  FONT-WEIGHT: bold;}
#tabs UL LI.page_item A:hover {color:orange;text-decoration:none;}
#tabs UL#page-list {LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0; WIDTH: 850px; PADDING-RIGHT: 0; DISPLAY: block; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px}
#tabs #page-list LI {PADDING-BOTTOM: 0px; LINE-HEIGHT: 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP:0px;}
#tabs #page-list LI A {DISPLAY: block}
#page-list LI UL LI A {DISPLAY: block}
#tabs #page-list LI UL {POSITION: absolute; PADDING-BOTTOM: 5px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 130px; PADDING-RIGHT: 0px; BORDER-TOP: medium none; PADDING-TOP: 0px; LEFT: -999em}
#tabs #page-list LI:hover UL {LEFT: auto}
#tabs #page-list LI.sfhover UL {LEFT: auto}
#tabs #page-list LI UL LI {LINE-HEIGHT: 5px; border: 1px white; padding:0px; WIDTH: 160px;}
#tabs #page-list LI:hover {POSITION: static}
#tabs #page-list LI.hover {POSITION: static}
/*#tabs #page-list LI UL UL {MARGIN: -29px 0px 0px 160px}*/
/*
#tabs #page-list li:hover ul ul, #tabs #page-list li.sfhover ul ul {left: -999em;}
#tabs #page-list li:hover ul, #tabs #page-list li li:
	hover ul, #tabs #page-list li.sfhover ul, #tabs #page-list li li.sfhover ul {left: auto;}
#tabs #page-list li:hover ul ul, #tabs #page-list li:
	hover ul ul ul, #tabs #page-list li.sfhover ul ul, #tabs #page-list li.sfhover ul ul ul {left: -999em;}
#tabs #page-list li:hover ul, #tabs #page-list li li:hover ul, #tabs #page-list li li li:
	hover ul, #tabs #page-list li.sfhover ul, #tabs #page-list li li.sfhover ul, #tabs #page-list li li li.sfhover ul {left: auto;}
*/

/* -------------------- */
/* Buttons */
/* -------------------- */

.button{
background:url(images/button.gif);
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;
}
a:hover.button{
color:#0066CC;
}


/* -------------------- */
/* CLASSES */
/* -------------------- */
.add{
background:url(images/add.gif) no-repeat 10px 8px;
text-indent:10px;
display:block;
}
.alert{
background:url(images/alert.gif) no-repeat 10px 8px;
text-indent:10px;
display:block;
}
.user{
background:url(images/user.gif) no-repeat 10px 8px;
text-indent:10px;
display:block;
}
.download{
background:url(images/download.gif) no-repeat 10px 8px;
text-indent:10px;
display:block;
}
