/* Colours used 
Dark Brown = #292929
Light Brown = #3F3F3F
Cream = #E0C298
Salmon = #cd6f67;
*/

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	margin:0;
	background:#292929;
	line-height: 145%;
	color: #fff;
	text-align:center; /* centre the site in older versions of IE (left align the container)*/
}


#userphotos{
margin:20px 0 0 0;
}

.calendarDateInput{
margin:0 5px 0 0;
}

#vipform{
margin:0 0 50px 0;
}

#vipform input{
width:250px;
margin:0 100px 10px 0;
}

#vipform input#dob_Year_ID{
width:50px;
margin:10px 0 10px 0;
}

#vipform input.check{
width:15px;
margin:0 10px 0 0;
}

#vipform input.btn{
width:100px;
margin:15px 0 0 0;
}

td.hide{
display:none;
}

/* think about the type */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

/* monthly news view */

.ditto_introText{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	line-height: 145%;
color:#fff;
font-weight:normal;
}

.ditto_documentInfo{
display:none;
}


#show
{
  display: none;
}


#promo{
float:right;
}

/* SUB MENU */

#submenucontainer{
}

#submenucontainer ul{
list-style: none;
padding:0 0 0 0;
}

#submenulist li{
display:inline;
}

#submenulist a{
padding:2px 2px 2px 7px; 
margin:0 0 1px 0; 
display:block; 
background-color:#292929; 
border-right:6px solid #E0C298; 
color:#fff; 
text-decoration:none; 
}


#submenulist a:hover{
background-color:#cd6f67; 
border-right:6px solid #E0C298;
}

ul{
padding:5px 0 20px 10px;
}

li.vip{
list-style:none;
color:#E0C298;
	background: transparent url(http://www.donttelltitus.co.uk/assets/templates/titus/images/tick.gif) no-repeat left;
 padding-left: 2em;
margin:0 0 0.5em 0;
}

/* MAIN MENU */

ul#menulist li#unique7,
ul#menulist li#unique10
{
margin:0 0 0 0;
}

ul#menulist li#unique6,
ul#menulist li#unique8,
ul#menulist li#unique9,
ul#menulist li#unique10{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/unit.gif) no-repeat left;
}

ul#menulist li#unique11{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_about.jpg) no-repeat left;
margin-left:240px;
}

ul#menulist li#unique3 a{
margin:0 0 0 120px;
line-height:90%;
padding:40px 0px 0 15px;
}

ul#menulist li#unique11 a, 
ul#menulist li#unique7 a {
margin:0 0 0 140px;
line-height:90%;
padding:40px 0px 0 15px;
}

ul#menulist li#unique6 a, 
ul#menulist li#unique8 a, 
ul#menulist li#unique10 a, 
ul#menulist li#unique9 a {
width:110px;
float:left;
clear:right;
padding:40px 0px 0 15px;
}

ul#menulist li#unique3{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_events.jpg) no-repeat left;
}

ul#menulist li#unique7{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_menus.jpg) no-repeat left;
}

ul#menulist li#unique6{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_news.jpg) no-repeat left;
}

ul#menulist li#unique8{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_functions.jpg) no-repeat left;
}

ul#menulist li#unique9{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_galleries.jpg) no-repeat left;
}

ul#menulist li#unique10{
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/menu_contact.jpg) no-repeat left;
}

ul#menulist li#unique8,
ul#menulist li#unique9,
ul#menulist li#unique10,
ul#menulist li#unique1,
ul#menulist li#unique6
{
margin-top:10px;
margin-bottom:10px;
}

ul#menulist li.first{
	margin:0 10px 0 10px;
}

#menucontainer{
float:right;
clear:left;
}

ul#menulist{
	list-style: none; 
	padding: 0; 
}
ul#menulist a{

}

ul#menulist li {
text-align:center;
	float: left; 
	margin: 0 10px 0 0; 
	padding: 0; 
	width: 230px;
	height:80px;
	font-weight:bold;
	background: #fff url(http://www.donttelltitus.co.uk/assets/templates/titus/images/unit.gif) no-repeat right;
}

ul#menulist li#active a, ul#menulist li.active a{

}

ul#menulist li a {
	display: block; 
	color: #555; 
	text-decoration: none;
	height:40px;
}

ul#menulist li#active a {
	background: #cc3333; 
	color: #fff; 
}

ul#menulist li a:hover{
	color: #fff;
}

ul#menulist li#active a:hover {
	color: #fff;
	background: #c30;
}
		
ul#menulist li#last{
	border-right:none;
	width: 9.75em;
	height:3em;
}

#menu{
height:370px;
}

/* the following classes are for the input highlighting */

.highlightActiveField {
    border: 1px solid #E0C298;
    background-color: #3F3F3F; 


	color:#fff;
}

.highlightInactiveField, input{
    border: 1px solid #E0C298;    
    background-color: #3F3F3F;

	color:#fff;
}


h1,h2,h3, h4{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: bold;
}

h1{
	margin:0 0 0.25em 0;
color:#E0C298;
letter-spacing:0px;
font-size:180%;
line-height:100%;
}

h2{
	margin:0 0 1em 0;
padding:0 0 0 0;
color:#cd6f67;
font-size:140%;
line-height:100%;
}

h3{
	margin:0 0 1em 0;
padding:0 0 0 0;
color:#cd6f67;
font-size:150%;
line-height:115%;
}

h4{
color:#E0C298;
}

h4.month{
margin:0 0 1em 0;
}

p{
	margin:0 0 1em 0;
padding:.5em 0 0 0;
}

p.nopadding{
padding:0 0 0 0;
}

a{
	color:#cd6f67;
}

a:hover{
	color:#fff;
}

img{
	border:0;
}

.clear{
	clear:all;
}

#container{
	width:950px;
	/*background: url(http://www.donttelltitus.co.uk/assets/templates/titus/images/grid.gif);*/
	margin:0 auto;
	text-align:left;
}

#header{
height:190px;
}

#menu{
	padding:10px 0 0 0;
	height:90px;
}

#menu1{
float:left;
}

#menu2{
	height:90px;
}

/* Logo */

#logo{
	background: url(http://www.donttelltitus.co.uk/assets/templates/titus/images/logo.gif)no-repeat;
	width: 206px;
	height: 81px;
	position:absolute;
	top:10px;
}

#logo h1 {
	display: none;
}

#content{
	background: #3f3f3f url(http://www.donttelltitus.co.uk/assets/templates/titus/images/content_top.gif) no-repeat top left;
	padding:30px 0 0 0;
}


.unit{
	background: url(http://www.donttelltitus.co.uk/assets/templates/titus/images/unit.gif) no-repeat;
	width:110px;
	height:80px;
	float:left;
	margin:0 0 10px 10px;
}

.unitfirst{
	width:110px;
	height:80px;
	background: url(http://www.donttelltitus.co.uk/assets/templates/titus/images/unit.gif) no-repeat;
	float:left;
	margin:0 0 0 0px;
}

#col1{

	width:215px;
	background:#3f3f3f;
	float:left;
	padding:0 10px 0 10px;
	min-height: 430px;
	_height: 430px; /* sets min height for IE */
border-right:1px solid #666;
}

#col2{
	width:425px;
	background:#3f3f3f;
	float:left;
	padding:0 10px 0 39px;
	min-height: 430px;
	_height: 430px; /* sets min height for IE */
}

#col3{
	background:#3f3f3f;
	width:200px;
	float:left;
	padding:0 10px 0 30px;
	min-height: 430px;
	_height: 430px; /* sets min height for IE */
	background: #3f3f3f url(http://www.donttelltitus.co.uk/assets/templates/titus/images/titus.gif) no-repeat bottom right;
}

/* Colours used 
Dark Brown = #292929
Light Brown = #3F3F3F
Cream = #E0C298
Salmon = #cd6f67;
*/

#footer{
	font-family: Georgia, "Times New Roman", Times, Serif;
font-size:120%;
color:#999;
	background: transparent url(http://www.donttelltitus.co.uk/assets/templates/titus/images/content_bottom.gif) no-repeat top left;
	clear:left;
	padding:10px 0 20px 10px;
}


/* CALENDAR */

#cal{
	position:absolute;
	left:12px;
font-weight:bold;
}

.calendar{
	border:1px solid #878683;
	width:190px;
	color: #878683;
	margin:0 10px
}

table.calendar tr td{
	padding:3px;
}

.calendar-month{
	color: #fff;
}

a#calendar-next,a#calendar-prev{
	margin:5px;
}

caption.calendar-month{
	margin:10px;
	font-size:1.1em;
}

.calendar td{
	background: #373631;
	border:1px solid #4c4c4c;
}

td.cal_link a{
	display:block;
}

/* newsletter */

fieldset{
border:0;
}

/* CONTACT FORM */

/* Form styles */
div.form-container { 
	width: 330px; 
	margin: 10px 0px 10px 0px; 
	padding: 0px 10px 0 0px; 
}

p.legend { 
	margin-bottom: 1em; 
	padding: 0 0 0 1em;
}

p.legend em { 
	color: #ed2024; 
	font-style: normal; 
}

div.errors { 
	margin: 0 5px 5px 5px; 
	padding: 5px 5px 5px 5px; 
    border: 1px solid #f00;
	width:345px;
}

div.errors p { 
	margin: 0; 
}

div.errors p em { 
	color: #ed2024; 
	font-style: normal; 
	font-weight: bold;
}

div.form-container form p { 
	margin: 0;
}

div.form-container form p.note { 
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}

div.form-container form fieldset { 
	margin: 0px 0px 0px 0px; 
	padding: 2px;
	border: none; 
}

div.form-container form legend { 
	font-weight: bold; 
	color: #555; 
}

div.form-container form fieldset div { 
	padding: 0.25em 0;
}

div.form-container label, 
div.form-container span.label { 
	margin-right: 0px; 
	padding: 0 0px 0 0; 
	width: 140px; 
	display: block; 
	float: left; 
	text-align: left; 
	position: relative; 
}

div.form-container label.error, 
div.form-container span.error { 
	color: #ed2024;
}

div.form-container label em, 
div.form-container span.label em { 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #ed2024; 
}

div.form-container input.error {
	border-color: #ed2024; 
	background-color: #FEF;
}

textarea{
    border: 1px solid #E0C298;    
    background-color: #3F3F3F;
color:#fff;
	font-family: verdana, helvetica, arial, sans-serif;
font-size:small;
}

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {    

}

input{
	padding:4px;
}

div.form-container div.controlset label, 
div.form-container div.controlset input { 
	display: inline; 
	float: none; 
}

div.form-container div.controlset div {
	margin-left: 170px;
}

div.form-container div.buttonrow { 
	margin: 0 0 0 2px;
}

#errormessage{
	color:#ed2024;
	padding:0px 0 15px 2px;
}

input.button{

}


.ditto_summaryPost{
}

p.readmore a, p.readmore a:visited {
	margin:10px 0 15px 0;
	padding:0;
	text-decoration:underline;
	color: #f00;
}

p.readmore a:hover {
	color: #555;
	text-decoration: none;
}

.ditto_summaryPost, .ditto_summaryPost a, .ditto_summaryPost a:visited{
	margin: 1em 0 0 0;

	line-height:160%;
	float:left;
	color: #555;
	text-decoration:none;
	display:block;
}

.news p{
	min-height: 50px;
	_height: 50px; /* sets min height for IE */
font-size:12px;
line-height:120%;
border-bottom:1px solid #666;
padding:10px 0px 10px 75px;
/*
padding:3px 75px 10px 75px;
*/
	background: transparent url(http://www.donttelltitus.co.uk/assets/templates/titus/images/news5.gif) no-repeat 0 10px;
}

.news {
margin:0px 0 0 0;
display:block;

}

.news a{
text-decoration:none;
color:#fff;
}

.news h4 span{
font-size:70%;
color:#cd6f67;
padding:0 0 0 5px;
}

.news h4{
margin:0 0 0 0;
padding:0 0 0 0;
line-height:100%;
}

.ditto_date{
color:#555;
line-height:0%;
	float:right;
	width:43px;
	height:53px;
	text-align:center;
	margin:40px 0 0 0;
	background: url() no-repeat;
}

.ditto_date2{
	float:right;
	width:43px;
	height:53px;
	text-align:center;
	margin:40px 0 0 0;
	background-image: url() no-repeat;
}


.dottedline_x_small{
	margin: 30px 0 0 0;
	background: url() repeat-x;
	height:10px;
}

.dottedline_x{
	margin: 0;
	background: url() repeat-x;
	height:3px;
	width:210px;
}

.dottedline_x2{
	margin: 10px 0 0 0;
	background: url();
	height:2px;
	width:460px;
}

.myDayStyle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #f00;
	line-height:26px;
	font-weight:bold;
}

.myMonthStyle{
	font-size:11px;
	line-height:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.myYearStyle{
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:6px;
}

/* WORDPRESS STYLE NEWS BY MONTH */

#reflect_example { 
} 

#reflect_example h3 {
display: none;
} 

#reflect_example ul 
{ 
list-style: none;
} 

.reflect_archive_list ul { 
list-style: none;
margin-left: 0px; 
padding-left: 0; 
} 
.reflect_archive_list ul ul
{ 
	margin-left: 0px; 
} 

.reflect_archive_list ul ul li {
	margin-top: -5px; margin-bottom: 0.8em; 
} 

.reflect_archive_list li a 
{ 
	display:block; 
	padding:2px 2px 2px 7px; 
	margin:0 0 1px 0; 
	background-color:#292929; 
	border-right:6px solid #E0C298; 
	color:#fff; 
	text-decoration:none; 
} 

.reflect_archive_list li a:hover 
{ 
	background-color:#cd6f67; 
	color:#fff; 
}

p span#links{
font-size:12px;
color:#fff;
margin:0 0 0 70px;
}

ul#footerlinks{
text-align:right;
}

ul#footerlinks li{
display:inline;
font-size:90%;
} 