body {
	background:#639DC1 url(blue/background.png) top center repeat-y;
	font: 1em/17px arial, verdana, tahoma, sans-serif;
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	color:#222;
	font-weight:normal;
	font: 1em/1.3em Arial,Helvetica,Jamrul,sans-serif;
}
h2#innerPostTitle { /* Post title for blog entries */
	font-size:20px;
	padding-top:4px;
	padding-left:4px;
	color:#3675AD;
	line-height:1.1em;
}
h2#innerTitle { /* Post title for pages*/
	font-size:20px;
	color:#222;
	line-height:1.1em;
	margin-bottom:7px;
}
h2.innerTitle a {
	color:#333;
	display:block;
}
h2.innerTitle a:hover {
	color:#8F3808;
	text-decoration:underline;
}
h2.archiveTitle { /* Post title for archive pages where more than 1 entries are listed*/
	font-size:20px;
	line-height:1em;
	color:#3675AD;
	display:block;
	margin-top:1.5em;
}
h2.archiveTitle a {
	color:#3675AD;
	display:block;
}
h2.archiveTitle a:hover {
	color:#003366;
}
h2.bigPostTitle {
	font-size:20px;
	line-height:1em;
	color:#363636;
	display:block;
	margin-top:5px;
	margin-bottom:7px;
}
h2.bigPostTitle a {
	color:#363636;
	display:block;
}
h2.bigPostTitle a:hover {
	color:#0075D3;
	text-decoration:underline;
}
h2.bottomFeaTitle  {
	color:#005497;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:3px;
}
h2.bottomFeaTitle  a {
	color:#005497;
	display:block;
}
h2.bottomFeaTitle  a:hover {
	color:#005497;
	text-decoration:underline;
}
h2.subNewsTitle  {
	color:#005497;
	font-size:1.3em;
	font-weight:bold;
}
h2.subNewsTitle  a {
	color:#005497;
	display:block;
}
h2.subNewsTitle  a:hover {
	color:#005497;
	text-decoration:underline;
}
h3.bcrum {
	margin-bottom:10px;
	font-size:1.2em;
	border-bottom:1px dashed #ddd;
	color:#7BA3B5;
}
h3.titleCategoryRSS {
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:-1px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:3px;
	font-family:arial, verdana, san-serif;
	color:#0075D3;
	border-bottom:1px dotted #555;
	background:url(blue/rssBig.gif) no-repeat left center;
	padding-left:20px;
}
h3.footerWidgetTitle {
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:-1px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:arial, verdana, san-serif;
	color:#0075D3;
	border-bottom:1px dotted #555;
}
h3.redWidgetTitle {
	color:#0075D3;
	font-weight:bold;
	display:block;
	margin-bottom:7px;
}
h3.redWidgetTitle a, h3.redWidgetTitle a:hover {
	color:#0075D3;
}

h3#comments {
	display:block;
	font-size:1.3em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#010d37;
	padding:5px;
	margin-bottom:10px;
	background:#f9f9f9;
}

h3#leaveComment{
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
  color:#3675AD;
	margin-top:3px;
	clear:both;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}
h4.titleSidebarNews {
	text-transform:uppercase;
	color:#8F3808;
	margin-left:10px;
	margin-bottom:3px;
	margin-top:10px;
	font-weight:bold;
	font-size:11px;
}

/* MESSAGE BOXES
============================================================================= */
div.message {
  clear:both;
  margin:10px 0 10px;
  padding:20px 20px 15px 60px;
  font-size: 12px;
}

/* Displayed in buddypress context, inside #item-header box */
#item-header div#message {
  margin:10px 0 10px;
  padding:20px 20px 15px 60px;
  font-size: 12px;
  float: left;
  width: 410px;
}

div.errors, div.error {
  background:url("../images/error.png") no-repeat scroll 15px center #FCE9E9;
  border:1px solid #EAC7C7;
}
div.notice, div.updated {
  background:url("../images/ok.png") no-repeat scroll 15px center #EDFCE9;
  border:1px solid #CCEAC4;
}
div.warning {
  background:url("../images/warning.png") no-repeat scroll 15px center #FCFAE9;
  border:1px solid #E9E6C7;
}

/* SITE WRAPPER
============================================================== */
#wrapper {
	padding:0 10px 10px;
	margin:0 auto;
	font-size:.75em;
	background: #fff;
	/* Using padding value will cause site NOT to look same on every browsers, Following hack will make it sure the total value to be 960 with all browsers */
	width:980px!important; /*width after excluding 20px of padding value*/
	width:1000px; /*Real width*/
	width/**/:/**/980px; /*width after excluding 20px of padding value*/
  -moz-border-radius-topleft:1ex;
  -moz-border-radius-topright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
	min-height:830px;
	height:auto !important;
	height:830px;
}
div.spacer {
  height:1em;
  clear:both;
}
/* HEADER (header1 + header2 + Navigation bar)
============================================================== */
#header1 {
	font-size:11px;
	height:14px;
	width:980px;
	margin:10px auto 0;
}
#header1 p {
  text-align:right;
  margin: 0 5px;
  background:url(blue/top-tab.png) top right no-repeat;
  color:#fff;
  padding:4px 10px;
  font-weight:bold;
  font-style:italic;
  text-transform:uppercase;
}
#header1 p a {
  color:#fff;
}

#searchbar {
  float:right;
}
#searchform { /* Search form style for header */
	width:127px;
}
#s, #q { /* Search box on header*/
	width: 90px;
	padding:4px;
	border:1px solid #ccc;
	color: #B2B2B2;
	margin:0;
}
.searchsubmit {
	background: url(blue/recherche.png) no-repeat;
	width: 22px;
	height:21px;
	text-indent: -900em;
	line-height:0;
	cursor:pointer;
	border:0;
}		

#header2 {
	display:block;
	height: 160px;
	margin: 0 10px 10px;
	padding-top: 20px;
}
#sitename {
	float:left;
	width:250x;
}
#sitename p {
  color: #ccc;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-left: 14px;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
}
#ad468px {
	float:right;
	padding-top:20px;
	padding-bottom:10px;
	width:468px;
}
#ad728px-footer {
  background: url("blue/footer-spacer.jpg") top center no-repeat;
  padding-top: 25px;
  margin: 0px auto 10px;
}
#ad640px {
  float:right;
  padding: 10px 8px 10px 0;
}
	
/* NAVBAR STYLE
============================================================== */
#navbar {
	margin-bottom:15px;
	height:25px;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}
ul#navcatlist li {
	float:left;
	width: auto;
}
ul#navcatlist li.rss {
	background: url(blue/rss.gif) no-repeat 10px center;
	padding-left:16px;
}
ul#navcatlist li a {
	display: block;
	text-transform:uppercase;
	color:#7AA2B4;
	border-right:1px solid #ddd;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
}
ul#navcatlist li a:hover {
	color:#003366;
}
ul#navcatlist li.current-cat a {
	text-decoration:none;
}
ul#navcatlist li ul {
	position: absolute;
	width: 180px;
	z-index:999;
	left: -999em;
	border-bottom:1px solid #003366;
}
ul#navcatlist li li {
	float: left;
	width: 180px;
}
ul#navcatlist li li a {
	background: #003366;
	float: none;
	color:#fff;
	padding: 3px 10px;
	border-top: 1px solid #003366;
	border-right:0;
	width:auto;
	text-transform:none;
}
ul#navcatlist li li a:hover, ul#navcatlist li li a:active {
	text-decoration:underline;
	color:#fff;
}
ul#navcatlist li:hover ul, ul#navcatlist li.sfhover ul {
	left: auto;
	display:block;
}
/* SITE CONTENT (Container + mid sidebar + right sidebar)
============================================================== */
#container {
	width:480px;
	float:left;
}
	/* FEATURED SECTION */
	#featured { /* Featured tab starting from image till end of post excerpt */
		padding-bottom:10px;
		background: url(blue/carousel-background.png) top left no-repeat;
		width: 411px;
		margin-bottom:10px;
		height:331px; /* If post doesn't fit to the defined height, increase that value and the value of container below */
		position: relative; /* Used relative positsioning to define the location of << and >> links as absolute  */
	}
	h2.featuredTitle {
	  font-size:20px;
	  line-height:1.1em;
	  background: url(blue/bgTransparent.png);
	  width:390px;
	  padding-top:7px;
	  padding-bottom:7px;
	  color:#fff;
	  position:absolute;
	  z-index:2;
	  bottom:0;
  }
  h2.featuredTitle a {
	  color:#fff;
	  padding-left:10px;
	  padding-right:10px;
	  display:block;
  }
  h2.featuredTitle a:hover {
	  text-decoration:underline;
  }
  h2#carousel-title { 
    color:#fff;
    margin:0px 8px;
    padding:6px 0px;
    font-size:15px;
    font-weight:bold;
    font-style:italic; 
  }
		#featured ul {
			width: 100000px;
			position: relative;
			top: 0;
			left: 0;
		}                      
		#featured ul li {
			float:left;
			width:411px;
		}
		#featured .carousel-container { /* If post doesn't fit to the defined height, increase that value and the value of #featured above */
			position: absolute;
			overflow:hidden; 
			width: 390px;
			height: 331px;
			left:10px;
		}
			#featured  .sliderContent { /* This division contains only featured image and post title */
				position:relative; /* Relative posisioning is used to define the location of title as bottom of image */
				height:270px;
				overflow:hidden;
			}
			#featured .featuredImage { /* Image used on featured section, positsioned as absolute */
				display:block;
				position:absolute;
				z-index:1; /* since image goes behind the title, z-index value is assigned as 1. The title classname is h2.featuredTitle and the z-index value for title is 2 */
			}
		#featured .previous_button { /* Class kepts the attributes for  previous (<<) before the numbers on slider navigation*/
			position: absolute;
			font-size:1.7em;
			top:304px;
			right:388px;
			color:#68C1DE;
			z-index:1;
			cursor:pointer;
		}
		#featured .previous_button_disabled {
			cursor:default;
			color:#999;
		}
		#featured .next_button {  /* Class kepts the attributes for  next (>>) after the numbers on slider navigation*/
			position: absolute;
			font-size:1.7em;
			top:304px;
			right:12px;
			z-index:1;
			color:#68C1DE;
			cursor:pointer;
		}
		#featured .next_button_disabled {
			cursor:default;
			color:#999;
		}
		#featured .feaScrollBar { /* The division wrapper for the line between post excerpt and featured post image */
			color:#222;
			display:block;
			margin-bottom:5px;
			text-align:right;
		}
		#featured .feaPostMeta { /* Text style for "Written on, Filed in..." between postexcerpt and featured post image */
			font-size:.9em;
		}
		#featured .feaPostMeta a {
			color:#0075D3;
		}
		#featured .feaPostMeta a:hover {
			color:#0075D3;
			text-decoration:none;
		}
		#featured .scrollBarLinks { /* Slider numbers placed between << and >> */ 
			color:#999;
			margin:0 25px;
		}
		#featured .scrollBarLinks a {
			color:#68C1DE;
			font-size:22px;
			font-weight:bold;
			font-style:italic;
			display:block;
			float:left;
			margin:0 4px;
			padding:4px 6px 4px 0px;
			width:20px;
			height:19px;
		}
		#featured .scrollBarLinks a:hover {
			color:#999;
		}
		#featured a.sliderCurrent {
			color:#fff;
			background: #122535;
		}
	/* LEFT AND RIGHT COLUMNS BELOW THE FEATURED SECTION */
	#contentLeft {
		float:left;
		width:230px;
	}
	#contentRight {
		float:right;
		width:230px;
	}
	#contentLeft .titleCatName, #contentRight .titleCatName {
		margin-bottom:5px; /* adding some space between category name link and image below the featured section */
	}
	.featuredSmallPost { /* Wrapper around the posts for the entries listed on left and right hand below the featured section */
		padding-bottom:10px;
	}
	a#blogformat { /* Link style for "See this site in classic blog format" lin */
		color:#8F3808;
		display:block;
		font-size:16px;
		margin-top:10px;
		text-align:center;
	}
	a:hover#blogformat {
		text-decoration:underline;
	}

/* LEFT COLUMN
==============================================================================*/
.sidebar h2, .sidebar h3, #main #classifieds h2 {
  font-size: 15px;
  color:#676767;
  font-weight:bold;
  margin-bottom: 0.25em;
}
.sidebar h2, #main #classifieds h2 {
  padding: 5px 8px;
  margin: 0 0 4px 0;
  background: url("blue/box-separator.jpg") bottom left repeat-x;
  color: #3675AD;
  font-style: italic;
}
#sidebar-session h2 {
  font-style: normal;
}
.sidebar h3 {
  text-decoration: underline;
}
.sidebar.right .wp-polls h3 {
  text-decoration: none;
  font-style: italic;
  background-color: #F4F5F7;
}
.sidebar h2.kitezone-forums {
  font-size: 17px;
}
.sidebar a {
  color:#3776AE;
}
.sidebar input.mid {
  display:block;
  margin:2px 0;
}
.sidebar p.submit {
  text-align:right;
  margin:0.5em 0;
}
.sidebar label {
  font-weight:normal;
  color: #666;
}
.sidebar .avatar_container {
  float:left;
  width:66px;
  height:76px;
}
.sidebar .pagenav {
  height: 55px;
  margin-top: 15px;
}
.sidebar .pagenav a {
  font-weight: bold;
}
.sidebar #login_error {
  margin:1em 0;
}
.sidebar #login_error strong {
  color:#A90404; 
}
.sidebar div.item {
  width: 196px;
  margin: 0 0 20px;
  clear:left;
}
.sidebar.right div.item {
  margin-top: 20px;
  width: 303px;
  background: url("blue/box-medium-top.jpg") top left no-repeat;
}
.sidebar.right .wp-polls {
  font-size: 14px;
}
.sidebar.right .wp-polls-ans {
  width: auto;
}
.sidebar.right .wp-polls-vote-footer {
  text-align: center;
}
.sidebar.right .wp-polls-vote-footer p {
  margin: 4px 0;
}
.sidebar.right .wp-polls ul li, .sidebar.right .wp-polls ul label {
  margin: 2px 0;
  font-style: italic;
  font-weight: bold;
  color: #3675AD;
  background-color: #F4F5F7;
}
.sidebar.left .item {
  background: url("blue/box-narrow-top.jpg") top left no-repeat;
}
#main #classifieds.item {
  background: url("blue/box-wide-top.jpg") top left no-repeat;
  height: auto;
}
.sidebar div.section, #main #classifieds .section {
  clear: left;
  padding: 6px 8px;
} 
.sidebar.left div.section, .sidebar.right div.section {
  background: url("blue/box-separator.jpg") bottom left repeat-x;
}
.sidebar.left div.section.last {
  padding-bottom: 10px;
  background: url("blue/box-narrow-bottom.jpg") bottom left no-repeat;
}
#main #classifieds .section.last {
  background: url("blue/box-wide-bottom.jpg") bottom left no-repeat;
}
.sidebar dt, .sidebar dd {
  display: inline;
}
.sidebar dt {
  color: #676767;
  font-weight: normal;
}
.sidebar dd {
  color: #3675AD;
}
.sidebar dd a {
  text-decoration: underline;
}
#sidebar-session {
  font-size: 14px;
}
#sidebar-session label, #sidebar-session #login_errors {
  font-size: 11px;
}
#sidebar-session p {
  margin-bottom: 4px;
}
#sidebar-session input.mid {
  width: 170px;
}

.item .discussion {
  margin:0.75em 0 0.5em 1.5em;
  list-style: square outside;
}

.item .discussion .title {
  font-weight:bold;
}

.item .discussion small {
  font-size:0.9em;
  color:#666;
  line-height:1em;
}
.item .item-avatar {
  margin:2px 2px 2px 10px;
}

#follow-us {
  background: url(blue/follow-bar-background.png) top left no-repeat;
  width: 284px;
  height: 18px;
  padding: 6px 8px;
  text-align: right;
  color:#3675AD;
  font-weight:bold;
  font-size:14px;
  margin: 0 0 20px 0;
}
#follow-us span {
  float: left;
}
#follow-us img {
  margin:1px;
}

/* POST STYLE
============================================================== */
.post {
	margin-bottom:15px;
	font-size:1.2em;
	line-height:1.25em;
}
.post .video {
	margin-bottom:10px;
}
span.author {
	float:left;
	background: url(blue/author.gif) no-repeat left center;
	padding-left:16px;
	margin-right:10px;
	display:inline;
}
span.folder {
	float:left;
	background: url(blue/folder.gif) no-repeat left center;
	padding-left:16px;
	margin-right:10px;
	display:inline;
}
span.date {
	float:left;
	background: url(blue/date.gif) no-repeat left center;
	padding-left:16px;
	display:inline;
}
.post h1 {
	font-size:18px;
	font-family:'palatino linotype',palatino,'times new roman',times,serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h2 {
	font-size:16px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h3 {
	font-size:16px;
	font-family:arial, verdana, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h4 {
	font-size:14px;
	font-family:verdana, tahoma, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
span.postinfo {
	display:block;
	background:#efefef;
	color:#777;
	margin-top:4px;
	font-size:.9em;
	margin-bottom:6px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
}
span.postinfo a {
	display:inline;
	color:#0075D3;
}
span.postinfo a:hover {
	text-decoration:underline;
}
.post p {
	padding-bottom:15px;
}
.post a {
	color:#0854C7;
}
.post a:hover {
	color:#8F3808;
	text-decoration:underline;
}
.post ul {
	padding-bottom:10px;
	list-style: square;
}
.post img {
	padding:2px;
	background:#fff;
}
.post ol {
	padding-bottom:10px;
	list-style: decimal;
}
.post li {
	padding: 2px 0px;
	font-size: .85em;
	line-height:1.3em;
	color:#4c4c4c;
	margin-left:25px;
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-top:5px;
}
.aligncenter {
	margin:0 auto 7px;
	display:block;
}
.alignnone {
	float:none;
	display:block;
	margin:0 5px 7px 0;
}
.wp-caption img {
	margin-bottom: 5px;
	padding:4px;
	border: 1px solid #ddd;
	background-color:#FFFFFF;
}
p.wp-caption-text {
	color:#000;
	width: auto;
	font:.7em verdana, arial, sans-serif;
	text-align:center;
}
code {
	color:#444;
	font:11px/17px tahoma, arial, sans-serif;
	display:block;
}
.share {
	padding-bottom:15px;
	text-align:right;
	display:block;
	clear:both;
}
.share img {
	display:block;
	float:right;
	margin-left:5px;
	padding:0;
	border:none;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.share img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#main .item {
  background: url(blue/recent-background.png) top left no-repeat;
  width:411px;
  height:152px;
  margin-bottom:1em;
}
#main .item h2 {
    color:#fff;
    margin:0px 8px;
    padding:6px 0px;
    font-size:15px;
    font-weight:bold;
    font-style:italic; 
}
#main .tubepress_container {
  margin:0 8px;
}
#main .tubepress_thumbnail_area {
  margin: 0;
}
#main .tubepress_thumbs {
  padding:0;
}
#main .tubepress_thumb {
  margin:0 21px 0 0;
  width:auto;
}
#main .tubepress_thumb a {
  color:#fff;
}
#main .flickrThumbs {
  margin:0 8px;
}
#main .flickrThumbs .thumb {
  float:left;
  width:75px;
  margin-right:23px;
}
#main .flickrThumbs .thumb img {
  display:block;
}
#main .flickrThumbs .thumb a {
  color:#fff;
  font-weight:bold;
}
#main #classifieds {
  width:409px;
}
#main #classifieds ul {
  margin-bottom: 10px;
}
#main #classifieds li {
  margin-left:3em;
  list-style: square outside;
}
#main #classifieds li a {
  color:#3776AE;
}
#main .ngg-widget {
  margin:0 8px;
}
#main .ngg-widget img {
  border:none;
}
/* SIDEBAR CONTAINER (mid + right sidebar)
============================================================== */
#sidebarContainer {
	width:480px;
	float:left;
}
#midSidebar {
	float:left;
	margin:0 10px;
	width:160px;
	display:inline;
}
	#midSidebarInner {
		border-right:1px solid #eee;
		border-left:1px solid #eee;
		padding-right:7px;
		padding-left:7px;
	}
	#ad125px img {
		display:block;
		margin:0 auto 7px;
	}
/* RIGHT
============================================================== */
#rightSidebar {
	float:right;
	width:300px;
}
	#slider2 { /* video widget on sidebar */
		margin-top:15px;
		position:relative;
	}
		.contentdiv {
			border:1px solid #eee;
			padding:5px;
			margin-top:6px;
		}
		a.videoLink {
			display:block;
			text-align:center;
			margin-bottom:6px;
			font-weight:bold;
			color:#222;
		}
		a:hover.videoLink {
			color:#8F3808;
			text-decoration:underline;
		}
	#flickrWidget {
		margin-top:20px;
		position:relative;
	}
		a#seeAllPhotos {
			font-weight:bold;
			color:#222;
			font-size:1em;
		}
		a:hover#seeAllPhotos {
			text-decoration:underline;
		}
		#flickrWidget img {
			margin:7px 7px 7px 6px;
			padding:4px;
			border:1px solid #ddd;
			display:block;
			float:left;
		}
	#moreEntries {
		background:#f9f9f9;
		line-height:1.3em;
		margin-left:10px;
		padding-left:10px;
		padding-right:10px;
	}
	.moreEntriesPost {
		padding-bottom:10px;
		padding-top:10px;
		border-bottom:1px solid #ccc;
		clear:both;
	}
	.moreEntriesPost img {
		float:left;
		margin-right:10px;
		padding:2px;
		border:1px solid #ccc;
		background:#fff;
	}
		
/* MAIN PAGE PHOTO GALLERY BAR
============================================================== */
#horizontal_carousel {
	width: 960px;
	height: 200px;
	background: url(blue/bg-carousel.gif) repeat-y;
	margin-top: 15px;
	margin-bottom:15px;
	position: relative;  
}
#horizontal_carousel .carousel-container {
	position: absolute;
	left: 27px;  
	width: 906px;
	height: 200px;
	overflow:hidden;   
	background: #f9f9f9;
}            
#horizontal_carousel .previous_button {
	position: absolute;
	width: 27px;
	height: 200px;
	background: url(blue/left.gif);
	z-index: 100;    
	cursor:pointer;
}
#horizontal_carousel .previous_button_disabled {
	background: url(blue/left-disabled.gif);
	cursor:default;
}

#horizontal_carousel .next_button {
	position: absolute;
	right: 0;
	width: 27px;
	height: 200px;
	background: url(blue/right.gif);
	z-index: 100;
	cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
	background: url(blue/right-disabled.gif);
	cursor:default;
}

#horizontal_carousel ul {
	width: 100000px;
	position: relative;
	margin-top:10px;
	margin-bottom:10px;
	top: 0;
	left: 5px;
}                      

#horizontal_carousel ul li img {
	border:1px solid #999999;
	display:block;
	margin-bottom:5px;  
	background:#E3EDFA;  
}
#horizontal_carousel ul li {
	line-height:1.2em;
	padding:0 10px;
	border-right:1px solid #ccc;
	float:left;
	width:205px!important;/*Width after excluding padding and border value */
	width:225px; /* Real Width */
	width/**/:/**/205px;/*Width after excluding padding and border value */
}
#horizontal_carousel ul li a{
	color:#005497;
	display:block;
}
#horizontal_carousel ul li a.bold{
	font-weight:bold;
}
#horizontal_carousel ul li a:hover {
	color:#8F3808;
}
#horizontal_carousel li ul {
	width: auto;
	font-size:.95em;
	margin:0;
}
#horizontal_carousel li ul li {
	padding:0;
	border:none;
	list-style:disc inside;
}
#horizontal_carousel li ul li a  {
	display:inline;
	color:#005497;
	width:auto;
}
#horizontal_carousel li ul li a:hover {
	color:#005497;
	text-decoration:underline;
}
#horizontal_carousel ul li p {
	padding-top:5px;
	padding-bottom:10px;
}

/* SECONDAY CONTENT  LEFT FEATURED SECTION(Featured content section on left side below the photo galery)
============================================================== */
#wrapperBelowPhotoGal  {
	border-bottom:1px solid #e1e4f2;
	margin-top:10px;
}
#secondaryFeaWrapper {
	width:645px;
	float:left;
	line-height:1.3em;
}
	#secondaryFeaInner {
		background:#f9f9f9;	
		border:1px solid #f7f7f7;
		padding:5px 10px;
	}
	#secondaryFeaInner ul {
		margin-top:5px;
		font-size:.95em;
	}
	#secondaryFeaInner ul li {
		line-height:15px;
		color:#005497;
		list-style:disc inside;
	}
	#secondaryFeaInner ul li a  {
		display:inline;
		color:#005497;
		width:auto;
	}
	#secondaryFeaInner ul li a:hover {
		color:#005497;
		text-decoration:underline;
	}
	.secondaryInnerPost {
		border-bottom:1px solid #e1e4f2;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	#secondaryFeaLeft {
		float:left;
		padding-right:9px;
		border-right:1px solid #e1e4f2;
		width:280px!important; /*Width after excluding padding and border value */
		width:270px; /*real width */
		width:280px; /*Width after excluding padding and border value */
	}
	#secondaryFeaRight {
		width:320px;
		float:right;
	}
	#secondaryFeaRight img {
		display:block;
		margin-bottom:6px;
		margin-top:3px;
	}
/* SECONDAY CONTENT  SIDEBAR(Featured content section on right side below the photo galery)
============================================================== */
#secondaryRightWrapper {
	width:300px;
	float:right;
}

/* PHOTO NEWS
============================================================== */
#subNews {
	display:block;
	padding-top:15px;
	padding-bottom:10px;
}
#subNews ul#sub {
	margin: 0 auto;
	width:960px;
}
#subNews img {
	padding:2px;
	display:block;
	margin-bottom:5px;
	margin-top:3px;
	border:1px solid #aaa;
	background:#fff;
}
#subNews  ul#sub li {
	display:inline;
	float:left;
	width:218px;
	margin-right:8px;
	margin-left:12px;
	line-height:1.2em;
}
#photoGalleryBar  ul#sub li a{
	color:#222;
	display:block;
}
#photoGalleryBar  ul#sub li a:hover {
	color:#8F3808;
}

/*FOOTER
============================================================== */
#footerWrapper {
	width:980px;
	margin:0 auto;
	font-size:.8em;
	font-family:sans-serif;
}
#footerInner {
	padding:10px;
	color:#363636;
}
	#footerLeft {
		width:210px;
		float:left;
	}
	#footerLeft a {
		color:#363636;
		margin:0 3px;
		font-size:.9em;
		display:inline;
	}
	#footerLeft a:hover {
		text-decoration:underline;
	}
	#footerMid {
		width:242px;
		float:left;
		margin:0 20px;
	}
		#footerMid ul li {
			border-bottom:1px dotted #555;
		}
		#footerMid li a  {
			color:#363636;
			background: url(blue/link.png) no-repeat left center;
			padding-left:20px;
			display:block;
			padding-top:2px;
			padding-bottom:2px;
		}
		#footerMid li  a:hover {
			color:#ddd;
			background: #0075D3 url(blue/link.png) no-repeat left center;
			padding-left:20px;
			display:block;
			padding-top:2px;
			padding-bottom:2px;
		}
	#footerRight {
		width:468px;
		float:right;
		display:inline;
	}
	.footerRightInner {
		padding-top:10px;
	}
/* LINKS BELOW THE FOOTER
============================================================== */		
#credit {
	width:980px;
	color:#222;
	margin:0 auto;
	padding:0 10px 10px;
	font-size:.7em;
	text-align:center;
	background:#fff;
	color:#888;
	margin-bottom:20px;
	-moz-border-radius-bottomleft:1ex;
  -moz-border-radius-bottomright:1ex;
	-webkit-border-bottom-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
}		
#credit a {
	color:#888;
}
#credit a:hover {
	text-decoration:underline;
}
#creditInner {
  text-align:center;
}
#creditInner p {
  margin-bottom:0;
}
/* GLOBAL
============================================================== */	

.displayadscellheadline {
  vertical-align:middle;
}
.widget ul li {
	line-height:18px;
	color:#222;
	border-bottom:1px dotted #D3D9EB;
	padding-bottom:2px;
	margin-bottom:2px;
	list-style:square inside;
}
.widget a  {
	display:inline;
	color:#222;
	width:auto;
}
.widget a:hover {
	color:#29568f;
	text-decoration:underline;
}

.sidebarRightWidget {
	margin-top:15px;
}
.sidebarMidWidget {
	margin-bottom:15px;
}
.secondaryContentWidget {
	margin-bottom:15px;
}
.secondaryLastWidget {
	margin-top:15px;
}
.footerWidget {
	margin-bottom:15px;
	color:#ccc;
}
.titleCatName { /* Category Links above the sections on homepage */
	text-transform:uppercase;
	font-family: arial, verdana, sans-serif;
	color:#0075D3;
	font-weight:bold;
	font-size:11px;
}
.titleCatName a.titleCatName a:hover {
	text-transform:uppercase;
	color:#0075D3;
	font-weight:bold;
}
.navigation a {color:#3675AD;}
.navigation a:hover {color:#003366;}
.next {float:right;}
.previous {float:left;}
.reset {margin:0;border:0;padding:0;}
.border-bottom {border-bottom:1px solid #efefef;}
.bordernone {border:none}

#signup_form h2, #signup_form h4 {
  font-weight:bold;
  color:#3776AE;
  font-size:16px;
  margin:1em 0;
}
#signup_form h4 {
  font-size:14px;
}
#signup_form label {
  font-weight:normal;
}
#signup_form input {
  margin:0;
}
#signup_form .register-section {
  margin-bottom:4em;
}

.post .wp-polls-archive {
  padding: 20px;
}

/* COMMENTS
============================================================== */
ol.commentlist p, #respond p {
	padding-bottom:10px;
}

p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */
	display:block;
	margin-top:7px;
	background:#f9f9f9;
	padding:3px 5px;
	font-weight:bold;
}
ol.commentlist li { /* Comment Wrapper */
	border-bottom:1px solid #d5d5d5;
	height:1%;
	margin:0 0 10px;
	padding:5px 5px 5px 53px;
	position:relative;
}
ol.commentlist li a { /* Comment Wrapper */
	color:#0854C7;
}
ol.commentlist li a:hover{ /* Comment Wrapper */
	color:#8F3808;
}
li div.vcard { /* Font style for comment author link*/
	font:bold 12px verdana, arial,sans-serif;
	font-style:normal;
	padding:0 80px 0 0; 
	margin:5px 0;
}
li div.vcard img.avatar { /* Avatar style between comments */
	border:1px solid #d5d5d5;
	padding:2px;
	background:#fff;
	left:5px;
	position:absolute;
	top:7px;
}
li div.comment-meta { /* Style for date of comment */
	font:bold 10px/1.4 helvetica,arial,sans-serif;
	position:absolute;
	right:10px;
	text-align:right; 
	top:10px;
}
li div.comment-meta a {
	color:#8F8F8F;
}
li div.comment-meta a:hover {
	text-decoration:underline;
}
ol.commentlist li p { /* Comment font style */
	font:normal 12px helvetica,arial,sans-serif;
} 
li div.reply {  /* Reply button style */
}
ol.commentlist li div.reply:hover {
}
li div.reply a {
	font:bold 9px helvetica,arial,sans-serif; 
	text-transform:uppercase;
}
ol.commentlist li ul.children { /* Inner comment style */
	margin-top:10px;
}
li.depth-2,li.depth-3,li.depth-4,li.depth-5 { /* inner comment margin-bottom */
	margin:0 0 .20em;
}
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
	background:#fff;
}
ol.commentlist li.odd { /* Background color for 2-4-6... no comments */
	background:#f9f9f9;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

/* COMMENT FORM
============================================================== */
p#noComment {
	font:bold .8em verdana, tahoma, arial, sans-serif;
	background:#f7f7f7;
	padding:4px 4px 4px 10px;
}
#respond {
	font-family:verdana, tahoma, arial, sans-serif;
	background: #f9f9f9;
	padding:5px 15px 0;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	font-size:12px;
}
.cancel-comment-reply, #respond cite {
	font-size:12px;
	padding-top:4px;
}
#respond label {
	font-size:10px;
	padding-left:3px;
	font-family:verdana, tahoma, arial, sans-serif;
}
#author,#email,#url {
	font: 11px verdana,Arial, Helvetica, sans-serif;
	width: 35%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#respond textarea:focus, #respond input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#respond textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 95%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
}
/* CALENDER STYLE
============================================================== */
#wp-calendar caption {
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #999;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}

#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	z-index: 1;
}
#wp-calendar th {
	width: 11%;
	color: white;
	background-color: #173b6d;
}
#wp-calendar td {
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
}

/* SIDEBAR TABS
============================================================================= */
#category_tabs {
  margin-top:2.5em;
}
#category_tabs .navigation {
  background: url("blue/news-widget-header-background.png") top left no-repeat;
  height:40px;
  width:300px;
}
#category_tabs .navigation li {
	float:left;
	list-style: none;
	border-bottom:1px solid #ddd;
}
#category_tabs .navigation li.middle {
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
#category_tabs .navigation li.ui-tabs-selected {
  border-bottom:none;
}
#category_tabs .navigation li a {
	text-decoration: none;
	font-weight:bold;
	color: #aaa;
	font-size: 14px;
	outline: none;
	padding: 10px;
	margin-right:1px;
	display:block;
	width:78px;
}
#category_tabs .navigation li.ui-tabs-selected a, #category_tabs .navigation li a:hover {
  color:#3675AD;
}
#category_tabs .navigation li.last a {
  margin-right:0;
}
#category_tabs .tab {
  clear:left;
	background: url("blue/news-widget-background.png") top left repeat-y;
	width:300px;
}
#category_tabs .tab ul {
  padding:10px;
}
#category_tabs .tab h3 {
  padding-top:2px
}
#category_tabs .tab h3 a {
  font-weight:bold;
  color:#3675AD;
}
#category_tabs .tab li {
  margin-bottom:23px;
  clear:left;
}
#category_tabs .tab .meta {
  font-size:10px;
  color:#000;
  font-weight:bold;
  margin-bottom:0.5em;
}
.ui-tabs-hide {
	display: none;
}

/* FORUMS
============================================================================= */
h4.search-results {
  color: #777;
  font-size: 12px;
}

#bb-sidebar-login, #bb-header-search {
  padding: 10px;
  margin: 0 0 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  font-size: 0.9em;
  background: #F4F7F9;
  text-align: right;
  height: 60px;
}
#bb-header-search {
  height: 35px;
}
#bb-sidebar-login h2, #bb-header-search h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
#bb-sidebar-login h2 {
  text-transform: none;
}
#bb-sidebar-login a, #bb-header-search a {
  color: #7BA3B5;
}
#bb-sidebar-login .input, #bb-header-search .input {
  width: 258px;
  float: left;
  text-align: left;
}
#bb-sidebar-login .input {
  width: 173px;
}
#bb-sidebar-login .remember {
  padding-top: 1em;
}
#bb-sidebar-login .mid, #bb-header-search .text-input, #bb-header-search select {
  font-size: 0.9em;
  color: #777;
  width: 250px;
}
#bb-sidebar-login .mid {
  width: 160px;
}
#bb-sidebar-login #wp-submit, #bb-header-search .button {
  font-size: 0.9em;
}
#bb-sidebar-login label, #bb-header-search label {
  font-weight: normal;
  color: #777;
  display: block;
  line-height: 1em;
}
#bb-sidebar-login .avatar_container {
  float: left;
}
#bb-sidebar-login ul {
  margin: 25px 0 0px;
}
#bb-sidebar-login li {
  line-height: 1.1em;
}
#bb-sidebar-login .submit, #bb-header-search .submit {
  width: 125px;
  float: left;
  padding-top: 1.1em;
  text-align: right;
}

#discussions {
  margin-top: 10px;
}
#discussions h2, h2.post-form {
  font-size:18px;
  font-weight:bold;
  color:#777;
}
#discussions a, .nav a, .post-form a {
  color:#3776AE;
}
#discussions .navigation {
  margin-bottom: 10px;
  line-height: 200%;
  clear: right;
  overflow: hidden;
  background: url("../images/tab_bottom.gif") bottom repeat-x;
}
#discussions .navigation li {
  background: #f4f4f4;
  border: 1px solid #ccc;
  float: left;
  padding: 1px 6px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#discussions .navigation li a {
  color:#777;
}
#discussions .navigation .ui-tabs-selected {
  background: #fff;
  border-bottom: 1px solid #fff;
}
#recentes, #liste-forums {
  clear: left;
  margin-top: 30px;
}

a.new-topic {
  color:#7BA3B5 !important;
}
#who-online {
  margin-top: 25px;
}
#online-visitor-stats {
  text-align:center;
  margin-top: 2px;
  color: #797979;
}
#online-visitor-stats .highlight, #online-visitor-stats a {
  color: #7BA3B5;
  background-color: #fff;
}
#online-visitor-stats a {
  text-decoration: underline;
}
#latest th, #forumlist th, #favorites th, #who-online th {
	text-align: left;
	background: #003366 url("./blue/bar-background.png") top left repeat-x;
	font-weight: bold;
	padding: 5px 9px;
	color: #fff;
	border-bottom: 3px solid #003366;
}
#latest a, #forumlist a, #favorites a, #who-online a {
	color:#3776AE;
}
#latest th a, #forumlist th a, #favorites th a, #who-online th {
	font-style: italic;
}
#latest, #forumlist, #favorites, #who-online {
	background-color: #F4F7F9;
	margin-bottom: 3em;
	width: 100%;
}
#who-online {
  margin-bottom: 0;
}
#latest td, #forumlist td, #favorites td, #who-online td { 
  padding: 4px 10px;
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
}
#latest .topic-title {
  width: 540px;
}
#latest big, #favorites big {
  font-size: 14px;
}
#latest .unread big {
  font-weight: bold;
  font-size: 15px;
}
#latest .topic-meta, #favorites .topic-meta {
  display: block;
  color: #777;
  font-size: 11px;
}
#latest .last-topic-post, #favorites .last-topic-post {
  text-align: left;
  width: 220px;
}
#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}
.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}
.nav a:hover {
  color:#3776AE;
}
a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('/forum/bb-templates/kakumei/images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}
#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}
a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}
span.page-numbers.dots {
	padding: 0;
}
a.page-numbers:hover {
	background-position: 0 -100px;
}
.nav .next {
  float:none;
}
tr.bb-category td {
	background: #ddd url("./blue/sub-bar-background.png") top left repeat-x;
	text-transform: uppercase;
}
tr.bb-child a, tr.bb-precedes-sibling a, tr.bb-follows-sibling a {
  display: block;
  font-size: 14px;
}
tr.bb-child td, tr.bb-precedes-sibling td, tr.bb-follows-sibling td {
  color: #777;
  font-size: 11px;
}
#forumlist tr td div.nest {
	padding-left: 2.5ex;
}
#forumlist .bb-parent a, #forumlist .bb-child a, .bb-root a {
  font-weight:bold;
}
#viewdiv h2 {
  border-bottom:1px solid #7BA3B5;
}
#viewdiv #views {
  margin:1em;
  list-style:square outside;
  color:#3776AE;
}
#viewdiv #views li {
  margin-left:2em;
}
.bbcrumb {
	font-size: 11px;
	padding: 15px 10px;
	height: 75px;
}
.bbcrumb a {
  color:#7BA3B5;
  white-space: nowrap;
}
.bbcrumb h3 {
  color:#7BA3B5;
  font-size: 26px;
  font-weight: normal;
}

.infobox a, #thread a, #profile-menu li a, .vcard a, .user-recent a {
  color:#3776AE;
}

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
}
.infobox h2 {
  font-size:26px;
  color:#3776AE;
}
.infobox ul {
  margin-top:1em;
	text-align:right;
	list-style-type: square;
}
#topic-info {
	text-align: right;
	color: #777;
}
#topic-info a {
  color: #7BA3B5;
}

.topic-siblings {
  text-align: right;
}
.topic-siblings span {
  padding-left: 20px;
}
.topic-siblings img {
  margin-top: -2px;
  vertical-align: middle;
}
.topic-siblings a {
  color: #3776AE;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}
#tag-form p {
	margin-bottom: 0;
}
input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius: 4px;
	padding: 2px 4px;
}
input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}
input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}
#topic_posts, #topic_voices {
  color:#777;
}
.topic-listing {
  margin-top: 15px;
}

#thread {
	list-style: none;
	padding: 0;
}

#thread li {
  clear: both;
  margin: 10px 0;
}

#thread .post li {
  clear: none;
	color:#000;
	font-size: 1em;
	margin: 0 0 0em 35px;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 0px; }
#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
  clear: left;
	float: left;
	padding: 1em 1em 0 1em;
	width: 180px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.threadauthor .author-meta {
  color: #777;
  font-size: 11px;
  line-height: 1.3em;
}
.threadauthor .online-status {
  margin-top: 8px;
}

.threadpost {
	padding: 1.5em 1em;
	margin-left: 200px;
	background-color: #f4f7f9;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius: 6px;
}
.threadpost p {
  margin-bottom: 0.75em;
  padding: 0;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
	font-size:12px;
  line-height:1.5em;
  margin-bottom:inherit;
}

#thread .post blockquote {
	margin: 4px;
	padding: 4px 4px 4px 8px;
	border-left: 3px solid #ccc;
	clear:none;
	background: none;
	color: #333;
	font-style: italic;
	font-size: 12px;
	border: 1px dotted #ccc;
	border-left: 3px solid #ccc;
	margin-bottom: 1.5em;
}
#thread .post blockquote li {
  color: #333;
}
#thread .post blockquote cite {
  display: block;
  font-weight: bold;
}

#thread .post img {
	padding:0px;
	border:none;
	background:none;
	max-width:500px;
}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
.poststuff-admin {
  float: right;
}

.num, #forumlist small {
	text-align: center;
}
.num {
  white-space:nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #f4f7f9;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform label {
  font-weight:normal;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 950px;
	max-width: 940px;
	border: 1px solid #ccc;
	display: block;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 940px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { 
  text-align: right; 
}

p.allowed { 
  margin-bottom: 0;  
}
p.allowed code {
  display:inline;
  font-family:Monaco,'Courier New',monospace;
}

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
}

p.rss-link {
	text-align: right;
}

a.rss-link {
  color:#3776AE;
	padding: 6px 0 6px 20px;
	background-image: url('/forum/bb-templates/kakumei/images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

#profile-menu {
  text-align:right;
}
#profile-menu li {
  float:right;
  padding:4px;
  margin:0 4px;
  background:#f4f7f9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h2#userlogin {
	color: #3776AE;
	border-bottom: 1px solid #f4f7f9;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-weight: bold;
	font-size:20px;
}
h2#userlogin small {
  font-size:12px;
}
#userinfo dt {
  margin-top:1em;
  color:#7BA3B5;
}
h3#useractivity {
  font-size:16px;
  font-weight:bold;
  margin-top:2em;
  color:#3776AE;
}
.user-recent h4 {
  font-weight:bold;
  font-size:12px;
  color:#7BA3B5;
  margin-top:0.5em;
}
.user-recent ol {
  margin:0.5em 1em;
  list-style:decimal outside;
}
.user-recent ol li {
  margin-left:2em;
  padding:3px;
  color:#888;
}
.user-recent ol li.alt {
  background:#f4f7f9;
}
.user-recent ol li a {
  font-weight:bold;
}
#forum-profile {
  margin-top: 10px;
}

#login-form fieldset,
#register-page fieldset,
#forum-profile fieldset {
	border-top: 3px double #7BA3B5;
	border-bottom: 1px solid #7BA3B5;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f4f7f9;
}

#login-page legend,
#register-page legend,
#forum-profile legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-form fieldset table,
#register-page fieldset table,
#forum-profile fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-form fieldset table th,
#register-page fieldset table th,
#forum-profile fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-form fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#forum-profile fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-form fieldset table td,
#register-page fieldset table td,
#forum-profile fieldset table td {
	padding: 5px;
}

#login-form fieldset table td p,
#register-page fieldset table td p,
#forum-profile fieldset table td p{
	margin: 5px 0;
}

#login-form fieldset input[type=text],
#register-page fieldset input[type=text],
#forum-profile fieldset input[type=text],
#login-form fieldset input[type=password],
#forum-profile fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-form fieldset p,
#register-page fieldset p,
#forum-profile fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-form tr.form-required label:before,
#register-page tr.form-required label:before,
#forum-profile tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}
#login-form h2 {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  margin: 0.5em 0; 
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p {
  margin-bottom:1em;
}

.admin a {
  float:left;
  padding:4px;
  margin:0 4px;
  background:#f4f7f9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#003366;
}

#topic-move {
  display:block;
  float:left;
  clear:left;
  padding:4px;
  margin:4px;
  background:#f4f7f9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#topic-move label {
  font-weight:normal;
}

.search-results h4 {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  margin: 0.5em 0;
}
.search-results ol li {
  background: #f4f7f9;
  padding: 5px 10px;
  margin-bottom: 15px;
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}
.search-results ol li.alt {
  background: none;
}
.search-results a {
  color: #7BA3B5;
}
.search-results a.topic {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.search-results .freshness {
  font-size: 10px;
  color: #777;
}
.search-results p {
  margin: 0.5em 0;
}

/* BUDDYPRESS PAGES
============================================================================= */

li#bp-adminbar-visitrandom-menu {
  background-image: none !important;
  padding-right: 0 !important;
}

h2.fn {
  font-size:18px;
  font-weight:bold;
  color:#666;
}
h2.fn a {
  color:#3776AE;
}
h2.fn .highlight {
  font-size:12px;
}
.activity {
  color:#888;
}
#latest-update {
  margin-top:1em;
  font-size:15px;
}
#latest-update a {
  color:#3776AE;
  font-size:12px;
}
#object-nav {
  border-bottom:none;
}
#object-nav ul li {
  padding:2px 6px;
  margin:0 4px;
  background:#f4f7f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
  box-shadow: 1px 2px 2px #ccc;
  -moz-box-shadow: 1px 2px 2px #ccc;
  -webkit-box-shadow: 1px 2px 2px #ccc;
}
#object-nav ul li.current, #subnav ul li.current {
  font-weight:bold;
}
#object-nav ul li a, 
#subnav ul li a, 
.profile-fields a, 
#profile-edit-form a, 
.profile a,
#message-threads a,
.messages-options-nav a,
#message-thread a,
#item-buttons a,
#friend-list a,
#members-list a {
  color:#3776AE;
}
#object-nav ul li a:hover, 
#subnav ul li a:hover, 
.profile-fields a:hover, 
#profile-edit-form a:hover,
.profile a:hover,
#message-threads a:hover,
.messages-options-nav a:hover,
#message-thread a:hover,
#item-buttons a:hover,
#friend-list a:hover,
#members-list a:hover {
  color:#003366;
}
#subnav {
  padding-bottom:0;
}
#subnav select {
  margin:0;
}
#subnav ul li {
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:1px 6px;
  background:#f4f4f4;
}
#subnav ul li.last {
  border:none;
  background:none;
}
ul.activity-list li {
  margin:1em 0;
  padding:20px 10px !important;
  background:#f4f7f9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.activity-header {
  color:#888;
}
.activity-header a {
  font-weight:bold;
  color:#3776AE;
  font-size:14px;
}
.activity-header .view, .activity-header .item-button {
  font-size:12px;
}
.activity-inner {
  font-size:16px;
}
.activity-meta a {
  color:#3776AE;
  font-size:11px;
}
.profile-fields {
  font-size:14px;
}
.profile-fields .label {
  font-weight:bold;
}
#profile-edit-form h4, .profile h4, #message-thread h3, #settings-form h3, #activate-page h3 {
  font-weight:bold;
  color:#7BA3B5;
  font-size:14px;
}
#profile-edit-form input {
  margin:0;
}
#message-threads .thread-from {
  vertical-align:top;
  padding:2px;
  font-size:14px;
}
#message-threads .thread-from a {
  font-weight:bold;
}
#message-threads .activity {
  font-size:11px;
}
#message-threads .thread-info, #message-threads .thread-options {
  vertical-align:top;
}
.messages-options-nav {
  margin-top:2em;
  border-top:1px solid #ddd;
}
#message-recipients .highlight {
  background:none;
  color:#888;
  font-size:11px;
}
.message-box {
  margin-top:2em;
}
.message-metadata img {
  vertical-align:top;
  float:left;
  margin-right: 15px;
}
.message-metadata .activity {
  font-weight:normal;
}
.message-content {
  font-size:14px;
  padding-left:45px;
}
#item-header {
  height: 250px;
  padding-bottom: 0 !important;
}
#item-header-avatar {
  height: 250px;
}
#item-header-content {
  width:500px;
}
#item-buttons {
  margin-top:2em;
}
#item-buttons div {
  float:right;
  margin:0 4px;
}
.item-title a {
  font-weight:bold;
  font-size: 14px;
}
.update a {
  font-size:12px;
  font-weight:normal;
}
#settings-form label {
  font-size:14px;
  margin-top:2em;
}
#settings-form input {
  margin:0;
}
#settings-form .submit, #account-delete-form .submit {
  margin:2em 0;
}
.notification-settings {
  margin-bottom:1em;
}
.notification-settings .title {
  width:100%;
}
.notification-settings .yes, .notification-settings .no {
  padding:1px 4px;
}

#members-directory {
  padding-top: 5px;
  padding-left: 10px;
}
#members-dir-search {
  float: none;
  margin: 10px 0;
  width: 100%;
}
#members_search {
  width: 280px;
}
#members-dir-tabs .selected {
  font-weight: bold;
}
#member-dir-count h2 {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 4px;
}
#member-dir-pag {
  margin: 10px 0 0 4px;
}
#members-list li {
  margin: 10px 0;
  padding: 8px 0;
  border-top: 1px dotted #ddd;
}
.pagination-links a {
  color: #3776AE;
}
