/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #aaa;
    font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Osaka','ＭＳ Ｐゴシック',sans-serif;
    min-width: 1007px;
    width: expression(document.body.clientWidth < 1009? "1007px" : "auto");
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p
{
  line-height: 1.5em;
}

a {
    color: #39b44a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
    color: #39b44a;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#header {
    position:relative;
    top:0px;
    left:0px;
	overflow: hidden;
    height: 160px;
	margin: 0 30px 24px 30px;
    width: auto !important;
}
#header, #header .sb-inner { background: #fff; }

#blog-title {
	font-size: 250%;
	margin: 24px 0 0 30px;
	font-weight: bold;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 13px;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#followme {
    position:absolute;
    top:5em;
    right:8em;
}
#followme img {
    vertical-align: middle;
    margin-right: 4px;
}

#access {
    height: 32px;
	overflow: hidden;
	margin: 0 3px;
	background: #39b44a;
    width: auto !important;
}
#menu {
    width:100%;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #fff;
}

/* container */
#wrapper
{
  position:relative;
  top:0px;
  left:0px;
  margin: 0px 30px;
}
#wrapper, #wrapper .sb-inner {background: #fff; height: 100%;}
#container{}

/* content */
#content
{
  height: 100%;
  padding: 20px 20px;
}
#content-header
{
  text-align: center;
  padding: 20px 20px;
}

/* navigation */
#nav-above, #nav-below
{
  width:100%;
}
#nav-above
{
  margin-bottom:1em;
}
#nav-below
{
  margin-top:1em;
}
.nav-previous, .nav-next, .nav-sep
{
  float: left;
  font-size: 11px;
}
.nav-among
{
  margin-top: 6px;
  font-size: 11px;
}
.nav-sep
{
    padding: 0 10px;
}
.navigation a {}

/* sidebar */
#primary
{
  padding: 20px 0;
  width: 384px !important;
}
#adsense-sidebar
{
  width: 336px;
  margin: 15px auto 0 auto;
}
#secondary
{
  margin: 0 12px 0 0;
  width: 186px !important;
}
#third
{
  width: 186px !important;
}
.sidebar h2, .sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 9px;
  -moz-border-radius : 4px;
  -webkit-border-radius: 4px;
}
#wrapper .widgettitle, #wrapper .widgettitle .sb-inner { color: #fff; background: #39b44a; }

.sidebar ul {
    margin: 0;
    list-style: none;
    list-style-position: outside;
}

.sidebar li {
    font-size: 12px;
    list-style: none;
    list-style-position: outside;
}

.sidebar ul li {
	margin-bottom: 20px;
}

.sidebar ul li ul, .sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

.sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

.sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

.sidebar a {
    color: #333;
	text-decoration: none;
}

.sidebar a:hover {
    color: #333;
	text-decoration: underline;
}

/* footer */
#footer {
    position: relative;
    top: 0px;
    left: 0px;
    text-align:right;
    clear: both;
    padding: 20px 20px;
    margin: 24px 30px 0 30px;
    width: auto !important;
}
#footer, #footer .sb-inner { background: #fff; }
#footermenu
{
    position: absolute;
    top: 20px;
    left: 20px;
}
#footermenu ul {}
#footermenu ul li
{
    float:left;
    padding: 0 5px;
}
#footermenu ul li a
{
    text-decoration:none;
	font-size: 90%;
    color: #000;
}
#footermenu ul li a:hover
{
  text-decoration: underline;
}

/* loginform.tpl */
.sidebar #loginbox
{
  padding: 10px 12px;
  border: 1px solid #aaa;
}
.sidebar #loginbox div
{
  text-align: center;
}
.sidebar #dologin, .sidebar #dologoff
{
  display: block;
  margin: 8px auto;
  width: 100px;
}
.sidebar #loginid, .sidebar #password
{
  display: block;
  width: 145px;
  border: 1px solid #ccc;
}

/* searchform_content.tpl */
#searchbox {}
#searchbox #s, #searchbox #sbi
{
  font-size: 20px;
  display: block;
  width: 380px;
  border: 1px solid #ccc;
}
#searchbox #searchsubmit, #searchbox #sbb
{
  display: block;
  width: 100px;
}

/* for loading (jslibs/webapp.js startLoading()) */
#mask
{
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  zoom: 1;
  background: #000;
}
#maskmsg
{
  color: #fff;
  text-align: center;
  margin: 100px auto 0 auto;
  width: 300px;
  height: 60px;
  background: url(../common/loading.gif) no-repeat bottom center;
}
.mskmsg
{
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
.mskmsg div
{
  height: 40px;
  background: #fff url(../common/loading.gif) no-repeat bottom center;
}

/* for dialog box (jslibs/webapp.js displayDialog())*/
#dialogbox
{
  overflow: auto;
}
.ui-dialog-overlay
{
  moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background: #000;
}

/* ext.grid for IE*/
.x-grid3-header-offset {width: auto;}

/* picture for article */
.photo
{
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 8px 5px 0;
    overflow: hidden;
}

.photo img
{
    height: 80px;
}

.photo2
{
    display: block;
    width: 120px;
    height: 80px;
    float: left;
    margin: 0 8px 5px 0;
    overflow: hidden;
}

.photo2 img
{
    height: 80px;
}

.cattitle
{
  color: #06c;
}

/* adsense for contents*/
.adsense-contents
{
  margin-bottom: 20px;
}

.widget-footer
{
  text-align: right;
  color: #999;
}
