/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
  color:#331601;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background:#ffffff;
  background-image: url(../img/festival-bck.jpg);
  background-repeat:repeat-x;
  background-attachment: fixed;

}

body.custom-background { background-color: #7adeff; }

a:link {
  color: #5b2600;
  text-decoration: none;
}

a:hover {
	color:#331601;
	text-decoration:none;
	}
a:focus {
  color: #331601;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}



.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}


small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}



.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}



hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}



blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}


form {
  margin: 0 0 20px;
}



legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}



input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}





table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}



.UpNav {
	width:auto;
	float:left;
	clear:both;
	margin-top:10px;
	}
.UpImg {
	width:320px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-left:0px;
	}
.Navi {
	width:auto;
	overflow:hidden;
	float:left;
	margin:5px 5px 5px 5px;
	display:block;
	font-size:16px
	}
	.Navi a {
	display:block;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px;
	}
	.Navi :hover {
	display:block;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#580404;
	background-color:#FF3300;
	border-radius:2px;
	padding:5px;
	}
	


.Cont {
	width:100%;
	overflow:hidden;
	background-image:url(../img/cont1.jpg);
	background-repeat:repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-radius:10px;
	position:inherit;
	margin-top:50px;
	background-color:#ffffff;
	}
.Cont2 {
	width:100%;
	overflow:hidden;
	border-radius:10px;
	background-image:url(../img/cont3.png);
	background-repeat:repeat;
	border:4px solid #ffffff;
	margin-top:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}	
.Header {
	width:auto;
	height:150px;
	float:left;
	}
.HeaderHold {
	background-color:#c40a13;
	padding-bottom:60px;
	width:100%;
	left:0px;
	right:0px;
	}		
.Nav {
	background-color:#870808;
	padding:5px;
	width:100%
	}	
.NavHold {
	overflow:hidden;
	background-color:#870808;
	margin-top:0px;
	float:left;
	}
.NavCells {
	width:auto;
	overflow:hidden;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#CCCCCC;
	display:block;
	margin-top:2px;
	}
	.NavCells a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	padding:15px 10px 15px 10px;
	display:block;
	text-decoration:none;
	}
	.NavCells :hover {
		background-color:#c6dd4a; 
		padding:15px 10px 15px 10px; 
		color:#000000; 
		display:block;
		font-size:16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		}	
.Home :link {
		background-color:#c6dd4a; 
		padding:15px 10px 15px 10px; 
		color:#000000; 
		display:block;
		font-size:16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		}
.Seg {
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	background-color:#fbf813;
	padding:10px;
	margin:20px;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
	}
	
.Seg2 {
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	background-color:#fbf813;
	padding:5px;
	margin:20px 20px 20px 10px;
	overflow:hidden;;
	height:250px;
	}			
					
.Pad1 {
	padding:10px;
	}
.TxtJust {
	text-align:justify;
	}			
.Cntr {
	text-align:center;
	margin:0 auto;
	}	
		
.Items {
	width:215px;
	display:block;
	height:230px;
	transition: background-color 0.5s ease;
 	background-color:#f52e00;
	text-align:center;
	border:1px solid #651300;
	margin:10px 5px 10px 5px;
	float:left;
	color:#fddb3d;
	box-shadow:3px 3px 5px #3e3e3d; 
	}
	.ItemTxt  {
		width:200px;
		overflow:hidden;
		padding:5px;
		text-align:center;
		color:#5b1400;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		}
		.ItemTxt a {
			display:block;
			color:#ffffff;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-decoration:none
			}
		.ItemTxt a:hover {
			display:block;
			color:#5b1400;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-decoration:none;
			}
	.Items:hover {
		display:block;
		background-color:#fddb3d;
		text-align:center;
		color:#5b1400;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		}	
.More {
	background-image:url(../img/more-bck.jpg);
	background-repeat:repeat;
	border:1px solid #410000;
	border-radius:10px;
	padding:10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	margin-top:0px;
	}
	.MoreImg {
		width:auto;
		overflow:hidden;
		margin:5px;
		float:left;
		}
.Lst {
	text-align:left;
	line-height:20px;
	}
	.Lst a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#790603;
		}
		.Lst a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#f80a04;
		}
.Ul {
	text-align:left;
	}
	
/*****************************************DropDown******************************/
.NaviHold {
	width:100%;
	margin:0 auto;
	background-color:#08bdf8;
	background-repeat:repeat;
	overflow:hidden;
	padding:10px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	}
.NaviCells {
	width:auto;
	height:30px;
	overflow:hidden;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#CCCCCC;
	margin-top:2px;
	margin-left:35px;
	padding-right:5px;
	}
	.NaviCells a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	text-decoration:none;
	overflow:hidden;
	}
	.NaviCells :hover {
		color:#ffffff; 
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:underline;
		}	





.DrpCont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:5px ;
	list-style:none;
	display:block;
	margin-left:-130px;
	}
.Drp {
	list-style:none;
	text-align:center;
	}	
 .DrpCont .Drp {
		display:block;
		position:relative;
		float:left;
		margin-left:90px;
		padding-top:0px;
		z-index:400;
		font-size:16px;
		}
	 .Drp .DrpCont {
			display:none;
			}
			 .Drp .DrpCont a {
			 width:150px;
			background-color:#930;
			background-repeat:repeat;
				
				display:block;
				color:#ffffff;
				border-top:1px solid #999999;
				text-align:left;
				padding:5px 5px 5px 5px;
				z-index:400;
				font-size:12px;
				height:auto;
				}
				
				 .Drp .DrpCont a:hover { background-color:#960; background-repeat:repeat}
				 .Drp:hover .DrpCont {
					display:block;
					position:absolute;
					}
					 .Drp:hover .Drp {
					float: none;
					font-size: 11px;
					}		
/*****************************************DropDown******************************/

.LftCont  {
	display:block;
	overflow:hidden;
	float:left;	
	padding:10px 10px 10px 10px;
	}
	
.RghtCont {
	display:block;
	overflow:hidden;
	float:left;	
	padding:10px 10px 10px 10px;
	}
					
.ImgLft {
	float:left;
	padding:5px;
	}
.ImgRht {
	float:right;
	padding:5px;
	}
.Image {
	width:auto;
	margin-right:10px;
	}	
					
.WallItems {
	width:auto;
	overflow:hidden;
	float:left;
	margin:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	text-align:center;
	}	
.RecipeVid {
	width:180px;
	height:300px;
	padding:5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	margin:5px;
	border:1px #CC0000 solid;
	float:left;
	text-align:center;
	}	
.ReciCata {
	width:190px;
	height:350px;
	float:left;
	padding:5px	;
	text-align:left;
	}
	.CataHdr {
		width:auto;
		overflow:hidden;
		float:left;
		padding:5px;
		text-align:center;
		background-color:#f1c90c;
		margin-left:0px
		}
	
.ReciVids {
	width:auto;
	overflow:hidden;
	float:left;
	margin:5px;
	}
	
.ReciTxt {
	width:300px;
	overflow:hidden;
	float:left;
	padding-bottom:5px;
	}
.ReciHold {
	width:auto;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	clear:both;
	}
	
.GreetCont {
	width:auto;
	overflow:hidden;
	float:left;
	padding:5px;
	border-bottom:dotted 2px #999999;
	clear:both;
	}
.GreetHdr {
	width:auto;
	overflow:hidden;
	float:left;
	border-radius:10px;
	background-color:#6633FF;
	color:#FFFFFF;
	font-size:18px;
	clear:right;
	padding:10px;
	}	
.GreetItems {
	width:auto;
	overflow:hidden;
	float:left;
	margin:10px;
	text-align:center;
	box-shadow: 0 0 12px rgba(0,0,0,0.8);
	padding:5px;
	}				
.Shadow {
	box-shadow: 0 0 12px rgba(0,0,0,0.8);
	}
.Shadow2 {
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	}
.Jokes {
	border-bottom:1px dotted #666666;
	padding:10px;
	}		
.ScreenItems {
	width:230px;
	float:left;
	height:300px;
	padding:10px;
	margin:10px;
	background-color:#F5D154;
	border-radius:10px;
	text-align:center;
	}	
.ScreenTxt {
	width:200px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	text-align:center;
	}	
	
.CrftVidItems {
	width:150px;
	height:330px;
	float:left;
	padding:5px;
	margin:10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	text-align:center
	}
.CrftTxt {
	width:150px;
	overflow:hidden;
	float:left;
	}		
.CrftUl {
	clear:both;
	margin-top:10px
	}
.CrftLi {
	display:inline-block;
	background-color:#FFCC00;
	padding:10px;
	margin-top:10px
	}
		
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}

.TxtCntr {
	text-align:center;
	}
.FltRth {
	float:right;
	}
.FltLft {
	float:left;
	}		
.Games {
	width:auto;
	padding:10px;
	text-align:center;
	margin:5px;
	}
	
.Divider {
	height:2px;
	width:auto;
	background-color:#666666;
	margin-top:10px;
	margin-bottom:10px;
	clear:both
	}
.height1 {
	height:150px;
	}	
.Hdr {
		width:auto;
		overflow:hidden;
		padding:5px;
		text-align:center;
		background-color:#f1c90c;
		margin-left:0px
		}	
.CntrAlgn {
    margin: 0 auto !important;
   float: none !important;
}

img, embed, object, video {
max-width:100%;
}

.Clear {
	clear:both;
	}
.ClearLft {
	clear:left;
	}
.ClearRht {
	clear:right;
	}		

			 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}	



.ImgCent {
text-align:center;
margin-right:30px;
}


.spanBg1 {
	background-color: #660000;
	color:#FFFF00;
	padding:4px;
	font-weight:bold;
	}
.zodiacAnmLft {
	width:100%;
	max-width:140px;
	float:left;
	text-align:left
	}
.zodiacAnmRht {
	font-size:13px;
	text-align:left;
	margin-left:20px;
	padding:0px 0px
	} 
.zodiacAnmRht h3 {
	font-size:16px;
	margin:0px;
	padding-top:0px;
	color:#660000
	}

.spanLft {
	float:left;
	}
.spanRht {
	float:right;
	}