/* CSS Document */

/* Custom style for Chichester Smiles */

/* Don't show the post title on the home page */
#post-7 .posttitle { display:none; }

/* Description used to display number */
.description { width: 435px; height: 160px; background:url(images/hdr-right.png) no-repeat top left;
	margin-top: 0; margin-right: 0; }

/* Strangely no way to add a margin to the header div! */
#header { margin: 20px 0 0; padding-top:0; padding-bottom:0; }

/* Add left dots to post titles */
.posttitle { background:url(images/leftdots.jpg) no-repeat bottom left; text-indent: 105px; }

/* Make sub-menus wider and in-front */
#nav ul ul, #nav ul ul ul { width: 190px; height: auto; z-index: 10;
	box-shadow: 3px 4px 1em 0 #808080;
	-webkit-box-shadow: 3px 4px 1em 0 #808080;
	-moz-box-shadow: 3px 4px 1em 0 #808080;
 }
#nav ul ul li,#nav ul ul ul li { width: 190px; z-index: 10; }
#nav ul ul a, #nav ul ul a:visited, #nav ul ul ul a, #nav ul ul ul a:visited { width:174px; }
 
/* Border colour is wrong in default styleshseets */
#wrapper { border-color: #00bce4; margin-top: 0; }

.flashmovie { margin: 0 0 15px 15px; }

/* Hide the edit button - no longer needed, and rmeove postdata allocation - not used */
#content .edit { visibility: hidden; height: 0px; }
#content .page .postdata { height: 0px; }

/* Call text */
#left-header-widgets { font-size:24px; color:#00bbe8; margin-top: 2px; height: 33px; }

/* Input box padding skewy */
input { padding: 5px; }
