/* Start of CMSMS style sheet 'Nicoco : nicoco' */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #929292;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #f17700;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #000000;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

/* Background */

#bg1 {
	background: url(uploads/Nicoco/top1.jpg) no-repeat center top;
}

#bg2 {
	background: url(uploads/Nicoco/top2.jpg) no-repeat center top;
}

#bg3 {
	background: url(uploads/Nicoco/mid.jpg) repeat-y center top;
}

#bg4 {
	background: url(uploads/Nicoco/mid.jpg) no-repeat center top;
}

#bg5 {
	background: url(uploads/Nicoco/bot.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 244px;
	margin: 0px auto;
	/*text-transform: lowercase;*/
	color: #FFFFFF;
}

#header h1 {
	/*float: right;*/
	margin: 0px;
	margin-left: 150px;
	padding: 140px 0px 0px 25px;
	font-size: 40px;
}

#header h1 sup {
	font-weight: normal;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 95px 25px 0px 0px;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header2 */

#header2 {
	width: 900px;
	height: 99px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
	padding: 34px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 34px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
       
}

#menu li {
	float: left;
}

#menu a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	color: #FFFFFF;
}

#search form {
	margin: 0px;
	padding: -65px 30px 0px 0px;
}

.submit {
	display: none;
}
.box{
        background-color: transparent;
	border-style: dashed;
        border-color: #CCCCCC;
	border-width: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 839px;
}

.post {
}

.post .title {

}

#content h2 {
	padding: 12px 0px 0px 24px;
	font-size: 24px;
	text-transform: lowercase;	
        height: 49px;
	background: url(uploads/nicoco/img02.gif) no-repeat;
}

#content h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#content h2 a:hover {
	color: #8AC800;
}

#content img{
       padding-right:10px;
       padding-bottom:5px;
}

.post .title p {
	float: right;
	padding: 12px 24px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #343434;
}

.post .entry {
	padding: 30px 23px 0px 23px;
}

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}

.post .meta .credit {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(uploads/Nicoco/side1.jpg) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(uploads/Nicoco/side1.jpg) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 256px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	background: url(uploads/Nicoco/side2.jpg) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}

#sidebar h2 {
	margin: 0px;
	padding: 16px 0px 30px 0px;
	/*text-transform: lowercase;*/
	font-size: 14px;
	color: #FFFFFF;
}

/* Footer */

#footer p{
	margin: 0px;
	margin-top: 35px;
	padding: 20px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}

#footer a {
	color: #8097A1;
}

/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   width: 70%;
   margin: 0;
   padding-top: 25px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   color: #FFFFFF;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}
/* End of 'Nicoco : nicoco' */

