/* -------------------------------------------------------------------------------
	Theme Name: Delicious Webdesign
	Theme URI: http://www.delicious-webdesign.com/blog/
	Tags: Pink, Black, Right Sidebar, Fixed Width, 2 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lobster);
html {
	min-height:101%;
}
body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background:url(images/body-background.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-family: 'Lobster', arial, serif;
	font-size:1.4em;
	font-weight:normal;
	color:#BD0A70;
	text-shadow: 0 2px 3px #817972;
}
h2 {
	font-family: 'Lobster', arial, serif;
	font-size:1.4em;
	font-weight:normal;
	color:#BD0A70;
	text-shadow: 0 2px 3px #817972;
}
h3 {
	font-family: 'Lobster', arial, serif;
	font-size:16px;
	font-weight:normal;
	color:#BD0A70;
}

h4{
	font-family: 'Lobster', arial, serif;
	font-size:1.4em;
	font-weight:normal;
	color:#BD0A70;
	text-shadow: 0 2px 3px #817972;
}


.center {
	text-align:center;
}
.link-colour a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}
.link-colour a:hover {
	color:#00F;
}
p, ul, ol {
	margin-top: 0;
}
ul, ol {
}
blockquote {
}
a {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 30px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
}
hr {
	display: none;
}
.list1 {
}
.list1 li {
	float: left;
	line-height: normal;
}
.list1 li img {
	margin: 0 30px 30px 0;
}
.list1 li.alt img {
	margin-right: 0;
}
.right {
	text-align:right;
}
#wrapper {
}
#header-wrapper {
	width:900px;
	height:355px;
	margin:0 auto;
}
#logo {
	width: 900px;
	height: 355px;
	background-image:url(images/delicious-webdesign.jpg);
	background-repeat:no-repeat;
}
#logo h1 {
	font-family: 'Lobster', arial, serif;
	font-size:1.5em;
	line-height: normal;
	font-weight: normal;
	color:#C2C5B1;
}
#logo h1 a {
	text-decoration: none;
	color: #FFF;
}
#logo h1 a:hover {
	color:#C2C5B1;
}
#title-description {
	width:900px;
	height:40px;
	margin:100px 0 0 130px;
	color: #BD0A82;
	font-size: 2.2em;
	font-family: 'Lobster', arial, serif;	
}
.description {
	color:#FFF;
	margin:20px 0 0 120px;
}
#telephone {
	width:880px;
	height:20px;
	margin:20px 0 0 20px;
	font-weight:bold;
	color:#C2C5B1;
	font-size: 1.2em;
	font-family: 'Lobster', arial, serif;
	padding-left:130px;
}
#navigation-box {
	width:900px;
	height:47px;
	margin:0;
}
#horizontal-navigation {
	width:900px;
	height:47px;
	margin: 0 auto;
}
ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul#navmenu-h ul {
	width: 150px;
	/* Sub Menu Width */ margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
}
ul#navmenu-h li {
	width:180px;
	float: left;
	display: inline;
	position: relative;
	text-align:center;
}
ul#navmenu-h ul li {
	width: 100%;
	display: block;
}
/* Root Menu */ ul#navmenu-h a {
	width:180px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFF;
	padding: 13px 0 10px 0;
	float: left;
	display: block;
	text-decoration: none;
	background-image:url(images/down.gif);
	background-repeat:no-repeat;
	background-position:162px 18px;
}
ul#navmenu-h a .no-image {
	background-image:none;
}
/* Root Menu Hover Persistence */ ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
	color: #FFF;
	background-image:url(images/down-hover.gif);
	background-repeat:no-repeat;
	background-position:162px 18px;
}
/* 2nd Menu */ ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
	width:180px;
	margin:0 0 0 -40px;
	float: none;
	background: #BD0A70;
	background-image:url(images/right.gif);
	background-repeat:no-repeat;
	background-position:165px 18px;
}
/* 2nd Menu Hover Persistence */ ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
	color:#CCC;
	background: #BD0A70;
	background-image:url(images/right-hover.gif);
	background-repeat:no-repeat;
	background-position:165px 18px;
}
/* 3rd Menu */ ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	width:180px;
	margin: 0 0 0 -50px;
	color:#FFF;
	background: #BD0A70;
	background-image:url(images/right.gif);
	background-repeat:no-repeat;
	background-position:165px 18px;
}
/* 3rd Menu Hover Persistence */ ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	color:#999;
	background: #BD0A70;
	background-image:url(images/right-hover.gif);
	background-repeat:no-repeat;
	background-position:165px 18px;
}
/* Hover Function - Do Not Move */ ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
#navigation-box-menu {
	width:900px;
	height:47px;
	margin:81px 0 0 0;
}
#menu {
	width:600px;
	height:47px;
	float:left;
	overflow:hidden;
}
#menu ul {
	list-style-type: none;
	overflow:hidden;
	margin:0;
	padding:0;
}
#menu ul li {
	display: inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#menu ul li a {
	float:left;
	display:block;
	overflow:hidden;
	text-align:center;
	padding:14px 17px 15px 17px;
	color:#FFF;
	background:transparent;
	text-decoration:none;
	background-color:#BD0A70;
}
#menu ul li a:hover {
	color:#CCC;
}
#menu ul li.current_page_item a {
}
#menu .first {
}
/* Search */

#search {
	width: 210px;
	height:30px;
	float:right;
	margin:5px 20px 0 0;
}
#search form {
	margin: 0;
	background-image:url(images/search.png);
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	width:165px;
	height:24px;
	margin:9px 0 0 45px;
}
#search-text {
	background:transparent;
}
#search-submit {
	height: 40px;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background-color:#FFF;
}
.info {
	position:relative;
	line-height: 1.6em;
	font-size: 10px;
	width:535px;
	margin: 20px 0 0 10px;
	padding:5px 15px;
	color:#666;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/category.gif') no-repeat top left;
	color:#666;
}
.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#666;
	background: url('images/tags.gif') no-repeat top left;
}
.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#666;
	background: url('images/bubble.gif') no-repeat top left;
}
#content {
	float: left;
	margin:15px 0 0 0;
	width: 603px;
}
.post {
	margin-bottom: 20px;
	border:2px solid #BD0A70;
	background:url(images/post-background.gif) no-repeat left top;
}
.post p {
	color:#666;
}
.post a {
	color:#999;
}
.post a:hover {
	color:#00F;
}
.post ul {
	color:#666;
}
.post .title {
	height: 30px;
	padding: 0 30px 10px 20px;
	color: #BD0A70;
}
.post .title a {
	text-decoration: none;
	font-size: 1.2em;
	color: #BD0A70;
}
.post .title a:hover {
	color: #00F;
}
.post .date {
}
.post .meta {
	height: 52px;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom:20px;
	padding: 0px 20px 2px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #333;
}
.post .meta span {
	display: block;
	margin-top: 10px;
}
.post .meta a {
	color: #999;
	text-decoration:none;
}
.post .meta a:hover {
	color: #00F;
}
.post .entry {
	padding: 0 30px 10px 20px;
}
.entry p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
}
.entry a {
	color:#999;
}
.entry a:hover {
	color:#00F;
}
.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.post .links a {
	color: #999;
	text-decoration:none;
}
.post .links a:hover {
	color: #00F;
}
.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 10px 40px;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.post .comments a {
	color: #999;
	text-decoration:none;
}
.post .comments a:hover {
	color: #00F;
}
#sidebar {
	float: right;
	width: 250px;
	margin: 15px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#EEE;
}
#sidebar-bgtop {
}
#sidebar-bgbtm {
	padding: 80px 10px 30px 0px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	padding: 8px 0 3px 0px;
	color:#666;
}
#sidebar li ul {
	padding: 0px 0px 0px 11px;
}
#sidebar li li {
	margin: 0 0 0 20px;
	list-style-image:url(images/arrow.gif);
}
#sidebar li li a {
	font-weight: normal;
	color: #666;
}
#sidebar li li a:hover {
	color: #00F;
}
#sidebar p {
	margin: 0;
	padding: 0px 30px;
}
#sidebar h2 {
	font-size: 16px;
	color: #BD0A70;
	text-align:center;
}

#sidebar h4 {
	font-size: 16px;
	color: #BD0A70;
	text-align:center;
}

#sidebar p {
}
#sidebar a {
	text-align: left;
	text-decoration: none;
}
#social-links {
	width:250px;
	height:120px;
	margin:0 0 0 30px;
}
#follow-with-email {
	float:left;
	margin: 10px 0 0 5px;
}
#follow-with-email a {
	width:50px;
	height:50px;
	display:block;
	background-image:url(images/email.png);
}
#follow-with-email a:hover {
	background-position:0 50px;
}
#follow-with-facebook {
	float:left;
	margin: 10px 0 0 45px;
}
#follow-with-facebook a {
	width:50px;
	height:50px;
	display:block;
	background-image:url(images/facebook.png);
}
#follow-with-facebook a:hover {
	background-position:0 50px;
}
#follow-with-twitter {
	float:left;
	margin: 10px 0 0 5px;
}
#follow-with-twitter a {
	width:50px;
	height:50px;
	display:block;
	background-image:url(images/twitter.png);
}
#follow-with-twitter a:hover {
	background-position:0 50px;
}
#commentform {
}
#comment {
	width: 450px;
	padding-left: 30px;
}
#comments {
	font-size: 12px;
	padding-left: 40px;
}
#comments p {
	color:#666;
}
#comments a {
	color:#999;
}
#comments a:hover {
	color:#00F;
}
#comments li {
	color:#666;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#respond {
	font-size: 12px;
}
#respond p {
	color:#666;
}
#respond a {
	color:#999;
}
#respond a:hover {
	color:#00F;
}
.navigation {
	padding-top: 20px;
}
.pagetitle {
	font-size: 18px;
	color: #BD0A70;
}
hr {
	display: none;
}
#calendar {
}
#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}
#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}
#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}
#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}
#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}
#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}
#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}
#calendar .pad {
	border-bottom: 1px solid #24130F;
}
#calendar #today {
	background: #24130F;
}
#footer-holder {
	width: 100%;
	height: 120px;
	background-color:#000;
}
#footer {
	width:1000px;
	height:120px;
	margin:0 auto;
	background-color:#000;
}
#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	padding:3px 0 0 0;
}
#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	color:#FFF;
}
#footer-text {
	width: 1000px;
	height: 20px;
	padding:20px 0 0 0;
}
#footer-images {
	width: 1000px;
	height: 20px;
	text-align:center;
	margin:5px 0 0 0;
}
.footerbg {
	background-color: #e9e8e4;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 80px;
}
.footertext {
	width: 800px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.style21 {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #999999;
	font-size: 11.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: left;
	vertical-align: bottom;
	border: none;
	white-space: nowrap;
}
#contactnumber {
	width:900px;
	height:40px;
	color:#999;
	font-size:12px;
}
#contactnumber p {
	font-size:12px;
	color:#666;
	padding:0;
}
#contactnumber a {
	color:#999;
}
#contactnumber a:hover {
	text-decoration: none;
	color: #0000FF;
}
.style22 {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #999999;
	font-size: 11.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: left;
	vertical-align: bottom;
	border: none;
	white-space: nowrap;
}
.style26 {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: left;
}

#follow
{
width:275px;
height:50px;
}
.networkList {

	color:#000;
	font-size: 12px;

}
.networkList li {
	float: left;
	margin-left: 9px;
}
.networkList li a {
	height:33px;
	display:block;
	text-indent:-999em;
	outline:none;
}
.networkList .youtube {
	margin-left:0;
}
.networkList .wordpress a {
	width:27px;
	background:url(images/options/icon_wordpress.gif) 0 0 no-repeat;
}
.networkList .youtube a {
	width:67px;
	background:url(images/options/icon_youtube.gif) 0 0 no-repeat;
}
.networkList .facebook a {
	width:27px;
	background:url(images/options/icon_facebook.gif) 0 0 no-repeat;
}
.networkList .twitter a {
	width:43px;
	background:url(images/options/icon_twitter.gif) 0 0 no-repeat;
}
.networkList .rss a {
	width:25px;
	background:url(images/options/icon_rss.gif) 0 0 no-repeat;
}
.networkList li a:hover {
	background-position:0 -33px;
}


