/*
* bluebreeze theme for drupal
* ---------------------------
*
* created by Franz Heinzmann (frando)
* contact: frando at xcite-online dot de
*
* please report bugs not via e-mail but use the drupal.org bug tracker on
* http://drupal.org/project/bluebreeze
*
* inspi
 by the zen theme and the garland theme
*
* uses the .tpl.php-files of the zen theme with some small modifications
* and a modified "One True Layout" (see layout.css for details)
*
* the icons are created by Stefan Nagetaal, lullabot, Everaldo and Franz Heinzmann
* and are all available under the terms of the GPL
*
* licensed under the GPL.
*/

/* import the Punepages CSS */

@import "user_bar.css";

/* import the Punepages CSS */

@import "page-front.css";

/* import the Punepages CSS */

@import "page-real-estate.css";

/* import the "Punepages CSS" */
@import "punepages.css";

/* import the "page-blog CSS" */
@import "page-blog.css";

/* import the "One True Layout" */

@import "layout.css";

/* import the "page-event CSS" */

@import "page-event.css";

/* import the "page-directory CSS" */

@import "page-directory.css";

/* import the "user profile CSS" */

@import "page-userprofile.css";

/* some common styles */

html, body, table th, table td {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #393939;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 170%;
  margin-bottom: .5em;
  padding-bottom: .35em;
  border-bottom: 0px solid #BFC4CF;
  color:#FC4907;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 120%;
}

/* links */
a:link, a:visited {
  color: #5294c1;
  text-decoration: none;
}

a:hover {
  color: #4c89bb;
  border-bottom: 1px solid #5294c1;
}

a:active, a.active {
  color: #778899;
}



/* some more items */

img, a img {
  border: none;
}
#menu-66{
color:transparent;
};
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

/* lists, menu */

ul, ul.menu, .item-list ul {
  margin: 0 0 .5em 0;
  padding: 0 0 0 0.5em;
}

ul li, ul.menu li, .item-list ul li {
  margin: 0 0 0 1em;
  padding: 0;
  list-style: circle url(images/menu-collapsed.gif);
}

#tabs_user ul li, #tabs_user ul.menu li, #tabs_user .item-list ul li {
  margin: 0 0 0 0;
}

ul li.expanded, ul.menu li.expanded, .item-list ul li.expanded {
  list-style: disc url(images/menu-expanded.gif);
}

ul li.collapsed, ul.menu li.collapsed, .item-list ul li.collapsed {
  list-style: square url(images/menu-collapsed.gif);
}

ul.menu li ul li {
  font-size: 95%;
}

ul.menu li ul li ul li {
  line-height: 1.6em;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid #B4B4B4;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  margin: 0px 0px 0px -10px;
}
#autocomplete li {
  background-color: #fff;
  color: #000;
  list-style: none;
  cursor: default;
  padding-left: 2px;
  font-size: 10px;
}
#autocomplete li.selected {
  background: #6A878F;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
  /*background: none;*/
}
html.js input.throbbing {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(../../../../misc/throbber2.gif);
}

/***********************
*   layout styling
***********************/

body, #front, #second {
  padding: 0;
  margin: 0;  
  background-color: #FFF;
background-image:url(images/header_bg.jpg);
background-position:center top;
background-repeat:repeat-x;;
}

#container {
background-color:#EDEDED;
border-left:1px solid #B2B2B2;
border-right:1px solid #B2B2B2;
margin-left:0px;
margin-top:12px;
padding-top:32px;
}
#main {
  /*background-color: #FDFEFF;*/
  border:0px solid blue;
  padding-left:5px;
  padding-right:5px;
  
  
  
}
/*
.withleft #main {
  border-left: 1px solid #DDE3ED;
}

.withright #main {
  border-right: 1px solid #DDE3ED;
}
*/

/* header */

/*
#header {
  height: 91px;
  background: url(images/bg-header.gif) repeat-x;
  padding: 0;
  margin: 8px 0 0 0;
}

#logo-title {
  position: relative;
  overflow: visible;
  float: left;
  height: 91px;
  padding-left: 10px;
  z-index: 1;
}

#header #site-name, #header #site-slogan {
  position: relative;
  padding: 0;
  margin: 0;
  left: 100px;
  top: 43px;
  padding-left: 10px;
  border: 0;
}

#header #site-name a, #header #site-name a:visited, #header #site-name a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #F8FEFF;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  border: 0;

}
#header #site-name a:hover {
  color: #fff;
}

#header #site-slogan {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #A4BEDD;
  letter-spacing: 1px;
}

#header #logo {
  position: absolute;
  top: -8px;
}

#logo a, #logo a:visited, #logo a:hover {
  text-decoration: none;
}

#logo a img {
  border: 0;
}

*/

/* primary links */
/*
#primary ul {
  position: absolute;
  right: 3px;
  top: 25px;
  text-align: right;
  font-size: 90%;
}

#primary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#primary ul li a, #primary ul li a:visited {
  display: block;
  margin: 0 1px 0 1px;
  padding: 3px .8em 0 .8em;
  color: #24375B;
  background: url(images/bg-primary.gif) repeat-x;
  height: 12px;
  border: 1px solid #96B4D5;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 10px;
}

#primary ul li a:hover {
  color: #465775;
  border-color: #A0BBDB;
  background: url(images/bg-primary-hover.gif) repeat-x;
}
*/


/* secondary links */

#secondary ul {
  position: absolute;
  right: 4px;
  top: 44px;
  text-align: right;
  padding: 3px 5px 1px 5px;
  background: url(images/bg-secondary.gif) repeat-x;
  border-bottom: 1px solid #B7CFE9;
  height: 12px;
}

#secondary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
  color: #F8FEFF;
  line-height: 1em;
}

#secondary ul li a, #secondary ul li a:visited {
  display: block;
  margin: 0 .5em 0 .5em;
  padding: 0;
  color: #DBE7F4;
  float: left;
  font-size: 90%;
}

#secondary ul li a:hover {
  color: #fff;
  text-decoration: none;
  border: 0;
}

/* sidebars, regions */
/*
.sidebar {
  text-align: left;
}

.sidebar .block {
  margin-bottom: 1.5em;
}

.sidebar .block h2 {
  background-color: #E5ECF5;
  font-size: 13px;
  font-weight: bold;
  border-top: 2px solid #D1DBEC;
  margin: 10px -8px 8px -8px;
  padding: 4px 2px 4px 6px;
  color: #6C7A8D;
}

.sidebar .block h3, .sidebar .block div.title {
  font-size: 12px;
  color: #6C7A8D;
  font-weight: bold;
}
*/
#header-region {
  position: absolute;
  top: 10px;
  left: 122px;
  height: 28px;
  line-height: 28px;
  vertical-align: bottom;
  padding: 0;
  color: #F1F5F9;
}

#header-region * {
  display: inline;
  vertical-align: bottom;
}

#header-region h2, #header-region h3, #header-region div, #header-region ul, #header-region li {
  display: inline;
  padding-right: .5em;
  line-height: 20px;
  font-size: 10px;
}

#header-region h2, #header-region h3 {
  font-weight: bold;
}

#header-region h2 {
  font-size: 13px;
}

#header-region input, #header-region select {
  background-color: #B4D1F1 !important;
  border-color: #8EACCE !important;
  color: #476281 !important;
}


/* footer */
/*
#footer {
  text-align: center;
  vertical-align: middle;
  line-height: 37px;
  height: 37px;
  background: url(images/bg-footer.gif) repeat-x;
  margin: 0 0 0px 0;
}
*/

/***********************
*   styling
***********************/

/* tabs */

ul.primary {
  text-align: right;
  border-bottom: 1px solid #DADCE0;
}

.tabs ul.primary {
	font-size:10px;
}

ul.primary li a {
  background: #EBEFF7;
  border-color: #CFD5E3;
}

ul.primary li a.active {
  border-color: #CFD5E3;
  border-bottom: 0;
}

ul.primary li a:hover {
  background-color: #FBFCFE;
  border-color: #BABFC6;
}

ul.secondary {
  padding: 0;
}
ul.secondary li {
  margin: 0;
}
ul.secondary li.active a, ul.secondary li a:hover {
  border-bottom: 3px solid #BABFC6;
}

/* tables */

table {
  margin: 0.5em 0 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #AAB5C3;
  color: #678;
  font-size: 90%;
  font-weight: bold;
  background: url(images/bg-thead.gif) repeat-x bottom left;
  padding: 4px 5px 0 5px;
}

tr.even, tr.odd {
  border-color: #DADCE0;
}

tr.even {
  background-color: #fbfcfe;
}

tr.odd {
  background-color: #fff;
}

td.active {
  background: #e4ecf5;
}

td {
  padding: 3px;
}

td.menu-disabled {
  background-color: #E5E5E5;
}

/* forms */

form {
  margin-bottom: .5em;
}

input, textarea, select, textfield {
	color:#555555;
	font:11px/160% "Verdana",sans-serif;
	padding:1px 5px;
}

fieldset {
  border: solid #DADCE0 1px;
  background-color: #F8F9FA;
  margin:1em 8px 1em 0;
}

fieldset.collapsed {
  background-color: transparent;
  padding: 0;
}

.form-item input.error, .form-item textarea.error {
  font: 11px/100% "Verdana", sans-serif;
  border: 1px dashed #E1471D;
  color: #555;
}

#node-form, #node-form .node-form {
  /*overflow:auto;*/
}

/*#search  {
  margin: 5px -8px 5px -8px;
  background: url(images/crystal-search.gif) left bottom no-repeat;
  border-bottom: 2px solid #D1DBEC;
  padding: 3px 3px 0 26px;
  vertical-align: bottom;
  height: 22px;
}







#search .form-item {
  display: inline;
  padding: 0;
  margin: 0;
}

#search input.form-text, #user-login-form input.form-text  {
  height: 18px;
  width: 95px;
  padding: 2px 3px 0 3px;
  border: 2px solid #D1DBEC;
  border-bottom: 0;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #9CA6B4;
  background-color: #FBFCFE;
  vertical-align: bottom;
}

#search input.form-submit, #user-login-form input.form-submit  {
  width: 49px;
  margin: 0;
  height: 22px;
  padding: 0 2px 0 2px;
  border: 2px solid #D1DBEC;
  border-bottom: none;
  vertical-align: bottom;
  background-color: #FBFCFE;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #6C7A8D;
}
*/
#user-login-form {
	/*text-align:left;*/
}

#user-login-form .form-item {
  margin: 0 0 .5em 0;
}

#user-login-form .item-list {
  margin-top: .5em;
  font-size: 90%;
  float: left;
}

#user-login-form input.form-text {
  border: 1px solid #D1DBEC;
  text-align: left;
}

#user-login-form input.form-submit {
  border: 1px solid #D1DBEC;
}

#user-login-form label {
  font-size: 90%;
  font-weight: normal;
}

#user-login-form .form-required {
  display: none;
}

#search input.form-submit:hover, #search input.form-submit:focus,
#search input.form-text:hover, #search input.form-text:focus,
#user-login-form input.form-text:hover, #user-login-form input.form-text:focus,
#user-login-form input.form-submit:hover, #user-login-form input.form-submit:focus {
  background-color: #fff;
  color: #485F7E;
  border-color: #B7C7E2;
}

/* add icons to user listing blocks */

#block-user-2 ul li, #block-user-3 ul li {
  list-style-type:none;
  list-style-image: none;
  margin-left: -5px;
  padding-left: 18px;
  background-image: url(images/mini-user-light-blue.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

/* progress bar */

.progress .bar {
  background: #fff url(images/progressbar.gif) repeat;
  border: 1px solid #00375a;
}

/* messages */

.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #DADCE0;
  background: #fbfcfe;
  margin: 10px 0;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

div.status {
	background:#FFFFFF url(images/icon-info.png) no-repeat scroll 0.5em 50%;
	margin-right:8px;
}

div.error {
  border: 2px solid #C40000;
  background: #FCD295 url(images/icon-alert.png) .5em 50% no-repeat;
  margin-right: 8px;
}

div.error ul li, div.status ul li {
  list-style-type: square;
  list-style-image: none;
}

/* mixed elements */

div.meta, .description, .breadcrumb, .submitted, .taxonomy {
  font-size: 92%;
  color: #494949;
  line-height: 1.6em;
}


pre {
  background: #fbfcfe;
  border: 1px solid #DADCE0;
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px #DADCE0 solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

code {
  font-size: 1em;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

.blockinner {
  padding: 0;
  margin: 0;
}

.preview .node, .preview .comment {
	border: 1px solid #BABFC6;
	padding: 10px;
	margin: 5px 0 10px 0;
	background-color: #FAF4E1;
	margin-right: 8px;
}

#mission {
  padding: 15px;
  margin: 0 0 10px 0;
  border: 2px solid #96ADC8;
  background: #BCD1EA url(images/bg-mission.gif) repeat-x bottom left;
}

.new {
  float: right;
  color: red;
  vertical-align: super;
  font-size: 80%;
  font-weight: bold;
  margin-right: 8px;
}

/* admin panel */

div.admin-panel {
  border: 1px solid #DADCE0;
  background-color: #fbfcfe;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-top: 15px;
}

div.admin-panel h3 {
  padding: 5px 5px 5px 30px;
  margin: 0 0 5px 0;
  border-bottom: 2px solid #DADCE0;
  background: #E6EAF2 url(images/crystal-run.gif) no-repeat 2px 2px;
}



/* forum styles */

#forum table {
  width: 100%;
}

/* aggregator styles */

.feed-item-meta {
  font-size: 90%;
  color: #666;
  text-align: right;
}

h3.feed-item-title  a {
  color: #333;
  font-weight:normal;
  margin-bottom: 0;
  font-size: 13pt;
}

h3.feed-item-title a:hover {
  text-decoration: underline;
  border-bottom: 0;
  color: #345;
}

/* poll styles */

.poll .bar {
  height: 16px;
  background-color: #D4E2F2;
}

.poll .bar .foreground {
  background: url(images/bg-poll.gif) repeat-x;
  height: 16px;
  clear: none;
  float: left;
}

.poll .vote-form {
  text-align: center;
}

.poll .vote-form .choices {
  padding-left: 5%;
  text-align: left;
  display: block;
}

/* pager */

.pager {
  text-align: center;
  font-size: 90%;
}

.pager a, .pager a:visited  {
  padding: 2px 3px 2px 3px;
  margin-left: 5px;
  border: 1px solid #DADCE0;
  background-color: #FFFFFF;
  color: #5294C1;
}

.pager .pager-current {
  padding: 2px 3px 2px 3px;
  margin-left: 5px;
  border: 1px solid #DADCE0;
  background-color: #F7F8FA;
  color: #555;
}

.pager a:hover {
  border-color: #BABFC6;
  color: #555555;
}
#tags a
{
color:#302E2B;
}
#tags .more-link a
{
color:#D66159;
}
#latest-videos .videotxt a
{
	color: #4C89BB;
}
#latest-videos .categories a
{
	color: #4C89BB;
}

#latest-videos .video_title 
{
	/*font-weight:bold;*/
	color:#D04140;
	font-size:22px;
}

#latest-videos {
	margin-right: 8px;
}

#latest-videos table {
	border-collapse: separate;
}

.videodetails {
	padding-left: 8px;
	padding-top: 5px;
	margin-left: 400px;
}

#video-player p
{
display:none;
}
.video-name
{
color:#C7171E;
font-weight:bold;
font-size:16px;
}
.description
{
color:#383838;
}
.category a
{
color:#383838;
}
.submitted a
{
	/*color: #C62222;*/
}

.related-videos
{
	color:#C7171E;
	font-weight:bold;
	font-size:14px;
}
.videoview .videotxt a
{
	color: #4C89BB;
}
.submitted1 a
{
	color:#C62222;
}

.headerbg {
	background-image:url(images/pune-guide-bg.jpg);
	background-repeat:repeat-x;
	background-color:#98B8BC;
	color:#ffffff;
	border:1px solid #B4B4B4;
	/*height:60px;*/
	margin-top:2px;
	/*margin-left: 178px;*/
	width: 495px;
	margin-bottom: 10px;
}

#main_content_large .headerbg {
	background-image:url(images/pune-guide-bg.jpg);
	background-repeat:repeat-x;
	background-color:#98B8BC;
	color:#ffffff;
	border:1px solid #B4B4B4;
	/*height:60px;*/
	margin-top:2px;
	/*margin-left: 178px;*/
	width: 668px;
	margin-bottom: 10px;
}

.headerbgtitle {
font-size:10pt;
font-weight:normal;
padding-left:10px;
padding-top:12px;
}

.headerbgtitle a {
	color: #ffffff;
}

.headerbgtitle a:hover {
	text-decoration: underline;
	border-bottom: none;
}

.question
{
color:#CE4040;
font-weight:bold;
font-size:14px;
}
.user
{
color:#8B8B8B;
font-weight:bold;
}

.inside-text-active {
	color: #a1a1a1;
	font-style: italic;
}

/* flight scanner */
.ss_sp_box div.ss_sp_header {
	display: none !important;
}

.ss_sp_box div.ss_sp_header_txt {
	display: none !important;
}

.ss_sp_box div.ss_sp_content {
	margin-left:-5px!important;
	width:228px !important;
	margin-top:16px;
}

.ss_sp_box {
	background-image: none !important;
	background-color: #fff !important;
}

#snippet.ss_sp_box300x250 {
	width: 250px !important;
}

.ss_sp div.ss_sp_content div.ss_sp_sc {
	margin-left: -6px !important;
}

div.ss_sp_box300x250 div.ss_sp_content div.ss_sp_sc table.ss_sp_pass {
	margin-right: 36px !important;
	margin-top: 3px !important;
}

.ss_sp div.ss_sp_content div.ss_sp_sc table {
	border-collapse: separate !important;
}

.ss_sp_box div.sp_logo {
	display: none !important;
}

.ss_sp a div.sp_logo_txt {
	display: none !important;
}

div.ss_sp_box300x250 div.ss_sp_show_flights {
	margin-left: -20px !important;
}

div.ss_sp_box300x250 {
	margin-bottom: 6px !important;
}

.ss_sp div.ss_sp_content div.ss_sp_sc table .ss_label {
	font-family: verdana !important;
}
a#blog-image, a:hover#blog-image, a:link#blog-image, a:visited#blog-image 
{
	text-decoration:none !important;
	border-bottom-style: none !important;
	border-bottom-width: 0px !important;
}



#wrapper{
	padding:30px 0 30px 30px;
	height:1000px;
	max-width:900px;
}
/* easy clearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.event-calendar td a {
	color:#222244;
	font-weight:normal;
	text-decoration:none;
}
.event-calendar td {
font-size:9px;
}

#TB_window{z-index:100000 !important;}