/*
Theme Name: JJ Jewels
Theme URI: http://www.jjjewels.com/
Description: .
Version: 1.0
Author: Sandeep Sharma


*/


body {
margin: 0;
padding: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
background: #333 url(images/bg.jpg) repeat;
color: #fff;
}
#main {
	width: 940px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

ul, li {
margin: 0;
padding: 0;
}

a, a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


/* ---------------------------
	-: Header :-
---------------------------*/

#header {
	height: 112px;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	width: 319px;
	height: 75px;
	position: absolute;
	top: 26px;
	left: 31px;
	background: url(images/logo_new.png) no-repeat;
}
#callBox {
	width: 187px;
	height: 60px;
	position: absolute;
	top: 30px;
	right: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
#callBox h2 {
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 3px 0;
}
#callBox span {
	color: #fff;
	font-size: 20px;
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
/* ---------------------------
	-: Nav :-
---------------------------*/

#navBox {
	height: 49px;
	background: url(images/nav_bg_.jpg) repeat-x;
	position: relative;
}
#navBox_left {
	background: url(images/nav_bg_left.jpg) no-repeat;
	width: 7px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}
#navBox_right {
	background: url(images/nav_bg_right.jpg) no-repeat;
	width: 7px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
}


#menu {  
height: 31px; 
position: absolute;
top: 10px;
left: 0px;
}

#menu { 
font-weight: bold; 
text-transform: capitalize;
font-size: 13px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul { 
background: transparent; 
margin-left: 10px; 
padding: 0 10px; 
position: relative; 
float: left; 
line-height: 31px;
}

#menu ul li { float: left; list-style: none; }

#menu ul li a { 
color: white; 
outline: none; 
text-align: center; 
display: block; 
overflow: hidden; 
float: left; 
z-index: 10; 
padding: 0 16px; 
position: relative;
text-decoration: none;
text-transform: capitalize;
} /* relative breaks ie */

#menu ul li a:hover { text-decoration: none; }
#menu ul li.back { 
background: url("images/lava.gif") no-repeat right -31px; 
width: 9px; 
height: 31px; 
position: absolute; 
z-index: 8; 
/*top: 11px;*/
}

#menu ul li.back .left { 
background: url("images/lava.gif") no-repeat top left; 
height: 31px; 
margin-right: 9px;
}

#menu ul li.current_page_item { 
background: url("images/menu_selected.gif") no-repeat center bottom; 
/*padding-bottom: 13px;
margin-bottom: -13px; */
}


/* ---------------------------
	-: Content :-
---------------------------*/

#content-main {
	padding: 15px  0px;
}
#contentBox {
width: 703px;
float: right;
padding: 0 0 0 0;
}

.white_box_main {
width: 703px;
padding: 15px 0 0 0;
color: #000;
}

.white_box_top_bg{
background: url(images/white_box_top_bg.gif) no-repeat;
height: 3px;
overflow: hidden;
}

.white_box_bg{
background: #fff;
padding: 10px 10px 10px 15px;
}

.white_box_bottom_bg{
background: url(images/white_box_bottom_bg.gif) no-repeat;
height: 3px;
}

/* ---------------------------
	-: Sidebar :-
---------------------------*/
#sidebar {
	width: 222px;
	float: left;
}

.box-main {
	width: 220px;
	margin: 0x 0 0 0;
}
.box-main h3 {
	margin: 0;
	height: 35px;
	background: url(images/box-title-img.jpg) no-repeat;
	font: 19px normal Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 15px;
}
.box-main h4 {
margin: 0;
	color: #9f181c;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	font-size: 12px;
}
.box-main-bg {
	background: url(images/box-main-bg.jpg) repeat-y;
	padding: 13px 15px;
	color: #000;
}
.box-main-bg p {
	line-height: 18px;
	padding: 0px 0 4px 0;
}

.box-bottom-bg {
	height: 7px;
	background: url(images/box-bottom-img.jpg) no-repeat;
}

/* ---------------------------
	-: Footer :-
---------------------------*/

#footer {
	height: 69px;
	background: url(images/footer_bg.jpg) repeat-x;
	position: relative;
	margin: 15px 0 20px 0;
}
#footer_left {
	width: 7px;
	height: 69px;
	background: url(images/footer_left.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#footer_right {
	width: 7px;
	height: 69px;
	background: url(images/footer_right.jpg) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#footerText {
	position: absolute;
	top: 15px;
	left: 25px;
	line-height: 19px;
}
#footerText span {
	font-size: 11px;
}

#footer a {
color: #ccc;
text-decoration: none;
}


/* ---------------------------
	-: Post :-
---------------------------*/ 

.post {
padding: 20px 0;
border-bottom: 1px solid #ccc;
}


.post h2, .post h3 {
margin: 0px;
padding: 0px;
font: 24px Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

.post h2 a, .post h3 a {
color: #000;
text-decoration: none;
}

.post h2 a:hover, .post h3 a:hover {
color: #000;
text-decoration: underline;
}

.post .entry p {
line-height: 20px;
margin: 0;
padding: 5px 0 0 0;
}

.postmetadata {
font-size: 11px;
}

.postmetadata a {
color: #333;
text-decoration: none;
}

.postmetadata a:hover {
text-decoration: underline;
}

h2.pagetitle {
color: #0560bd;
margin: 0;
padding: 0;
}

/* ---------------------------
	-: sidebar :-
---------------------------*/ 
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar li {
margin: 0;
padding: 0 0 10px 15px;
list-style: none;
background: url(images/arrow-right.gif) no-repeat 2px 3px;
}

#sidebar li a {
color: #000;
text-decoration: none;
}

#sidebar li a:hover {
text-decoration: underline;
}


/* ---------------------------
	-: Comments :-
---------------------------*/ 

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



.widecolumn {
	line-height: 1.6em;
	}

/*.narrowcolumn .postmetadata {
	text-align: center;
	}*/

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	color: red;
	}