/*
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.
*/
::selection {
	background: #f4daa8;
	color: #a2262b;
}

#top header .top-page-area {
	width: 300px;
}

div.top-page-area > h2 {
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}

div.top-page-area > h2 > a {
	color: #f4daa8;
	font-weight: 400;
	margin: 0;
}

div.top-page-area > h2 > a:hover {
	color: #d49a2a;
}

#top {
	padding: 6px 0 0;
	border-top: none;
	background: none;
}

footer>div.inner-wrapper {
	background-image: url('http://aidt.ie/wp-content/uploads/2014/07/footerAIDT.jpg');
}

div#top.inner-wrapper {
	background-color: #a2262b;
}

#content-wrapper {
	border-top: 1px solid #f4daa8;
}

div.wrapper {
	background-color: #a2262b;
	border-bottom: 1px solid #f4daa8;
}

div.mt-rainbow-slider.mt-rainbow-slider-slide {
	background-color: #ffffff;
}

.wrapper-shadow {
	border-left: 1px solid #d49a2a;
	border-right: 1px solid #d49a2a;
}

#sidebar aside.widget {
	border-left: 1px solid #f4daa8;
	border-top: 1px solid #f4daa8;
	padding-bottom: 10px;
}

#sidebar.pull_9 aside.widget {
	border-right: 1px solid #f4daa8;
}

ol {
	list-style-type: decimal;
	padding-left: 18px;
}

p {
	font-size: 14px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 .8125em;
}

h3 {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.6em;
	padding-bottom: 10px;
	text-transform: none;
}

.mt-accordion-title {
	background: #f4daa8 url("http://aidt.ie/wp-content/themes/velvet/images/ui/plus.png") left center no-repeat;
	text-shadow: none;
	font-size: 14px;
	border: 1px solid #d49a2a;
}

.mt-accordion-content > div {
	border: 1px solid #f4daa8;
}

.mt-accordion > .mt-accordion-title:first-child {
	border-top: 1px solid #d49a2a;
}

nav > ul > li > a, nav > div.menu > ul > li > a {
	color: #fff;
}

#content-wrapper {
	background: none;
}

@media only screen and (min-width: 0) and (max-width: 750px) {
	#content-wrapper .inner-wrapper {
		width: auto;
	}
	
	#top header h1 a img {
		height: 70px;
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	div.entry-content {
		width: auto;
	}
	
	div.entry-content li {
		font-size: 12px;
		line-height: 1.3em;
	}
}
#content-wrapper {
    border-top: 2px solid #a2262b;
}