/*  
Theme Name:Supaoman
Theme URI: http://www.pixture.com/
Description: Pixture Studio Wordpress Theme
Version: 1.0
Author: Pixture Studio
Author URI: http://www.pixture.com/
*/

@import url("./common.css");

/*-------------------------------------------------------------------*/
/*                          Common Elements                          */
/*-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	color: #444;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

li {
	margin-left: 5px;
}

img {
	/* border of the image anchor */
	border: solid 0px #fff;
}

a, a:visited {
	color: #555599;
	text-decoration: underline;
}
	
a:hover {
	color: #222266;
	text-decoration: underline;
}
a:focus {
	outline: none;
}

ul {
	margin-left: 1em;
}

ol {
	margin-left: 1em;
}

br {
	line-height: 1em;
}

h1 {
	margin: 0px;
}
blockquote {
	margin: 0px;
	padding: 10px 20px;
	background: #ffffcc;
	border-left: solid 4px #ddddaa;
	line-height: 1.6em;
	color: #555522;
}

h1 {
/*---- these are good with Safari and Firefox ----
	font: bold 25px 'Arial', 'HiraKakuPro-W65', 'Helvetica', Sans-Serif;
	font: bold 18px 'Arial', 'HiraKakuPro-W65', 'Helvetica', Sans-Serif;
	font: bold 27px 'Arial', 'HiraKakuPro-W65', 'Helvetica', Sans-Serif;
*/
/*---- good ----
	font: 25px 'Arial', 'HiraKakuPro-W65', 'Helvetica', Sans-Serif;
	letter-spacing: -1px;
*/

	font: bold 18px 'Arial', 'HiraKakuPro-W65', 'Helvetica', Sans-Serif;
	letter-spacing: 0px;
	text-decoration: none;

	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.2em;

	color: #666;
	border-bottom: solid 1px #ccc;
}
h1:hover {
	text-decoration: none;
}

pre {
	padding: 8px;
	background-color: #eee;
	border: solid 1px #ddd;
	color: #333;
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: pre-wrap;		/* CSS3 */
	word-wrap: break-word;	/* IE 5.5+ */
	line-height: 1.1em;
}
.AA, #AA {
	line-height: 1.1em;
	background-color: #ffffff;
	border: solid 0px #ffffff;
}

/*-------------------------------------------------------------------*/
/*                      Core Layout Elements                         */
/*-------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Helvatica,Arial,osaka,sans-serif;
	text-align: center;	/* hack for IE 6 */

	background: #fff;
	background: #ddd;
	background: #333;
	background: #fff;
	background: #ffffff url(images/pat.jpg) repeat top left;
}

body div {
	text-align: left;
	line-height: 1.5em;
}

/* 
 * div#wrap contains div#header, div#main, div#sidebar and div#footer
 */
#wrap {
	margin: 0px auto 0px auto;
	width: 860px; 
	overflow: hidden;
	position: relative;
	text-align: left;
	
	background-color: #fff;
	width: 860px; 
	padding: 10px;
	border: solid 0px #ccc;
/*
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
*/
}

#header {
	float: left;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 860px;
	height: 200px;
	background: #ffffff url(images/header.jpg) no-repeat center;

	height: 204px;
	background: #ffffff url(images/header-new.jpg) no-repeat center bottom;
/*
	background: #082974 url(images/header-1024.jpg) no-repeat center top;
*/
}

#navibar ul {
	width: 860px;
	float: left;
	padding: 0px;
	margin: 0px;	
	border-top: 1px solid #001122;
	border-bottom: 1px solid #001122;

	background: #000 url(images/btn-normal.gif) repeat-x top left;
}
/* 
 * div#container contains div#main, div#sidebar
 */
#container {
	background: #fff;
	border: solid 0px #fff;
	margin: 0px;
}
#footer {
	clear: both;
	margin-bottom: 0px;	/* space below footer */
	font-size: 11px;
	color: #aaa;
	text-align: center;
	height: 36px;
	background: #000 url(images/btn-normal.gif) repeat-x top left;
}

#footer_line {
	clear: both;
	background-color: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;

	padding-top: 0px;
	border-bottom: 0px solid #ccc;
}

#footer a         { font-size: 11px; color: #6666aa; text-decoration: none; }
#footer a:link    { font-size: 11px; color: #6666aa; text-decoration: underline; }
#footer a:visited { font-size: 11px; color: #6666aa; text-decoration: underline; }
#footer a:hover   { font-size: 11px; color: #8888cc; text-decoration: underline; }

/* 
 *------------------------------- NOTE! -------------------------------------
 *
 * If you want to swap the sidebar and main, just see the comment on the
 * #main and #sidebar section and enable/disable the float and background
 * style of your choice.
 *
 *------------------------------- NOTE! -------------------------------------
 */

#page {
	width: 860px;
	border: solid 0px #fff;
	float: left;
	background-color: #fff;
}

#main {
	width: 576px;
	border: solid 0px #fff;
	background-color: #fff;
	/* for right side bar layout */
	float: left;
	border-right: solid 1px #ccc;
}

#main2 {
	width: 690px;
	border: solid 0px #fff;
	background-color: #fff;
	/* for left side bar layout */
	float: right;
}

#sidebar {
	width: 280px;
	background-color: #fff;
	/* for right side bar layout */
	float: left;
	/* add small space between bottom of the navibar and top of the sidebar */
	/*
	margin-top: 10px;
	*/
}

#sidebar2 {
	width: 166px;
	background-color: #fff;
	/* for left side bar layout */
	float: right;
	/* add small space between bottom of the navibar and top of the sidebar */
	/*
	margin-top: 10px;
	*/
	background-color: #fff;
	margin-top: 10px;
}

/* 
 * div#main_inner and div#sidebar_inner are used only for adding 
 * some margin to the main and sidebar area.
 * You can not use margin or padding to the div#main and div#sidebar
 * div#page is the one for pages without sidebar.
 */
#main_inner {
	margin: 20px 20px;
	font-size: 12px;
	line-height: 1.8em;
}
#main2_inner {
	margin: 15px 25px 15px 15px;
	font-size: 12px;
	line-height: 1.8em;
}

#sidebar_inner {
	margin: 25px 20px;
}

#sidebar2_inner {
	margin: 10px 15px;
}

#page_inner {
	margin: 25px;
	font-size: 12px;
	line-height: 1.8em;
}

/*-------------------------------------------------------------------*/
/*                          Header Area                              */
/*-------------------------------------------------------------------*/

/*---------------- blog title (in div#header) ----------------*/
#blog_title {
	/* DEBUG  border: 2px solid #0000ff; */
	/* Set position of the title */
	padding: 20px 10px 0px 10px; 
}
#blog_title a, #blog_title a:visited {
	font-size: 24px;
	color: #eeeeee;
	text-decoration: none;
}
#blog_title a:hover {
	color: #eeeeee;
	text-decoration: none;
}
#blog_subtitle {
	padding: 5px 10px;
	font-size: 11px;
	color: #eeeeee;
	text-decoration: none;
}
#blog_calendar {
	padding: 0px;
	padding: 5px;
}

/*---------------- div#header_calendar (below div#header) ----------------*/
#header_calendar {
	width: 860px;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #ddeecc;
	height: 28px;
}

/*---------------- div#navibar (below div#header) ----------------*/
#navibar ul li {
	list-style-type: none;
	display: inline
}

#navibar ul li a {
	/* page button (normal) */
	padding: 6px 15px; 
	font-size: 12px;
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	float: left;

	background: #000 url(images/btn-normal.gif) repeat-x top left;
	border-right: solid 1px #000;
}
#navibar ul li a:hover {
	/* page button (mouse over) */
	background: #000 url(images/btn-hilite.gif) repeat-x top left;
}

#navibar ul li.current_page_item a
{
	padding: 6px 15px; 
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	background: #000 url(images/btn-hilite.gif) repeat-x top left;
}
#navibar ul li.current_page_item a:hover {
	/* page button (mouse over) */
	background: #000 url(images/btn-hilite.gif) repeat-x top left;
}


/*-------------------------------------------------------------------*/
/*                         Main Contents                             */
/*-------------------------------------------------------------------*/
#archive_title {
	margin: 0px;
	padding: 0px 0px;
	color: #aaaaaa;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}
#archive_title {
	margin: 0px;
	padding: 0px 0px;
	color: #aaaaaa;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------*/
/*                             Article                               */
/*-------------------------------------------------------------------*/
#timestamp {
	line-height: 1em;
	text-align: right;
	font-size: 11px;
	color: #aaaaaa;

	background-color: #ffffff;

	font-size: 12px;
	color: #bb9966;
	margin: 0px;
	padding-top: 2px;
	font-weight: bold;
}

#article {
	margin-bottom: 25px;
	margin-top: 2px;
	padding: 5px;
padding: 5px;
	background-color: #ffffff;
}

#article_title {
	/*--- h1 and h1 span is used ---*/
}
#article_body {
	background-color: #ffffff;
	padding: 5px 10px 10px 10px;
	line-height: 1.8em;
}

#article_footer {
	/* comments, trackback and categories are shown under the article */
	text-align: right;
	padding: 4px;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #ffffff;
	margin-top: 5px;
}
#comment_icon {
	padding-left: 10px;
	background: url("images/comments.gif") #ffffff no-repeat center left;
}

/*-------------------------------------------------------------------*/
/*                             Comment                               */
/*-------------------------------------------------------------------*/
/*-- div#comment entire comment block --*/
#comment {
	background-color: #fff;
	margin-top: 10px;
	padding: 0px;
}
#comment_info {
	/* displays the number of comments */
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
/*-- comment list --*/
ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#comment li {
	margin: 0px;
	padding: 0px;
}
#comment_each {
	/*-- each comment: contains li.author and li.body --*/
	padding: 0px;
	margin: 0px;
	border-bottom: 0px dotted #bbbbbb;
	margin-top: 10px;
}
#comment_each li.body-e {
	padding: 4px 10px;
}
#comment_each li.body-o {
	padding: 4px 10px;
}
#comment_each li.author-e {
	padding: 4px 10px;
	background-color: #ddddff;
}
#comment_each li.author-o {
	padding: 4px 10px;
	background-color: #ddddff;
}

#comment_form {
	/* reply form */
	padding: 10px;
	margin-top: 20px;
	background-color: #eee;
}
#comment_form textarea {
	padding: 2px;
	margin: 2px;
}
#comment_form input {
	padding: 2px;
	margin: 2px;
}

#editpost {
	width: 100%;
	background-color: #eeeeee;
	text-align: center;
	font-size: 11px;
	padding: 6px 0px;
}
/*-------------------------------------------------------------------*/
/*                         Page Navigator                            */
/*-------------------------------------------------------------------*/
#pagenavi a:link    { font-size: 11px; color: #555599; text-decoration: underline; }
#pagenavi a:visited { font-size: 11px; color: #555599; text-decoration: underline; }
#pagenavi a:active  { font-size: 11px; color: #555599; text-decoration: underline; }
#pagenavi a:hover   { font-size: 11px; color: #222266; text-decoration: underline; }

#pagenavi_left {
	width: 34%;
	margin-top: 20px;
	padding: 4px 20px;
	text-align: left;
	background-color: #eeeeee;
	border-top: 0px solid #cccccc;
	font-size: 11px;
}
#pagenavi_center {
	width: 30%;
	margin-top: 5px;
	padding: 4px 20px;
	text-align: center;
	background-color: #eeeeee;
	border-top: 0px solid #cccccc;
	font-size: 11px;
}
#pagenavi_right {
	width: 34%;
	margin-top: 5px;
	padding: 4px 20px;
	text-align: right;
	background-color: #eeeeee;
	border-top: 0px solid #cccccc;
	font-size: 11px;
}

/*-------------------------------------------------------------------*/
/*                             Sidebar                               */
/*-------------------------------------------------------------------*/
#sidebar a:link    { font-size: 12px; color: #555599; text-decoration: none; }
#sidebar a:visited { font-size: 12px; color: #555599; text-decoration: none; }
#sidebar a:active  { font-size: 12px; color: #555599; text-decoration: none; }
#sidebar a:hover   { font-size: 12px; color: #222266; text-decoration: underline; }

#sidebar2 a:link    { font-size: 12px; color: #555599; text-decoration: none; }
#sidebar2 a:visited { font-size: 12px; color: #555599; text-decoration: none; }
#sidebar2 a:active  { font-size: 12px; color: #555599; text-decoration: none; }
#sidebar2 a:hover   { font-size: 12px; color: #222266; text-decoration: underline; }

#sidebar li {
	/* outside box of one sidebar widget block */
	list-style-type: none;
	line-height: 1.8em;
	font-size: 11px;
	color: #555599;	/* dot and non-anchor text color */
	padding: 0px;

	margin-bottom: 10px;
	border: solid 0px #cccccc;
	background-color: #ffffff;
}

#sidebar2 li {
	/* outside box of one sidebar widget block */
	list-style-type: none;
	line-height: 2em;
	font-size: 12px;
	color: #555599;	/* dot and non-anchor text color */
	padding: 0px;
	margin: 0px;
	border: solid 1px #ccc;
	padding: 2px 10px;
	margin-bottom: 3px;
	background-color: #e8e8ff;
	border-width: 0px 0px;

	background-color: #fff;
	border-bottom: dashed 1px #ddddee;
	padding: 2px;
	margin: 0px;
	list-style-type: square;
	margin-left: 10px;
}

#sidebar h2 {
	/* title of one sidebar widget block */
	margin: 0;
	padding: 2px 10px;
	text-align: let;

	font-size: 12px;
	font-weight: bold;
	color: #555555;

	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px;

	background-color: #f0f0f0;

	margin-bottom: 8px;
	padding: 4px 8px;
}

#sidebar2 h2 {
	/* title of one sidebar widget block */
	margin: 0;
	padding: 0px;
	text-align: let;

	font-size: 12px;
	font-weight: bold;
	color: #444444;

	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px;

	background-color: #f0f0f0;
}

#sidebar ul, #sidebar2 ul {
	/* inside margin of one sidebar widget block */
	padding: 0px 5px 0px 10px;
	margin: 0px;
}
#sidebar ul li, #sidebar2 ul li {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	list-style-type: square;
	margin-left: 10px;
	border: solid 0px #ffffff;
}

#sidebar ul li#rss {
	/* adding RSS feed icon instead of square list style */
	background: url("images/rss-icon.jpg") #ffffff no-repeat center left;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
}

#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
}
#recent_comment ul li {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	list-style-type: square;
	margin-left: 15px;
}
#recent_comment ul li ul li {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	margin-left: 15px;
	font-size: 11px;
}

/*-------------------------------------------------------------------*/
/*                       Calendar (in Sidebar)                       */
/*-------------------------------------------------------------------*/
#calendar_wrap {
	margin-left: 10px;
	margin-top: 10px;
}
#wp-calendar {
	width: 196px;
	width: 206px;
	margin-left: -2px;
	color: #666666;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #666666;
}
#wp-calendar th {
	border: solid 0px #ccddbb;
	background-color: #ccddbb;	/* light pepermint green */
	background-color: #ffffff;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	border-bottom: solid 1px #99aa88;
	color: #666666;

	background-color: #eeeeee;
	border: solid 1px #ffffff;
}
#wp-calendar td {
	width: 26px;
	border: solid 0px #ccddbb;
	background-color: #ccddbb;	/* light pepermint green */
background-color: #ffffff;
	text-align: right;
	padding: 2px;

	border: solid 1px #eeeeee;
}
#wp-calendar tfoot td {
	/* link to prev/next month */
	background: none;
	text-align: center;
	padding: 4px;

	background-color: #ffffff;
	border: solid 0px #ffffff;
}
#wp-calendar td a:link, #wp-calendar td a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #444488;
}
#wp-calendar td a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6666aa;
}

/*-------------------------------------------------------------------*/
/*                               Others                              */
/*-------------------------------------------------------------------*/
.pushbutton, button, #submit {
	margin-top: 2px;
	cursor: pointer;
	padding: 2px 10px;
	color: #444;
	font-weight: bold;
	font-size: 12px;

	background-color: #eee;
	border: solid 1px #aaa;
	background: #fff url("images/button.gif") repeat-x center;
}
.pushbutton:hover, button:hover, #submit:hover {
	background-color: #ccc;
	border: solid 1px #888;
	background: #fff url("images/button-o.gif") repeat-x center;
}

/*-------------------------------------------------------------------/
/* Widget: World Clock												 */
/*-------------------------------------------------------------------*/
#worldclock_location {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;

	border: solid 0px #fff;
	background-color: #fff;
	border-right: solid 2px #ddd;
	color: #777;
}
#worldclock_time {
	padding-left: 5px;
	background-color: #fff;
	border: solid 0px #fff;
}
#worldclock_time span {
	color: #666;
	font-size: 12px;
}

/*-------------------------------------------------------------------*/
/*                       Search Form (in Sidebar)                    */
/*-------------------------------------------------------------------*/
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#s {
	width: 175px;
	background: #EFEFEF url("images/search.gif");
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	Padding: 3px;
	margin: 8px 0px 0px 10px;
	margin: 0;
	border: 1px solid #c0c0c0;
}

/*-------------------------------------------------------------------*/
/*                        Sitemap Generator                          */
/*-------------------------------------------------------------------*/
.ddsg-wrapper li {
	margin: 8px;
	font-size: 11px;	
}
.ddsg-wrapper li a {
	margin: 8px;
	font-size: 14px;	
}

