/*
Theme Name: VM Beta
Description: Child theme for the Twenty Ten theme 
Author: Marky T
Template: twentyten
*/

@import url("../twentyten/style.css");

#site-title a {
    color: #CDCDCD;
}

p {
	font-family: sans-serif;
}

body {
	background-image: url(http://www.violetmagenta.co.uk/wp-content/themes/twentyten-vm/bg-vm.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 100%;
	background-color: #bf2a85;
}

#wrapper {
margin-top: 0px;
	background-image: url(vm-body-bg.jpg);
	background-repeat: repeat-y;
		padding: 0 20px;
}

#content {
	margin: 0 280px 0 20px;
}

#primary {
background-image: url(http://www.violetmagenta.co.uk/wp-content/themes/twentyten-vm/vm-menu-bg-2.jpg);
	background-color: #cdcdcd ;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-color: #a8a8a8;
	-moz-border-color: #a8a8a8;	
	padding: 10px;
	margin-bottom: 15px;
	margin-right: 23px;
	box-shadow: 5px 5px 5px #888;
	width: 197px;
}

#secondary {
	background-image: url(wrapper-bg.jpg);
	background-repeat: repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	text-align: center;
	margin-right: 23px;
	width: 197px;
}

#title {
	width: 940px;
}

#logo {
	width: 304px;
	height: 240px;
	float: left;
}

#logo-text {
	width: 625px;
	height: 198px;
	float: right;
}


#header {
	padding: 5px 0 0 0;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	margin: 0 23px;
	width: 579px;
	height: 40px;
	text-align: centre;
	background-color: #efebe5;
	background-image: url(http://www.violetmagenta.co.uk/wp-content/themes/twentyten-vm/vm-menu-bg.jpg);
}

#access .menu-header,
div.menu {
	font-size: 0.8;
	margin-left: 12px;
	width: 579px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 10px;
	text-decoration: none;
	font-family:  Georgia, 'Times New Roman', Times, serif;
	font-size: 1.6em;
	padding: 15px 25px;
		background-image: url(http://www.violetmagenta.co.uk/wp-content/themes/twentyten-vm/vm-menu-bg.jpg);
	
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 280px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #62137c;
	text-decoration: underline;
	background-color: #f0ebe5;
}
#access ul li:hover > ul {
	display: block;
	color: #62137c;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #62137c;
	vertical-align: middle;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #62137c;
	vertical-align: middle;
}

a:visited {
color:#112;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Georgia, 'Times New Roman', Times, serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
	text-decoration: underline;
	color: #62137c;
}

.widget-container, a {
	color: #ededed;
}

a:link {
	color: #cfa54b;
}

a:hover {
	color: #d0108c;
}

.xoxo {
	padding: 0 !important;
}

.widget-title {
	color: #ededed;
	font-weight: bold;
	text-decoration: underline;
}

.sticky {
	border-top: none !important;
	background: none repeat scroll 0 0 !important;
	background-color: none !important;
}