/*reset.css - resets default browser stylinghttp://tantek.com/log/2004/09.html#d06t2354http://www.vox.com/.shared/css/base.csshttp://developer.yahoo.com/yui/reset/
*/:link,:visited {
	text-decoration:none;
}
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-spacing:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
a {
	text-decoration:underline;
	outline:none;
}
hr {
	border:0;
	height:1px;
	color:#000;
}
a img,:link img,:visited img {
	border:none;
}
/* Utilities */
.pkg:after,#content-inner:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.pkg,#content-inner {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg,* html #content-inner {
	height:1%;
}
.pkg,#content-inner {
	display: block;
}
/* */
/* Content ---------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,pre,blockquote,fieldset,ul,ol,dl {
	margin-bottom:.75em;
}
blockquote,ol,ul {
	margin-left:30px;
	background-repeat:repeat-y;
}
ol {
	list-style:decimal outside;
}
ul {
	list-style:disc outside;
}
.item {
	list-style: none;
}
/* Assets */

.archive {
	margin-bottom:1.5em;
	overflow:hidden;
	width:100%;
	position:static;
	clear:both;
}

/* Widgets */
.widget {
	position:relative;
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #d4e5f2;
}

.widget-list {
	margin:0;
	padding:0;
	list-style:none;
}
.widget-list .widget-list {
	margin-left:15px;
}
.widget-list-item {
	margin-top:5px;
	margin-bottom:5px;
}


.item {
	display:inline;
	float:left;
	margin:0pt 5px 8px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width: 70px;
}

/* Utility */
h3 {
	/* ie win (5,5.5,6) bugfix */
	p\osition:relative;
	width:100%;
	w\idth:auto;
}
/* Global ----------------------------------------------------------------- */
body {
	font:normal 13px arial,helvetica,hirakakupro-w3,osaka,"ms pgothic",sans-serif;
	color:#666;
	background:#fff url(css/body-green.gif) repeat-x fixed top center;
}

a {
	color:#5e9ad2;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
}

li {
	margin-top: 4px;
}

h1 {
	color:#5e9ad2;
	margin:12px 0px 20px 20px;
	font-size:24px;
	font-weight:bold;
}


h2 {
        margin: 15px 10px 10px 10px;
	font-size:22px;
	font-weight:bold;
	color:#5e9ad2;
}

h3 {
	margin-top:10px;
	margin-right:15px;
	margin-left:15px;
	padding:5px 0;
	font-size:14px;
	font-weight:bold; 
	color:#5e9ad2;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
	width:768px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}

#header,#content,#menu,#alpha,#beta,#footer {
	position:relative;
}

#header-inner,#content-inner,#alpha-inner {
	position:static;
}
#header-inner,#alpha-inner,#beta{
	overflow: hidden;
}


#header {
	background:url(css/background2.jpg) no-repeat top center;
	height:311px;
}
#header-inner {
	position:relative;
	height:311px;
}

#menu {
	width:768px;
	height:51px;
	margin:0 auto;
	top:-151px;
}
#menu ul {
	margin:0;
	padding:20px 0 0 30px;
	list-style:none;
}
#menu li {
	display:inline;
	margin-top:0px;
}
#menu a {
	display:block;
	float:left;
	height:22px;
	padding:8px 15px 0 16px;
	border-right:1px solid #2A2C2F;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#DFE8F2;
}
#menu a:hover,#menu .active a {
	background-color:#000000;
}

#content {
	background:#fff no-repeat top center;
	top: -51px;
}

#content-inner {
	background:url(css/content-wtt-c.gif) repeat-y scroll right top;
}


#alpha,#beta {
	display:inline;
	float:left;
}

#alpha {
	width:523px;
	top:-100px;
}
#alpha-inner {
	padding-left:35px;
}

#beta {
	right:0px;
	width:205px;
	top:-100px;
	margin-right: 30px;
	padding-left: 5px;
}

#footer {
	background:#fff url(css/footer-back.jpg) no-repeat top center;
	top:-51px;
        padding: 51px 30px 0px 30px;
	font-size: 0.8em;
	color: #999999;
}

#footer a {
	color: #999999;
}

.widget-content {
	position:relative;
	margin: 5px 15px 20px 15px;
	font-size: 11px;
}
.widget-content a {
	color:#999;
}


/* Utilities -------------------------------------------------------------- */
#header:after,#header-inner:after,#content:after,#alpha-inner:after,#beta:after,#footer:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
#content-inner {
	height: 1%;
}

/* quoting box */
.quote {
	background:url(css/blockquote.gif) no-repeat left top;
	color:#666;
	margin:1em;
	padding:0 0 10px 50px;
}

.ul-cat,.ul-cat li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ul-cat li a {
	display:block;
	margin:0;
	padding:2px 0px 2px 20px;
	border-bottom:1px dotted #dceeb7;
	background:url(/css/mini-category.gif) no-repeat left center;
}
.ul-cat li li {
	margin-left:20px;
}
.ul-cat li a,.ul-cat li a:visited {
	color:#999999;
	text-decoration:none;
}
.ul-cat li a:hover {
	color:#333333;
	background: #d8efff url(/css/mini-category.gif) no-repeat left center;
}

.content-nav {
	text-align:center;
	margin:15px 30px 10px 10px;
	color:#666666;
	font-weight:normal;
	font-size:11px;
}
.content-nav a {
	color:#666666;
	font-weight:normal;
	font-size:11px;
}
.content-nav a:hover {
	text-decoration: underline;
}

/* Entry */

.entry {
        margin-bottom: 30px;
}

.entry-header a {
	text-decoration:none;
}

.entry-header a:hover {
	text-decoration:underline;
}

.entry-content {
	margin:5px 10px;
	text-align:justify;
}

.entry-meta {
        text-align: right;
	border-top:1px solid #d4e5f2;
	font-size: 11px;
}

.entry-more-link {
	font-size: 11px;
        margin-bottom: 0.75em;
}

.entry-tags {
        font-size: 11px;
        margin-bottom: 0.75em;
}

/* Floating Images */

.floatleft {
        float: left;
        text-align: left;
        font-size:x-small;
        color: #666666;
}

.floatleft img {
        margin: 0px 20px 4px 0px;
}

.floatright {
        float: right;
        text-align: right;
        font-size:x-small;
        color: #666666;
}

.floatright img {
        margin: 0px 0px 4px 20px;
}