/*
Theme Name: Eli Kirk Base Theme
Version:    1.0
Author:     Eli Kirk
Author URI: http://elikirk.com
*/

@import "css/reset.css";
@import "css/font-stacks.css";


.clear
{
	clear: both;
}

.no-form-styles,
.no-form-styles input,
.no-form-styles textarea,
.no-form-styles select,
.no-form-styles radio,
.no-form-styles checkbox
{
	border: none;
	padding: none;
}

.no-list-styles,
.no-list-styles ul,
.no-list-styles ol,
.no-list-styles li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.no-link-styles,
.no-link-styles a:link,
.no-link-styles a:visited,
.no-link-styles a:hover
{
	text-decoration: none;
	color: inherit;
}

.relative-center
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

.no-hover-underline:hover
{
	text-decoration: none;
}

.hover-underline
{
	text-decoration: none;
}

	.hover-underline:hover
	{
		text-decoration: underline;
	}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

sub {
  vertical-align: sub;
  font-size: 30%;
}

sup {
  vertical-align: super;
  font-size: 30%;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
div, ul, li { position:relative } /* This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

.alert { background:red; color:white } 
