/* 
	Theme Name: Feline208	
	Theme URL: http://www.feline208.net/
	Description: Theme Feline 208 pour WordPress
	Author: Feline 208
	Author URI: http://www.feline208.net/ 
	Version: 1.1
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options

	Changelog:
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/

/*******************
*	RESET		   *
*******************/

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
}
a {
	text-decoration:none;
}
small {
	font-size: 0.8em;
}
.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}

/*******************
*	OVERALL		   *
********************/

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#wrapper {
	background: #fff url('images/bg_main.jpg') repeat-x fixed center top;
	width:100%;
	padding: 0;
}
.wrapperin {
	width: 990px;
	margin: 0 auto;
}
hr {
	height: 1px;
	color: #777;
	background-color: #777;
	border: 0;
}

/*******************
*	HYPERLINKS	   *
********************/

a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}

/*******************
*	TOP			   *
********************/

#top {
	background: #f6f6f6;
	margin: 0;
	padding: 0;
}
#topnav {
	background: #f6f6f6;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 10px;
}
#topnav .current_page_item {
	background: #e5e5e5;
}
#topnav .current_page_item a {
	color: #002F55 !important;
}
#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}
#topnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#topnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}
#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #002F55;
	display: block;
	margin: 0;
	padding: 8px 12px 7px 12px;
}
#topnav li a:hover, #topnav li a:active {
	background: #e5e5e5;
	color: #002F55;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: none;
}
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #f6f6f6;
	width: 150px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#topnav li li a:hover, #topnav li li a:active {
	background: #002F55;
	color: #fff;
	padding: 8px 12px 7px 12px;
}
#topnav li ul {
	z-index: 9999;
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}
#topnav li li {
	border:none;
}
#topnav li ul a {
	width: 120px;
}
#topnav li ul a:hover, #topnav li ul a:active {
}
#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
#topnav li:hover, #topnav li.sfhover {
	position: static;
}
#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}

/*******************
*	HEADER		   *
********************/

#header {
	background: #002F55;
	height: 100px;
	margin: 0;
	padding: 0;
}
.logo {
	float: left;
	margin: 0;
	padding: 0;
}
.ad468x60 {
	float: right;
	width: 468px;
	height: 60px;
	margin: 20px 10px 0 0;
	padding: 0;
}
.ad468x60 img {
	border: none;
}

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

#menu {
	background: #e5e5e5 url('images/bg_menu.gif') repeat-x;
	height: 29px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ccc;
}
#menu .right {
	padding-top: 7px;
	padding-right: 15px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 8px 12px 9px 12px;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#menu li a:hover, #menu li a:active {
	background: #00416d;
	margin: 0;
	padding: 8px 12px 9px 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: none;
}
#menu li:hover > a {
	background: #00416d url('images/bg_menu.on.gif') repeat-x;
	color: #fff;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #00416d;
	float: none;
	width: 150px;
	margin: 0;
	padding: 6px 13px 6px 12px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}
#menu li li a:hover, #menu li li a:active {
	background: #4283b7;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	left: -999em;
}
#menu li li {
	border: none;
}
#menu li ul a {
	width: 170px;
}
#menu li ul a:hover, #menu li ul a:active {
}
#menu li ul ul {
	margin: -23px 0 0 175px;
	border: none;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	position: static;
}

/*******************
*	HOMEPAGE	   *
********************/

#col1 {
	background: #fff;
	float: left;
	width: 640px;
	margin: 15px 0 0 0;
	padding: 0 0px 3px 0px;
}
.featuredline {
	margin: 0;
	padding: 10px 0 10px 0;
	background: #fff;
}

/*******************
*	POST BOX	   *
********************/

.post {
}
.postbox {
	float: left;
	width: 310px;
	margin: 15px 6px 0 4px;
	line-height: 16px;
	color: #444;
}
.postbox h3, .postbox h2 {
	margin: 0;
	padding: 6px 7px;
	background:#003f6a url(images/widget_title_bg.gif) repeat-x scroll 0 0;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
.postbox h3 a, .postbox h2 a {
	color: #fff;
}
.postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.postbox .header {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}
.postbox .thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}
.postbox .thumbnail img {
	margin: 0;
	padding: 3px;
	background: #ffffff;
	width: 80px;
	height: 80px;
}
.postbox .info {
	margin: 10px 0 0 0;
	padding: 0 8px 5px 8px;
	font-size: 11px;
	text-align: justify;
}
.postbox .info a:hover {
	text-decoration: none;
}
.postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}
.postbox .meta {
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 20px;
	text-transform: uppercase;
}
.postbox .author {
	text-transform: uppercase;
}
.postbox .date {
	text-transform: uppercase;
}
.postbox .continue {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(images/continue.gif) no-repeat 0 0;
}
.postbox .comment {
	padding: 0 0 0 17px;
	background: url(images/comment.gif) no-repeat 0 -1px;
}

/*******************
*	CONTENT		   *
********************/

#main {
	background: #fff;
	width: 960px;
	padding: 0 15px 15px 15px;
	margin: 0 auto;
}
.breadcrumb {
	font-size: 0.9em !important;
}
#content {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	color: #555;
}
#content h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #002F55;
	font-weight: normal;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
}
#content h2 a {
	color: #002F55;
}
.browse {
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin: 15px 0 0 0;
	padding: 10px;
	font-size: 0.9em;
	color: #333;
	line-height: 18px;
}
.browse a {
	color: #333;
}
.postmeta {
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.postmeta a {
	color: #000;
}
.postmeta .comments {
	background: transparent url(images/picto_reagir.gif) no-repeat scroll left 1px;
	padding-left: 15px;
}

#socialbtns { 
	padding: 10px;
	margin-bottom: 10px;
	/* background: #f1f5fa; */
}

/*******************
*	ENTRY		   *
********************/

.entry {
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
}
.entry p {
	padding-bottom: 10px;
	text-align: justify;
}
.entry strong {
	font-weight: bold;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002f55;
}
.entry h1 {
	font-size: 24px;
	line-height: 27px;
	padding: 0px 0px 10px 0px;
}
.entry h2 {
	font-size: 20px;
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px !important;
}
.entry h3 {
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}
.entry h4 {
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}
.entry h5 {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}
.entry h6 {
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}
.entry a {
	color: #002F55;
}
.entry a:hover {
	text-decoration: underline;
}
.entry a img {
	border: none;
}
.entry ul {
	padding-bottom: 10px;
	list-style: square inside;
}
.entry ol {
	padding-bottom: 10px;
	list-style: decimal inside;
}
.entry li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #4C4C4C;
}
.entry li a {
	color: #002f55; 
}
.entry li ul {
	margin: 0px;
	padding: 0px;
}
blockquote {
	background: #F6F5F5;
	margin: 0px 0px 10px 0px;
	padding: 2px 12px 2px 12px;
	color: #333333;
	clear: both;
	border-left: 3px solid #BFBBBB;
}
code {
	color: #444444;
	font: 11px/17px tahoma, arial, sans-serif;
	display: block;
}
blockquote p {
	margin: 5px 0px;
	padding: 5px 0px 0;
	font-size: 11px;
	line-height: 15px;
}
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
}
blockquote a {
	color: #0080CA;
	text-decoration: underline;
}
blockquote a:hover {
	color: #003399;
}
.tag {
	padding: 10px;
	line-height: 15px;
}
#entry .widget {
	width: 640px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 1px solid #b9deeb;
}
.entry .widget h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

/*******************
*	ARCHIVE		   *
********************/

#archive, .archive {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ccc;
}
#archive h2, .archive h2 {
	margin: 0 !important;
	padding: 10px 0 5px 0 !important;
}
#archive .postmeta, .archive .postmeta {
	margin: 0 0 5px 0;
	border-bottom: 0;
}
.archiveleft {
	float: left;
	width: 128px;
	height: 96px;
	margin: 0;
	padding: 0;
}
.archiveleft img {
	width: 128px;
	height: 96px;
	margin: 0;
	padding: 0;
}
.archiveright {
	float: right;
	width: 500px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	text-align: justify;
}
.archivebottom {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 0.9em;
}

/*******************
*	DOSSIERS		   *
********************/

.dossiers-item {
	width: 310px;
	min-height: 270px;
	height: 270px;
	margin: 15px 5px 5px 5px;
	float: left;
}
.dossiers-item-simple {
	min-height: 207px;
	height: 207px;
}
.dossiers-head {
	text-align: center;
}
.dossiers-head img {
	width: 300px;
	padding: 3px;
	border: 1px solid #ccc;
}
.dossiers-desc {
	width: 300px;
	padding: 0 5px;
	line-height: 14px;
	font-size: 11px;
	text-align: justify;
	overflow: hidden;
}
.dossiers-desc h2 {
	margin-top: 0 !important;
	text-align: center;
}

/*******************
*	IMAGES		   *
********************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}
img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}
img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.wp-caption {
	background: #eee;
	text-align: center;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
}
.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	font-style: italic;
}

/*******************
*	SEARCH FORM	   *
********************/

form {
	margin: 0;
	padding: 0;
}
#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.searchinput {
	width: 175px;
	font-size: 11px;
	color: #333;
	margin: 5px 0 5px 5px;
	padding: 4px 55px 4px 22px;
	border: 1px solid #ccc;
	background: #FFF url('images/googlebar.png') center left no-repeat;
}
.searchinput:focus {
	border: 1px solid #bbb;
}
.searchsubmit {
	width: 30px;
	background: transparent;
	border: 1px solid transparent;
	margin: 0;
	padding: 1px 0 2px 0;
	color: #002F55;
	font-size: 0.9em;
	font-weight: bold;
}

/*******************
*	SIDEBAR		   *
********************/

#sidebar {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}
#sidebar .widget {
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0;
}
#sidebar .leftwidget {
	float: left;
	width: 143px;
	margin: 15px 0 0 0;
	margin: 0;
	padding: 0;
}
#sidebar .rightwidget {
	float: right;
	width: 143px;
	margin: 15px 0 0 0;
	margin: 0;
	padding: 0;
}
.widget .box, .leftwidget .box, .rightwidget .box {
	margin: 0;
	padding: 7px 0 5px 0;
	background:#ebf2fa url(images/widget_box_bg.gif) no-repeat left top;
	color: #333;
	line-height: 14px;
	font-size: 11px;
	border-left: 1px solid #b9deeb;
	border-right: 1px solid #b9deeb;
	border-bottom: 1px solid #b9deeb;
}
.widget .box a, .leftwidget .box a, .rightwidget .box a {
	color: #002F55;
}
.widget h3, .leftwidget h3, .rightwidget h3, .widget h2, .leftwidget h2, .rightwidget h2 {
	margin: 0 0 0 !important;
	padding: 7px !important;
	background:#003f6a url(images/widget_title_bg.gif) repeat-x scroll 0 0 !important;
	color: #fff !important;
	font-size: 100% !important;
	font-weight: bold !important;
}
.widget h3 a, .leftwidget h3 a, .rightwidget h3 a, .widget h2 a, .leftwidget h2 a, .rightwidget h2 a {
	color: #fff !important;
	text-decoration: none;
}
.widget p, .leftwidget p, .rightwidget p {
	margin: 0;
	padding: 5px 10px;
}
.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0;
	padding: 0;
}
.widget ul li, .leftwidget ul li, .rightwidget ul li {
	list-style: none;
	margin: 0;
	padding: 5px 10px;
}
.widget ul li:hover, .leftwidget ul li:hover, .rightwidget ul li:hover, .widget ul li.current_page_item, .leftwidget ul li.current_page_item, .rightwidget ul li.current_page_item {
	background: #dde7f6;
	font-weight: bold;
}
.widget ul li.current_page_item ul, .leftwidget ul li.current_page_item ul, .rightwidget ul li.current_page_item ul {
	font-weight: normal;
}
#sidebar li ul {
}
#sidebar li li {
}
.sidebarblock {
	background: #ebf2fa;
	width: 300px;
	margin: 15px 0 0 0;
}
.ad300x250 {
	height: 250px;
}
.ad300x250 img, .ad300x250 iframe {
	border: none;
}

/******************
 *	SUBSCRIBE	  *
 ******************/ 

#subscribeform {
	line-height: 20px;
}
.subscribeinput {
	width: 180px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 3px;
	border: 1px solid #e6e6e6;
}
.subscribeinput:focus {
	border: 1px solid #191919;
}
.subscribesubmit {
	width: 60px;
	background: #ccc;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}
.rss {
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}
.postsfeed {
	background: url(images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
}
.commentsfeed {
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
	background: url(images/rss.gif) no-repeat 0 0;
}

/*******************
*	FLICKR		   *
********************/

.flickr img {
	margin: 0;
	padding: 2px;
	border: none;
}

/*******************
*	COMMENTS	   *
********************/

.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}
.comments-box img {
	vertical-align: middle;
}
.comments-box h2 {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}
#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 0;
}
.cancel-comment-reply {
	padding: 5px 0 0 0;
}
.cancel-comment-reply a {
	color: #002F55;
}
.text {
	border: 1px solid #ccc;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/

ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	background: #F8F8F8 none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 11px;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor p {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
}

ol.commentlist li.comment.depth-1 { border-right: 5px solid #002f55; }

ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
	color: #4c4c4c;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #002F55;
}
ol.commentlist li div.vcard img.avatar {
	float: right;
}
ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}
ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li ul {
}
ol.commentlist li div.reply {
	display: none;
	background: #f8f8f8;
	color: #333;
	width: 65px;
	margin: 10px 0 0 0;
	padding: 2px 10px;
	line-height: 16px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
}
ol.commentlist li div.reply a {
	color: #555 !important;
	text-decoration: none;
}
ol.commentlist li div.reply:hover a {
	color: #333 !important;
}
ol.commentlist li ul.children {
}
ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}
ol.commentlist li ul.children li li.alt {
	background: #fff;
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 {
}
ol.commentlist li ul.children li.depth-3 {
}
ol.commentlist li ul.children li.depth-4 {
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}

/*******************
*	COMMENT FORM   *
********************/

#commentform {
	margin-top: 5px;
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
#commentform input:focus {
	border: 1px solid #191919;
}
#commentform .author {
	padding: 3px 3px 3px 5px;
	background: #fff;
	color: #333;
}
#commentform .email {
	padding: 3px 3px 3px 5px;
	background: #fff;
	color: #333;
}
#commentform .url {
	padding: 3px 3px 3px 5px;
	background: #fff;
	color: #333;
}
#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ccc;
}
#commentform textarea:focus {
	border: 1px solid #333;
}
#commentform .submit {
	margin: 0;
	padding: 5px;
	color: #555;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 155px;
}
#commentform .submit:hover {
	color: #333;
	cursor: pointer;
}

/*******************
*	NAVIGATION	   *
********************/

.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}

/******************
*	FOOTER		  *
*******************/ 

#footer {
	background: #e1e1e1 url('images/footer_bg.png') repeat-x;
	margin: 0;
	padding: 20px 0 4px 0;
	color: #666;
	line-height: 14px;
	list-style: none;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer .box {
	width: 225px;
	margin: 5px 10px;
}
#footer h3, #footer h2 {
	margin: 5px 0 2px 0;
	padding: 0 0 0 15px;
	color: #002F55;
	font-size: 12px;
	font-weight: bold;
}
#footer ul ul {
	display: none;
}
#footer ul li {
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 5px;
	border-top: 1px dotted #eee;
}
#footer ul li:hover {
	background: #e9e9e9;
}
#footer img {
	padding: 5px;
}
#footer .footerline {
	clear: both;
	padding: 0 0 6px 15px;
	height: 12px;
}
#footer .footerline h2 {
	float: left;
	width: 65px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #002F55;
	font-size: 11px;
	font-weight: bold;
}
#footer .footerline ul {
	float: left;
}
#footer .footerline ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #999;
}
#footer .footerline ul li.first {
	border-left: 0;
}
#footer .footerline ul li a {
	padding: 0 8px;
}

/******************
*	BOTTOM		  *
*******************/ 

#bottom {
	background: #e1e1e1;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#bottom .left, #bottom .right {
	margin: 10px 15px;
}
#bottom a {
	color: #002F55;
}
#bottom a:hover {
	border-bottom: none;
}

/******************
*	SURCHARGE		  *
*******************/ 

/* Photo gallery */
.ngg-gallery-thumbnail img {
	background-color: #F9F9F9 !important;
	border: 1px solid #ccc !important;
}
.ngg-singlepic {
    background-color: #F9F9F9 !important;
    border: 1px solid #CCCCCC !important;
    padding: 4px !important;
}
.ngg-left {
	margin: 0 10px 10px 0 !important;
}
.ngg-right {
	margin: 0 0 10px 10px !important;
}
.ngg-widget {
	padding: 0 0 0 10px !important;
}
.ngg-widget img {
	border: 0 !important;
	margin: 0 10px 5px 0 !important;
	padding: 0 !important;
}
/* END Photo gallery */


/* Contact form */ 
.wpcf7-form textarea {
	width: 90%;
}
.wpcf7-submit {
	background: #002f55;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
/* END Contact form */


/* Slideshow home */
.jdGallery .slideInfoZone h2 { 
	font-size: 15px !important; 
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	margin: 10px !important;
}

.jdGallery .slideInfoZone p { 
	font-size: 12px !important; 
	margin: 10px !important;
}
/* END Slideshow home */


/* MEA Home */
.postbox p a img {
	width: 310px;
	height: 170px;
}
/* END MEA Home */


/* Related contents */
#otherposts { margin-top: 25px; border-bottom: 1px solid #DDD; }
#otherposts h2.maylike { border-bottom: 1px solid #DDD; }
#otherposts .entry { padding: 14px 10px; margin-top: 0; width: 190px; height: 210px; float: left; }
#otherposts .entry .archiveleft  { width: 100%; height: auto; float: none; height: 104px; overflow: hidden; margin-bottom: 10px; }
#otherposts .entry .archiveleft img { width: 190px; height: auto; margin-bottom: 10px; }
#otherposts .entry .archiveright  { width: 100%; float: none; font-size: 11px; }
#otherposts .entry .archiveright h2 { padding: 0 0 5px 0 !important; font-size: 15px; font-weight: bold; text-align: left; }
/* END Related contents */


/* Listing category grid */
#catgrid { margin-top: 5px; }
#catgrid h2.maylike { border-bottom: 1px solid #DDD; }
#catgrid .entry { padding: 14px 10px; margin-top: 0; width: 190px; height: 260px; float: left; }
#catgrid .entry .postmeta { padding-bottom: 3px; border-bottom: 0; }
#catgrid .entry .archiveleft  { width: 100%; height: auto; float: none; height: 104px; overflow: hidden; margin-bottom: 10px; }
#catgrid .entry .archiveleft img { width: 190px; height: auto; margin-bottom: 10px; }
#catgrid .entry .archiveright  { width: 100%; float: none; font-size: 11px; }
#catgrid .entry .archiveright h2 { padding: 0 0 5px 0 !important; font-size: 15px; font-weight: bold; text-align: left; }
/* END Listing category grid */


/* Sidebar */
#sidebar .box.lastitemslist ul li img {
	width: 93px;
	height: 70px;
	float: left;
	margin: 0 10px 5px 0;
}
/* END Sidebar */


/* Google SiteSearch */
#cse-search-results iframe {
	width: 640px;
}
/* END Google SiteSearch */


/* Sharelink */
#sharelink {
	width: 210px;
	background: transparent url('images/link.png') no-repeat 5px center; 
	padding: 0 0 0 30px;
}
#sharelink input {
	width: 200px;
	height: 15px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #b9deeb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
/* END Sharelink */



/* Header Searchform */

#menu .right {
	padding-top: 3px;
}
#menu .searchform {
	float: left;
}
#menu .searchform .searchinput {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 0;
	margin-top: 1px;
	padding-top: 3px;
}
#menu .searchform .searchsubmit {
	display: none;
}
#menu .icons {
	float: right;
	padding-top: 4px;
	padding-left: 10px;
}

/* END Header Searchform */



/* Entry Links */

.entry-content a, .entry-content li a {
	color: #105289;
}

/* END Entry Links */




