/* 

Theme Name: My Valentine (Color Lover 1.05)
Theme URI: http://www.templatepanic.com/
Description: Valentine Theme for Wordpress.
Author: Effi
Author URI: http://www.templatepanic.com
*/
/* Credits*/
/* Original Design By Dave Reeder, www.davereederdesign.com */
/* Based on  Fluidity Theme with 3 Columns http://www.kaushalsheth.com */

body { 
	margin: 0; 
	padding: 0; 
	background: #fff; 
}

* {
	margin: 0; 
	padding: 0; 
	border: 0px none; 
	font-family: Georgia, Times, Times New Roman, sans-serif;
}


/*------------Basic styles------------*/

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 3px;
	width: 100%;
	overflow: hidden;
	background: url(images/bg.jpg) repeat #ffd8eb;
}

h1, span#copyright, span#design { 
	margin: 0 10px; 
	font-weight: bold; 
	text-decoration: none; 
	background: transparent; 
	font-size: 1.5em; 
	line-height: 1.4em;
	letter-spacing: 0.25em; 
}

h2 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 1px;
	color: #fe409e;
}

h2 a:link {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 1px;
	color: #fe409e;
}

h2 a:hover {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 1px;
	color: #fc70b5;
}

h3 { 
	font-size: 0.8em; 
	margin: 0 10px; 
	line-height: 1.4em; 
	font-weight: normal; 
	color: #333333;  
}	

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.8em;
	}
		

/*------------ Footer ------------*/	

span#copyright { 
	font-size: 11px; 
	line-height: 35px; 
	color: silver; 	
	letter-spacing: 0px;
	}  

span#design {  
	float: right; 
	font-size: 11px; 
	line-height: 35px; 
	color: silver; 
	letter-spacing: 0px;
	} 

span#copyright a, span#design a { 
	font-size: 11px; 
	line-height: 35px; 
	color: silver; 
	letter-spacing: 0px; 
	border-bottom: 1px dotted silver;
	}  

span#copyright a:hover, span#design a:hover { 
	font-size: 11px; 
	line-height: 35px; 
	color: silver; 
	letter-spacing: 0px; 
	border-bottom: 0px dotted silver;
	}

#bttmbar { 
	float: left; 
	width: 100%; 
	height: 35px; 
	background: url('images/footer.jpg') bottom repeat-x 
	}


/*------------ Header ------------*/

div { padding: 10px 0;}

#hdrimg a {color: #333333; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #333333; text-decoration: none; font-weight: normal;}
#hdrimg a#current {color: #333333; text-decoration: none; font-weight: bold;}

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 0px;
	background: url('images/hdr.jpg') no-repeat right;
	background-position: 90% 0px;
	height: 150px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}

#hdrimg:hover {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 0px;
	background: url('images/hdr-2.jpg') no-repeat right;
	background-position: 90% 0px;
	height: 150px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}

html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 74.5% }

.twocolumn { float: left; width: 20% }
.sixcolumn { float: left; width: 59% }

/*------------------ Main Navigation -------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 12px;
	float: left;
	list-style: none;
	text-align: center;
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { margin-left: 1.5em; padding-left: 5px; background-color: #fff; color: #666; }
blockquote:hover { margin-left: 1.5em; padding-left: 5px; background-color: #fff; color: #000; }


code { margin-left: 1.5em; padding-left: 5px; background-color: #fff; color: #666; font-family: Courier, Times New Roman, sans-serif; font-size: 12px;}
code:hover { margin-left: 1.5em; padding-left: 5px; background-color: #fff; color: #000; font-family: Courier, Times New Roman, sans-serif; font-size: 12px; }

/* lists */
ul { margin-left: 5px; margin-right: 5px; }
ol li, ul li { color: #666; font-size: 0.8em; line-height: 1.4em }
ol li:hover, ul li:hover { color: #000; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #333; color: #999}  /* rule styling */

img {margin: 0 10px; border: 1px solid silver; padding: 5px; margin: 5px; } /* all images styling */
img.right {float: right; border: 1px solid silver; padding: 5px; margin-right: 0px; margin-top: 0px; margin-left: 5px; }  /* right floating images */
img.left {float: left; border: 1px solid silver; padding: 5px; margin-left: 0px; margin-top: 0px; margin-right: 5px; }   /* left floating images */


/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

#searchdiv {
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #000;
}

h4, h5, h6 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
}

a, a:visited {
    text-decoration: none; 
}
    
a:hover {
    text-decoration: none; 
}

     
h3.entrytitle {
	padding: 0;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.1em;
}
	
h3.entrytitle a {
	color: #fe409e;
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
	color: #fe409e;
	text-decoration: underline;
}
    
h3 a {
    text-decoration: none;
    border: 0px none;
    color: #FFA200; 
}

h3 a:hover {
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #333;
}

div .entrybody h3, div .entrybody h2{
	margin-bottom:10px;
	color:#B37100;
}

.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}

.firstpost {
	background-color: transparent;
	border: 0px solid #3e4243;
	padding: 10px;
	margin-bottom:15px;
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

.entry{
	background: url(images/main.jpg) repeat-x white;
	border: 0px solid #3e4243;
	padding: 10px;
	margin-bottom:15px;
	color:#000000;
}

.arc {
	border: 1px solid #3e4243;
	background-color:#fff;
	padding:10px;
	color:#666666;
	margin-bottom:15px;
}

.entrymeta {
	font-size: 10px;
	margin-bottom: 15px;
	color:#333333;
}

.entry ul, .entry ol {
	margin-left:10px;
	list-style:disc;
	margin-top:10px;
	margin-bottom:10px;
}

.entry ul li, .entry ol li {
	padding-top:5px;
	line-height:1.5em;
	}


/* ----------- comments ------------ */

h2#comments{
	padding:2px;
	margin-top:30px;
	margin-left:5px;
	font-size: 110%;
	color:#666666;
}

.commentssubscribe {
	font-weight: normal;
	padding:2px;
	margin-bottom:20px;
	margin-left:5px;
	font-size: 1em;
	color:#666666;
}

.commentssubscribe a, a:link, .commentssubscribe a:active {
	font-size: 1em;
	color:#666666;
	border-bottom: 1px dotted #666666;
}
.commentssubscribe a:hover {
	color:#333;
	border-bottom: 1px dotted #333333;
}

#commentsformheader{
	padding:2px;
	margin-top:30px;
	margin-left:5px;
	font-size: 100%;
	color:#000;
}

#commentsform{
	margin-top:10px;
	text-align:left;
}

#commentsform p {
	text-align:left;
}

#commentsform form textarea{
	width: 99%;
	border: 2px dashed #fff;
	opacity:0.5; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

#commentsform form textarea:hover {
	width: 99%;
	border: 2px dashed #fff;
	opacity:1; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}

.commentbody {
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	background: #fff;
	border: 2px dashed #fff;
	position: relative;
}

.commentbody p {
	line-height: 1.2em;
	font-size: 14px;
	opacity:0.75; 
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}

.commentbody p:hover {
	line-height: 1.2em;
	font-size: 14px;
	opacity:1; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}

.commentlink {
	font-size: 14px;
}

.commentlist {
	list-style: none;
}

.commentcount {
	position: absolute;
	right: 36px;
	top: 0;
	font-family: Georgia,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	float: right;
	opacity:0.5; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
}

html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}


/* ------------- Sidebar styling ---------------- */

#sidebar {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background: url(images/sidebar.jpg) repeat-x #fff;
	padding:5px;
	color:#000;
	border: 0px solid #3e4243;
}

#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 30px;
}

#sidebar p{
	margin: 7px;
	color:#999999;
	line-height: 1.4em;
	}

	
#sidebar ul li {
	margin-bottom: 15px;
	list-style-type: none;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 11px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 8px;
	}

#sidebar ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0.1em;
}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#sidebartitle a {
	display: block;
	padding-left: 17px;
	background-color: transparent;
	background-image: url('images/icon.gif'); 
	background-repeat: no-repeat;
	background-position: 0 55%;
	border-bottom: 1px dotted #2050A0; 
	padding-right:3px; 
	padding-top:3px; 
	padding-bottom:3px
}

#sidebartitle a:link, a:visited {
	text-decoration: none;
	color: #666;
}

#sidebartitle a:hover {
	background-image: url('images/icon2.gif'); 
	color: #000;
}


.post-date {
	float: left;
	color: #000;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 55px;
	background: #ff8cc5;
	border: 2px dashed #fff;
	line-height:1em;
	opacity:0.5; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
}

.post-date:hover {
	color: white;
	background: #ff8cc5;
	opacity:0.75; 
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75; 
}

.post-info {
	font-size:0.75em;
	font-family: Georgia, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}

.post-info a:link, a:active {
	color:#666;
	border-bottom: 0px dotted #666;
}

.post-info a:hover {
	color:#333;
	border-bottom: 1px dotted #333;
}

.post-title {
	font-family:Georgia, Arial, Serif;
	font-size:1.3em;
	margin:0;
	color:#fb3d9b;
	font-weight:bold;
}

.post-title a:link {
	color:#fb3d9b;
	border-bottom: 0px dotted #fb3d9b;
}

.post-title a:hover {
	color:#fb3d9b;
	border-bottom: 1px dotted #fb3d9b;
}

.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top: 1px solid #ffaed6;	
	font-family: Georgia, Verdana, Arial, serif;
	font-size:15px;
	color: #666;
}

.post-content p:hover {
	color: #000;
}

.post-footer 
{
	padding-top:20px;
	background:url(img/divider.gif) no-repeat center;
}


/* ------------ calendar ------------- */
#wp-calendar {
	background-color: #fff;
	empty-cells: show;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	width: 160px;
	margin-bottom: 8px;
}

#wp-calendar #next a, #wp-calendar #next {
	padding: 0 5px 0 0;
	text-align: center;
	color: #666;
	background-color: #fff;
	font-weight:normal;
	}

#wp-calendar #prev a, #wp-calendar #prev{
	padding: 0 5px 0 0;
	text-align: center;
	color: #666;
	background-color: #fff;
	font-weight:normal;
	background-image: none;
	}

#wp-calendar a:link, #wp-calendar a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #fec2e0;
	background-image: none;
	}

#wp-calendar a:hover, #wp-calendar a:active{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #b6b6b6;
	background-image: none;
	}

#wp-calendar td:hover {
	color: #000;
	background-color: #b6b6b6;
	}

#wp-calendar caption {
	text-align: center;
	padding-bottom: 2px;
	padding-left: 2px;
	}

#wp-calendar td { 	
	color: #666;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 1px;
	text-align: center;
	}
	
#wp-calendar td.pad {
	background-color: #fff;
	}
	
#wp-calendar td {
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	text-align: center;
}	
	
#wp-calendar #today {
	color: #000;
	background: #e7e5e6;
	}

#wp-calendar th {
	background-color: #fff;
	border: 1px solid #666666;
	color: #000;
	font-style: normal;
	text-transform: lowercase;
	text-align:center;
	}
