/*  
Theme Name: TWElectric.com custom theme
Theme URI: http://twelectric.com
Description: The theme used for TWElectric.com 
Version: 1.0
Author: Tara Wells (design) & Stephen Butters (coding/implementation)
Author URI: http://www.http://verysillymonkey.com/

	TWElectric.com 1.0
	 http://TWElectric.com 

	This theme was designed by Tara Wells and built by Stephen Butters.

*/


/* MAIN BODY STYLES */
body{
	margin:0;
	padding:0;
	font-family: "Tahoma", "Helevetica", sans-serif;
	font-size:14pt;
	line-height:26pt;
	color: black;
	// color:#333;
	// background-color:#FFF;
}

.nav-links 
	{
	font-family: "Tahoma", "Helevetica", sans-serif;
	color: #6D6F71;
	}

/* ID-SPECIFIC STYLES */
table#main
	{
	width: 927px;
	}

td#body-td
	{
	height: 454px;
	border: 1px solid #231F20;
	border-bottom: none;
	background-image:url('g/body-bottom-curve.png');
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position: left bottom;
	}

.body-td
	{
	height: 454px;
	border: 1px solid #231F20;
	border-bottom: none;
	background-image:url('g/body-bottom-curve.png');
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position: left bottom;
	}

div#nav
	{
	float: right;
	position: relative;
	top: 53px;
	right: 38px;
	background-image:url('g/nav-logo-bg.png');
	width: 357px;
	height: 358px;
	}

table#nav-table
	{
	height: 100%; 
	width: 100%; 
	text-align:center;
	}

/* NAV LINKS */
A.nav-links:link 
	{
	color: #6D6F71;
	text-decoration: none;
	}

A.nav-links:hover 
	{
	color: black;
	text-decoration: underline;
	}

/* FOOTER LINKS */
.footer-links 
	{
	font-family: "Tahoma", "Helevetica", sans-serif;
	color: white;
	}

A.footer-links:link 
	{
	text-decoration: none;
	}

A.footer-links:hover 
	{
	text-decoration: underline;
	}

/* MISC LINKS */


/*
.blog-content 
	{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	text-align: left;
	color: black;
	text-decoration: none;
	padding-top: 10px;
	}

.blog-post-div
	{
	margin-left: 20px;
	width: 460px;
	}

.blog-post-title
	{
	font-size: 25pt;
	color: #C6292F;
	font-weight: bold;
	text-decoration: none;
	}

A.blog-post-title:link 
	{
	color: #C6292F;
	text-decoration: none;
	}

A.blog-post-title:hover 
	{
	text-decoration: underline;
	}

.blog-post-more
	{
	color: #C6292F;
	font-weight: bold;
	}

.blog-post-date
	{
	padding-top: 0px; 
	margin-top: 4px; 
	padding-bottom: 9px; 
	color: #989696;
	font-weight: bold;
	}

.blog-post-more
	{
	color: #C6292F;
	font-weight: bold;
	}

A.blog-post-more:link 
	{
	color: #C6292F;
	}

A.blog-post-more:hover 
	{
	text-decoration: none;
	}

.sidebar-label
	{
	color: #989696;
	font-size: 10px;
	font-weight: bold;
	padding-top: 35px;
	}

.sidebar-text
	{
	font-family: "Times New Roman", "Georgia", serif;
	color: #484747;
	font-size: 14px;
	font-weight: bold;
	}

.sidebar-separator
	{
	width: 95%; 
	border-bottom-style: dotted; 
	border-color: #989696; 
	border-width: 1px; 
	margin-bottom: 10px;
	}

.sidebar-text-link
	{
	font-family: "Times New Roman", "Georgia", serif;
	color: #467A98;
	text-decoration: none;
	}

A.sidebar-text-link:link 
	{
	color: #528EB0;
	}

A.sidebar-text-link:hover 
	{
	text-decoration: underline;
	}
*/