/*
Theme Name: Honorg
Theme URI: http://www.frameworks.co.uk/
Description: WordPress theme designed for Honorg.
Version: 1.0
Author: Sue Zhou
Author URI: http://www.frameworks.co.uk/
Tags: fixed width, three columns, widgets
*/

*{ margin:0; padding:0; }


/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #4e4e5c;
	color: #d3d3d6;
	}

#header {
	margin-bottom:26px;
}

#page {
	background-color: #4e4e5c;
	margin: 0;
	padding: 0 26px;
	width: 903px;
	}


#content {
	font-size: 12px;
	}
	
.entry p, #mid_about p { 
	margin-top:5px;
	margin-bottom:10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
a:focus { -moz-outline-style: none; } /* for Firefox */

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}



h2 {
	font-size: 16px;;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #d3d3d6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

a, h2 a:hover, h3 a:hover {
	color:#d3d3d6;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 19px;
	margin: 0px 0 0;
	width: 465px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 19px;
	margin: 0px 0 0;
	width: 465px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	width: 903px;
	clear: both;
	font-size:10px;
	border-top:1px solid #d3d3d6;
	margin:30px 0;
	}

#footer p {
	margin: 0;
	padding: 3px 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#content h2 {
	padding-bottom:2px;
	margin-bottom:10px;
	width:465px;
	border-bottom:1px solid #d3d3d6;
	}
#sidebar h2 {
	padding-bottom:2px;
	margin-bottom:5px;
	width:180px;
	border-bottom:1px solid #d3d3d6;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul, .entry ol {
	list-style:disc;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:10px;
}
.entry ul li, .entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 20px 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0;
	padding:0;
	height:16px;
	border-bottom:1px dotted #d3d3d6;
	}
#sidebar ul ul li a {
	display:block;
	color:#d3d3d6;
	text-decoration:none;
	padding:0;
	margin:0;
	line-height:16px;
	vertical-align:middle;
}

#mid_about ul {
	margin-top:5px!important;
	margin-bottom:10px!important;
	margin-left:15px!important;
}
#mid_about ul li{
	list-style:disc!important;
	border:none;
}

a#page-item-1:hover { color:#d3d3d6; background:#7e7f37; }
a#page-item-2:hover { color:#d3d3d6; background:#b98f00; }
a#page-item-3:hover { color:#d3d3d6; background:#b35e0a; }

a#page-item-4:hover { color:#d3d3d6; background:#ce7369; }
a#page-item-5:hover { color:#d3d3d6; background:#b5004b; }
a#page-item-6:hover { color:#d3d3d6; background:#9260a0; }

a#page-item-7:hover { color:#d3d3d6; background:#e8ba30; }
a#page-item-8:hover { color:#d3d3d6; background:#006f87; }
a#page-item-9:hover { color:#d3d3d6; background:#000000; }

a#page-item-10:hover { color:#d3d3d6; background:#e8ba30; }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0;
	padding:0;
	}

#sidebar #searchform #s {
	width: 170px;
	padding-left:7px;
	}

#sidebar #searchsubmit {
	margin-top:5px;
	margin-left:150px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	width: 418px;
	border-right:1px solid #d3d3d6;
	margin-bottom:20px;
	}

#sidebar form {
	margin: 0;
	}

#leftbar {
	float:left;
	width:180px;
	padding-right:19px;
	border-right:1px solid #d3d3d6;
	padding-bottom:40px;
	}

#rightbar {
	float:left;
	width:180px;
	margin-left:19px;
	}

#sidebar .textblock {
	margin:10px 0 20px 0;
}

/* End Sidebar */

/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Begin circle map */
#circle_map {
float:left;
margin-bottom:40px;
margin-left:19px;
width:465px;
height:465px;
}

#circle1, #circle2, 
#circle4, #circle5, 
#circle7, #circle8 {
	float:left;
	margin-bottom:11px;
	margin-right:11px;
}
#circle3, #circle6, #circle9 {
	float:left;
	margin-bottom:11px;
}

.color1 { background-color:#7e7f37; }
.color2 { background-color:#b98f00; }
.color3 { background-color:#b35e0a; }

.color4 { background-color:#ce7369; }
.color5 { background-color:#bf004b; }
.color6 { background-color:#9260a0; }

.color7 { background-color:#e8ba30; }
.color8 { background-color:#006f87; }
.color9 { background-color:#000000; }

.color0 { background-color:#000000; }

/* End circle map */

/* tooltip */
#dhtmltooltip{
    color:#d3d3d6;
    position: absolute;
    left: -300px;
    width: 150px;
    border: 0;
    padding: 2px;
    background-color: #222233;
    visibility: hidden;
    z-index: 100;
    /*text-align:center;*/
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
/* End tooltip */