/*  
Theme Name: Madrigal
Theme URI: 
Description: 
Version: 1
Author: Quantum Web Solutions
Author URI: http://www.quantumwebsolutions.com.au
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0 auto 0 auto;
	padding: 0;
	font: 62.5%  "Trebuchet MS";
	color: #000;
	text-align: justify;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
p,
ol,
ul {
	line-height: 150%;
	}
ol { inherit; ?? }
ul { inherit; ?? }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	}

h1 {
	font-size: 18px;
	color: #4B306A;
	}
h2 {
	font-size: 14px;
	color: #ee3224;
	}
h3 {
	color: #69BE28;
	}
#sidebar h2 {
	color:#000000;
}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	color:#2f63b3;
	}

code {
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 855px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 1.3em;
	background: #fff;
}


/**********************
*   Header            *
***********************/

#header {
	width: 855px;
	margin: 0 auto 0 auto;
	height: 170px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
	#navbar {
		width: 855px;
		margin: 0 auto 0 auto;
		width: 100%;
		height: 31px;
		line-height: 31px;
		background-color:#4B306A;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 0 15px 0 15px;
		line-height: 24px;
		color: #fff;
		font-weight: bold;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		text-decoration: none;
		background-color:#7bc143;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		text-decoration: none;
		}

	.searchbar {
		width: 200px;
		margin: 0;
		}
	.searchform {
		width: 200px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 180px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /*  IE */
		padding: 1px 0 0 2px;
		border: 1px solid #69Be28;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	background: #fff;
	}


/**********************
*   Content           *
***********************/

#content {
	width: 560px;
	text-align:justify;
	padding: 0px 30px;
	float: left;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /*  IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* IE */
	}

.page-title {
	width: 530px;
	padding: 20px 0 0 0;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	font-size: 1.6em;
	line-height: 48px;
	color: #104177;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 20px 30px;
	background: #fff;
	width: 560px;
	}
.post2 {
	padding: 35px 0px;
	background: #fff;
	width: 560px;
	}
.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 5px solid #edf2ff;
	}
.postentry img:hover {
	border: 5px solid #efefef;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #050d24;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #eee;
	background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #aaa;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /*  IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /*  IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	}
.postcomment input#submit:hover {
	}	

/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0 10px;
	background-color:#f6f6f6;
	font-family:"Trebuchet MS";
	}
#sidebar h3 {
	font-family:"Trebuchet MS";
	font-size:16px;
}
#sidebar p {
	color:#000000;
	text-align:left;
}
#sidebar .rssfeeds {
		margin: 0;
		padding: 0;
		}
#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 3px;
		background: none !important;
		font-size: 1.4em;
		}
#sidebar h2.social-title {
		margin: 0;
		padding: 20px 0 10px 3px;
		background: none !important;
		font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}
	.socialtools img  {
		border: 1px solid #edf2ff;
		padding:1px;
		}
#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	font-size: 1.4em;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}


ul.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -23px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #353d50;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #2c76bb;
	}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 855px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 20px solid #fff;
	font-size: 0.9em;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	}
#bottom-sep {
	clear: both;
}

/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 74px;
	clear: both;
	border-top: 1px solid #000;
	color: #fff;
	}

#footer .validate {
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	color: #000;
	}
#footer p a:link,
#footer p a:visited {
	color: #69BE28;
	}
#footer p a:hover {
	color: #000;
	}
#footer p a:active {
	color: #69BE28;
	}
.footer-left {
width:300px;
float: left;
text-align: left;
}
.footer-right {
width:400px;
float: right;
text-align: right;
}	
/* Tags 
-------------------------------------------------------*/
.tagging {
        font-size: 0.9em;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging a{
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
#feedControl {
	width: 450px;
}
	
/* Extras */
li, ul {
	margin: 3px 0 0 15px;
	padding: 0;
	line-height: 12px;
}
.div {
	border-top: #CCCCCC solid 1px;
	/*clear:both;*/
	width: 560px;
	/*line-height: 30px;*/
	margin: 20px 0 20px 0;
}
