/*  
Theme Name: Frogiology
Description: Frogiology's theme style
Author: Stanley Fok
Author URI: http://blog.frogiology.com/
Version: 1.0
*/

/* Defaults */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 10px 0px;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

blockquote {
	background: url(images/bquotes.gif) left top no-repeat;
	padding-left: 35px;
	margin: 10px 0 0 10px;
	font-style: italic;
}

pre {
	border: solid 1px #333;
	font-size: 1.3 em; 
	color: blue; 
	margin: 5px 10px; 
	padding: 10px;
	background: #efefef;
}

code {
	color: #333;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 12px;
}

body {
	position: relative; /* Fixes browser resizing bug in IE6 */
	font-family: 'trebuchet ms', arial, sans-serif;
	text-align: center; /* IE Centering Technique */
	background: #000 url(images/background.jpg) no-repeat top center;
}

/* Header and wrapper */
#wrapper {
	margin: 0px auto;
	padding: 35px 0px;
	width: 920px;
	text-align: left; /* IE Centering Technique */
}

#headerwrapper {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	background: #fff;
}

#title {
	height: 50px;		
	float: left;
	display:inline;
}

#info  {
	width: 200px;
	font-size: 9pt;
	text-align: right;
	float: right;
	display:inline;
	margin: 22px 15px 0px 0px;
}

#header h1 {
	padding: 0px;
	font-size: 15pt;
}
#header h1 a {
	color: #d3d082;
	font-size: 16pt;
	text-decoration: none;
}
#header h1 a:hover {
	color: #EBE9BE;
	text-decoration: none;
}
#header h3 {
	padding: 0px;
	color: #000;
	font-size: 11pt;
}

/* Menu and search */
#nav {
	width: 920px;
	clear: both;
	height: 50px;
	background: url(images/bgnav.jpg) repeat-x;
}

#header #searchform {
	float: right;
	margin-left: 0px;
}

#searchform {
	width: 228px;
	height: 28px;
	margin-left: 10px;
	padding-top: 7px;
	background: #ccc;
	background: url(images/bgsearch.jpg) left 3px no-repeat;
}

*:first-child+html #searchform { /* Filter for IE7 */
	padding: 5px 0px;
}

* html #searchform { /* Filter for IE6 */
	padding: 5px 0px;
}

#searchbox {
	width: 145px;
	margin-left: 8px;
	margin-bottom: 3px;
	background: none;
	border: none;
}

#searchbutton {
	width: 50px;
	background: none;
	border: none;
}

#searchbutton:hover {
	cursor: pointer;
}

#nav ul {
	list-style: none;
	width: 600px;
}

#nav li {
	float: left;
}

#nav li a {
	padding: 0px 15px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 11pt;
	color: #FFF;
	/*text-transform: lowercase;*/
}

#nav li a:hover {
	color: #ffcc00;
	text-decoration: none;
}

/* Content */

#main {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 920px; /* Prevents IE6 miscalculation */
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#contentwrapper {
	width: 520px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#contentwrapper_fullwidth {
	width: 880px;
	float: left;
	padding-left: 5px;
	padding-right: 20px;
}

#content {
}

#content .pageTitle {
	font-size: 15pt;
	letter-spacing: -1px;
	color: #222;
}

.post {
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
}

h2.postTitle {
	padding: 0 0px;
	letter-spacing: -1px;
}

h2.postTitle a {
	font-size: 14pt;
	font-weight: bold;
	color: #333;
}

h2.postTitle img{
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

#content p.postMeta {
	padding: 0 0px;
	font-size: 10pt;
	color: #7b7b7b;
}

.post img {
	/* margin: 10px; */
}

#content p, .postContent p {
	font-size: 10pt;
	color: #333;
}

.postContent ul, ol {
	padding: 0px 0px 0px 35px;
}

.postContent ul li, ol li {
	font-size: 10pt;
	color: #333;
}

.comment {
	border-top: 1px solid #ebebeb;
	padding-left: 10px;
}

.postSeparator {
	border-top: 1px solid #ebebeb;
	height: 20px;
}

#commentslinks {
	float: right;
	text-align: right;
	padding: 5px 10px;
	width: 160px;
	color: #727248;
	font-size: 9pt;
}

#commentslinks a {
	text-decoration: underline;
}

#comments {
	margin: 0px 10px;
	padding: 5px 10px;
	padding-left: 25px;
	font-size: 9pt;
	color: #727248;
	background: url(images/comment.jpg) left 5px no-repeat;
}

p.comments {
	clear: both;
	padding: 5px 0px;
}

p.comment {
	padding: 0px 10px;
}

p.comments a {
	padding-left: 20px;
	background: url(images/comment.jpg) left top no-repeat;
	font-size: 10pt;
	text-decoration: none;
}

p.comments a:hover {
	text-decoration: underline;
}

.commentlist {
	margin: 10px 25px;
	padding: 0px 10px;
	font-size: 10pt;
	list-style: none;
	width: 500px;
}

.commentlist li {
	margin: 0px 0px 5px -25px;
	padding-bottom: 5px;
}

.commentlist cite {
	font-size: 10pt;
	font-style: normal;
}

.commentlist cite a {
}

.comment .commentmetadata a {
	color: #333;
}

.commentlist p {
	padding: 10px 0px;
}

.comment h3 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

p.comment a {
	padding-left: 20px;
	background: url(images/comment.jpg) left top no-repeat;
	font-size: 10pt;
}

textarea {
	width: 480px;
	padding: 5px 5px;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 10pt;
}

.comment #submit {
	width: 118px;
	height: 30px;
	background: url(images/commentbutton.jpg) left top no-repeat;
	border: none;
	font-size: 9pt;
	color: #fff;
}

.comment #submit:hover {
	cursor: pointer;
}

.commentbody {
	float:left;
	width: 400px;
	margin: 10px 0px 15px 0px;
	padding-bottom: 10px;
}

a.gravatar {
	float:left;
	margin:10px 15px 20px 0px;
	width:69px;
}

#nextprevious {
	font-size: 14px;
	margin: 10px;
	padding-bottom: 20px;
}

/* Sidebars */
#sidebars {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 5px;
	width: 350px;
}

#sidebar0 {
	padding: 0px 15px 0px 0px;
}

#sidebar1 {
	float: left;
	width: 160px;
}

#sidebar2 {
	float: right;
	padding-right: 15px;
	width: 160px;
}

#sidebars h2 {
	padding: 0px 0px 2px 0px;
	font-size: 12pt;
	color: #333;
	letter-spacing: -1px;
	border-bottom: 1px solid #e4e4e4;
}

#sidebars table {
	width: 160px;
}

#sidebars ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#sidebars li {
	margin-bottom: 20px;
	list-style: none;
	font-size: 9pt;
}

#sidebars li ul {
	padding: 0px;
}

#sidebars ul ul li {
	margin: 0px;
	padding: 3px 2px 2px 16px;
	color: #333;
	background: url(images/bullet.gif) left 7px no-repeat;
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebars a {
	display: inline;
	color: #003366;
	text-decoration: none;
}

#sidebars a.showit {
	color: #003366;
}

#sidebars a:hover {
	color: #003366;
	text-decoration: underline;
}

#sidebars p {
	padding: 2px 0px;
	font-size: 9pt;
	color: #333;
}

#tag_cloud a {
	display: inline;
}

#sidebars ul.children li {
	border-bottom:none;
}

#sidebars ul.children {
	margin-bottom:-5px;
}

/* footer*/

#footerwrapper {
	clear: both;
	border: 1px solid #000;
	width: 920px;
}

#footer {
	text-align: right;
	padding: 0px 5px;
	height: 24px;
	background: url(images/bgnav.jpg) repeat-x;
}

#footer p {
	padding: 3px;
	font-size: 8pt;
	color: #fff;
}

#footer a {
	color: #ffcc00;
}

a img {
	border: none;  
}

.highlight {
	color: #D9D688;
	font-weight: bold;
}

/* Misc */
.cleared {
	clear: both;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px;
	margin: 0px;
}

#profile-box {
	margin-top: 10px;
}

#profile-box  #photo {
	float: left;
	margin-right: 10px;
	height: 80px;
	width: 80px;
}

#profile-box  #desc {
	float: right;
	width: 245px;
}

#calendar_wrap tbody a{
	text-decoration: underline;
	font-weight: bold;
}
