/*  
	Theme Name:Unnamed Special Edition
	Theme URI:http://xuyiyang.com/wordpress-themes/unnamed/
	Description:A modification based on <a href="http://xuyiyang.com/wordpress-themes/unnamed/">Unnamed</a>. Three-column, widget-ready and with some AJAX. It is easy to use and highly customizable.<br /><small>Note: Require WordPress 2.1+.</small>
	Version:1.01
	Author:Xu Yiyang
	Author URI:http://xuyiyang.com/
	
	I get the AJAX commenting from K2 by Michael, Chris ,Zeo and Steve Lam. Thanks for their great work.
 	You can get K2 here:
 	http://getk2.com/
	
 	The Live Search originally based on the code of K2 Live Search Mod by Steve Lam:
	http://stevelam.org/2006/04/k2-live-search-mod/
	
	Custom Image Header API(For WP 2.1+):
	http://boren.nu/archives/2007/01/07/custom-image-header-api/
	
	This theme uses Sweetie Icon Set by Joseph North:
	http://sweetie.sublink.ca/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

   	Note: Style.css will be used only when Compatible CSS Mode is enabled. Main CSS settings are stored in style.css.php.	
*/

/* General */
html { /* Force Vertical Scrollbar */
/* IE */
overflow-y:scroll; 
/* Moz */
height:100%;
margin-bottom:1px;
}

* {
padding:0;
margin:0;
}

body {
font:62.5% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
color:#ddd;
text-align:left;
background:#333;
}

fieldset,select,img {
border:0;
}

hr,#searchform br,.counter {
display:none;
}

a,a:link,a:active,a:visited {
color:#5D8BB3;
text-decoration:none;
}

a:hover {
color:#3465A4;
text-decoration:underline;
}

p {
margin:0 0 10px;
}

ol li {
list-style:decimal outside;
}

acronym,abbr,span.caps {
cursor:help;
}

acronym,abbr {
border-bottom:1px dashed #fc0;
}

blockquote {
border-left:3px solid #ccc;
margin:20px;
padding-left:10px;
}

cite,ins {
text-decoration:none;
}

code,pre,kbd {
font:1em 'Courier New',Courier,sans-serif;
}

small {
font:0.75em Arial,Helvetica,sans-serif;
color:#FF6600;
}

strike,del {
color:#8F8F8F;
text-decoration:line-through;
}

label {
cursor:pointer;
}

h1,h2,h3,h4 {
font-family:"Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
font-weight:700;
}

h1 {
font-size:2.2em;
text-align:left;
padding:55px 0 5px 20px;
}

h1 a {
color:#fff;
background:none;
}

h2 {
margin:5px 0;
font-size:1.4em;
}

h3,h4 {
margin:20px 0 0;
font-size:1.4em;
}

/* Structure Divs */
#header {
margin:0 auto;
line-height:1.2em;
height:150px;
width:960px;
background:url(images/bg_header.jpg) top center #eeffee;
}

#chgfontsize {
padding:100px 0px 5px 800px;
}

#container {
position:relative;
margin:0 auto;
font-size:1.2em;
width:960px;
border:1px solid #ccc;
background:#444;
}

#content {
width:960px;
background:#fffbe7;
border-top:1px solid #ccc;
margin:0 auto;
padding-bottom:10px;
}

#primary-content {
float:left;
text-align:left;
line-height:1.6em;
margin:0 1.5% !important;
margin:0 1.9% 0 1.1%;
width:600px;
display:inline;
overflow:hidden;
}

#footer {
clear:both;
height:30px;
margin:0 auto;
width:960px;
background:#eeffee;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#footer1 {
clear:both;
margin:0 auto;
width:960px;
}

#admin {
padding:0px 0px 0px 870px;
font-size:0.8em;
}

#sidebar {
float:right;
line-height:1.4em;
margin:0px 0% !important;
margin:0px 0;
width:320px;
border-top:1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:left;
}


/* Config Structure Divs */
	/* Header and Navigation */
	.description {
	font-size:18px;font-weight:bold;
	text-align:left;
	padding:110px 0 5px 40px;
	}

	#header h1 a, .description {
	color:#fff;
	}
		
	.pagetitle {
	margin-top:25px;
	text-align:center;
	}
	
	#nav {
	display:block;
	height:32px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.15em;
	text-transform:uppercase;
	font-size:1.0em;
	width:960px;
	list-style:none;
	z-index:8;
        background:#eeffee;
        border-top:1px solid #ccc;
        border-left:0px solid #ccc;
        border-right:0px solid #ccc;
        }
	
	#nav li {
	float:left;
	padding:0;
	margin:0;
	}
	
	#nav li a { 
	display:block;
	line-height:32px;
	padding:0 10px;
	color:#000;
	text-decoration:none;
        border-right:1px solid #eee;
        }
	
	#nav li a:hover { 
	color:#000000;
	background:#f7f7ce;
        }
	
	#nav li li {
	width:235px;
	}
	
	#nav ul a {
	color:#000000;
	line-height:24px;
	}

	#nav ul{
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:235px;
	list-style:none;
	text-align:left;
        border-top:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
	background:#eeffee;
	}

	#nav ul ul{
	top:0;
	left:100%;
	}
	
	#nav li:hover, #nav li.sfhover{
	color:#000000;
	background:#f7f7ce;
	cursor:pointer;
	z-index:100;
	}
	
	#nav li:hover ul ul,
	#nav li li:hover ul ul,
	#nav li li li:hover ul ul,
	#nav li li li li:hover ul ul,
	#nav li.sfhover ul ul,
	#nav li li.sfhover ul ul,
	#nav li li li.sfhover ul ul,
	#nav li li li li.sfhover ul ul
	{display:none;}
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul,
	#nav li.sfhover  ul,
	#nav li li.sfhover  ul,
	#nav li li li.sfhover  ul,
	#nav li li li li.sfhover  ul
	{display:block;}
		
	/* Primary Cotent and Entries */
	.content-top {
	text-align:right;
	height:15px;
	width:100%;
	}
	
	.content-top a {
	font-size:1.2em;
	margin:5px 15px 0;
	}

	.entry {
	text-align:left;
	padding:20px 8px;
	}

.entry1 {
	text-align:left;
　　　　 background:#ffCCCC;
	padding:0px 8px;
	}

	
	.entry ul,.entry ol {
	margin:0 0 0 40px;
	}
	
	.entry li {
	padding-bottom:0px;
	}
	
	.entry-header {
	font-size:1.4em;
	margin:0;
	padding:2px 0;
	}
	
	.date-header {
	font-size:0.9em;
	color:#8F8F8F;
	text-align:right;
	margin:0 0 10px;
	padding:0 5px;
	border-top:1px solid #777;
	line-height:1.2em;
	}
	
	.entry-footer {
	color:#ccc;
	font-size:0.9em;
	text-align:right;
	margin:0 0 20px;
	padding:1px;
	border-top:1px solid #777;
	line-height:1.4em;
	}

.entry-footer1 {
	color:#ccc;
	font-size:0.9em;
	text-align:right;
	margin:0 0 20px;
	padding:1px;
		}

	
	/* Sidebar */
	#sidebar h2 {
	color:#333;
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 2px 0 5px;
	padding:2px 0;
border-bottom:1px dotted #ccc;
	}
	
	#sidebar ul {
	color:#8F8F8F;
	list-style:none;
	}
	
	#sidebar li {
	width:100%;
	}
	
	#sidebar ul ul li {
	width:100%;
	margin:0 10px;
	padding:2px;
	}
	
	#sidebar ul ul li a,#sidebar ul ul li a:link,#sidebar ul ul li a:visited {
	padding:2px 4px;
	}
	
	.left-sidecolumn {
	clear:left;
	float:left;
	width:93%;
	padding:0 0 0 5px;
	}
	
		
	.intro {
	color:#000000;
	width:90%;
	margin:0px 10px 5px 10px;
	padding:5px;
	text-align:left;
	}

.intro1 {
	color:#000000;
	width:90%;
	margin:10px;
	padding:5px;
	text-align:left;
background:#ffcccc;
	}

	
	/* Shelf Elements */	
	#shelf {
	float:left;
	line-height:1.4em;
	width:100%;
	}
	
	#toggle {
	width:960px;
	margin:0 auto !important;
	margin:0;
	text-align:left;
	background:#333;
	list-style:none;
	overflow:hidden;
	}
	
	#toggle h2 {
	color:#fff;
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 2px 0;
	}
	
	#toggle ul {
	list-style:none;
	margin:10px 0 10px;
	}
	
	#toggle li {
	float:left;
	width:21%;
	background:transparent;
	margin-left:1.8% !important;
	margin-left:1.5%;
	padding:0 4px 6px 4px;
	display:inline;
	}
	
	* html #toggle li {
	width:20%;
	}
	
	#toggle ul li {
	width:100%;
	margin:2px 0;
	padding:0 8px;
	}
	
	#toggle ul li a,#toggle ul li a:link,#toggle ul li a:visited {
	display:block;
	background:transparent;
	color:#ddd;
	white-space:nowrap;
	padding:2px;
	border-top:1px solid #3465A4;
	border-bottom:1px solid #3465A4;
	text-decoration:none;
	}
	
	#toggle ul li a:hover {
	border-top:1px solid #fc0;
	border-bottom:1px solid #fc0;
	}
	
	#toggle li.tags {
	width:45%;
	}
	
	#toggle li.tags a:hover {
	background:none;
	text-decoration:underline;
	}
	
	#sidebar ul ul,#toggle ul {
	margin:0;
	padding:0 0 10px;
	}
	
	/* Footer */
	#footer {
	color:#000;
	text-align:center;
	font-size:1.4em;
	line-height:1.0em;
	padding:14px 0 0px;
	}

/* Search */
li#search {
width:95%;
margin:2px 3%;
line-height:1em;
}

#searchform {
color:#ddd;
padding:0 0 5px 0;
display:block;
}

#searchform input {
border:0;
color:#ddd;
margin:2px 4px;
}

#searchform input#searchinput {
width:92%;
color:#ddd;
border:1px solid #777;
background:#333;
margin:5px 0 2px;
padding:3px;
}

#searchform input#searchinput:focus {
border:1px solid #fc0;
}

#live-results {
color:#333;
margin:0;
padding:2px 0;
}

#live-results h2 {
display:block;
margin:5px 0;
padding:0;
}

#live-results h3 {
font-size:1em;
font-weight:400;
margin:0;
padding:0;
}

#live-results .more-results {
display:block;
background:url(images/search-more.png) left center no-repeat;
margin:5px 15px 0 0;
padding:2px 0 2px 18px;
}

#search-loading {
height:18px;
width:18px;
background:url(images/spinner.gif) center center no-repeat;
}

#search-reset {
height:18px;
width:18px;
background:url(images/cancel.png) center center no-repeat;
cursor:pointer;
}

#search-results ul {
margin:0;
padding:0;
}

#search-results li {
background:url(images/item.png) left center no-repeat;
margin:0;
padding:0;
}

#search-results h3 {
margin:0;
padding:0 0 0 8px;
}
/* Comments and Trackbacks */
#comment-section {
margin:40px 0 0;
text-align:left;
}

#leavecomment {
text-align:center;
color:#ccc;
font-size:1.8em;
letter-spacing:-1px;
margin:35px 0;
}

#commentform {
margin:15px 0;
padding:10px;
}

input#author,input#email,input#url,textarea#comment {
color:#000;
border:1px solid #777;
padding:1px;
background:#333;
}

#commentform input:focus,#commentform textarea:focus {
border:1px solid #fc0;
}

textarea#comment {
background:#FFFFFF;
width:95%;
padding:10px;
}

#submit,#previewcomment {
float:right;
margin:0 0 0 10px;
border:1px solid #3465A4;
color:#ddd;
background:#5D8BB3;
padding:0 2px;
}

#submit:hover,#previewcomment:hover {
background:#3465A4;
}

.comment-header {
font-size:1.0em;
color:#ccc;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link {
color:#ccc;
background:none;
}

.comment-header a:hover {
color:#ccc;
background:none;
text-decoration:underline;
}

.comment-footer {
font-size:.9em;
text-align:right;
margin:4px 0;
padding:0;
}

.comment-content {
margin:10px;
}

.comment-footer {
font-size:.9em;
text-align:right;
margin:4px 0;
padding:0;
}

.pinglist li {
border:1px solid #3465A4;
}

.pinglist li,.commentlist li {
text-align:left;
list-style:none;
margin:10px;
width:94%;
padding:8px 5px 2px 5px;
line-height:1.8em;
}

.class-comment1 {
border:1px solid #5D8BB3;
}

.class-comment2 {
border:1px solid #777;
}

.class-comment3 {
border:1px solid #5D8BB3;
padding:10px;
}


#commentlist li img {
padding:0;
border:0;
}

#commentlist li img.gravatar {
float:right;
margin:2px;
border:2px solid #444;
}
 
#error {
margin:2px;
padding:2px;
text-align:center;
color:#FF0000;
background:#FFFF99;
}

#commentload {
padding-top:3px;
float:right;
vertical-align:middle;
}
/* Images */
p img {
border:0;
max-width:100%;
padding:2px;
}

img.center,img[align="center"] {
display:block;
margin:auto;
}

img.alignright,img[align="right"] {
float:right;
display:inline;
margin:0 0 2px 7px;
padding:2px;
}

img.alignleft,img[align="left"] {
float:left;
display:inline;
margin:0 7px 2px 0;
padding:2px;
}

img.wp-smiley {
border:0;
}

.feedlink img {
float:right;
height:12px;
width:12px;
border:0;
margin:-19px 0 0;
}

/* Text align */
.center {
text-align:center;
}

.alignleft {
text-align:left;
}

.item,.alignright {
text-align:right;
}

/* Float */
div.floatright {
float:right;
}

div.floatleft {
float:left;
}

/* Classes */
.navigation {
display:block;
font-size:.9em;
text-align:center;
padding:15px 0;
}

.alert {
width:90%;
background:#FFFF99;
border-left:4px solid #FFD324;
text-align:center;
margin:10px 0;
padding:5px 10px 5px 0;
}

.metacmt,.metaedit,.metapost {
background:url(images/arrow.png) left center no-repeat;
padding-left:18px;
}

.metapost1 {
background:url(images/arrow.png) left center no-repeat;
padding-left:18px;
color:#000;
}

.metacmt2 {
background:url(images/te.gif) left center no-repeat;
padding-left:18px;
}


.wp-smiley {
	border: 0pt none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#navcontainer
{
background: #f0e7d7;
width: 90%;
margin: 0 auto;
padding: 1em 0;
font-family: georgia, serif;
font-size: 14px;
font-weight: bold;
text-align: left;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.3em 0 0.3em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}




*/歯科へ行こうバナー
.title_orange{
	background-image: url(http://iwatake.net/images/help02.gif);
	background-repeat: no-repeat;
	letter-spacing:0.1em;
	height: 40px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}


.title_orange_m{
	background-image: url(http://iwatake.net/images/help02.gif);
	background-repeat: no-repeat;
	color:#666666;
	letter-spacing:0.1em;
	height: 40px;
	width: 520px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}

.title_orange_w{
	background-image: url(http://iwatake.net/images/help02w.gif);
	background-repeat: no-repeat;
	color:#666666;
	letter-spacing:0.1em;
	height: 40px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}

.title_blue{
	background-image: url(http://iwatake.net/images/icoutoha02.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 15px;
}

.title_bluet{
	background-image: url(http://iwatake.net/images/icoutoha02.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
         margin-left: 45px;
	margin-bottom: 0px;
	padding-top: 15px;
}

.title_oranget{
	background-image: url(http://iwatake.net/images/help02.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
         margin-left: 45px;
	margin-bottom: 0px;
	padding-top: 15px;
}



.title_blue_w{
	background-image: url(http://iwatake.net/images/icoutoha02w.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.title_orange02{
	background-image: url(http://iwatake.net/images/icoutoha03.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.title_orange02{
	background-image: url(http://iwatake.net/images/icoutoha03w.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 630px;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
}


.float_left{
float:left;
}
.float_right{
float:right;
}

.help_contents{
	width:600px;
	padding:0px 5px 0px 15px;
	line-height:140%;
}






.clear {
clear:both;
}
