/*  

Theme Name: HYPE!

Theme URI: http://kidshype.com.au

Description: Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.

Version: 3.1a

Author: Kids HYPE!

Author URI: http://kidshype.com.au

*/


/* HTML Elements */

* {
	margin:0;
	padding:0;
}
body {
	font: 100% 'Lucida Grande', Arial, Helvetica;
	background: #FFF8EC url(images/backpattern.png) top repeat;
	color: #333;
}
p {
	margin: 15px 0;
}
a:link, a:visited {
	color: #7D3DAE;
	text-decoration:none
}
a:hover, a:active {
	color: #7D3DAE;
	text-decoration:underline;
}
a img {
	border:0;
}
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding: 10px 10px 0 10px;
	border: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
}
select {
	width: 130px;
}


/* Structure */

#head {
	width:960px;
	margin:0px auto;
	margin-top:25px;
	padding:0px;
	font-size:0.7em;
}
#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#FFF;
	font-size:0.7em;
}
.left, .alignleft {
	float:left;
}
.right, .alignright {
	float:right;
}


/* Navigation Bar*/

#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	background:#2c2c2c url(images/navbar.png);
	font-size: 11pt;
	height:52px;
}
#page-bar {
	width:942px;
}
#page-bar ul {
	list-style: none;
}
#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
}
#page-bar li a, #page-bar li input {
	outline-style:none;
	outline-width:0;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 12px;
	font-weight:bold;
	color:#FFF;
	display:block;
}
#page-bar li.headlink a {
	text-decoration:none;
	display:block;
	-moz-border-radius:5.0px;padding:2px 4px; margin: 8px 8px;
}
#page-bar li.headlink a:hover {
	text-decoration:none;
	display:block;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
	background:#69D627;
	padding:2px 4px;
}
#page-bar li.headlink ul a { display: block; background:#FF0000; }
#page-bar li.headlink:hover ul a { font-size: 10pt; display:block; padding:4px 4px; background:#781498; -moz-border-radius:5.0px;}
#page-bar li.headlink:hover ul a:hover { font-size: 10pt; display: block; padding:4px 4px; background:#781498;}
#page-bar li.headlink:hover ul { font-size: 10pt; display: block; padding:4px 4px; 	border-radius:5.0px;-webkit-border-radius:5.0px;-moz-border-radius:5.0px; background:#781498; margin-top:-4px; margin-left:8px;}


#searchform {
	width:194px;
	float:right;
	text-align:right;
	margin-top:1px;
	margin-right:0px;
}


/* Dropdown Menus */		

#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
}
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 0px solid #C0C0C0;
}
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
}
#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#page-bar li:hover ul {
	left: auto;
	display: block;
}
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
}
h2 {
	font:2.3em Arial, "Times New Roman";
}
h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#7D3DAE;
	font-weight:bold;
}
h4 {
	font:1.0em Arial;
}
h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
}
h3#respond {
	margin-top:0px;
	padding-top:0px;
}
h3#comments {
	margin-top:10px;
	padding:6px;
	color:#333;
}
h3.authors {
	margin-top:15px;
}


/* Index Page*/

#logo {
	width:162px;
	margin-bottom:-12px;
	margin-top:-6px;
}
#logo a {
	outline-style:none;
	outline-width:0;
}
#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
}
#top {
	padding:0;
}
#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
}
#headline div.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
}
#headline a {
	color:#000;
}
#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
}
#headline p {
	padding-bottom:15px;
	font-size:1.2em;
	line-height:1.5em;
}
#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
}
#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
}
#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	font:Arial;
}
#featured .title {
	font:Arial;
	font-weight:bold;
}
#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}
#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
}
.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
}
.category p {
	margin:0;
}
#cat-1 {
	border-top:8px solid #BD0000;
}
#cat-2 {
	border-top:8px solid #284B89;
}
#cat-3 {
	border-top:8px solid #008951;
}
#cat-4 {
	border-top:8px solid #8C70A4;
}
#cat-5 {
	border-top:8px solid #FFD200;
}
.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.3em;
	letter-spacing:-0.05em;
}
#front-popular h3 {
	color:#fff;
}
.category a {
	color:#333;
	display:block;
	background:none;
}
.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}
#cat-1:hover {
	background:#BD0000;
	color:#fff;
}
#cat-2:hover {
	background:#284B89;
	color:#fff;
}
#cat-3:hover {
	background:#008951;
	color:#fff;
}
#cat-4:hover {
	background:#8C70A4;
	color:#fff;
}
#cat-5:hover {
	background:#FFD200;
	color:#fff;
}
#cat-1:hover a {
	background:#BD0000;
	color:#fff;
}
#cat-2:hover a {
	background:#284B89;
	color:#fff;
}
#cat-3:hover a {
	background:#008951;
	color:#fff;
}
#cat-4:hover a {
	background:#8C70A4;
	color:#fff;
}
#cat-5:hover a {
	background:#FFD200;
	color:#fff;
}
#bottom {
	width: 940px;
}
#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
}
#tnq-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
}
#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
}
#front-list blockquote {
	padding: 0px 10px 0 10px;
}
#front-list .title, #archive .title {
	font:1.3em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
}
#front-list a, #archive a {
	color:#7d3dae;
}
#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
#front-list .spoiler, #archive .spoiler {
	margin-top:3px;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0px;
	line-height: 17px;
	letter-spacing:normal;
	color: #565656;
	font-size: 12px;
}
#front-list p, #archive p {
	margin:0px;
}
.author {
	font-size:0.8em;
	font-weight:bold;
}
.meta {
	font-size:0.8em;
	color:#333;
}
.meta a {
	color:#333;
}
#headline p, #featured p {
	margin:0;
}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}
#content2 {
	width:920px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}
#content5 {
	width:445px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	min-height:100px;
}
#content4 {
	width:445px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:100px;
}
#content .breadcrumbs, #content .breadcrumbs a, #content2 .breadcrumbs, #content2 .breadcrumbs a, #content3 .breadcrumbs, #content3 .breadcrumbs a {
	font-weight:bold;
	color:#333;
}
#content .topbar, #content2 .topbar, #content3 .topbar {
	font-weight:bold;
	border-bottom:1px solid #ddd;
	color:#333;
}
#page .topbar {
	font-weight:bold;
	border-bottom:1px solid #ddd;
	color:#333;
}
#content h2.title {
	font:26px Arial;
	letter-spacing:-0.5pt;
	font-weight:bold;
	border-bottom:0px solid #2391BC;
	border-top:0px solid #ddd;
	padding:0px 0px;
	color: #2391BC;
}
#content2 h2.title {
	font:32px Arial;
	font-weight:bold;
	border-bottom:0px solid #ddd;
	border-top:0px solid #ddd;
	padding:5px 0px;
	color: #565656;
}
.post {
	font-size:1.05em;
	line-height:17px;
}
.post p {
	margin-top:0px;
}
.post .clearfloat {
	border-bottom:0px dotted #ccc;
	margin:10px 0px;
}
.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
}
.post ul li, #front-list ul li {
	list-style:square;
	margin-left:30px;
}
.post ol li, #front-list ol li {
	list-style:decimal;
	margin-left:30px;
}
.post ol li ul li, #front-list ol li ul li {
	list-style:square;
	margin-left:20px;
}
.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
}
.post .ads {
	margin-top:10px;
}
.entry {
	margin-top:20px;
}
#stats {
	margin-top:0px;
	padding:4px 0px;
	font:0.8em Arial;
	display:block;
	border-bottom: 0px dashed;
}
#stats span {
	padding: 0px 20px 0px 0px;
}
#stats span a:hover {
	background:none;
}
#stats span a {
	color:#333;
}
#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
}
#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
}
#tools a:hover {
	background:none;
}
.navigation {
	padding:5px 0px;
	text-align:Center;
}
.navigation a {
	font:1.1em Arial;
	font-weight:bold;
	display:inline-block;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	background:#DED0EA;
	padding:6px 6px;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
	outline-style:none;
	outline-width:0;
}
.navigation a:hover {
	background:#EAE0F1;
}


/* Sidebar*/

#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
}
#sidebar a {
	color:#000;
}
#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#8a14aa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
}
#sidebar li {
	font:1.1em Arial;
	font-weight:bold;
	display:inline-block;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	background:#DED0EA;
	padding:3px 3px;
	margin-bottom:2px;
	margin-right:-1px;
	color: #8a14aa;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
}
#sidebar li a {
	color: #8a14aa;
	outline-style:none;
	outline-width:0;
}
#sidebar li:hover {
	background:#EAE0F1;
}
#sidebar li a:hover {
	text-decoration:none;
}
#sidebar li ul li:last-child {
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
}
#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 0px 10px;
	background:#fff;
}
#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
}
#sidebar-middle {
	width:320px;
	float:right;
}
#sidebar-left {
	width:135px;
	padding:0px 2px 0px 10px;
	float:left;
	background:#fff;
}
#sidebar-right {
	width:135px;
	padding:0px 18px 0px 2px;
	float:right;
	background:#fff;
}
#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
}
.field {
	padding: 2px;
	border:1px solid #E4D8F3;
	background:#fff;
}
#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
}
#searchsubmit {
	padding-left:5px;
}
#commentform {
	margin: 10px 0 0;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	background:#EFF7FA;
	border:1px solid #D8ECF3;
	clear:both;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
}
#commentform input {
	font: 100% 'Lucida Grande', Arial, Helvetica;
}
#commentform a {
	color: #2391BC;
}
#commentform h3 {
	color: #2391BC;
}
#commentform ol {
	font-weight: bold;
}
#commentform textarea {
	width: 80%;
	font: 100% 'Lucida Grande', Arial, Helvetica;
	padding:10px;
	border:1px solid #D8ECF3;
	background:#fff;
}


/* Comments*/

.comments-container .comment  {
	padding: 2px 9px 9px 7px;
}

.mycomment  {
	margin-left: 7px;
}

.comments-container .comment a {
	color: #333;
	text-decoration: none;
}

.comments-container .comment a:hover {
	color: #333;
	text-decoration: underline;
}

.comments-container .comment .gravatar {
	background: url(images/comment-gravatar-bg.gif) no-repeat;
	float: left;
	height: 53px;
	margin: 0 8px 0 0;
	padding: 11px 0 0 13px;
	width: 59px;
}

.mycomment .mygravatar {
	background: url(images/comment-gravatar-bg-hype.gif) no-repeat;
	float: left;
	height: 53px;
	margin: 0 8px 0 0;
	padding: 11px 0 0 13px;
	width: 59px;
}

.comments-container .comment .inner-content {
	background: url(images/comment-content-bg.gif) repeat-y;
	float: left;
	width: 494px;
}

.mycomment .myinner-content {
	background: url(images/comment-content-bg-hype.gif) repeat-y;
	float: left;
	width: 494px;
}

.comments-container .comment .author {
	background: url(images/comment-author-bg.gif) no-repeat;
	color: #333;
	font: bold 14px/14px "Lucida Grande", Arial, Sans-serif;
	height: 13px;
	padding: 15px 0 0 19px;
	width: 475px;
}

.mycomment .myauthor {
	background: url(images/comment-author-bg-hype.gif) no-repeat;
	color: #333;
	font: bold 14px/14px "Lucida Grande", Arial, Sans-serif;
	height: 13px;
	padding: 15px 0 0 19px;
	width: 475px;
}

.comments-container .comment .content {
	background: url(images/comment-content-bg.gif) repeat-y;
	color: #333;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif;
	overflow: hidden;
	padding: 0 19px 0 19px;
	width: 456px;
}

.mycomment .mycontent {
	background: url(images/comment-content-bg-hype.gif) repeat-y;
	color: #333;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif;
	overflow: hidden;
	padding: 0 19px 0 19px;
	width: 456px;
}

.comments-container .comment .content p {
	margin: 0;
	padding: 10px 0 5px 0;
}

.comments-container .comment .date {
	background: #FAFAEF url(images/comment-date-bg.gif) no-repeat left top;
	color: #686868;
	font: bold 12px/12px "Lucida Grande", Arial, Sans-serif;
	height: 14px;
	padding: 14px 2px 0 2px;
	text-align: right;
	width: 490px;
}

.mycomment .mydate {
	background: #FAFAEF url(images/comment-date-bg-hype.gif) no-repeat left top;
	color: #686868;
	font: bold 12px/12px "Lucida Grande", Arial, Sans-serif;
	height: 14px;
	padding: 14px 2px 0 2px;
	text-align: right;
	width: 490px;
}

.comments-container .comment .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.comments-container {
	background: #FAFAEF;
	margin: 5px auto;
	padding-top:10px;
	width: 590px;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
	border:#F3F3DA solid 1px;

}


/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	height: 16px;
	width: 940px;
	background:#5CBC23 url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
}
#front-popular a {
	outline-style:none;
	outline-width:0;
}
#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:0px solid #fff;
}
#mostcommented {
	margin-left:17px;
}
#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:0px solid #fff;
}
#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
}
#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
}
#recentpost li a, #mostcommented li a, #recent_comments li a {
	outline-style:none;
	outline-width:0;
}
#recentpost ul li {
	font:1.1em Arial;
	font-weight:bold;
	display:table;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	background:#FA0A61;
	padding:3px 3px;
	margin:3px 3px 3px 0px;
	color: #FFFFFF;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
}
#mostcommented ul li {
	font:1.1em Arial;
	font-weight:bold;
	display:table;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	background:#FF8100;
	padding:3px 3px;
	margin:3px 3px 3px 0px;
	color: #FFFFFF;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
}
#recent_comments ul li {
	font:0.8em Arial;
	font-weight:bold;
	display:table;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	background:#189DC9;
	padding:3px 3px;
	margin:3px 3px 3px 0px;
	color: #FFFFFF;
	border-radius:5.0px;
	-webkit-border-radius:5.0px;
	-moz-border-radius:5.0px;
}
#recentpost ul li:hover {
	background:#FB3379;
}
#mostcommented ul li:hover {
	background:#FF962D;
}
#recent_comments ul li:hover {
	background:#1BB3E4;
}
#recentpost ul a:hover, #mostcommented ul a:hover, #recent_comments ul a:hover {
	text-decoration:none;
}
#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
}
#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
}
#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.7em;
	padding-top:10px;
	padding-bottom:10px;
	color: #666666;
}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfloat {
	height:1%;
}
*+html .clearfloat {
	height:1%;
}
.clearfloat {
	display:block;
}
.row {
	clear: left;
}
.col1 {
	width: 445px;
	float: left;
	padding: 0 0px;
}
.col2 {
	width: 445px;
	float: right;
	padding: 0 0px;
}
div#left-column {
	width: 445px;
	float: left;
}
div#right-column {
	width: 445px;
	float: right;
}
div.post-block {
	width: 445px;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
	clear: none;
}
div#container_division {
	width: 940px;
	margin-left:-15px;
}
.authcomment {
	background-color: #DCCFE4 !important;
}

  .sep {
	  border-top:#ecf 1px solid;
	  padding-bottom:2px;
  }
