/*
Theme Name: F2 Custom
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Version: 1.0.4
Author: Srini G
Author URI: http://srinig.com/wordpress
Template: f2
*/

@import url("../f2/style.css");

body {
        background:#000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color:#83766a;
}

h1,h2,h3,h4,h5 {color: #bfa562;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 18;
                font-weight: normal;
}

#page { width: 920px;  
        background:transparent;}

a, a:visited { 
	color:#83766a; /* All links */
	font-size:1.0em;
        font-weight:normal;
        text-decoration:none;
}

a:hover, a:active {
	color:#bfa562; /* Current page and hovered links */
	font-size:1.0em;
        font-weight:normal;
        text-decoration:normal; 
        background: transparent;
       
}
#header {
	margin:0;
        border-top:none;
        border-right:none;
        border-bottom:2px solid #bfa562;
        border-left:none; 
	background:transparent;
        color: #bfa562;
}

#headerlogo {left:10px;
        color: #bfa562;
}

#headerlogo h1 {
	color#bfa562;
        font-size:3em;
}

#headerlogo h1 a, #headerlogo h1 a:visited {
	background:transparent;
	color:#bfa562;
        font-size:1.2em;
}

#headerlogo h1 a:hover {
	text-decoration:none;
}
#headerlogo div.description {
	background:transparent;
	color:#83766a; /* Tagline color in header */
	font-size:1.2em;
}

#wrapper{
  border-left:240px solid transparent; /* Sidebar left background color */
  border-right:240px solid transparent; /* Sidebar right background color */
  background-color: transparent; /* Center section background color */
  filter:alpha(opacity=100);
  opacity:1;
  color: #83766a;
}
#wrapper a {
font-size: 1.25em;
}
#content{ 
   background: transparent; 
   color: #837659; /* Posts font color */
   opacity:1;
   filter:alpha(opacity=100);
}

#content a {color: #bfa562;
font-size: 1.05em;}

#footer, #footer a { 
	background:transparent;
	color:#bfa562;
	border:none;
        filter:alpha(opacity=80);
        opacity:0.8;}


.postmetadata {
        background: transparent;
        }

.archive-dropdown {
        background-color: #000000;
}

.img-shadow {
float:right;
background-image:url('/wp-content/themes/f2/images/shadow.png') no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 0px; /* This creates a border around the image */
background-color: #000000; /* Background color of the border created by the padding */
border: 1px solid #000000; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -2px 2px 2px -2px; 
}


/* <span class="img-shadow"><img class="img-shadow img src="/xxxxxxxxxxxxxxxx.jpg."/></span> */
