/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	background: url(https://debtcamel.co.uk/wp-content/uploads/2013/08/dc-background-sandy.png) repeat-x;
}

.menu-primary li a, .menu-secondary li a, #header .menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	padding: 6px 15px 4px;
	position: relative;
	text-decoration: none;
}

.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted #333333;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#home-welcome,
#home-welcome p {
	color: #ccc;
	font-size: 18px;
	text-align: center;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0;
	width: 600px;
}

/* Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-purple,
.content-box-brown {
	width: 85%;
	margin-left: 5%;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 15px;
}

.content-box-blue {
	background-color: #e6f3fa;
	border: 1px solid #afcde3;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-brown {
	background-color: #efe2ce;
	border: 1px solid #cdb99c;
}

/* pagination for comments
------------------------------------------------------------ */
.entry-comments .pagination {
	display: block;
}