/*  
Theme Name: K4L-2010
Theme URI: http://karate4life.com.au
Description: A custom theme for SCK
Version: 1.0
Author: Sunshine Coast Karate
Author URI: http://www.karate4life.com.au
*/

/* --------------------------  Structure ------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333366;
	margin: 0;
	padding: 0; 
}

#container {
	width: 940px;
	margin:0 auto;
	background-color:#fff;
}

#content {
	font-size: 1.2em;
	float: left;
	width: 598px;
	padding: 0 20px 20px 20px;
	border-right: 1px solid #dadada;
	margin: 0;
}

#widecontent {
	font-size: 2em;
	float: left;
	padding: 0 20px 20px 20px;
        1100
	margin: 0;
}

#sidebar {
	width: 300px;
	padding-left: 0 1px;
	float: right;
}

#footer {
	padding: 0;
	padding: 10px 0;
	margin: 0 auto;
	width: 940px;
	clear: both;
	text-align: center;
	background-color:#CCCCCC;
	}

.clearfix:after { content: "...."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/* --------------------------  End Structure ------------------------- */

/* -------------------------  Start Sidebar  ------------------------- */
#sidebar a {
	color: #FFFFFF;
	text-decoration: none; 
	cursor: pointer;
}
#sidebar ul { /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 0 8px;
padding: 0;
}

#sidebar ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#sidebar .widget {
	background-image: url('/wp-content/themes/K4L-2010/images/sidebar-box1_r2_c1.png');
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	
}

#sidebar.widget ul li {
	margin: 0;
}

#sidebar .widgettop {
	padding: 20px 5px 0 5px;
	margin-left: -20px;
	margin-right: -20px;
	background-image: url('/wp-content/themes/K4L-2010/images/sidebar-box1_r1_c1.png');
	background-repeat:no-repeat;
	background-position: left top;
}

#sidebar h4 {
	font: bold 15px Arial;
	margin: 0 15px 10px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar .widget ul li a{
	color: #336699;
	background: url(/wp-content/themes/K4L-2010/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 19px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size:14px;
	margin: 0;
}

#sidebar .widget ul li a:visited{
color: #336699;
}

#sidebar .widget ul li a:hover{ /*hover state CSS*/
color: #336699;
background-color: #F3F3F3;
}

/* ----- opt-in form in sidebar ----- */
.wprsf-theform table {
	text-align:center;
	margin: auto;
}

/* -------------------------  End Sidebar  ------------------------- */


/* Begin Typography & Colors */

.nav {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	width: 150px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	border: 1px inset #CCCCCC;
	padding-top: 4px;
}
.nav:hover {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #CC3300;
	width: 150px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	border: 1px inset #666666;
}




#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}






.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}

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

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



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* -------------------------  Header Styles  ------------------------- */
h1 {
	font-size: 1.0em;
	color: #333333;
	font-style: italic;
	line-height: 100%;
	overflow: hidden;
	margin-bottom: 3px;
	margin-top: 3px;
}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

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

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#content h3 {
	font-size: 24px;
	background-color: #eeeeee;
	display: block;
	padding-left: 10px;
	text-align:left;
	margin-top: 5px;
}

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

.wp h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


	
/* --------------------------  End Structure ------------------------- */






.entry p a:visited {
	color: #3366FF; /* #b85b5a*/
	}

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

.commentlist li {
	font-weight: bold;
	}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
	font-style: italic;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover, .postmetadata a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: right;
	width: 585px; // 505px
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

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

.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;
}


/* End Structure */



/*	Begin Headers */

/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 30px;
	}

#sidebar ul ul li:before {
	// content: "\00BB \0020";
	}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.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;
	margin-bottom: 15px;
	}

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

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

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 150px;
	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: justify;
	}

.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;
	text-align: left;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	// padding: 20px 5px 10px 5px;
	// margin-left: 0px;
	width: 300px; // 150px
	text-align:left;
    // background-color: #CCCCFF;
	}

.mainnav, .tips
{
	margin-left: 0px;
	margin-top: 12px;
	width: 160px;
	text-align:center;
	}

.tips h2
{
    margin-top: 0px;
    }

#sidebar a
{
	// font-size: 9px;
	color: #333399;
	text-decoration: none;
	}

#sidebar li li
{
	// font-size: 9px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.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*/



/* ---------------------------------------------------------------------------------------- */
/* Main menu settings */
#topmenu {
	clear:both;
	float:left;
	margin:0 1px 10px;
	padding:0;
	border-top:4px solid #fff; /* white line above menu */
	border-bottom:4px solid #000; /* black line below menu */
	width: 938px;
	font-size:140%; /* Menu text size */
	z-index:10; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	//background: #999;
}

/* Top menu items */ 
#topmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	left: 20px;
}

#topmenu ul li {
	margin:0 6px 0 0;
	padding:0;
	float:left;
	position:relative;
	// left:50%;
	top:1px;
	text-transform: uppercase;
}

#topmenu ul li a {
	display:block;
	margin:0;
	padding:.4em 1.2em .3em;
	font-size:1em;
	line-height:1em;
	background: black url(/wp-content/themes/K4L-2010/images/titlebar-blue.png) repeat-x center left;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #000;
}

#topmenu ul li.active a {
	color:#fff;
	background:#000;
}

#topmenu ul li a:hover,
#topmenu ul li:hover a,
#topmenu ul li.hover a { /* This line is required for IE 6 and below */
	background: black url(/wp-content/themes/K4L-2010/images/titlebar-grey.png) repeat-x center left;
	color:#fff;
}

/* Submenu items */
#topmenu ul ul {
	display:none; /* Sub menus are hiden by default */
	position:absolute;
	top:2em;
	left:0;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}

#topmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	width:100%;
}

#topmenu ul ul li a,
#topmenu ul li.active li a,
#topmenu ul li:hover ul li a,
#topmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}

#topmenu ul ul li a:hover,
#topmenu ul li.active ul li a:hover,
#topmenu ul li:hover ul li a:hover,
#topmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#36f; /* Sub menu items background colour */
	color:#fff;
}
 
/* Flip the last submenu so it stays within the page */
#topmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#topmenu ul li:hover ul,
#topmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

/* ------ WP Contact Form 7 ------ */
.wpcf7-form {
	margin: 0 auto 20px;
	width: 80%;
	border: 2px dashed #000;
	background: #ff9;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#wpcf7-f669-p660-o1 form.wpcf7-form {
	background: #ABC6F5;

}

span.wpcf7-list-item { 
	display: block;
}

/* ------ just for SCK ------ */
.get_started {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	background-color: #FFCC00;
	width: 200px;
	margin: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	border: 1px inset #CCCCCC;
	padding-top: 4px;
}

.intro_workshop {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #000033;
	background-color: #FFCC00;
	width: 300px;
	margin: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	border: 1px inset #CCCCCC;
	padding-top: 4px;
}

.get_started:hover, .intro_workshop:hover {
	color: #333333;
	background-color: #FF9900;
	text-decoration: none;
	border: 1px inset #666666;
}

iframe {
	display: block;
	margin: 0 auto;
}

.submitbutton {
	padding:20px;
	font-size: 1em;
	font-weight: bold;
	color:#FF0;
	background-color:#F00;
	border: 1px solid #333;
	text-align:center;
}