body {
	margin: 16px 10px 16px 6px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}

#container {
	width:700px;
	padding:20px 0;
	margin:0 auto;
	background:url(images/scroll.gif) no-repeat top right;
}

/* header area *//*57*/

#container h3 {
	font-size:57px;
	text-transform:uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	line-height:34px;
	padding:0 0 20px;
	text-decoration: none;
}
#container h3 a {
	text-decoration:none;
	color:#000;
}
#container h3 a:hover {
	color:#a1fffd;
}

/* home columns */

#col01 {
	width:720px;
	float:left;
	overflow:hidden;
	padding:20px 0;
}

/* up */

#up {
	height: 10px;
	width:10px;
	float: left;
	text-transform: uppercase;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	position: fixed;
	top: 36px;
	left: 8px;
	text-align: center;
	background-color: #fff;
}

#up a {
		color:#000;
		text-decoration:none;
}

#up a:hover {
		color:#a1fffd;
}

#down {
	height: 10px;
	width:10px;
	float: left;
	text-transform: uppercase;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	position: fixed;
	top: 56px;
	left: 8px;
	text-align: center;
	background-color: #fff;
}

#down a {
		color:#000;
		text-decoration:none;
}

#down a:hover {
		color:#a1fffd;
}

/* home post */

#col01 .home-post {
	width:220px;
	margin:0 20px 30px 0;
	height:350px;
	overflow:hidden;
	float:left;
}
#col01 .home-post .title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#col01 .home-post .title h2 {
	margin:0;
	padding:0;
}
#col01 .home-post .title h2 a {
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:14px;
}
#col01 .home-post .title h2 a:hover {
	color:#a1fffd;
	border-bottom:none;
}
#col01 .home-post .home-post-upper {
	height:190px;
	width:220px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #fff;
}
#col01 .home-post .home-post-upper a img {
	text-decoration:none;
	border:none;
	padding-bottom: 6px;
}
#col01 .home-post .excerpt {
	height:83px;
	overflow:hidden;
	background: #fff;
	cursor:pointer;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 3px;
	font: 10px/14px Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
}
#col01 .home-post .excerpt p {
	margin:0 0 6px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
#col01 .home-post .excerpt a {
	color:#333;
}
#col01 .home-post .excerpt a:hover {
	text-decoration:none;
	color:#fff;
	background:#fff;
}
#col01 .home-post .meta {
	height:10px;
	text-transform:uppercase;
	padding-top: 6px;
	margin-top: 6px;
}
#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:underline;
	float:left;
}
#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	float:left;
}
#col01 .home-post .author a {
	display:block;
	font-size:10px;
	color: #a1fffd;	
	text-decoration:none;
	float:right;
	visibility: visible;
}
#col01 .home-post .comments a:hover, #col01 .home-post .author a:hover {
	color:#000;
}


/* single template post */

#col01 .post {
	text-align: justify;
	width:700px;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
/* titre post */
#col01 .post a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#col01 .post a:hover {
	background:#a1fffd;
	color:#000;
	text-decoration:none;
}
#col01 .post h1 {
	font-size:28px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	line-height:32px;
	padding: 6px 0;
	border-top: 1px solid #000;
}
/* titre cat */
#col01 .post h4 {
	font-size:28px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	line-height:32px;
	padding: 6px 0;
	border-top: 1px solid #000;
}
#col01 .post h1 a, #col01 .post h4 a {
	text-decoration:none;
	color:#000;
}
#col01 .post h1 a:hover, #col01 .post h4 a:hover {
	color:#a1fffd;
	background-color:#fff;
}
/* cat */
#col01 .post-upper {
	padding: 6px 0 10px;
	font-size:11px;
	line-height:16px;
	color:#606060;
	border-bottom: 1px solid #000;
}
#col01 .post-upper a {
	font-size: 28px;
	color:#a1fffd;
	text-decoration:none;
	font-weight: bold;
}
#col01 .post-upper a:hover {
	color: #000;
	background-color: #a1fffd;
}

#col01 .post .image {
	float:right;
	margin:6px 0 6px 6px;
}

/* home and category page nav */

#page-nav {
	height:290px;
	width:220px;
	float:left;
	background:url(images/postit.gif) no-repeat 0 0;
	background-color:#a1fffd;
}

#page-gra {
	height:290px;
	width:220px;
	float:left;
	background:url(images/gotop.gif) no-repeat 0 0;
	background-color:#a1fffd;
	margin-right: 20px;
}

#page-skip {
	height:290px;
	width:220px;
	float:left;
	background:url(images/skip.gif) no-repeat 0 0;
	background-color:#000;
	margin-right: 20px;
}

#page-per {
	height:290px;
	width:220px;
	float:left;
	background:url(images/gotog.gif) no-repeat 0 0;
	background-color:#a1fffd;
	margin-right: 20px;
}

/* categories page */

#col01 .cat-name {
	font-size:14px;
	/* background:url(images/dot.gif) repeat-x bottom; */
	padding: 4px 0 6px;
	width:700px;
}
#col01 .category-name {
	font-size:28px;
	color:#000;
	text-transform:uppercase;
	background:#a1fffd;
	font-weight:bold;
}

/* misc */

.uppercase {
	text-transform:uppercase;
}

/* footer */

ul#meta li {
    display:inline;
	text-transform: uppercase;
}

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

ul#pag li {
    display:inline;
   	text-transform: uppercase;
}

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

ul#cate li {
    display:inline;
	text-transform: uppercase;
}

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

#copyright {
	width:  700px;
	margin: 0 auto 6px;
	font-size:10px;
	line-height:14px;
	color:#000;
	padding-right: 0;
	padding-left: 0;
}

#copyright a {
		color:#000;
		text-decoration:none;
}

#footer {
	width:  700px;
	margin: 0 auto 6px;
	font-size:10px;
	line-height:14px;
	color:#000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color: #a1fffd;
}
