/*
Theme Name: iNove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by MacZone, created by <a href="http://www.neoease.com/">mg12</a>. It is very stylish, widget supported and doesn’t require any plugin.
Version: 1.1.4
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
*/

/* static START */
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding:0;
	background-color:white;
	background-image: URL(../images/mainBG.jpg);
	background-repeat:repeat-x;
	font-family:Helvetica;
	font-size:10px;
	color:#525252;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

a 
{
	color: #525252;
	text-decoration:underline;
}
h2 
{
	font-size:24px;
}
h3
{
	font-size:16px;
}

.textfield 
{
	border:none;
	height:24px;
	width:250px;
	background: URL(../images/textfield.jpg) no-repeat;
	color:#525252;
	padding:4px 0 0 10px;
}

div#header {

	height:20px;
	width:1000px;
	position:static;
	clear:both;
}
div#navBar {
	background-image:URL(../images/header.jpg);
	background-repeat:repeat-x;
	height:48px;
	width:978px;
	margin:0 auto 0 auto;
	border:1px solid #333;
	position:relative;
	float:left;
	text-align:left;
	padding-left: 20px;

	
}
div#navBar img 
{
	max-height:48px;
}

#navLinks {
	text-align:center;	
	color:white;
	font-size:11px;	
	margin:9px 0 0 19px;	
	padding: 0;	
	text-transform:uppercase;
	margin-left:auto;
	margin-right:auto;
	display:block;
	z-index:101;
	font-weight:bold;
}



#navLinks a{
	text-decoration:none;
	color:white;
}

#navLinks a:hover{
	text-decoration:underline;
	color:white;
}

/*The contains all of the content including header, nav bar, and content*/
div#container {
 	text-align:center; 
 	margin-left:auto; 
 	margin-right:auto; 
 	width:1000px; 
	position:static;
}

/*Contains the side bar, super widget, and everything else below the nav bar*/
div#contentPanel {
	width:960px;
	margin:0 auto;
	background-color:#F2F2F2;	
	text-align:center;
	position:static;
	height:auto;
	
	z-index:98;
	padding: 20px 20px 10px 20px;
}

div#sidebar {
	position:relative;
	float:right;
	margin:0px;
	width:304px;
	
	min-height:306px;
	height:auto!important;
	height:306px;
	
}
div#sidebarContent {
	position:relative;
	float:left;
	
	margin:0px;
	padding:10px;
	padding-top:0;
	width:280px;
	
	background-color:white;
	border:#656565 2px solid;
	border-bottom: none;
	text-align:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#sidebarFooter 
{
	position:relative;
	float:left;
	height:8px;
	width: 304px;
	background-color:white;
}

div#sidebarContent hr
{
	width:280px;
	/*height:2px;*/
	background:#656565;
	color:#656565;
	margin:10px 0 10px 0;
	clear:both;
}


div#leftContent {
	position:static;
	float:left;
	margin:0px;
	width:636px;
}

/*This is the bottom section that contains everything below the toolbar*/
div#footer {
	width:998px;
	height:28px;
	margin: 0px auto;
	padding: 0;
	text-align:center;
	background:URL(../images/footer.jpg) repeat-x;
	border:1px solid #333;
	font-size:11px;	
	font-weight:bold;
	text-transform:uppercase;
	position:static;
}

/*This is the bottom section that contains everything below the toolbar*/
div#footer p {
	margin:0;
	padding:0;
	padding-top:8px;
}

div#slideshowSection {
	position:relative;
	float:left;
	margin:0px;
	/*margin-bottom:8px;*/
	width: 636px;  /*The images must be set to this size to look good*/
	height:164px;
}

div#slideshowSection img{
	border: none;
}

div#slideshowSection #superwidgetHolder{
	border:#666666 2px solid;
	z-index:50; /*Just needs to be something less than the rounded corners and the slider */
	position:absolute;
	top:0;
	left:0;
	width:632px;
	height:160px;
	overflow: hidden;
}

/* The next four section ensures that the corners look rounded any section and that they are always on top */
div.topRightCornerBlack{
	background-image:url(../images/whiteTRBorderRoundedCorner.gif);
	position:absolute;
	right:0px;
	top:0;
	width:8px;
	height:30px;
	z-index:100;
	background-repeat:no-repeat;
	background-position: top right;
}
div.topLeftCornerBlack{
	background-image:url(../images/whiteTLBorderRoundedCorner.gif);
	position:absolute;
	left:0;
	top:0;
	width:8px;
	height:30px;
	z-index:100;
	background-repeat:no-repeat;
	background-position: top left;
}
div.bottomRightCornerBlack{
	background-image:url(../images/whiteBRBorderRoundedCorner.gif);
	position:absolute;
	right:0px;
	bottom:0px;
	width:8px;
	height:8px;
	z-index:100;
	background-repeat:no-repeat;
	background-position: bottom right;
}
div.bottomLeftCornerBlack{
	background-image:url(../images/whiteBLBorderRoundedCorner.gif);
	position:absolute;
	left:0;
	bottom:0;
	width:8px;
	height:8px;
	z-index:100;
	background-repeat:no-repeat;
	background-position: bottom left;
}
div.sectionFooter{
	background:url(../images/sectionBorderFooter.jpg) repeat-x;
	position:absolute;
	left:0;
	bottom:0;
	width:304px;
	height:2px;
	z-index:99;
	background-position: bottom;
}

/*Below are the css tags that I added to the project*/
.twoColumnLeft, .twoColumnRight
{
	vertical-align: top; 
	width: 313px;
	margin: 0;
	padding: 0;
	
}
.widget_holder
{
	
}

.twoColumnLeft
{
	padding-right:5px;
}
.twoColumnRight
{
	padding-left:5px;
}

.thumbs 
{
	width:60px;
	height:60px;
	margin:0;
	border:none;
}



.sided {
	background:#FFF;
	border:1px solid #C6C6C6;
	padding:3px;
}
/*.sided:hover {
	border:3px solid #CCC;
	padding:1px;
}*/

.widgetImage 
{
	margin: 0 0 0 10px; 
	position:relative; 
	float:right;
    height: 50px;
    background: white;
    padding:3px;
    border:1px solid #CCC;
}

/* The classes below need to retain their name for the program to function properly */
.widget
{
	position:static;
	width: 313px;
	padding:0;
	margin:0px 0 10px 0;
	text-align:left;
	
}

.widget_container 
{
	position:relative;
	width:100%;
	height:100%;	
}
.widget_header 
{
	background: URL(../images/widgetHeader.jpg) repeat-x;
	color:White;
	cursor:move;
	height: 28px;
	padding:0;
	margin:0;
	border-top:#666666 2px solid;
}

.widget_header h2
{
	 position: relative; 
	 font-weight: bold; 
	 font-size: 14px;
	 padding:6px 0 6px 16px;
	 margin:0;
}
.widget_content 
{
	height: 131px;
	background-color:white;
	/*border:1px solid #CCC;*/
	padding:3px;
	border:#666666 2px solid;
	border-top:none;
}
.widget_content h5
{
	margin-bottom:6px;
	font-size:12px;
	font-weight:bold;
}
.widget_dropcue 
{
	background-color:white;
	border: 1px dashed #555; 
	display: none;
	visibility:hidden;
	margin:0px 0 10px 0;
	/*margin: 0px;*/
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.ratingStar
{
	width:15px;
	height:15px;
	background:URL(../images/starUnselected.gif) no-repeat;
}
.savedRatingStar
{
	background:URL(../images/starFilled.gif) no-repeat;
}
.filledRatingStar
{
	background:URL(../images/starEmpty.gif) no-repeat;
}
.emptyRatingStar
{
	background:URL(../images/starUnselected.gif) no-repeat;
	
}

.fixed 
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0.0;	
}

.articleContent p 
{
	margin:4px 0 4px 0;
	padding:0;
	text-indent:0px;
}