/*  
Theme Name: Vantagepress
Theme URI: http://www.falconerdesigns.com/
Description: Based on the Design of <a href="http://www.styleshout.com/">Stylevantage </a>, this theme comes with an Inbuilt Ajax Comments and Recent post/Commentors. <br/> Supports Widgets in Leftsidebar, Flickr RSS Plugin and Wp Notable.<br/> Color Variations for this theme are available here - <a href="http://www.falconerdesigns.com">Falconer Design Studio</a>.<br/><br/>
Version: 1.3
Author: Ekta Paneri
Author URI: http://www.ddsos.org/

*/

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.3em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(images/header.jpg) repeat-x;
	color: #444;	
	text-align: center;		
}

/* links */
a {
   text-decoration:none;
	color: #000000; 
}
a:hover {
	text-decoration:none;
	color: #e60065;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
		color: #444;
}

h1 a { text-decoration:none; color: #1F1F1F;  }

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h3, #rightbar h1 , #sidebar h1{
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #eee; 	
	color:#444;
}	
 
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 10px;
	padding: 0 5px;	
	color: #e60065;	
}
ul span, ol span {
	color: #444444;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #e60065;
}
a:hover img {  
  border: 0px solid #e60065 !important; /* IE fix*/
  border: 0px solid #e60065;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #e60065;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #E60065;  
	font weight: none; 
}


/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#444;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 200px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #444; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
	background:#e60065;
	color:white;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto 5px auto;
	padding:0;
   width: 1000px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 1000px;	
}

/* header */
#header {
	position: relative;
	margin:0; padding:0;
	height: 104px;	
	background: url(images/header.jpg) repeat-x top center;
}
#header #logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 15px; left: 5px;	
}


#bubble {
top:50px;
right:0;
position:absolute;
display:block;
height:28px;
background:url(images/bubble_right.gif) no-repeat right;
}

#bubble span {
display:block;
font-size:11px;
color:#fff;
height:28px;
padding:4px 12px 0 10px;
background:url(images/bubble_left.gif) no-repeat top left;
}

/* main column */
#main {
	float: left;
	margin: 0px 3px;
	padding: 0 5px;
	width: 500px;	
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.entry img { max-width:500px; margin:5px;}

.entry a:link { border-bottom:dotted 2px #444; }
.entry a:visited { border-bottom:dotted 2px #444; }
.entry a:hover { border-bottom:dotted 2px #e60065; }
.entry a:active { border-bottom:dotted 2px #e60065; }

.entry a:link img { border-bottom:dotted 0px #444; }
.entry a:visited img { border-bottom:dotted 0px #444; }
.entry a:hover img { border-bottom:dotted 0px #e60065; }
.entry a:active img { border-bottom:dotted 0px #e60065; }


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding:5px 0px 5px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding:5px 0px 5px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding:5px 0px 5px 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 230px;
	margin: 0 5px;	padding: 0; 
	display: inline;	
}
#sidebar ul, #sidebar ul li ul , #rightbar ul, #rightbar ul li ul{
	list-style: none;
	text-align: left;
	margin: 4px 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul li , #sidebar ul li ul li, #rightbar ul li, #rightbar ul li ul li{
	border-bottom: 0px solid #EFF0F1;
	background: url(images/arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 5px;	
}

* html body #sidebar ul li { height: 1%; }
* html body #rightbar ul li { height: 1%; }

#sidebar ul li a  {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

#rightbar ul li a{
	font-weight: normal;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 230px;
	margin: 0 5px;
	padding: 0;	
}

/* footer */
#footer {
	clear: both;
	background: url(images/header.jpg) repeat-x left top;
	padding-top:10px;
	text-align: center;	
	
	height: 35px;	
	color:#555555;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #444444; 
}

/* menu */
#menu {
	clear: both;
	margin: 0 0 10px 0; padding:0;	
	width: 1000px;
	border:1px solid #eee;
	
}
#menu ul {	
	position: relative; 
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	list-style: none;
	}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; 
	float: left;
	color: #808080;
	padding: 13px 13px;
	text-decoration: none;
	border-right:1px solid #eee;
	 	
}
#menu ul li a:hover{
	color: white;
	background-color: #e60065; 
	
}
#menu ul li.current_page_item a{
	color: #e60065;
	background-color: #F3F3F3; 
	
}

#menu .searchform {
	position: relative;
	float:right;
	
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { test-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; height:0px; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #e60065; }

.navigation { 
text-align:center;
height:30px;
}


#commentlist { 
color:#444;
}
ul#commentlist 
{ margin:0; padding:0px;}
ul#commentlist li
{ list-style:none; margin:5px 8px; padding: 5px; }

.alt { 
background:#fafafa;padding:3px;border:1px solid #eeeeee;
}

.side {  margin: 5px 15px; }

.rupal {  text-align:center; margin:5px 10px;} 
.rupal img { border:none; }
.middlebanner img { border:none; padding-top:3px;}
.email { background:url(images/email.jpg) left center no-repeat; padding: 6px 0px 6px 35px; margin: 2px 5px;}
.rss { background:url(images/rss.jpg) left center no-repeat ; padding: 6px 0px 6px 35px; margin: 2px 5px;}
