/*  
Theme Name: Ginger Magic
Description: Matt Colman Magician
Version: 1.0
Author: Kaufcol
Author URL: www.mattcolman.co.uk
*/

/* Generic Styling */

body {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	background-color: #FFF;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	font-size: larger;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 0px;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#000000
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	background-image: url(images/mattcolmanorangebanner.gif);
	background-repeat: no-repeat;
	height: 270px;
	}
#menu {
	height:35px;
	line-height:35px;
	padding:0 10px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.3em;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
.sidebarorange {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	color: #F60;
	padding: 10px;
}

#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:250px;
	background-image: url(/images/bg-footer2.gif);
	background-repeat: no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	font-family: Helvetica, sans-serif;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background-image: url(images/bg-menu-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.4em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}


/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	color:#FFF;
	font-size: 100%;
	background-color: #F60;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:20px;
	padding-left:5px;
	cursor:default;
	color:#ffffff;
	padding-right: 5px;
	padding-bottom: 0px;
	height: 0px;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:34px;
	font-weight:normal;
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	letter-spacing:-2px;
	color:#F60;
	font-style:italic;
	line-height: 90%;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
	}
	
	h2 {
	font-size:2.5em;
	font-weight:900;
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	letter-spacing:-3px;
	color:#254A86;
	font-style:normal;
	line-height: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	background-color: #EFEFEF;
	}
	
		h3 {
	font-size:2.5em;
	font-weight:900;
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	letter-spacing:-3px;
	color:#E15E27;
	font-style:normal;
	line-height: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	background-color: #FAFDFF;
	}
	
	h6 {
	font-size:0.8em;
	font-weight:normal;
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	color:#F60;
	font-style:normal;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	padding: 0px;
	text-align: left;
	margin: 0em;
	}
	

/* Feed */

#feed {
	height:25px;
	width:126px;
	margin:0 auto;
	padding-left:26px;
	color: #F60;
	font-size: medium;
	font-weight: bold;
	background-image: url(images/bg-feed.gif);
	background-repeat: no-repeat;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:500px;
	height:420px;
	padding:5px;
	top: 10px;
	border: thin solid #F60;
	background-image: url(/table_magic_of_matt_colman_2.jpg);
	background-repeat: no-repeat;
	position: static;
	}
.orangetextsmall {
	color: #F60;
}
.copywrite {
	text-align: right;
}
.PARAGRAPHBLOCK {
	font-size: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	;
	line-height: 1.1em;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
	color: #444;
}
.sidebarheader1 {
	color: #F60;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1px;
}

/* Framed boxes */
.frame_left, .frame_right, .frame_center, .frame_box {
	border:1px solid #d7d7d7;
	background:#fff;
	padding:7px;
	margin:5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}

.frame_box {
	display: inline-block}

.frame_left {
	float:left;
	display:block;
	margin:7px 18px 5px 0;}
	
.frame_right {
	float:right;
	display:block;
	margin:7px 0 5px 18px}

.frame_center {
	float:none;
	display:block;
	margin:10px auto}

/* Quotes */
blockquote {
	border-top:1px dotted #9c9c9c;
	border-bottom:1px dotted #9c9c9c;
	padding:10px;
	margin:20px 0;}

blockquote p {
	margin:5px 0;
	padding:0}

.quote, .quote_right, .quote_left {
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#000;
	background:url(/images/icon_quotes.gif) 5px 10px no-repeat;
	margin:10px 0;
	line-height:1.5em;
	border-top:1px dotted #969696;}

.quote .inner , .quote_right .inner , .quote_left .inner {
	border-bottom:1px dotted #969696;
	padding:10px 10px 10px 35px;}

.quote_right, .quote_left  {
	width:360px}

.quote_right {
	float:right;
	margin-left:20px}
	
.quote_left {
	float:left;
	margin-right:20px}

.quote_left p, .quote_right p {
	margin:5px 0}

.quote-author {
	color:#82a62b;
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size:15px;
	padding-top:5px}
	
	.quote, .quote_middle, .quote_middle {
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#000;
	background:url(/images/icon_quotes.gif) 5px 10px no-repeat;
	margin:10px 0;
	line-height:1.5em;
	border-top:1px dotted #969696;}

.quote .inner , .quote_middle .inner , .quote_middle .inner {
	border-bottom:1px dotted #969696;
	padding:10px 10px 10px 35px;}

.quote_middle, .quote_middle  {
	width:630px
}

.quote_middle {
	float:right;
	margin-left:20px}
	
.quote_middle {
	float:none;
	margin-right:20px
}

.quote_middle p, .quote_middle p {
	margin:5px 0}

.quote-authormiddle {
	color:#82a62b;
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size:15px;
	padding-top:5px}
	
.quote, .quote_center, .quote_center {
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#000;
	background:url(./images/icon_quotes.gif) 5px 10px no-repeat;
	margin:10px 0;
	line-height:1.5em;
	border-top:1px dotted #969696;}

.quote .inner , .quote_center .inner , .quote_center .inner {
	border-bottom:1px dotted #969696;
	padding:10px 10px 10px 35px;}

.quote_center, .quote_center  {
	width:940px
}

.quote_center {
	float:right;
	margin-left:20px}
	
.quote_center {
	float:left;
	margin-right:20px
}

.quote_center p, .quote_center p {
	margin:5px 0}

.quote-authorcenter {
	color:#82a62b;
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size:15px;
	padding-top:5px}

