/*
Theme Name: Organized Theme
Theme URI: http://www.thehostwiz.com
Description: A Wordpress Theme Designed for Organizedzone.com
Author: Jesse Smith
Author URI: http://thehostwiz.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:url(/images/bg.jpg) repeat-x #e9e8e8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	
	}
	
h1 {font-size: 20pt;}
h2 {font-size: 16pt;}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 1021px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	background:url(images/containerbgn.jpg) repeat-y;
	text-align:left;	
	}
	

	
/* header */

#header {
  	width: 1021px; 
  	height: 118px;
	}

#header h1{
	font:normal 22pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 12pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#header ul {

}

#header li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */
#content .jsn-imageshow {
	padding-top: 25px;
}

#content {
	float: right;
	width:600px;
	overflow: hidden;
	padding-right: 5px;
	}	

#content h1 a:link, #content h1 a:visited, #content h2{
	font-family:Arial,Helvetica,sans-serif;
	color:#1389B2;
	font-size:16px;
	font-weight:bold;
}

#content h1 a:link, #content h1 a:visited{
	text-decoration:none;
}

#content h1 a:hover{
	color:#666;
}

#content h3 a{
	color:#21AADA;
	text-decoration: none;
}

#content h3 a:hover{
	color:#0F5E79;
	text-decoration: none;
}

.post {
	margin:0;
	padding:15px;
	line-height: 13pt;
}
	
.post h2{
	font-family:Arial,Helvetica,sans-serif;
	color:#1389B2;
	font-size:18px;
	font-weight:bold;
	}
	
.post h2 a{
	color:#21AADA;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color:#0F5E79;
	text-decoration: none;
	}

.post h3{
	font-family:Arial,Helvetica,sans-serif;
	color:#1389B2;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #21AADA;
	}
	
.post h3 a{
	color:#21AADA;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color:#0F5E79;
	text-decoration: none;
	}


.post ul {
	padding-left:20px;
}

.post ol {
	padding-left:20px;
}

.post li {}

.post p {
	margin:12px 10px 15px;
}

.post a {
	color:#21AADA;
}

.post a:hover{
	color:#0F5E79;
	text-decoration: none;
}

.entry p{margin:12px 0;}

*html .entry #gb_form_div {
	margin:0;
	padding:0;
}
*html .entry #gb_form_div span{
	margin:0 0 0 3px;
	padding:0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}

#respond {
	padding: 0 15px;
}

.navigation {
	font-size:10pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width:211px;/*171 orig*/
	float:left;
	margin:0;
	padding: 0 0 0 10px;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 13pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
/*	margin:0 12px 0px; */
        margin: 0 0 0 12px;
	font:15px Georgia, "Times New Roman", Times, serif;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 13pt;
	list-style-type: none;
	}
#sidebar ul li a{
	display: block;
	padding: 5px 2px 4px 24px;
	width: 164px;/*118orig*/
	background-color: #fff;
	background-image: url(/images/menu_off.jpg);
	color:#6a6a6a;
}

#sidebar ul li a:hover{
	background-color: #fff;
	background-image: url(/images/menu_on.jpg);
	color: #019ed5;
	text-decoration:none;
}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* Right Sidebar */

#rsidebar {
	clear:both;
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width:171px;
	float:right;
	margin:14px 5px 0 0;
	padding: 0 10px 0 0px;
	}
*html #rsidebar {
	margin: 14px 0 0 0;
}
#rsidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#rsidebar label{
	font:15px Georgia, "Times New Roman", Times, serif;
	color: #6A6A6A;	
	margin: 0;
	padding: 0;
}

#rsidebar p {margin:0; padding:0;}

#rsidebar img {padding: 0; margin: 0;}

#rsidebar ul {
	margin:0 12px 12px;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#6A6A6A;
	padding:0;
	}

#rsidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 13pt;
	list-style-type: none;
	}
#rsidebar ul li a{
	display: block;
	padding: 5px 2px 4px 24px;
	width: 118px;
	background-color: #fff;
	background-image: url(/images/menu_off.jpg);
	color:#6a6a6a;
}

#rsidebar ul li a:hover{
	background-color: #fff;
	background-image: url(/images/menu_on.jpg);
	color: #019ed5;
	text-decoration:none;
}

#rsidebar ul ul {
	margin:14px 0;
	padding:0;
}

#rsidebar ul ul li {
	list-style-type: none;
	}

#rsidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#rsidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
.box{
	width:247px;
	height:154px;
}
.box-top{
	width:247px;
	height:22px;
	background:url(/images/box-top.jpg) no-repeat;
	padding:0 0 0 5px;
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:22px;
}
.box-bottom{
	width:247px;
	height:132px;
	background:url(/images/box-bottom.jpg) no-repeat;
	padding:5px ;
	font:13px Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	line-height:18px;
}	
.box-content{
	width:225px;
	margin:0 auto;
	position:relative;
	top:10px;
}
.box-content a{
	color:#21aada;
	text-decoration:underline;
}
.box-content a:hover{
	color:#0f5e79;
	text-decoration:none;
}
#bottom{
	width:841px;
	margin:0 0 0 90px;
}
#bottom-left{
	float:left;
	width:247px;
	margin:0 0 0 25px;
}
#bottom-middle{
	width:247px;
	float:left;
	margin:0 0 0 25px;
}
#bottom-right{
	float:right;
	width:247px;	
	margin:0 27px 0 0;
}
*html #bottom-left{
	float:left;
	width:247px;
	margin:0 0 0 10px;
}
*html #bottom-middle{
	width:247px;
	float:left;
	margin:0 0 0 10px;
}
*html #bottom-right{
	float:right;
	width:247px;	
	position:relative;
	left:10px;
}
.square-bullet {
	padding: 0 0 0 20px;
	list-style-image:url(/images/square-bullet.jpg);
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 10pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 13px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#E9E8E8 url(images/bottomn.jpg) no-repeat;
	clear: both;
	width:1021px;
	height:45px;
	text-align:left;
}
	
#footer ul{
	padding: 30px 0 0 15px;
}
#footer li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#footer a{
	color:#a4a4a4;
	text-decoration:underline;
	font:12px Arial, Helvetica, sans-serif;
}
#footer a:hover{
	color:#53bce3;
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    /*background:url(images/slider.png) no-repeat;*/
    width:580px;
    height:392px;
    margin:0 auto;
    padding-top:5px;
    margin-top:5px;
}

#slider {
	position:relative;
    width:580px;
    height:390px;
    margin-left:-10px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
