/*
	Theme Name: Web Clip
	Theme URI: http://www.templatestyle.in/download/
	Description: Theme of web clip. 
	Version: 1.0
	Author: Bluespeaekr
	Author URI: http://bluespeaekr.jp/
*/

/*   Universal   */

* { margin: 0; padding: 0; }

body {
	background-color: black;
	color: #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.65em;
}

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

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

a {
	color: #FF00AA;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}
a img { border: none; }

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

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

textarea {
	border-color: #000000;
	padding: 5px;
	background-color: #333333;
	color: #FFFFFF;
}

cite { color: #999999; }
pre { 
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/*   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: 55em;
	margin: 2em auto;
	padding: 4.5em 0;
	background: Black url(image/clip.png) no-repeat 100% 0;
}

/*   Header   */

#header h1 a {
	float: left;
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 2em;
}

#description {
	clear: both;
	font-weight: bold;
	text-shadow : 0 2px 1px black;
}

#header_menu {
	clear: both;
	margin: 3em 0;
}
#header_menu li {
	display: inline;
	margin: 0 3em 0 0;
}

/*   Content   */

#content {
	float: left;
	width: 35em;
	margin: 1em 0;
}

#content h2,
#content h2 a { margin: 1em 0 0.5em 0; }

#content ul,
#content ol { margin: 2em 0; }

#content ul li,
#content .links li ul li {
	margin: 1.5em 0 1.5em 3.5em;
	list-style-type: disc;
}
#content ol li { margin: 1.5em 0 1.5em 3.5em; }

.postdata {
	height: 32px;
	background: url(image/border-360.png) no-repeat 50% 100%;
	color: #777777;
	font-size: 0.8em;
}
.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; }
#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;
}

.podPress_content { background: url(image/podpress.png) no-repeat 25px 0; }

/*   Sidebar   */

#sidebar {
	float: right;
	width: 160px;
	margin: 2.6em 0;
}

#sidebar h2 {
	padding: 15px 0 5px 0;
	background: url(image/border-160.png) no-repeat 50% 100%;
	font-size: 1em;
}

#sidebar ul li,
#sidebar ul li ul,
#sidebar ul li ol {
	padding: 2px 0;
	line-height: 20px;
	list-style-type: none;
}

/*   Footer   */

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