/*

Theme Name: JAB
Description: 3 Column,Adsense & Widget Ready Theme.
Author: <a href="http://www.inspiredspark.com">I.S</a>
Author URI: http://www.inspiredspark.com/

*/

/* Main Body */

*{
margin:0;
padding:0;
}

#page {
width: 950px;
margin: 0px auto;
background: #FFF url('images/page_background.jpg') top center repeat-y;
padding: 0 10px 0 10px;
}

body {
font: 62.5% Helvetica, Sans-Serif;
background: #303030;
margin: 0px;
padding: 0px;
}

body a, body a:visited {
color: #00b4ff;
text-decoration: none;
}

body a:hover {
color: #00f0ff;
text-decoration: none;
}

body p {
padding: 5px 0px;
margin: 5px 0px;
}

#wrapper {
width: 100%;
}

/* Heading */

h1, h2, h3, h4 {
font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
font-size: 3.0em;
line-height: 1.0em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.0em;
}


/* Header */

#header {
width: 100%;
background: #000;
height: 127px;
background: #FFF url('images/header.jpg') top center no-repeat;
}


#header h1 {
font-size: 2.0em;
font-weight:normal;
padding: 30px;
padding-left: 140px;
margin: 0;
color: #fff;
font-family: Helvetica, sans-serif;

}

#header h1 a {
color: #fff;
text-decoration:none;
}


#header #header_right {
float:right;
width: 390px;
text-align: right;
font-size: 1.2em;
color: #fff;
padding: 20px 20px 20px 0;
}

#header #header_left {
float:left;
width: 480px;
text-align: left;
font-size: 1.2em;
color: #fff;
padding: 10px 0px 20px 20px;
}

/* Search Form */
#searchform {
position: absolute;
top: 0px;
right:30px;
background: url(images/searchform-bg.gif) no-repeat right bottom;
height: 37px;
width: 200px;
}
#searchform #s{
background: #ffffff url(images/formbg.gif) no-repeat ;
height: 17px;
width: 140px;
margin: 6px 5px 0px 10px;
padding: 3px 7px 2px 5px;
color: #999999;
border: none;
}
#searchform #searchsubmit {
background: url(images/search-btn.png) no-repeat left top;
height: 23px;
width: 23px;
border: none;
text-indent: -999%;
line-height: 1px;
margin-top: 6px;
}

/* Content */

#content {
float: left;
width: 500px;
line-height: 1.6em;
padding-left: 20px;
padding-top: 20px;
}


/* Post Data */

#cal {
background:url('images/cal.gif') no-repeat;
width:70px;
height:70px;
padding-top: 6px;
/*padding-left: 10px;*/
font-weight:bold;
font-size:14px;
font-family: Helvetica, Arial, Sans-Serif;
color:#ffffff;
text-align:center;
}

.caldate {
padding-top:14px;
color:#d73d35;
font-size: 18px;
text-align:center;
}

.post h2, .post h2 a:visited, .post h2 a {
font-size: 1.4em;
text-decoration: none;
color: #103c66;
margin-bottom: 10px;
line-height: 1.0em;
}
.post h2 a:hover {
text-decoration: none;
color: #0b68c2;
}

.post {
font-size: 1.2em;
margin-bottom: 30px;
text-align: justify;
}

.post p {
padding: 5px 0px;
margin: 5px 0px;
}

.post ul, .post ol {
margin: 10px 0 10px 0;
padding-left: 40px;
}

.post li {
padding: 2px 0 2px 0;
}

.entry {
margin-bottom: 10px;
text-align: justify;
}


.pencil{
background: url('images/pencil.gif') no-repeat;
padding-left: 17px;
clear: both;

}

.entrytext .postmetadata {
margin-top: 20px;
text-align: justify;
}

.postmetadata {
border-top: 1px dotted #ccc;
padding-top: 2px;
margin-bottom: 40px;
text-align: right;
}

.postmetadata alt {
border-top: 1px dotted #ccc;
padding-top: 2px;
margin-bottom: 40px;
text-align: left;
}

.navigation {
display:block;
margin-bottom: 20px;
}

/* Nav Bar */

#navbar{
float: left;
width: 380px;
border-top: 1px solid #535353;
background: #333333;
padding-right: 160px;
}

#navbar ul, #navbar ul li{
list-style:none;
margin:0;
padding:0;
}

#navbar ul{
padding: 0 0 0 1px;
}

#navbar ul li{
float: left;
display: inline;
line-height: 18px;
overflow: visible;
}

#navbar ul li a{
display: block;
padding: 10px;
border-right: 1px solid #535353;
text-decoration: none;
color: #bbbbbb;
font-size: 13px;
font-family: helvetica;
}

#navbar ul li a:hover{
margin: -5px 0 0 -1px;
padding: 10px 10px 14px;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
background: #fcfcfc;
color: #000;
}


.alignleft {
float:left;
text-align:left;
}

.alignright {
float:right;
text-align:right;
}

.pagetitle {
font-size: 1.6em;
margin-bottom: 20px;
}

/* BlockQuote/Code */

blockquote {
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px;
background: #eeeeee;
border-top: solid 1px #5f5f5f;
border-bottom: solid 1px #5f5f5f;
}


code{
font:1.2em 'Courier New',Courier,Fixed;
display:block;
overflow:auto;
text-align:left;
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px;
background: #d1d1d1;
border-top: solid 1px #5f5f5f;
border-bottom: solid 1px #5f5f5f;
}

a img {
border: 1px #ccc;
}


/* SideBar */
#sidebar {
float: right;
width: 410px;
margin-left: 0px;
padding-top: 20px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover {
/*color:#c7ecfb;*/
color:#FFFFFF;
}
#sidebar ul {
margin-bottom:20px;
}

#sidebar ul li {
list-style:none;
line-height:1.6em;
font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar a:hover {
text-decoration: none;
}

/* LEFT SideBar */

#sidebar .sidebar_left ul h2 {
padding-bottom: 10px;
border-bottom: dotted 1px #00b4ff;
font-size: 1.5em;
color: #00b4ff;
}

#sidebar .sidebar_left ul ul li {
border-bottom: dotted 1px #00b4ff;
}

#sidebar .sidebar_left {
width: 185px;
float: left;
padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{
padding-left:20px;
margin-bottom:0;
}

#sidebar .sidebar_left ul ul li ul li{
list-style:none;
line-height:1.6em;
font-size: 1.1em;
border-bottom:0;
}

/* RIGHT SideBar */

#sidebar .sidebar_right ul h2 {
padding-bottom: 10px;
border-bottom: dotted 1px #00b4ff;
font-size: 1.5em;
color: #00b4ff;
}

#sidebar .sidebar_right ul ul li {
border-bottom: dotted 1px #00b4ff;
}

#sidebar .sidebar_right {
width: 185px;
float: right;
padding: 0 10px 0 10px;
}

#sidebar .sidebar_right ul ul li ul{
padding-left:20px;
margin-bottom:0;
}

#sidebar .sidebar_right ul ul li ul li{
list-style:none;
line-height:1.6em;
font-size: 1.1em;
border-bottom:0;
}

/* RSS Button */
.rss {
display:block;
background:url('images/rss.gif') no-repeat;
width:67px;
height:121px;
}

/* Comment */

.commentimg {
background: url('images/comment.gif') no-repeat;
padding-left: 17px;
clear: both;
}

#comments {
font-size: 1.6em;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
padding-bottom:20px;
}

#respond {
font-size: 1.6em;
margin-bottom: 5px;
}

ol.commentlist {
list-style-type : none;
font-size: 1.2em;
}

ol.commentlist li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}

ol.commentlist li.alt {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #ccc;
}

#comment_title {
margin-bottom: 5px;
}

#commentform {
margin-bottom: 20px;
}

#commentform p {
margin-bottom: 10px;
}

#commentform textarea {
width:99%;
padding:2px;
font-size: 12px;
background-color: #fff;
border: 1px solid #ccc;
}

/*Footer*/

#footer {
color: #4c4c4c;
font-family: Helvetica, Arial, Sans-Serif;
font-weight: bold;
width: 100%;
clear: both;
background: #1d201d url('images/footer.jpg') top center repeat-y;
}

#footer a, #footer a:visited {
color: #4c4c4c;
text-decoration: none;
}
#footer a:hover{
color: #fff;
text-decoration: none;
}

#footer_left {
padding: 10px 0 10px 20px;
text-align: left;
float: left;
width: 480px;
line-height: 1.6em;
}

#footer_right {
padding: 10px 20px 10px 0;
text-align: right;
float: right;
width: 390px;
margin-left: 0px;
}
/* WP Block */
.WP {
display:block;
background:url('images/wp.gif') no-repeat;
width:20px;
height:20px;
font-size: 12px;
}

/* Calendar */

#wp-calendar {
width: 180px;
text-align: left;
margin-top: 5px;
}

#wp-calendar th {
margin-top: 5px;
}

#wp-calendar caption {
font-size: 1.2em;
margin-top: 5px;
}

/* Other */

hr {
display: none;
margin-top: 5px;
}

#wp-calendar caption {
font-size: 1.2em;
margin-top: 5px;
}
/******/
#sss {
color:#CCCCCC;
font-size:10px;
text-align:right;
}
#sss a:link, #sss a:visited, #sss a:hover {
color:#CCCCCC;
text-decoration:none;
}
#rclubs table {
width:100%;
border:1px solid #CCCCCC;
border-collapse:collapse;
}
#rclubs table td {
vertical-align:top;
padding:3px;
border:1px solid #CCCCCC;
}
#rclubs table ul li {
text-indent:0px;
}
.wp-pagenavi {
color: #000000 !important;
text-align:center;
border-top:1px dotted #CCCCCC;
padding-top:4px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #00b4ff !important;
}
.wp-pagenavi a:hover {	
	color: #00b4ff !important;
	text-decoration:underline;
}
#footerlink {
padding:4px;
color: #4c4c4c;
}
#footerlink a{
color: #4c4c4c !important;
text-decoration:none !important;
}
