/*  
Theme Name: DIRCSA
Theme URI: http://www.dircsa.org.au
Description: The default theme for the dircsa.org.au website
Version: 1.0
Author: Trent Gardner
Author URI: http://www.tgardner.net/

	DIRCSA v1.0

	This theme was designed and built by Trent Gardner,
	whose blog you will find at http://www.tgardner.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('css/typography.css');
@import url('css/layout.css');
@import url('css/colours.css');

h3 {
    color: #FF6600;
    font-weight: bold;
}

blockquote{
    margin: 20px 50px;
	padding: 10px;
	background-color: #eee;
}

table#boxblog ul{
	list-style-type: none;
	margin: 0;
	line-height: 1;
	/* for ie7 */
	list-style-position: outside;
}

table#boxblog ul li{
	margin-bottom: 7px;
}

table#boxblog ul a{
	color: #804600;
	text-decoration: none;
	font-size: 12px;
}

table#boxblog ul a:hover{
	color: #cc7000;
}

table#boxblog ul a.sticky{
	font-weight: bold;
	font-size: 14px;
}

table#boxblog ul a.highlighted-item{
    color: #008000;
}

table#boxblog ul a.highlighted-item:hover{
    color: #339933;
}

#navbar{
    text-align: left;
    position: relative;
}

#navbar ul{
    text-align: center;
}

#qp-logo {
    position: absolute;
    top: -18px;
}

#qp-logo .text {
    font-style: italic;
    height: 18px;
    text-align: center;
}

#qp-logo .link {
    height: 36px;
}

#header{
    height: 130px;
}

.eStore_button_object {
    display: block;
    margin: 15px 0px;
}

#content .wp-image-4595{ /* Directory front cover */
    margin-left: 20px;
}


/********** social links in footer *************/

#footer .social{
    width: 700px;
    margin: 0px auto 20px auto;
    clear: both;
}

#footer .social a.social-text-link{
    margin: 0px 20px 0px 0px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: -20px;
}
