/*
Theme Name: Syiasweetcorn
Theme URI: http://syiasweetcorn.com
Description: WordPress theme design custom for Ms Syia, and only compatible with WP 2.7+
Version: 1.0
Author: Abdus
Tags: multicolor, fix width, two columns, widgets
*/

/**************************************************************/
/* CSS RESET */
/**************************************************************/

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}

fieldset {
        border: none;
}

input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

.clear {clear: both;}
.fleft {float: left;}
.fright {float: right;}
.center {margin: 0 auto;}
.aligncenter, dl.aligncenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
a img {border: none;}	

/**************************************************************/
/**************************************************************/


body {
	background-image: url(images/paper-bg.jpg);
	background-position: left top;
	background-attachment: fixed;
	font-size: 8pt;
	}
	
p {
	margin: 0;
	padding-bottom: 12px;
	}

#frame1 {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/design_02.png);
	background-repeat: no-repeat;
	min-height: 730px;
	}
	
#right {
	width: 690px;
	float: left;
	/* background: blue; */
	min-height: 700px;
	}
	
#left {
	width: 225px;
	float: right;
	/* background:gray; */
	}	
	
#content {
	width: 505px;
	margin-left: 185px;
	min-height: 200px;
	}	
	
#c-head {
	height: 300px;
	background: url(images/pokok_02.png) no-repeat;
	}	
	
#c-body {
	min-height: 700px;
	background: url(images/design_06.png) repeat-y left;
	}

#c-wrap {
	margin-left: 15px;
	padding-top: 20px;
	width: 480px;
	}

.post ul {
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px auto;
	list-style: square;
	}

.post ul li {
	padding-bottom: 3px;
	}
	
.c-title {}

.t-main {
	color: #669900;
	display: block;
	font-size: 20pt;
	/* font-family: "Century"; */
	font-family: "Georgia";
	font-weight: bold;
/* 	font-style: italic; */
	text-transform: capitalize;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #49a6d3;
	}
	
.t-sec {
	height: 30px;
	}

.t-date,.t-data {
	color: #49a6d3;
	line-height: 20px;
	font-size: 10px;
	font-family: Verdana,Arial;
	}

.c-post {
	padding-bottom: 15px;
	}

.c-post h2 {
	margin: 2px auto;
	}
	
.c-post p {
	line-height: 18px;
	font-size: 1em;
	text-align: justify;
	}

.c-post a, .c-post a:visited {
	color: #ff0090;
	border-bottom: dotted 1px #49a6d3;
	text-decoration: none;
	}
	
.c-post p a.flickr-image {
	display: block;
	max-width: 480px;
	overflow-x: hidden;
	border-bottom: none;
	}

.c-post a:hover {
	background: #333333;
	}

.c-post ul {
	padding: 3px 0;
	margin-left: 15px;
	margin-bottom: 0;
	margin-top: 0;
	list-style: square;
	}
	
.c-post ol {
	padding: 3px 0;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 0;
	list-style-position: outside;
	}

.c-post ol li {
	padding-bottom: 3px;
	}

#c-foot {
	height: 120px;
	background: url(images/cont_08.png) no-repeat;
	}

#sidebar {
	margin-top: 0;
	}

#s-head {
	height: 280px;
	background: url(images/design_05.png) no-repeat;
	}

#s-body {
	min-height: 400px;
	background: url(images/design_10.png) repeat-y;
	}

#s-wrap {
	width: 200px;
	margin-left: 15px;
	padding-top: 40px;
	}

#s-wrap ul {
	margin: 0;
	padding: 0;
	}

#s-wrap ul li {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	}

#s-wrap ul li ul li {
	list-style-type: square;
	margin:0 0 0 15px;
	padding: 0;
	font-size: 8pt;
	line-height: 12pt;
	}
	
#s-wrap h2 {
	margin: 0;
	color: #ff0090;
	font-size: 14px;
	font-weight: normal;
	font-family: "Century","Georgia";
	text-transform: capitalize;
	line-height: 18px;
	}

#s-wrap a, #s-wrap a:visited {
	color: #666;
	text-decoration: none;
	}
	
#s-wrap a:hover {
	color: #ff0090;
	border-bottom: dotted 1px #49a6d3;
	text-decoration: none;
	}

#s-foot {
	height: 80px;
	background: url(images/side_14.png) no-repeat;
	}

#footer {
	margin-top: 30px;
	padding:20px 10px;
	height: 50px;
	border-top: 1px dotted #ffffff;
	color: #fff;
	}

#paging {
	padding: 5px;
	background: #cc6666;
	color: #ffffff;
	font-family:"Lucida Grande";
	}

#cmt1 {
	text-align: right;
	padding: 20px 5px 5px;
	color: #660000;
	background: #ffcccc;
	}

#cmt2 {
	padding-top: 50px;
	}

#cmt-ul {
	margin: 0;
	list-style: none;
	}

#cmt-ul li {
	padding: 0 0 10px 10px;
	margin: 0;
	border-top: 3px #999 solid;
	min-height: 80px;
	}

.cmt-text {
	width: 420px;
	padding-top: 10px;
	}
	
.cmt-text p {
	padding-bottom: 4px;
	}

.cmt-text p abbr {
	display: block;
	padding-top: 10px;
	color: #999;
	}

.cmt-text p abbr em a:hover {
	color: #333;
	}
	
.cmt-data {
	padding-bottom: 10px;
	}	

.cmt-data a, .cmt-data a:visited {
	color: #555;
	border-bottom: dotted 1px #444;
	}
	
.cmt-data a:hover {
	color: #000;
	text-decoration: none;
	}	
	
.cmt-data small a {
	color: #ccc;
	}
		
.avatar {
	float: right;
	border: 1px #888 solid;
	outline: 4px #999 solid;
	margin-top: 10px;
	margin-right: 5px;
	}
	
.bypostauthor {
	background-color: #e9f1ff;
	}	

.thdrpy {
	color: #999;
	}
	
.thdrpy a, .thdrpy a:visited {
	color: #999;
	}	
	
.thdrpy a:hover {
	color: #000;
	}	

#respond {
	border-top: 5px solid #999;
	padding-top: 30px;
	background: url(images/biru2.jpg) top right no-repeat;
	}

#commentform small {
	font-size: 7pt;
	}

#commentform #author {
	margin: 0;
	}
	
#commentform #url {
	margin: 0;
	}
	
#commentform #email {
	margin: 0;
	}

#commentform textarea {
	width: 300px;
	margin: 0;
	}
	
.more-link {

	}	
	
#s-wrap ul li ul li.page_item {
	list-style: none;
	margin: 0 0 5px 0;
	}
	
#s-wrap .page_item a, #s-wrap .page_item a:visited {
	color: white;
	padding: 5px;
	background: #99ccff;
	width: 200;
	display: block;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	font-family: "Book Antiqua";
	font-size: 12pt;
	font-weight: 400;
	}
	
#s-wrap .page_item a:hover {
	background-color: #6699cc;
	border: 0;
	}	
	
.arc-li p {
	color: #999;
	}	
	
.arc-li	p:hover {
	color: #333;
	}
		
.c-post ul li.linkcat ul li {
	padding-bottom: 5px;
	}	
	
div#sya_container ul li {
	padding-top: 3px;
	}
	
#searchform input {
	border: none;
	padding: 2px;
	}

#searchform #s {
	background: #ccc;
	width: 136px;
	}

#searchform #searchsubmit {
	width: 46px;
	background: #cfcfcf;
	}
	
.wp-caption {
	border: 1px solid #999999;
	text-align: center;
	background-color: #cccccc;
	padding-top: 4px;
	margin: 5px;
	
	-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-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}