Theme Name: Goedele
Theme URI: http://www.sanoma-magazines.be
Description: A two-columned wordpress theme with a web 2.0ish look
Author: Abhishek Tripathi modified for Sanoma
Author URI: http://www.sanoma-magazines.be

*/

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color: #f00;
}



#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.postmetadata {
	display: block;
	clear: both;
	background-color: #e1e1e1;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 25px;
	margin-bottom: 35px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar {
overflow:hidden;
}

#sidebar ul {
	list-style-type: none;
	display: block;
	width: 288px;
	margin: 0;
	padding: 0;
}


#sidebar li {
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;              /* height of the background image */
	color: white;
	padding-bottom: 5px;
}

#sidebar .wp-polls ul li {
	list-style-type: none;
	background:none;

}



/* Begin Form Elements */
#comment input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 20px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	border: 1px solid gray;
}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

li.author span.author_meta a {
	background: url(images/comment_balloon.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 40px;
	padding-right: 40px;
}


.author {
	display: block;
	background: #e1e1e1 url(images/comment_balloon_star.gif) no-repeat 560px 10px;
	margin-left: 30px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 60px 3px 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	padding-right: 40px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	color: #e1e1e1;
}

.commentmetadata a {
	margin: 0;
	color: #e1e1e1;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	float: left;
	}
	
img {
 	border: none;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainbox {
	margin: 0px auto;
	width: 965px;
}

.bringdown {
	clear: both;
}



.navigation {
	margin-top: 10px;
	clear: both;
}


.alignleft {
	float: left;
	width: 300px;
}

.alignright {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 10px;
}

a:link {
	color: #f0f;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: purple;
}

/***Header Stuff***/
#headerbox {
	
	height:249px;
	width: 960px;
	background: #000 url(images/Goedele_Header.jpg) no-repeat;
	position: relative;
	margin-bottom: 15px;
}


#logo {
	/*behavior: url('iepngfix.htc');
	background-image: url("wp-content/themes/web20/iepngfix.htc");*/
	width: 960px;
	height: 204px;
	margin-top: 1px;
}

#logo h1 {
	padding: 0px;
	background: url(images/story_logo_old.gif) no-repeat;
	width: 960px;
	height: 204px;
}

#logo h1 a {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 204px;
	display: block;
}

#logo h1 a span {
		visibility: hidden;
}


	
#logo h1 a:hover {
    text-decoration: none;

}

/* headerdec used for bg design search
#headerdec {
	background-image: url("images/design.png");
	width: 179px;
	height: 97px;
}
 */


#search {
	width: 300px;
	text-align: justify;
}

#search input {
	width: 220px;
	height: 17px;
	border: 1px solid black;
	background-color: white;
}

input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}

ul#menu {
	padding: 0px;
	margin: 0px;
}



#menubox {
	position: absolute;
	left: 15px;
	top: 124px;
}


#menu li {
	list-style-type: none;
	width: 80px;
	height: 24px;
	background-image: url("images/navbg.gif");
	float: left;
	text-align: center;
	padding-top: 5px;
}

li#lastlink {
	width: 81px;
}

#menu a {
	color: #000;
	font-size: 14px;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/***Main Area Stuff***/
#content {
	width: 630px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 0px;
	float: left;
	margin-right: 28px;
overflow:hidden;
}

#content.narrowcolumn, #content.widecolumn {
	width: 630px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 0px;
	float: left;
	margin-right: 18px;
	background-color: white;
	padding-left: 12px;
}

#content.narrowcolumn, #content.widecolumn H2{
	color: black;
}

#content.narrowcolumn, #content.widecolumn H2.pagetitle{
	color: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

#content_epg {
	width: 1630px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 0px;
	float: left;
	margin-right: 18px;
}

.clear
{
	clear: both;
}


#sidebar {
	float: left;
	width: 300px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
}

#contentblock {
	border: 1px solid #e8e8e8;
	width: 299px;
	margin-bottom: 15px;
	display: block;
	color: white;
	border-top-style: none;
}

#contentblockpadding {
	padding: 5px 14px 15px;
}

/*
#contentblock li {
	list-style-image: url(images/bullit.gif);
	list-style-type: disc;
	list-style-position: outside;
}
*/


/***Footer Stuff***/
#footer {
	clear: both;
	width: 960px;
	height: 180px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	background-color: black;
	border-top: 2px solid aqua;
	padding: 15px 5px 5px;
}

#footbar {
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

#footbar a {
 color: white;
 }

#footercontent {
	background-repeat: no-repeat;
	width: 730px;
	background-color: #434F54;
	background-position: bottom left;
	padding: 5px;
	padding-top: 0px;
}

#footer h2 {
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

#footer h3 a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color: #f0f;
}

#footer a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

#footer h3 {
	margin: 0px;
	display: block;
	padding-left: 25px;
	padding-top: 10px;
	font-style: italic;
}

.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}

.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

/***Post Stuff***/
.post {
	width: 615px;
	background-color: #fff;
}

.post img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.post li {
	list-style-image: url(images/bullit.gif);
	list-style-type: disc;
	list-style-position: outside;
}

.post ul {
	margin-left: 10px;
	padding-left: 10px;
}

#post_image_box {
	width: 285px;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
}

#post_image_box img {
	margin: 0;
	padding: 0;
}

#post_txt_box {
	width: 285px;
	float: left;
	margin-left: 30px;
	margin-top: 0px;
	display: block;
}

#post_txt_box_two_columns {
	width: 600px;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	display: block;
}

#post_txt_box_two_columns .posttitle {
	font-family: Tahoma;
	font-size: 11px;
	width: 600px;
	padding: 0;
	margin: 0;
	color: black;
}

#post_txt_box_two_columns ul {
	list-style-type: none;
	display: block;
	width: 600px;
	margin-left: -20px;
	list-style-image: url(images/bullit.gif);
}


.post_txt {
	margin-top: 10px;
}

.post_txt a:link {
	text-decoration: underline;
	color: #f0f;
}

.post_txt a:visited {
	text-decoration: underline;
	color: purple;
}

.post_txt a:hover {
	text-decoration: underline;
	color: purple;
}

.posttitle {
	color: black;
	width: 285px;
	padding: 0;
	margin: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.posttime {
	font-family: Tahoma;
	font-size: 10px;
	color: gray;
	padding: 0;
	margin: 0;
}

.post h2 a {
	color: black;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.post h2 {
	color: black;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post h3 {
	color: black;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}

.post a:link {
	text-decoration: none;
	
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.commentsquare {
	width: 80px;
	height: 65px;
	background-image: url("images/comment_balloon.gif");
	color: black;
	font-size: 10px;
	float: right;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	clear: right;
}

.commentsquare a {
	color: #FFF;
	font-size: 20px;
	text-decoration: underline;
}

.commentsquare a:link {
	text-decoration: underline;
}

.commentsquare a:visited {
	text-decoration: none;
}

.commentsquare a:hover {
	text-decoration: underline;
}

.postcontent {
	clear: both;
}

.postfoot {
	background-color: #fff;
}

/***Sidebar Items***/
#navt-2 {
	padding: 0;
}

#navt-2 li{
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
}

#navt-1 {
	padding: 0;	
}

#navt-1 li{
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
}



#samsarin-php-2 li {
	list-style-type: circle;
	padding: 0;
}

/***Samsarin 2 aligns nu in de winkel image***/
#samsarin-php-2 img {
	margin-left: 35px;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: right;
	border: 1px solid #FFFFFF;
}


h2.widgettitle {
	display: block;
	color: #e9006c;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.textwidget {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#sidebar h2 span {
	padding: 5 0 0 15px;
}

.showcase {
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}

.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}

.archivebox ul {
	padding: 0px;
	margin: 0px;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #f0f;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: underline;
	color: purple;
}

#sidebar ul ul{
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

#sidebar li li{
	list-style-type: none;
	display: block;
	width: 285px;
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 2px;
}

#sidebar a {
	color: #f0f;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: purple;
}

/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
	background-color: white;
	border-top: 1px solid #e9006c;
	border-right-color: #e9006c;
	border-left-color: #e9006c;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}

/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: red;
}


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}

/* Start Webring */
#webring { height:27px; background:url(images/webring_bg.png) repeat-x;
	margin: 0 0 15px 0;
}
#webring a { color:#fff; font-weight:bold;}
#webring a:hover { background:none; text-decoration:underline;}
#webring ul { width:1000px; margin:0 auto; list-style:none; padding:5px 0 0 0;}
#webring ul li { display:inline; background:none; list-style:none; padding:0 40px;}

/* Start login */
#loginbox { 
	text-align: right;
	vertical-align: bottom;
	top: 12px;
	padding: 10px 0px 5px 0;
	color: #fff;
}
/*
#logintxt 
{ 
	margin: 0;
	width: 300px;
	text-align: right;

}

 My Comment */


#loginbox a { color:#fff; font-weight:bold;}
#loginbox a:hover { background:none; text-decoration:underline;}
#loginbox ul { width:1000px; margin:0 auto; list-style:none; padding:5px 0 0 0;}
#loginbox ul li { display:inline; background:none; list-style:none; padding:0 40px;}

/* Menu Styles */

#MainMenu 
{
	height:27px;
	margin:0;
	position: absolute;
	left: 0px;
	top: 220px;
}

#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:20;
margin-right:0px;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	display:block;
	padding:0 17px 0 15px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

#tab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	padding:0 8px 0 8px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}
#tab a span 
{
	color: #0ff;
	font-weight:bold;
}

#tab li.item_active a 
{
	color: #0ff;
		padding:0 8px 0 0px;
}

#tab a:hover,#tab li.item_active a 
{
	color: #0ff;
}

.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #330066;
	background: url("images/bmid_008.gif");
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0;
	padding:0;
	display:block;
	border:0 solid #000000;
	color:#FFFFFF;
	background:url("images/bleft_008.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:27px;
	background:url("images/bright_008.gif") no-repeat right top;
	padding:0 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}


.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid #000000;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#000000;
	font-weight:bold;
}

.article_tags {
	font-size: 1.1em;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

	
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 width: 630px;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color: #252525;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em;

}


.dialog .content_rounded,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/dialog2-red-800x1600.png) no-repeat top right;
 _background-image:url(images/dialog2-red.gif);
}


.dialog .content_rounded {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:15px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


.rss_button {
	margin-right: 5px;
}

.rss_txt {
	display: block;
	margin-top: 8px;
	height: 25px;
}


/* 
  --Start Epg content box
*/

.epg_container {
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid red;
}

.epg_grid_container {
	margin: 0 0 15px;
	padding: 0;
	width: 98%;
	background-color: white;
}

.epg_content {
	background-color: white;
	padding-left: 15px;
	padding-top: 10px;

}

.epg_top {
	border-style: none;
	width: 98%;
}



.epg_bottom {
	border-style: none;
	width: 98%;
}

.epg_left_top_corner{
	float: left;

}

.epg_left_bottom_corner{
	float: left;

	
}

.epg_top_row {
	border: 1px solid red;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	height: 14px;
	background-color: white;
	margin-left: 12px;
}

.epg_bottom_row {
	border: 1px solid red;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 14px;
	background-color: white;
	margin-left: 15px;
}

/* 
  --End Epg content box
*/


/* Page Numbers */
.pages {
    padding: 2em;
    clear: left;
    font-size: 85%;
	margin: 1em 0 30px 50px;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid maroon;
    font-weight: bold;
    background: red;
    color: #fff;
}

.pages a {
    border: 1px solid red;
    text-decoration: none;
}

.pages a:hover {
    border-color: maroon;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}




.akpc_pop {
 display: none;
}
