/*
Theme Name: Really Slick
Theme URI: http://www.reallyslick.com
Description: Theme created specifically for www.reallyslick.com.  Since Wordpress is integrated into the rest of the site, the whole site uses this theme's css.
Version: June 18, 2011
Author: Terry Welsh
Author URI: http://www.reallyslick.com

*/

body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	min-width: 800px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 95%;
	line-height: 115%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

/* Commented out because html table tags will not override all this table css stuff
table, th, td { border: 1px solid #555555; border-collapse: collapse; }
th { font-weight: bold; }
td { vertical-align: top; }
*/
table.regular, th.regular, td.regular { border: 1px solid #555555; }
table.highlight, th.highlight, td.highlight { border: 2px solid #555555; }
table.borderless, th.borderless, td.borderless { border: 0px; }


a, a:link {
	color: #88AAFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #445588;
	transition: background-color .75s;
	-moz-transition: background-color .75s;
	-o-transition: background-color .75s;
	-webkit-transition: background-color .75s;
}

/* Make named anchors white (so they behave like links.) */
a[name], a[name]:hover {
	color: #FFFFFF;
	background: none;
}

h1 {
	/*font-family: georgia;*/
	font-weight: normal;
	font-size: 180%;
	line-height: 100%;
	margin: 0;
	margin-bottom: 20px;
}


h2 {
	/*font-family: Arial;*/
	font-weight: normal;
	font-size: 160%;
	line-height: 100%;
	margin: 0;
	margin-bottom: 16px;
}

h3 {
	/*font-family: georgia;*/
	font-size: 140%;
	line-height: 100%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 12px;
}


h4 {
	font-size: 120%;
	line-height: 100%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 8px;
}

p {
	/*font-size: 85%;*/
	margin-bottom: 1em;
}

p.question {font-size: 15px; line-height: 23px;
   margin-top: 9; margin-bottom: 9; margin-left: 1em;
	text-indent: -1em; font-weight: bold
}

p.answer { margin-left: 20px;  margin-right: 20px; }

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 95% 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

hr {
	border: 0;
	height: 1px;
	color: #555555;
	background-color: #555555;
}


/*
h3 a:link, h3 a:visited{
	color: #88AAFF;
}

h3 a:hover{
	color: #FFFFFF;
}
*/

#global {
	max-width: 1100px;
	min-width: 800px;
	border: 0px;
	padding: 0px;
}

#header {
	position: relative;
	top: 0px;
	height: 110px;
	width: 100%;
	/*background-color: #000000;
	background-image: url(images/titlebar.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 10px;
}

#sitetitle {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

#sitetitle a:link {
	color: #FFFFFF;
	background: none;
}

#sitetitle a:visited {
	color: #FFFFFF;
	background: none;
}

#sitetitle a:hover {
	color: #FFFFFF;
	background: none;
}

#leftcolumn {
	width: 160px;
	margin-right: 10px;
}

#leftcolumn h4{
	color: #ffcc55;
	/*font-family: "Trebuchet MS", arial, sans-serif;*/
	font-weight: normal;
}

#centercolumn {
	/* Normally, overflow would be used to keep center column of variable width
	between other floated columns.  This method requires left and right columns
	to come *before* centercolumn in your html files. */
	/*overflow: hidden;*/
	/* Instead, use left and right positions based on sizes of left and right columns
	so that left and right columns can come *after* centercolumn in your .html files.
	This makes is so that remote content, such as ads, will not delay rendering of the
	content in your center column. */
	position: absolute;
	right: 190px;
	left: 190px;

	min-height: 600px;
	/* This hack fixes a problem with the column having a variable width in IE.
	It seems like it may cause new problems if sub-divs have height values. */
	height: 100%;
}

#rightcolumn {
	width: 160px;
	margin-left: 10px;
}

#footer {
	width: 100%;
	margin-bottom: 15px;
	font-size: 75%;
	color: #BBBBBB;
}

.item {
	padding: 10px;
	/*background-color: #736500;*/
	background-image: url(images/gradient.png); 
	/*background-repeat: repeat;*/
	background-repeat: repeat-x;
	background-position: top;
	/*width: 100%;*/
	text-align: left;
	border: 0px;
	margin-bottom: 10px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	/*font-size: 85%;*/
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	font-size: 85%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 85%;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 85%;
}

.metadata{
	line-height: 190%;
	font-size: 85%;
}

.metadata a:link, .metadata a:visited{
	color: #88AAFF;
}

.metadata a:hover{
	color: #FFFFFF;
}

.tags, .catagory {

	display: block;

}

.commentlist p {
	clear: both;
	/*font-size: 95%;*/
}


cite{
	margin: 5px 100px 0 0;
	font-size: 90%;
	display: block;
	text-align: right;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 85%;
	float: right;

}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #bb7722;
	list-style: none;
}

#commentform p {
	text-align: left;
}

#respond h3 {
	text-align: left;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #BBBBBB;
}

.navigation a:link, .navigation a:visited{
	color: #BBBBBB;
}

.navigation a:hover{
	color: #FFFFFF;
}

.alignright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.social_container { float: right; margin-left: 10px; }
.social_container_for_post { overflow: hidden; height: 20px; margin-top: 5px; margin-bottom: 5px; }
.social_google_plusone { float: left; overflow: hidden; margin-right: -10px; }
.social_facebook_like { float: left; overflow: hidden; margin-right: 10px;}
.social_twitter_tweet { float: left; overflow: hidden;}
.social_button { clear: both; margin-bottom: 5px; }


#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}


#menu {padding:0; border:0px solid #fff }
#menu ul {list-style:none; margin:0; padding:0; font-size:85%; }
#menu ul li { padding:0; margin:0; border-bottom:1px solid #bb7722; }
#menu ul li a { display:block; padding:4px 4px 4px 10px; text-decoration:none; color: #BBBBBB; }
#menu ul li a:hover { color: #FFFFFF; /*background: #445588;*/ }

#submenu {padding:0; border:0px solid #fff }
#submenu ul {list-style:none; margin:0; margin-left:0px; padding:0; font-size:85%; }
#submenu ul li { padding:0; margin:0; border-bottom:0px; }
#submenu ul li a { display:block; padding:1px 1px 1px 20px; text-decoration:none; color: #BBBBBB; }
#submenu ul li a:hover { color: #FFFFFF; /*background: #445588;*/ }


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}


#wp-calendar td {
	color: #BBBBBB;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	background: #ffffff;
	color: #445588;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

