/** main css page for days out website **/

body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: #eee8f4;
	color: #000;
	font-family: ubuntu, arial, helvetica, sans-serif;
}



/* Create fixed width internal area */
div#internal {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#maintext {
	margin-left: 5px;
	margin-right: 5px;
}

/* Top banner */
div#daysouttitle {
	background-repeat: no-repeat;
	width: 770px;
	height: 165px;
	background-color: #eee8f4;

}

div#titlebar {
	height: 60px;
}



p#title {
	font-family: arial, helvetica, sans-serif;
	font-size: 34pt;
	color: #fff;
	/*background-color: #6a0c5e;*/
	width: 312px;
	height: 60px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 6px;
}

#titlesearch {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

div#bannerpics {
	background-color: #eee8f4;	
}

img.bannerpicture {
	width: 100px;
	height: 100px;
	/*margin: 3px;*/
	margin-left: 0px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
	

/* Pull down menus */
div#menu {
	width: 770px;
	background: #e2d4e7;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b15cb2;  
	font-weight: bold;
	}

#menu {
	width: 100%;
	background: #e2d4e7;
	float:left;	
	font-size: 16px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a, #menu h2 {
	font-family: ubuntu, arial, helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 2px 9px 2px 1px;
}          

#menu h2 {
	font-size: 17px;
}


#menu h2 {
	color: #fff;
	background: #e2d4e7;
	font-weight: normal;
}

#menu a {
	color: #000;
	background: #e2d4e7;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

/* Make pull down over top of text rather than push down */
#menu ul ul {
	font-size: 15px;
	position: absolute;
	width: auto;
	z-index: 500;
	display: none; /* hide show later */
}

#menu .submenu {
	background: #e2d4e7;
	font-size: 15px;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #b15cb2;  
	margin: 0px 0px 0px 0px;
	padding: 10px 9px 2px 1px;
}

div#menu ul li:hover ul {
	display: block;
}


#menu1-7a li {
	position: relative;
	right: auto;
}


/*Main title*/
#title1 {
	font-size: 22px;	
}

#title1a {
	text-decoration: none;
	color: black;
}

/*Main title*/
#subtitle1 {
	font-size: 22px;	
}

#post h2 {
	font-size: 18px;	
}

#post h3 {
	font-size: 18px;
}

/*Ads*/
div#ad1 {
	margin-left: 20px;
	margin-top: 40px;
}

/*Ads*/
div#ad2 {
	margin-left: 20px;
	margin-bottom: 20px;
}


div#sociallink {
	width: 80px;
	height: 100px;
	float: right;
	margin: 5px;
}

/*block for shortcuts / promolinks etc.*/
div#quicklink {
	width: 210px;
	height: 640px;
	float: right;
	margin: 5px;
}


/* Put google+1 to right */
span#plusone {
	float: right;
	margin-right: 50px;
}


/** these are for the social networking images - initial quicklink setting **/
#quicklink-social img {
	vertical-align:middle;
	margin: 3px;
}

#quicklink-social a {
	text-decoration: none;
}


#footer {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	color: #fff;
	background-color: #6a0c5e;
	background-image: url(/themes/default/images/footer1.png);
	background-repeat: repeat-x;
}

div#footer {
	clear: both;
	padding-left: 20px;
}

#footer a {
 text-decoration: none;
 color: white;
 font-size: 0.8em;
}

#footer a:hover {
	text-decoration: underline;
}

div#footerlinks {
 float: right;
 margin: 0px;
 margin-right: 10px;
}

#footerlinks ul {
 position: relative;
 list-style:none;
 margin: 0;
 padding: 0;
}

#footerlinks li {
 float: left;
 list-style:none;
 margin-top: 0;
 margin-bottom: 0;
 margin-right: 10px; 
 padding: 0;
}

#sociallinks img {
	vertical-align:middle;
	margin: 3px;
}

div#categorylinks p,h2 {
  margin-left: 5px;
}


div#categorylinks ul li {
  margin-left: -20px;
  margin-bottom: 0.4em;
}

div#categorylinks ul {
  margin-bottom: 2em;
}

#categorylinks h2 {
  font-size: 1em;
}

div#related p {
  margin-left: 20px;
  
}

#related h2 {
  font-size: 1em;
}


div#related ul li {
  margin-bottom: 0.4em;
}

div#related ul {
  margin-bottom: 2em;
}

div#fbcomments {
 margin-left: 100px;
 clear: right;
}


/* if we have lots of titles makes them standout more */
h2.boldtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E6E6FA;
}
h3.boldtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E6E6FA;
}

