/*
	Theme Name: Breeze
	Theme URI: http://www.templatestyle.in/download/
	Description: Theme of gentle breeze. 
	Version: 1.0
	Author: Bluespeaekr
	Author URI: http://bluespeaekr.jp/
*/

/*   Universal   */

* { margin: 0; padding: 0; }

body {
	background: white url(image/sky.png) repeat-x 50% 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6, p, label, ul, ol, dl {
	margin: 1.5em 0;
	color: #000000;
	font-weight: normal;
}
h1 { font-size: 1.6em; }
h2,
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

p {
	margin: 1.5em 0;
	color: #555555;
	line-height: 1.7em;
}

a {
	color: #0088CC;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a img { border: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
td {
	padding: 5px;
	vertical-align: top;
}

blockquote {
	margin: 1em 2em 1em 1em;
	font-size: 0.9em;
}

cite { color: #999999; }
pre { 
	overflow: auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background: #EEEEEE url(image/line-white.png) repeat-x 0 0;
	font-family: monospace;
}

/*   Universal Class   */

.clear { clear: both; }

.left { float: left; margin: 0 2em 2em 0; }
.right { float: right; margin: 0 0 2em 2em; }
.center { margin: 1.5em 0; text-align: center; }

/*   Wrapper   */

#wrapper {
	width: 65em;
	margin: 6em auto;
}

/*   Header   */

#header h1 a {
	float: left;
	margin: 0 0 1.5em 0;
	color: #000000;
	font-weight: bold;
	font-size: 2em;
	text-shadow : 0 1px 2px white;
}

#description {
	float: left;
	margin: 1em 0 0 2em;
	border-left: 1px solid gray;
	padding: 0.5em 0 0.5em 2em;
	text-shadow : 0 1px 2px white;
}

#header_menu {
	clear: both;
	margin: 0 0 0 0.2em;
}
#header_menu li {
	display: inline;
	margin: 0 3em 0 0;
	padding: 10px 0 20px 20px;
	background: url(image/tab-left.png) no-repeat 0 0;
}
#header_menu li a {
	padding: 10px 20px 20px 0;
	background: url(image/tab-right.png) no-repeat 100% 0;
	color: #000000;
}
#header_menu li a:hover { color: #0088CC; }

/* content area */

#content {
	float: left;
	width: 45em;
	margin: 2em 0;
}

#content h2,
#content h2 a {
	margin: 1em 0 0 0;
	color: #000000;
}
#content h2 a:hover { color: #0088CC; }

#content ul {
	margin: 0 0 2em 0;
	color: #555555;
}
#content ul li,
#content .links li ul li {
	margin: 1.5em 0 1.5em 3.5em;
	list-style-image: url(image/disc.png);
}

#content ol li {
	margin: 1.5em 0 1.5em 2.5em;
}

.postdata {
	padding: 0.5em 0 0.8em 0;
	background: url(image/line-gray.png) repeat-x 0 100%;
	color: #777777;
	font-size: 0.6em;
}
.postdata a { color: #777777; }

.entry { margin: 0 0 8em 0; }

.navigation {
	display: block;
	margin: 2em 0 0 0;
	font-size: 1.25em;
}

#comments h3 {
	padding: 0.5em 0 0.8em 0;
	background: url(image/line-gray.png) repeat-x 0 100%;
}
#comments ol { list-style-type: none; }
#comments li {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0;
}
#comments li img {
	float: right;
	margin: 0 0 0 1em;
}
#comments small { color: #CCCCCC; }

#content .links li {
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
}

/*   Sidebar   */

#sidebar {
	float: right;
	width: 180px;
	margin: 2em 0;
}

#sidebar h2 {
	padding: 10px 0 0 15px;
	background: white url(image/side-title.png) no-repeat 0 0;
	font-size: 1.0em;
}

#sidebar ul li,
#sidebar ul li ul,
#sidebar ul li ol {
	padding: 2px 0;
	line-height: 20px;
	list-style-type: none;
}
#sidebar ul li ul li,
#sidebar ul li ol li {
	margin: 0 0 0 32px;
	list-style-image: url(image/disc.png);
}

/*   Footer   */

#footer {
	clear: both;
	width: 60em;
	margin: 0 auto;
	text-align: center;
}
