/*  
Theme Name: JetVine
Theme URI: http://www.mybloglive.com
Description: A theme titled "JetVine" enjoy.
Version: 1.0
Author: Ankur Savai
Author URI: http://www.aksinfo.com/
*/

/* Global Styles */

* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, fieldset, address { margin:1em 0; }


body {
font: 14px Arial, Helvetica, sans-serif;
color:#676243;
line-height:1.6em;
background:#FFF url(img/bgg.png) repeat-x;
}

html {

}

a:link {
text-decoration:none;
color:#4679a1; 
}

a img { border:none; }

/* Layout */

#wrapper {
width:100%;
position:relative;
min-height:100%;
height:auto !important;
margin:0 auto;
padding:0;
}

/* Content */

.content {
width:62%;
float:right;
top:70px;
margin-right:45px;
position:relative;
padding-left:15px;
}

* html .content {
position:relative;
top:-20px;
width:60%;
}

.content .post {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
width: 85%;
overflow: auto;

}

/* Sidebar */

#sidebar {
float:left;
position:relative;
width:28%;
margin-left:8px;
height:100%;
top:70px;
list-style-type:none;
border-right:2px solid #D5CEA6;
}

* html #sidebar {
position:relative;
top:-20px;
width:25%;
}

#sidebar h1 {
font-size:1em;
color:#645634;
margin-left:22px;
padding-bottom:12px;
}

#sidebar h2 {
font-size:1.5em;
}

#sidebar .list {
padding-left:10px;
list-style-type: none;
background-image: url("img/bullet.png");
background-repeat: no-repeat;
background-position: 0.5em;
}

#sidebar .widg {
margin: 0;
list-style-type: none;
}

#sidebar ul {
list-style-type: none;
}

#sidebar li {
list-style-type: none;
}

#sidebar .widg li {
padding-left:10px;
list-style-type: none;
background-image: url("img/slist.png");
background-repeat: no-repeat;
background-position: 0.5em;
}

#sidebar a {
color:#4679a1;
text-decoration:none;
font-size:1.1em;
margin-left:16px;
position:relative;
}

#sidebar a:hover {
color:#6496bd;
}


/* Header Styles */

#header {
position:relative;
top:25px;
height:55px;
width:100%;
background:url(img/header.png) repeat-x;
}

* html #header {
position:relative;
top:-35px;
height:55px;
width:100%;
background:url(img/header.png) repeat-x;
}

#ihateIE {
clear:both;
width:100%;
height:10px;
}

.iconsL {
height:5px;
margin-left:20px;
top:-5px;
position:relative;
padding-top:5px;
}

.iconsR {
height:5px;
float:right;
margin-right:20px;
top:-11px;
position:relative;
padding-top:5px;
margin-bottom:-5px;
}

* html .iconsR {
float:right;
margin-right:20px;
top:-58px;
height:10px;
position:relative;

}

#header .blogtitle {
float:left;
top:10px;
position:relative;
margin-left:15px;
font-size:1.2em;
color:#FFF;
font-weight:bold;
}
#header .blogtitle a {
font-size:1.4em;
}

#header  a {
text-decoration:none;
color:#FFF;
}

#header a:hover {
border-bottom:1px solid #FFF;
}

#header li { 
display:inline;
padding-left:15px;
}

#header .nav {
float:right;
margin-right:10px;
top:13px;
position:relative;
font-size:1.1em;
color:#FFF;
font-weight:bold;
}

/* Search */

.searchH {
height:15px;
position:relative;
top:-15px;
}

.input {
color:#676243;
background:#E6E2CB;
border:1px solid #676243;
height:17px;
}

/* Image Classes */

img.floatLeft { 
    float: left; 
    margin: 10px;

}
img.moveDown {
position:relative;
top:3px;
}

img.moveDown2 {
position:relative;
top:5px;
}

/* Date */

.date {
float:right;
position:relative;
top:-20px;
background-image:url(img/datehandle.png);
background-repeat:no-repeat;
background-position:top center;
width:3.3em;
padding:0.6em 0 0 0;
text-align:center;
border-right:1px solid #bcd0d4;
border-bottom:1px solid #bcd0d4;
color:#355b61;
background-color:#FAFAFA;
line-height:1.2em;
}

.month {
text-transform:uppercase; 
font-weight:bold; 
color:#9b241b;
}

/* Post Format */

.content .metadata {
color:#888888;
padding-left:10px;
padding-right:10px;
padding-bottom:30px;
border-bottom:1px dotted #F8F6F0;
}

.content .metadata a {
color:#4679a1;
text-decoration:none;
}
.content .metadata a:hover {
color:#6496bd;
}
.content .posttitle {
padding-top:5px;
}
.content .posttitle a {
font-weight:normal;
color:#4679a1;
text-decoration:none;
font-size:1.2em;
}
.content .posttitle a:hover {
color:#6496bd;
}
.content .readon {
float:right;
padding-right:25px;
}
.content .readon a {
color:#4679a1;
text-decoration:none;
}

.content .posttitle h1 {
font-size:1em;
position:relative;
margin-left:32px;
color:#777;
}

#footer {
width:98%;
text-align:center;
height:55px;
clear:both;
position:relative;
padding:10px;

background:url(img/footerbg.png) repeat-x;
}
/* Comments */

#comtemp li {
list-style-type:none;
}
.texta {
color:#676243;
background:#E6E2CB;
border:1px solid #676243;
}

/* Misc / Text */

blockquote {
background: url("img/quote.gif") no-repeat;
text-align: justify;
padding-left:25px;

/* BYE! */