/*  
Theme Name: Jane Simons
Theme URI: http://prussia.net/
Description: Designed by Debra Jason. Implemented by Zern Liew for Prussia.Net
Version: 0.9
Author: Prussia.Net
Author URI: http://prussia.net/

	The default WordPress theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Adapted and reorganised by Zern Liew from the one supplied with the default WordPress theme.
	Visit his websites at http://eidesign.com.au/ and http://eicolab.com.au/

*/


/* Begin Structure =============================================================================================== STRUCTURE */

body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color:#ffffff;
}

#page {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 24px 0 24px 0;
	width: 811px;
	border:0;
	text-align:left;
}

#header {
	background-color:#ffffff;
	margin: 0;
	padding: 0; 
	clear:both;
}

#headerimg {
}






#content {
	width:425px;
	float:right;
	padding:0 15px;
	font-size: 1.2em;
	color:#67686a;
	background-color: #ffffff;
}

.content_below{
	width:425px;
	float:right;
	padding:0 15px;
	margin:0.9em 0;
	font-size: 1.2em;
	color:#67686a;
	background-color: #ffffff;
}

#content p, .content_below p {
	line-height:1.6em;
}

#content p a:link, #content p a:visited,    #content a:link, #content a:visited,    #content li a:link, #content li a:visited,     .content_below p a:link, .content_below p a:visited,    .content_below a:link, .content_below a:visited,    .content_below li a:link, .content_below li a:visited   {
	color:#009daf;
	text-decoration:underline;
}

#content p a:hover, #content a:hover, #content li a:hover,      .content_below p a:hover, .content_below a:hover, .content_below li a:hover  {
	color: #f7941d;
	text-decoration:underline;
}




.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

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

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

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



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

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

.widecolumn {
	line-height: 1.6em;
}

.widecolumn .post {
	margin: 0;
}

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



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

.post hr {
	display: block;
}

.postmetadata {
	clear: left;
}

/* End Structure */
/*	Begin Headers =============================================================================================== FOOTER */

#footer {
	padding: 20px 0 40px 0;
	margin: 0 auto;
	width: 811px;
	clear: both;
	border: none;
	text-align: center;
	color:#999999;
	font-size:0.8em;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a, #footer p a {
	color:#999999;
}

/* End Footer */
/*	Begin Headers =============================================================================================== HEADERS */


#content h1, #content h2, #content h3 {
	line-height:normal;
	margin:1.6em 0 -0.5em 0;
}

h1, h2, h3 {
	color:#009daf;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}
	
h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	font-size: 14;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	color:#FF0000;
}

h1 a:link, h2 a:link, h3 a:link,    h1 a:visited, h2 a:visited, h3 a:visited {
	color:#009daf;
	text-decoration:underline;
}

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

/* End Headers */
/* Begin Images =============================================================================================== IMAGES */

p img {
	padding: 0;
	max-width: 100%;
}

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

a img {
	border: none;
}

/* End Images */
/* Begin Navbar =============================================================================================== NAVBAR */

#navbar { 
	font-size:1.1em;
	padding:9px 33px;
	margin:0 0 28px 0;
	text-align:left;
} 

#navbar ul{
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}
	
#navbar li {
	display:inline;
	list-style-type:none;
	padding:0 0 0 0.45em;
	margin:0;
	border-left:1px solid #009daf;
}

#navbar .page_item a {
	margin:0 0.45em;
	font-weight:normal;
	color:#009daf;
	text-decoration:none;
}

#navbar .current_page_item a {
	margin:0 0.45em;
	font-weight:normal;
	color:#f7941d;
	text-decoration:none;
}
	
#navbar .inactive_page_item a {
	margin:0 0.45em;
	font-weight:bold;
	color:#aaaaaa;
	text-decoration:none;
}

#navbar .page_item a:hover, #navbar .current_page_item a:hover {
	color: #f7941d;
}

/* End Navbar */
/* Begin Sidebar =============================================================================================== SIDEBAR */

#sidebar {
	width:356px;
	float:left;
	font-size: 1.2em;
	color:#009daf;
	text-align:center;
	background-color: #ffffff;
}

#sidebar form {
	margin: 0;
}

.sidebar_text {
	padding:0.45em 80px 0.45em 80px;
}

.sidebar_text p a:hover, .sidebar_text a:hover {
	color: #f7941d;
}

.sidebar_block_top {
	width:210px;
	height:14px;
	margin:24px auto -5px auto;
	background-image:url(http://exercisejanesimons.com.au/wp-content/themes/JaneSimons/images/sidebar-block-top.gif);
	background-repeat:no-repeat;
}

.sidebar_block_content {
	/*width:236px;*/
	width:138px;
	margin:0 auto;
	background-color:#ddf1f4;
	border-bottom:3px solid #ffffff;
	padding:8px 36px 10px 36px;
	font-size:90%;
}

.sidebar_block_content_nogap {
	/*width:236px;*/
	width:138px;
	margin:0 auto;
	background-color:#ddf1f4;
	padding:8px 36px 16px 36px;
	font-size:90%;
}

.sidebar_block_bottom {
	width:210px;
	height:14px;
	background-image:url(http://exercisejanesimons.com.au/wp-content/themes/JaneSimons/images/sidebar-block-bottom.gif);
	background-repeat:no-repeat;
	margin:-5px auto 24px auto;
}

.sidebar_block_content p, .sidebar_block_content h1, .sidebar_block_content h2, .sidebar_block_content h3, .sidebar_block_content_nogap p, .sidebar_block_content_nogap h1, .sidebar_block_content_nogap h2, .sidebar_block_content_nogap h3 {
	margin:0.2em 0;
}

.sidebar_text a:link, .sidebar_text a:visited, .sidebar_block_content a:link, .sidebar_block_content a:visited, .sidebar_block_content_nogap a:link, .sidebar_block_content_nogap a:visited {
	color: #f7941d;
	text-decoration:underline
}

/* End Sidebar */
/* Begin Lists =============================================================================================== LISTS */

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


#content li {
	line-height:1.6em;
	list-style-image:url(http://exercisejanesimons.com.au/wp-content/themes/JaneSimons/images/bullet.gif);
	margin:0;
	padding-left:1.3em;
}

#content ul, #content ol {
	padding:0;
	margin-left:17px;
}

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: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul 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;
}


#linkslist, #faqlist {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image: none;
}

#linkslist li {
	padding:0;
	margin:1.3em 0;
	list-style-type:none;
	list-style-image: none;
}

#faqlist li {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image: none;
}

/* End Entry Lists */
/* Begin Form Elements =============================================================================================== 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: 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 =============================================================================================== 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;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 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: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

/* End Comments */
/* Begin Calendar =============================================================================================== CALENDAR */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

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

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

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar */
/* Begin Various Tags & Classes =============================================================================================== MISC 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;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.spiraldivider {
	margin:50px 0 24px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

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

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

.ejsblue {
	color:#009daf;
}

/* End Various Tags & Classes*/



