/*  
Theme Name: FreshMedia
Theme URI: http://wordpress.org/
Description: Design and Xhtml/CSS Code by <a href="http://www.styleshout.com">Erwin Aligam</a> Converted to WordPress by <strong> <a href="http://www.clazh.com">Arpit Jacob</a></strong>  . The Theme is released under a <a href="http://creativecommons.org/licenses/by/2.5/"> Creative commons Licence </a>
Version: 1.0
Author: Erwin Aligam & Arpit Jacob
Author URI: http://www.clazh.com/
*/

/* ----------------------------------------------
	Template Name : FreshMedia
	Template Code : S-0021
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : February 07, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% Arial, Sans-serif; 
      
	color: #595959; 	
	margin: 0 ; 
        padding: 0 0 50px 0; 
	background-image: url(images/top-bg.gif);
	background-attachment: scroll;
        background-repeat: no-repeat;
	background-position: 32% 0%;
        text-align: center;
        
 }

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #0B9AC7;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	
	color: #b1a165;
	
}

/* headers */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;

	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 10px 0px 0px 0px;
	margin: 0;
height: 24px;
}
h2 {
	font-size: 200%;
	color: #b1a165;
	padding: 10px 10px 0px 0px;
	margin: 0;

}
h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 10px 10px 0px 0px;
	margin: 0;
line-height:20px;	
}

p, dl { padding: 0px; margin: 0px 0px 10px 0px; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #b1a165;
}
dd {
  padding-left: 25px; 
}

/* images */
#main {overflow:hidden}
.wp-smiley{border:0; padding:0; background:none; display:inline }
img {
	
   border: none;
	padding: 5px 5px 5px 0px; 
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #ECF8FE;
	background: #ECF8FE url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	background: url(images/header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #b1a165;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	background: url(images/Top_banner_BlogMain.gif) no-repeat 10px 80px;
	width: 1000px;	
	margin: 0 auto;
	text-align: left;
        z-index:3; 	
}
#wrap {
	/*background: url(images/header-photo.jpg) no-repeat right top;*/
	width: 1000px;	
	margin: 0 auto;	
      
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1000px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;
         z-index:3; 
}
#header {
	position: relative;
	width: 1000px;	
	height: 260px;	
	padding: 0;	
	margin: 0 auto;
	background: transparent;
}

/*  Navigation  */
#nav {
	position: absolute;
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;
	left: 250px;	top: 30px;	
	z-index: 99999;
float:right;
}
#nav #logo {float:left;
width:200px;
padding-left:20px;
}
#nav ul {
	float: right;
	list-style: none;
	width: 850px;		
	height: 35px;
	/*text-transform: uppercase;*/
	margin: 0; padding-left: 30px;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; 
        padding: 18px ;
}
#nav ul li a {
	float: left;
	margin: 5px;	padding: 10px;
	font: 11px Verdana, Helvetica, sans-serif;
	
	text-decoration: none;	
	
	color: #222222;
}
#nav ul li.header-logo a:hover { background-color: transparent;}
#nav ul li.header-logo a img { padding-bottom:30px;}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffffff;
	background: #222222;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #0da7d2;	
}

<!--#header a h1#logo-text  {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	/* background: url(images/PROM-logo-TransBG.png) no-repeat left top;*/
	/* change the values of top and left to adjust the position of the logo*/
	/*top: 30px; left: 30px;	*/

}-->

#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 190px; left: 35px;		
}


/* Main Column */
#main {
	float: left;
	width: 650px;
	padding: 0; margin: 0;
	display: inline;	
line-height:17px;
z-index:1000;	
}
#main h2 {
	padding-bottom: 0px;
	margin-top: 5px;
        
	font: normal 2.3em "Times New Roman", Times, serif;
	color: #b1a165; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px dashed #CCCCCC;
font-style: italic;	

}
#main h2 a {
	color: #b1a165;
	text-decoration: none;	
	background: none; border: none;
font-style: italic;
padding-left:0px;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
.RegionName {
width: 80px;
height:20px;
text-align: left;
color: #ffffff;
background: #b86d33;
font-family: "Times New Roman";
font-size:12px;
padding-left:5px;
padding-right:5px;
margin-top:5px;

}
.RegionName a {
color:#ffffff;
text-decoration: none;
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding: 0; margin: 15px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	
	padding: 5px 5px 5px 5px; 
	font: normal 1.2em Arial, sans-serif;	
	color: #666666;	
	letter-spacing: .5px;	
text-transform: uppercase;


}

#sidebar ul {
	text-align: left;
	margin: 1px 5px 1px 0px; padding: 0;
	text-decoration: none;		
	
}
#sidebar ul li {
	list-style: none;
	padding: 2px 10px;
	margin: 0;		
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #b0555a; 	
	
	text-transform: uppercase;
	font-family: "Times New Roman";
	font-size: 12px;	
	 letter-spacing: .5px;  
}
#sidebar ul li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul li a:hover {	
	color: #555;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { background: none; }
#BorderBox {
width:180px;
padding:5px 5px 5px 5px;
background: #ffffff url(images/Category_background.gif) no-repeat right bottom;
border: 1px solid #cccccc;
line-height:15px;
}

.RegionBox {
width:180px;
padding:5px;
background: #ffffff;
border: 1px solid #cccccc;
line-height:15px;
}


/* footer */
#footer-wrap {
	position: relative;
	padding: 1em 0 2.5em 0;
	margin-top: -180px;
        margin-left: -47px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: url(images/footer-bg1.gif) no-repeat left bottom ; 
	color: #777;
	width: 1000px;
        height:352px;
	float: left;
        
              
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #666666;	
}
#footer-content {	
	margin: 0 auto;		
	width: 900px;
	text-align: left;	
}
#footer-content a { color:#000000; font-size:11px;}
#footer-content ul {
	background: url(images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul li {
	background: url(images/dots.gif) repeat-x left bottom;
}
#footer-content ul li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul li a:hover {
	color: #333;
	text-decoration: none;
}
#footer-content ul li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* postmeta */
.postmeta {	
	padding: 0px; margin: 0px 10px 15px 5px;	
		
	color: #3c4043;
        width:100%;	
        font-family: "Times New Roman";
        font-size: 11px;
padding-bottom:15px;
        
}
.PostDetails {font-size: 11px;	

	color: #3c4043;
font-family: "Times New Roman";	
text-transform: uppercase;
text-decoration: none;}
.PostDetails a {	
	color: #3c4043;
	
text-transform: uppercase;
text-decoration: none;}

.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.post-info a { color: #C5935C; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both;
	text-align:center;
	
	/*margin-top: 40px;*/

	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	     width:900px;
	color: #000000;
height:80px;

}
#footer-title {
font: normal 2.0em Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #9a1c20; 
font-weight: bold;
padding-left: 50px;
margin-top:30px;

}

#pagination-title {
font: normal 1.8em "Times New Roman", Times, serif;
font-style: italic;
color: #9a1c20; 
z-index:3000;
}
 #footer-right a{
height:80px;
width:140px;
float:left;
background: url(images/Concierge_Btn_Grey.gif) no-repeat center center;
border-left: 1px solid #cccccc;
margin-top:-8px;
z-index:3000;
}
#footer-right a:hover {
background: url(images/Concierge_Btn_Orange.gif) no-repeat center center;
cursor: pointer;
z-index:3000;
}
#footer-right a img{
padding-left: 18px;
padding-top: 23px;
z-index:3000;
}
#footer-middle a{
height:80px;
width:140px;
float:left;
background: url(images/Commercial_Btn_Grey.gif) no-repeat center;
/*padding-top:40px;*/
border-left: 1px solid #cccccc;
margin-top:-8px;
z-index:3000;
}

#footer-middle a img{
padding-left: 18px;
padding-top: 23px;
z-index: 3000;
color: #333;
text-decoration: underline;

}

#footer-middle a:hover {
background: url(images/Commercial_Btn_Orange.gif) no-repeat center center;
cursor:pointer;
z-index: 3000;
}

#footer-left {
position:relative;
height:80px;
width:900px;
float:left;
/*padding-top:40px;*/
padding: 1em 0 2.5em 0;
margin-top: 190px;
margin-left: 10px;
}

#addthis {
float: left;
width: 300px;
height: 40px;
margin-left:45px;
padding-top:15px;
}

.archive-year{
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #404040;
margin-top:5px;
font-weight:normal;
}

.archive-month{
float:left;
width:60px;
font-family:  "Times New Roman", Times, serif; 
font-size: 18px;
color: #404040;
font-weight:normal;
}


/* === The CSS for Shadowbox === */
/*
* @author      Michael J. I. Jackson <mjijackson@gmail.com>
* @copyright   2007 Michael J. I. Jackson
* website      http://mjijackson.com/shadowbox/
*/
#shadowbox_overlay {
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 998;
}

#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  text-align: left; 
}
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 18px;
  font-size: 18px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #fff;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px;
  width: 100%;
  background-color: #fff;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}
#shadowbox_content.html {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
  width: 100%;
  }
#shadowbox_toolbar_inner {
  color: #fff;
  font-size: 11px;
  height: 20px;
  width: 100%;
  }
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
    }
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;

    }
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
    }
#shadowbox_nav_close { float: right; width: 100px; }
#shadowbox_nav_close a {
    background: transparent url(images/closebutton.gif) 0 0 no-repeat;
    color: #fff;
    float: right;
    height: 11px;
    padding: 0 10px 0 15px;
    }
#shadowbox_nav_close a:hover {
    background-position: 0 -11px;
    color: #e5542c;
    }
#shadowbox_nav_previous,
#shadowbox_nav_next,
#shadowbox_counter {
  float: left;
  padding-left: 10px;
    }
#shadowbox_nav_previous a, 
#shadowbox_nav_next a {
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 11px;
    text-indent: -9999px;
    width: 11px
    }
#shadowbox_nav_previous a { background-image: url(images/prevbutton.gif); }
#shadowbox_nav_next a { background-image: url(images/nextbutton.gif); }
#shadowbox_nav_previous a:hover, #shadowbox_nav_next a:hover { background-position: 0 -11px; }  
#shadowbox_counter a { padding: 0 4px 0 0; }
#shadowbox_counter a.shadowbox_counter_current { text-decoration: underline; font-weight: bold; }
div.shadowbox_message { text-align: left; padding: 10px; }
div.shadowbox_message a:link,
div.shadowbox_message a:visited { text-decoration: none; color: #bed333; }
div.shadowbox_message a:hover,
div.shadowbox_message a:focus { text-decoration: underline; }

#feedback{
margin-bottom:50px;
/*padding:5px;*/
padding-top:10px;
}
