/******************************************************me: StudyDIY 2007
Theme URI: http://www.studydiy.com.tw
Description: A simple theme that blends into the StudyDIY main pages
Version: 1.0
Author: StudyDIY
Author URI: http://www.studydiy.com.tw
Tags: custom

This theme was designed by and for StudyDIY Co Ltd


*/

/******************************************************
						CONTENT
*******************************************************/

#content {
	background: #fff;
	margin: 15px;
	}

#content img
{
	border: 0px; 
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin-bottom: 8px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

.title a {
	text-decoration: none;
	color: #555;
	}

.title a:hover {
	text-decoration: underline;
	}

.pagetitle {
	margin-bottom: 8px;
	line-height: 30px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.postdate {
	font-size: 11px;
	padding: 2px 4px;
	background: #eee;
	}

.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	background: #eee;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
   padding-right: 10px; 
	}

.alignright {
   float: right;
   padding-left: 10px; 
	}

.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: 0 4px 5px;
   margin: 0;
	}
	
/******************************************************
						SIDEBAR(S)
*******************************************************/

#sidebar {
	margin-right: 15px;
	}
	
#sidebar a {
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: underline;
	}
	
#search input {
	border: 1px solid #ddd;
	}
	
#search label {
	margin: 10px 0;
	padding: 4px 8px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	display: block;
	}
	
#s {
	width: 100px;
	padding: 2px;
	}

#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 2px 6px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	}

#sidebar ul,#sidebar ol {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar ul li,#sidebar ol li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul,#sidebar ol ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li ,#sidebar ol li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/star-arrow.gif) no-repeat top left;
	}
	
#sidebar ul li ul li, #sidebar ol li ol li {
	background: #FFFFFF url(images/star-arrow.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	border-bottom: 1px solid #ddd;
	}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/******************************************************
						COMMENTS
*******************************************************/

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/******************************************************
						MISC (WP GENERATED)
*******************************************************/

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}

.textwidget 
{
 line-height: 20px; 
}

