/*   
Theme Name: Roppongi
Theme URI: http://plaristocrates.com
Description: Bright, smooth colors and a clean layout.
Author: Norm Nazaroff
Author URI: http://plaristocrates.com
Version: 1.0
.
Currently not available for use outside plaristocrates.com - perhaps in the future though!
.
*/

/*	Color Reference

	red:		#f85530
	light blue:	#60b0fb
	dark blue:	#4856be
	dark gray:	#232323
	light gray:	#efefef
*/

/* general styling */

body
{
	width: 908px;		/* the extra 8 pixels are for the sidebar header offset */
	background: #232323 url('images/topstripe.png') top left repeat-x;
	margin: 0;
}



/* header area */

div#masthead
{
	width: 700px;
}

ul#navigation
{
	display: inline;
	position: relative;
	top: 4px;
	margin: 0 0 0 25px;
	padding: 8px 5px;
	background: #f85530;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	list-style: none;
}

ul#navigation li
{
	display: inline;
	margin: 0;
	padding: 0 3px;
}

ul#navigation li a
{
	color: #efefef;
	text-decoration: none;
}

ul#navigation li a:hover
{
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #efefef;
}

img#logo
{
	position: absolute;
	top: 0;
	left: 350px;
	width: 350px;
	height: 140px;
	margin: 0;
	padding: 0;
}

img#sitename
{
	display: block;
	margin: 48px 25px 0;
	width: 258px;
	height: 25px;
	padding-bottom: 1px;
	border: none;
}

h2#tagline
{
	margin: 0 40px;
	padding: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #efefef;
}	



/* content area */

/* more hackery since IE6 doesn't support the min-height selector */
/*\*/
* html div#comment {
height: 800px;
}
/**/

div#content
{
	float: left;
	width: 700px;
	min-height: 800px;
	margin: 10px 0 0;
	padding: 1px 0;
	background: #efefef;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
	color: #232323;
}

div#content h1
{
	margin: 20px 0 0 25px;
	padding: 0;
	background: url('images/title.png') top right no-repeat;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 0.5px;
	font-weight: bold;
}

div#content h2.pagetitle
{
	margin: 24px 24px 10px;
	padding: 0;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 0.5px;
	border-bottom: 1px dotted #4856be;
}

div#content cite
{
	display: block;
	margin: 0 25px 8px;
	padding: 2px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
}

div#content cite.top
{
	padding-bottom: 3px;
	border-bottom: 1px dotted #4856be;
}

div#content cite.bottom
{
	margin-bottom: 20px;
	border-top: 1px dotted #4836be;
}

div#content p
{
	margin: 10px 25px;
	padding: 0;
	line-height: 20px;
}

div#content a
{
	color: #f85530;
	text-decoration: none;
}

div#content a:hover
{
	border-bottom: 1px dotted #4856be;
}

div#content a.more-link
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content div.entry img
{
	display: block;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #4856be;
}

div#content blockquote
{
	margin: 16px 60px;
	border-top: 1px solid #4856be;
	border-bottom: 1px solid #4856be;
	background: #ddd;
}

div#content div.entry ul
{
	margin: 10px 24px !important;
	margin: 10px 64px;
}

div#content div.entry ol
{
	margin: 10px 24px 10px 64px;
	list-style: decimal;
}

div#content h2
{
	margin: 18px 24px -10px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.5px;
	font-size: 20px;
	font-weight: bold;
}

div#content pre
{
	border: 1px dotted #4856be;
	margin: 16px 42px;
	padding: 8px;
	background: #ddd;
}

div#content code
{
	color: #090;
}

div#content ul li
{
	margin: 8px 0;
}



/* sidebar styling */

div#sidebar
{
	float: right;
	width: 208px;
	margin: 36px 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #60b0fb;
}

div#sidebar h1
{
	position: relative;
	left: -8px;
	height: 27px;
	margin: 25px 0 0;
	padding: 3px 22px 0;
	background: url('images/sidebarheading.png') top left no-repeat !important;
	background: url('images/sidebarheading.png') top left no-repeat;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #232323;
}

div#sidebar span.bottomlink
{
	margin-left: 12px;
	color: #60b0fb;
}

div#sidebar ul,ol
{
	margin: 8px 0 8px 14px;
	padding: 0;
	list-style: none;
}

div#sidebar li
{
	padding: 3px 0;
}

div#sidebar a
{
	color: #efefef;
	text-decoration: none;
}

div#sidebar a:hover
{
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #efefef;
}

div#sidebar ul.rss li
{
	padding: 2px 0;
	margin: 0 0 0 14px;
	list-style: disc;
}

div#sidebar form#searchform
{
	margin: 8px 0 8px 14px;
}

div#sidebar form#searchform p
{
	margin: 0 0 4px;
	font-size: 10px;
}

div#sidebar input#s
{
	width: 166px;
	height: 16px;
	padding-left: 2px;
	border: 2px solid #60b0fb;
}

div#addicted_results ul#livesearchresults
{
	margin-left: 12px;
	margin-bottom: 4px;
	list-style: disc;
}


/* footer styling */

div#footer
{
	float: left;
	width: 700px;
	margin: 0;
	padding: 4px 0;
	background: #f85530;
	text-align: center;
}

div#footer cite
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #efefef;
}

div#footer a
{
	color: #efefef;
	text-decoration: none;
	border-bottom: 1px dotted #efefef;
}



/* comments section styling */

div#content p.postmetadata
{
	margin: 18px 48px;
	padding: 6px;
	background: #ddd;
	border-top: 1px solid #4856be;
	border-bottom: 1px solid #4856be;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

div#content div.postnav
{
	margin: 24px 24px -8px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}
	

div#content h3
{
	margin: 0 25px 1px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

ol#commentlist
{
	margin: 1px 25px 0;
	padding: 10px 0;
	border-top: 1px dotted #4856be;
	font-family: Verdana, Arial, sans-serif;
}

/* note: the following is an awful, horrible, ugly hack to fix an IE bug
   special thanks to http://yongfook.com for showing me the way */
/*\*/
* html ol#commentlist li {
height: 70px;
}
/**/

ol#commentlist li
{
	min-height: 70px;
	margin: 0;
	padding: 10px 10px;
}

/* note: the following two classes MUST be in this order for the selector
		 inheritance scheme to work (used for comment backgrounds) */
ol#commentlist li.alt
{
	background: #e7e7e7;
}
		 
ol#commentlist li.admin
{
	background: #232323;
	color: #efefef;
}

ol#commentlist li blockquote
{
	margin: 8px 14px 8px 96px;
}

ol#commentlist li blockquote p
{
	margin: 6px;
}

ol#commentlist li.admin blockquote
{
	color: #232323;
}

ol#commentlist li blockquote cite
{
	margin: 6px;
	margin-bottom: -4px;
	font-weight: bold;
	
}

ol#commentlist img.avatar
{
	float: left;
	clear: left;
	margin: 0;
	padding: 5px;
	width: 58px;
	height: 58px;
	border: 1px solid #232323;
}

ol#commentlist li.admin img.avatar
{
	border: 1px solid #efefef;
}

ol#commentlist cite
{
	margin: 0 0 6px 82px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

ol#commentlist p
{
	margin: 6px 0 6px 82px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

form#commentform
{
	margin: 0 25px 20px;
	padding: 0;
	border-top: 1px dotted #4856be;
}

form#commentform span
{
	display: block;
	margin: 5px 0;
}

form#commentform label.linebreak
{
	display: block;
}

form#commentform input
{
	margin-right: 5px;
	padding: 2px;
}

form#commentform textarea
{
	width: 646px !important;
	width: 636px;
	height: 174px;
	margin: 0 0 8px;
	padding: 2px;
}