/*  
Theme Name: 4sight
Description: modified from Gadget Story theme 
Version: 1.1
Author: elana elfdesigns
Original Author URI: WPThemes4You http://wpthemes4you.wordpress.com
*/

body
{
	background: #969696 url(images/back.png) repeat-x center top;
	color: #CCCCCC;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font: 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}

#container {
		width: 964px;
		text-align: left;
		margin: 0 auto;
	}

/*** Header ***/
#header {
		background: url(images/header.png) no-repeat;
		height: 157px;
		padding: 0px;
		text-align: left;
		width: 964px;
		margin: 0px auto;
	}

#header h2 {
	color: #EF5918;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana, Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-top: 25px;
	margin-bottom: 0px;
	}

#header h2 a {
	color: #EF5918;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
#inner/*** Main ***/

{
	width: 964px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/wrapper.png) repeat-y;
	min-height: 450px;
	
	
}
#inner .left {
	width: 550px;
	margin: 0;
	padding: 0px 0px 0px 45px;
	float: left;
}


.post
{
	line-height: 20px;
	margin: 0px 0px 25px;
	padding: 0px 0px 25px;
}
.post p {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
.post a:link {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	text-decoration: none;
}
.post a:visited {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	text-decoration: none;
}
.post a:hover {
	margin: 0px;
	padding: 0px;
	color: #EF5918;
	text-decoration: underline;
}

.post    h1  
{
	margin-bottom: 10px;
	color: #EF5918;
	padding: 4px 4px 4px 0px;
	font-size: 17px;
}
.post   h1   a  
{
	text-decoration: none;
	color: #EF5918;
	padding: 4px;
}
.post    h1   a:hover  
{
		text-decoration: underline;
		color: #CCCCCC;
		padding: 4px;
}

.post .postheader .postmeta
{
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post img
{
	padding: 5px;
}

/*** Sidebar ***/
#sidebar
{
	float: left;
	width: 220px;
	line-height: 23px;
	margin-top: 5px;
	padding: 8px 25px 25px;
	margin-left: 85px;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	/*white-space: nowrap;*/
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;

}

#sidebar ul li a:hover {
	/*color: #3399cc;*/
	text-decoration: none;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	/* color: #273647; */
	color: #EF5918;
	font-size: 13px;
	margin-bottom: 2px;
	background: #CCCCCC;
	padding: 4px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	width: 964px;
	color: #CCCCCC;
	background: url(images/footer.png) no-repeat;
	font-size: 10px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	height: 84px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer .content {
	color: #CCCCCC;
	font-size: 10px;
	overflow: hidden;
	text-align: center;
	padding: 44px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}


#footer a {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFF00;
	/*text-decoration: underline;*/
	}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
#inner .leftwel {
	width: 850px;
	margin: 0 auto;
	padding: 0px 0px 0px 45px;
	float: left;
}
