﻿/* -----------------------------------------------------------------------------------
Theme Name: PrgLab Blog
Theme URI: http://prglab.com/wordpress-themes/prglabblogstyle/
Description: 
Version: 1.2
Author: Aqua J
Author URI: http://prglab.com/

	This theme is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
	http://creativecommons.org/licenses/by-sa/2.5/

----------------------------------------------------------------------------------- */

body {
	background-color: #EEEEEE;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	/*from old*/
	font-size: 80%; /* Resets 1em to 10px */
}

body,td,th {
	font-family: arial, helvetica, sans-serif;
	/*font-size: 12px;*/
	color: #000000;
}

a { 
	color:#003366;
	text-decoration:none;
}

a:hover {
	color: #336699;
	text-decoration:underline; 
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:3px;
	color:#003366;
	text-align:left;
}

h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

h2 a {
	text-decoration:none;
}

img {
	border:0;
}

input, textarea {
	border:1px solid #336699;
	background:#fff8dc;
	color:#a65;
	font-size:1.2em;
}


/* ------ Layout ------ */

#page {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 70px;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-x;
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	width: 100%;
}

#content{
	margin: 0;
	padding: 10px;
	float: right;
	width: 600px;
	vertical-align: top;
}

/* Ad (Content) */
#content .content-ad {
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar{
	width: 180px;
	margin: 0px;
	padding: 10px;
	float: left;
	vertical-align: top;
	border-right: 1px solid #EEE;	
	font-size: 12px;
	background-color: #DDDDDD;
}

#footer {
	clear: both;
	background-image: url(images/footer-bg.png);
　　　　　　　　background-size: 100%;
	height: 12px;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #003366;	
}

/* ------ Header ------ */

#headertitle {
	margin: 10px 0 0 0;
	padding: 0;
	width: 250px;
	float: left;
	vertical-align: middle;
}

#headerbanner {
        float:right;
}

a.page_title:hover {
	text-decoration:none;
}

#headertitle h1 {
	font:bold 2.4em 'Georgia', 'Serif';
}

#headertitle h1 a {
	background:transparent;
	color:#fff8dc;
}

#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	font-size:1.1em;
	background:transparent;
	color:#fff8dc;
}
.search {
	float:right;
	/*position:relative;*/
	padding-top:55px;
	padding-right:1.2em;
	width:160px;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:11em;
	margin:0;
	padding:0.1em 0.3em;
	border:1px solid #fff8dc;
	background:#bb8460;
	color:#fff8dc;
}

/* ------ Top navigation ------ */

#hmenu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
}

#hmenu ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	white-space: nowrap;
}

#hmenu ul li {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	display: block;
	float: left;
	background-image: url(images/menu-break.png);
	background-repeat: no-repeat;
}

#hmenu ul li a:link,
#hmenu ul li a:active,
#hmenu ul li a:visited {
	vertical-align: middle;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}
#hmenu ul li a:hover{
	text-decoration: underline;
}
#hmenu .active a {
	background-image: url(images/link-bg.png);
	background-repeat: repeat-x;
}
#hmenu .active a:hover {
	text-decoration: none;
}

/* Sidebar */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #EEEEEE;
	border-top: 0px;
}

#sidebar ul ul {
	margin:0;
	padding:0.5em;
}

#sidebar li li {
	padding:0;
	margin:0;
	border:none;
}
#sidebar ul ul ul {
	padding:0;
}
#sidebar li li li {
	padding-left:1em;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	color:#003366;
}
#sidebar ul h2 {
	margin:0;
	padding:0 0.5em;
	font:small-caps bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#f5eccb url('images/menu_bg.png') repeat-x;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#003366;
}


/* ------ Post ------ */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post a {
	text-decoration:underline; 
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	color:#544;
	font-size:1.2em;
	line-height:1.5em;
	/*text-align:justify;*/
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #eddab7;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.posttitle {
	font-family:'Georgia', 'Serif';
	padding: 5px 0px;
}

.posttitle a, .posttitle a:hover {
	text-decoration: none;
}

.postmetatop {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  color: #3e5867;
  display: block;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  margin: 0 -28px;
  padding: 6px 28px;
  text-shadow: 0px 1px 0px #fff;
  width: 576px;
}

.postmetabottom {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 1em;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetabottom a { color: #666; padding: 2px; }
.postmetabottom a:hover { background-color: #efefef; }


/* Comments */
#comments {
	margin:0 5em;
}	
#comments h3 {
	font-size:1.4em;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	margin:2em 0;
	overflow:auto;
}
.commentlist p {
	margin:0.5em 0;
}
.commentlist h4 {
	font-size:1.2em;
	margin:0;
}
textarea#comment {
	width:100%;
}
/* Comment ends */



/* Calendar */
#wp-calendar {
	margin:auto;
}
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#cd661d;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#a01f13;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 1px dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}


/* Page Title */
#page_sub_title {
	font: 1em 'Georgia', 'Serif';
	color: #888;
	padding-left: 10px;
}

.page_title {
	font:bold 2.2em 'Georgia', 'Serif';
}

/* ------ Wordpress specific CSS ------ */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 576px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

