/* @override http://www.maddogsexpeditions.com/themes/dionne/style.css */

/*
Theme Name: Dionne
Version: 1.0 Beta
Author: Felix Geithner
Author URI: http://www.utitan.com/ 
*/


/* <<<<<<<<<<<<<<<<<<<<<<<<<< Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body {
 background: #FFFFFF;
 margin:  0;
 padding: 0;
 text-align: left; /* IE hack Part 1 */
 font-family: Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
 font-size: 67%;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 100px;
	background-color: #F5F5F5;
	font-size: 0.9em;
	color: #4F4F4F;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: top;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 0.9em;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.thumbnail {
	float:left;
	border:solid 1px silver;
	padding:5px;
	margin-top: 20px;
  } 
/*---------------------------- Site Navigation -------------------------------*/

/*
#hnav {
 width: 750px;
 margin: 8px auto;
 height: 23px;
 background: #d9d7da url(navgradient.jpg) repeat-x top;
 border-bottom: 1px solid #ccced2;
 border-left: 1px solid #f5f6f7;
 border-right: 1px solid #ccced2;
}


#head {
 top: 0px;
 left: 0px;
 width: 100%;
 height: 139px;
 margin: 0px;
 padding: 0px;
 border-bottom: 2px solid #FFFFFF;
}


#headleft {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 200px;
 height: 166px;
 margin: 0px;
 padding: 0px;
 border-right: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
}


#headright {
 position: absolute;
 top: 0px;
 left: 201px;
 width: 100%;
 padding: 0;
 height: 166px;
 border-bottom: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
}


#header {
 float: left;
 width: 235px;
 margin: 0px;
 padding: 0px;
 text-align: left;
 height: 20px;
}


#hmenu {
 margin: 2px 5px 0 0;
 text-transform:lowercase;
 text-align: right;
 float: right;
 width: 440px;
}


#masthead {
 background: url(masthead.jpg);
 width: 750px;
 height: 135px;
 margin: 0 auto;
 padding: 0;
 border-top: 1px solid #b8e4e7;
 border-right: 1px solid #86c9cf;
 border-bottom: 2px solid #00527f;
 border-left: 1px solid #86c9cf;
}
*/

/*NAVBAR*/
#top-nav {
    /* background: transparent url(images/bg_topnav_1.gif) top left repeat-x; */
}
#primary-nav {
	margin : 0;
	padding : 0;
	font-size : 0.9em;
	font-weight : bold;
	color : #333;
	width : 100%;
	/*	background : #DFE4E5; */
	background: #DFE4E5 url(../misc/images/topnav_bg_01.gif) repeat-x top;
	vertical-align: top;
}
#primary-nav:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
#primary-nav ul {
	z-index : 5;
	width : 160px;
	margin : 0;
	padding : 0;
	background : #fff; /* IE6 Bug */
	border-left : 1px solid #CDCDCD;
	border-right : 1px solid #CDCDCD;
	border-bottom : 1px solid #484848;
}
#primary-nav li {
	position : relative;
	list-style : none;
	float : left;
	margin : 0px 0 0 0;
	padding : 0;
	width : 105px; /* Width of Menu Items */
	background : transparent url(../misc/images/l_topnav_spacer.gif) no-repeat right top;
}
#primary-nav li li {
	position : relative;
	list-style : none;
	float : left;
	padding : 0;
	margin : 0;
	width : 160px; /* Width of Menu Items */
/*	background : <?php print $color2 ?>; */
	background: #F8F8F8 url(../misc/images/topnav_bg_02.gif) repeat-x top;
}
#primary-nav li li li {
	position : relative;
	list-style : none;
	float : left;
	padding : 0;
	margin : 0;
	width : 160px; /* Width of Menu Items */
/*	background : <?php print $color3 ?>; */
	background: #F8F8F8 url(../misc/images/topnav_bg_02.gif) repeat-x top;
}
#primary-nav li a {
	display : block;
	text-decoration : none;
	color : #333;
	padding : 4px 4px 4px 8px; 
}
#primary-nav li li a {
	display : block;
	text-decoration : none;
	color : #484848;
}
/* Fix IE. Hide from IE Mac \*/
* html #primary-nav li {
	float : left;
	height : 1%;
}
* html #primary-nav li a {
	height : 1%;
}
/* End */
#primary-nav ul {
	position : absolute;
	display : none;
}
#primary-nav ul ul {
	left : 160px;
	top : 0;
}
#primary-nav li ul li a {
	padding : 3px 6px; /* Sub Menu Styles */
}
#primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, #primary-nav li.over ul ul, #primary-nav li.over ul ul ul {
	display : none; /* Hide sub-menus initially */
}
#primary-nav li:hover ul, #primary-nav li li:hover ul, #primary-nav li li li:hover ul, #primary-nav li.over ul, #primary-nav li li.over ul, #primary-nav li li li.over ul {
	display : block; /* The magic */
}
#primary-nav li.menuparent {
	background : transparent url(../misc/images/n_arr_d.gif) no-repeat right top;
}
#primary-nav li li.menuparent {
	background : #f8f8f8 url(../misc/images/n_arr_r2.gif) no-repeat right center;
}
#primary-nav li a.active, #primary-nav li a:hover, #primary-nav li.menuparent:hover, #primary-nav li.over {
	color : #fff;
	background : #798C9B;
}
#primary-nav li a:hover {
	color : #fff;
	text-decoration : none;
}
/*------------------------------- Top Navigation ----------------------------------*/

/*
#top-nav-container {
	padding: 0;
	margin:0;
}

#top-nav {
	background-color:#DFE4E5;
	padding: 0 0 0 10px;
	background: #DFE4E5 url(images/topnav_bg_01.gif) repeat-x top;
}

#top-nav ul {
	margin:0;
	padding: 0;
	display:inline;
}

#top-nav ul li {
	list-style: none;
	line-height: 22px;
	margin: 0;
	display:inline;
	padding: 0;
}

#top-nav ul li a {
	font-size:10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
 	vertical-align:bottom;		
	margin:0;
}

#top-nav ul li a.active {
	font-weight: bold;
	}

#top-nav ul li a:hover {
	font-weight: bold;
}

#top-nav ul li.expanded a.active, #top-nav ul li.expanded a, #top-nav ul li a.active {
	font-weight: bold;
	background: #F8F8F8 url(images/topnav_bg_02.gif) repeat-x top;
	padding: auto;
	margin: auto;
}

#top-nav ul li ul {
	float:left;
	width:100%;
	background: #F8F8F8 url(images/topnav_bg_02.gif) repeat-x top;
}

#top-nav ul li ul li {
	list-style: none;
	line-height: 21px;
}

#top-nav ul li ul li a {
	font-size:9px;
	text-transform:none;
	padding: auto;
	margin: auto;
}

#top-nav ul li ul li.expanded a, #top-nav ul li ul li.expanded a.active, #top-nav ul li ul li.leaf a.active {
	font-weight: bold;
	background: #798C9B url(images/topnav_bg_03.gif) repeat-x top;
	padding: auto;
	margin: auto;
}

#top-nav ul li ul li ul {
	background: #798C9B url(images/topnav_bg_03.gif) repeat-x top;
	}

#top-nav ul li ul li ul li {
	background-color:#798C9B;
	}

#top-nav ul li ul li ul li a {
	background-color:#798C9B;
	border-style: none;
	padding: auto;
	margin: auto;
	}

.clearnav {clear:both;}

*/
/*------------------------------- Main Body ----------------------------------*/
#container {
 width: 100%;
 text-align: left; /* IE hack Part 2 */
 margin-top: 45px;
}

#container table tr td {
 padding: 8px;
}

/*
#topcontentdouble {
 float: left;
 width: 780px;
 height: 1px;
 margin: 0 0 0 0;
 display: inline;
}
*/
/*
#topcontent {
 width: 730px;
 background: #f5f6f7 url(header_whole.gif) no-repeat top;
 margin: 9px auto 0 auto;
 height: 27px;
}
*/

#content {
 width: 80%;
 margin:  10px 10px 10px 18px;
}


#bottomcontentdouble {
 clear: both;
 width: 570px;
 margin: 0 10px 9px 10px;
 height: 27px;
}

/*
#singlecontent {
 width: 730px;
 background: #ffffff;
 padding-top:0;
 margin:  0 auto;
}
*/

.post {
 margin-bottom: 25px;
}


.singlepost {
 margin: 0px 105px 80px 105px;
}

/*
#bottomcontent {
 width: 730px;
 background: #f5f6f7 url(bottom_whole.gif) no-repeat top;
 margin: 0px auto 0px auto;
 padding-bottom: 9px;
 height: 27px;
}
*/

.meta {
 line-height: 18px;
}


.feedback {
 width: 100%;
 line-height: 28px;
 margin-bottom: 15px;
 text-align: right;
}


.author {
 width: 200px;
 float: right;
 text-align: right;
}

#container textarea {
}

#container input {
	max-width: 350px;
	font-weight: bold;
	background-color: #F8F8F8;
	color: #666666;
	border-style: 1;
}

#slogan {
	font-size: 0.9em;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#tinymenu {
	font-size: 0.9em;
	color: #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: right;
}

#mission {
	font-size: 1em;
	color: #666666;
	background-image: url(../misc/images/bg_mission.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #DFE4E5;
	padding: 15px;
	margin-top: 20px;
	margin-right: 10px;
}


#listing {
	color: #666666;
	background-color: #DFE4E5;
	padding: 15px;
	margin-top: 20px;
	margin-right: 10px;
}

#button2 {
	font-size: 1em;
	color: #666666;
	background-color: #DFE4E5;
	padding: 15px;
	margin-top: 20px;
	margin-right: 10px;
}


#message {
 margin: 15px 0px 15px 0px;
 padding: 15px;
 font-size: 1em;
 color: #990000;
 border: 1px #990000 solid;
}

/*---------------------------- Store -------------------------------*/

.price {
 margin: 15px 0px 0px 0px;
 padding: 15px;
 font-size: 1em;
 color: #000000;
 border: 1px #DFE4E5 solid;
 font-weight: bold;
 background-color: #F8F8F8;
}

/*---------------------------- Page Navigation -------------------------------*/
.postnavigation {
 margin: 15px 0px 25px 8px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:hover {
 color: #666666;
}


.left {
 float: left;
}


.right {
 float: right;
 padding-right: 20%; 
}


.leftdouble {
 float: left;
 padding-left: 10px;
}


.rightdouble {
 float: right;
 padding-right: 10px; 
}


/* ------------------------------ Sidebars -----------------------------------*/
#sidebar {
 float: left;
 width: 100%;
 margin: 0 0 0 0;
 text-align: right; /* IE hack Part 2 */
 display: inline;
 background: #F8F8F8;
}

#sidebar .block {
 background: #F8F8F8;
 margin-bottom: 22px;
}

#sidebar .content {
 margin-right: 10px;
 margin-left: 10px;
}

#sidebar ul {
 position: relative;
 text-align: right; /* IE hack Part 2 */
}

#sidebar ul li {
 list-style-type: none;
 list-style-image: none;
}

#sidebar ul .collapsed {
 background: #F8F8F8 url(../misc/images/arr_nav_c.gif) no-repeat right top;
}

#sidebar ul .
 {
 background: #F8F8F8 url(../misc/images/arr_nav_o.gif) no-repeat right top;
}

#sidebar ul, #sidebar ul li {
 margin: 0 0px 0 0px;
 padding-right: 8px; 
}

#sidebar ul li ul{
 background: #F8F8F8;
 margin: 0 8px 5px 0px;
 padding: 1px 0 1px 10px;
}

#sidebar h2 {
 background: #DFE5E5;
 margin: 10px 0px 8px 0px;
 padding:  1px 10px 1px 5px;
}


/*
The following is the fix
for 3-pixel-jog bug in IE 
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
 /*margin-right: 7px;*/
}
 
* html #sidebar {
 height: 1%;
}
/* End hide from IE5/mac */


/* ------------------------------ Comments -----------------------------------*/
#response {
 margin: 0px 110px;
}


#commentlist {
 padding: 0px 10px 0px 10px;
 margin-left: 10px;
 margin-right: 10px;
 color: #7b7b7b;
 list-style-type: none; 
 text-align: justify;
}


#commentlist li  p{
 padding: 0px;
 margin: 8px 0px 0px 0px;
}


.commentname {
 width: 220px;
 float: left;
 margin: 0;
 padding: 0  0 2px 0;
}


.commentinfo{
 width: 250px;
 float: right;
 text-align: right;
}


.commenttext {
 clear: both;
 padding-top: 0px;
 margin-top: 0px;
 margin-bottom: 70px;
 border-top: 1px solid #e4ebef;
}

.commentauthor {
 font-weight: bold;
 padding: 0 0 2px 0;
 margin: 0;
 color: #000000;
}


.commentauthor a{
 font-weight: bold;
 margin: 0;
 padding: 0 20px 0 0;
 background: url(../misc/icon.jpg) no-repeat top right;
}


.commentdate {
 text-align: right;
 line-height: 18px;
 padding: 0;
 margin: 0;
}


#nocomment, #commentsclosed {
 text-align: center;
 color: #7b7b7b;
}


/* ----------------------------- Comment Form ------------------------------- */
h2#postcomment {
 background: #FFFFFF url(../misc/comments.gif) no-repeat center top; 
 margin: 40px 0px 0px 0px;
 padding: 0 0 20px 10px;
}


#commentform {
 background: #f5f6f7; 
 padding: 1px 20px;
 margin-top: 0px;
 margin-bottom: 0px;
 vertical-align:top
}


#commentboxes {
 float: left;
 color: #7b7b7b;
}


p.instructions {
 margin: 14px 0 0 200px;
 color: #7b7b7b;
 font-size: 0.9em;
 text-align: justify;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #d5d7db;
 padding-left: 15px;
 position: relative;
}



#button{
 padding-top: 0.5em;
}


#commentsbottom {
 background: #FFFFFF url(../misc/commentsdown.gif) no-repeat center top; 
 margin: 0;
 padding: 0;
 height: 22px;
}

#comment  {
 height: 90px;
 margin:  10px 10px 10px 13px;
 width: 100%;
}


#comment, #author, #url, #email, #press{
 background: #e7e9ed/*#f5f6f7*/;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}


#comment, #author, #url, #email{
 border: 1px solid #d5d7db;
}


#comment:hover, #author:hover, #url:hover, #email:hover{
 border: 1px solid #7b7b7b;
}


#comment:focus, #author:focus, #url:focus, #email:focus{
 background: #FFFFFF;
 border: 1px solid #000000;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}


#commentboxes p {
 margin: 0;
 padding-bottom: 0.9em;
}


h2#comments{
 margin-bottom:10px;
}


p.feeds {
 float: right;
 margin-top: -1.8em;
}


p.feeds a, p.feeds a:hover  {
 text-decoration: none;
}


p.feeds a:hover {
 color: #000000;
}


p.inputbox {
 margin: 0;
 padding-bottom: 10px;
}


p.pages {
 margin: 0;
 padding: 40px 40px;
 padding-top: 0;
 text-align: center;
}


p.pages a {
 color: #333333;
}



/* --------------------------- 'Sidebar' Structure -------------------------- */

/*
#menu {
 margin: 10px auto;
 width: 100%;
 height: 100%;
 background: #F0F0F0 url(bottomgradient.jpg) repeat-x top;
 border-top: 1px solid #d1d4d9;
 border-right: 1px solid #d5d7db;
 border-bottom: 2px solid #d5d7db;
 border-left: 1px solid #d1d4d9;
}
*/

#searchform {
 float: right;
 margin-top: 4px;
 margin-bottom: 4px;
 margin-right: 16px;
}


input.form-text {
 width: 100%;
}


#topimage {
 margin: 10px 0 0 0; 
/* cursor: pointer; */
/* width: 14px;
 height: 14px; */
/* background: url(images/topbutton.gif) no-repeat top; */
/* float: right; */
 padding-right: 20%;
 text-align: right;
/* padding-top: 3px; */
}


#topimage a{
/* display:block; */
/* height:100%; */
/* overflow:hidden; */
 text-decoration:none;
}


/* ------------------------------- Credits ---------------------------------- */
#footer {
 margin: 10px 0 0 0; 
 padding-right: 20%;
 text-align: right;
 color: #9e9e9e;
}


#footer p {
margin-top: 0;
}


.clearer {
 clear: both;
 visibility: hidden;
 line-height: 0px;
}

p.credits {
 padding: 0px 0px;
 text-align: right;
 margin: 10px 0px; 
 color: #9e9e9e;
 padding-right: 20%;
}

/*------------------------------ H Menu Styling ----------------------------- */
#top { 
 display: inline;
 list-style-type: none;
}


#hnav ul li{
 display: inline;
}


#hnav ul li a {
 color: #919191;
 text-decoration: none;
 padding: 5px 0px 5px 30px;
 font-size: 0.7em;
 font-family: Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
 font-weight: normal;
}


#hnav ul li a:hover {
 color: #bfbfbf;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Typography >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ------------------------------- General ---------------------------------- */

body {
 font-family: Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
}

a {
 color: #660000;
 text-decoration: none;
}


a:hover {
 color: #990000;
 text-decoration: underline;
}


top a {
 border: 0;
 text-decoration: none;
}


blockquote {
 background: #f5f6f7;
 padding: 10px 20px;
}


code {
 font-family: Monaco, "Courier New", courier, sans-serif; /*Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;*/
 font-size: 1.0em;
}


h1 a {
 margin: 0;
 padding: 0;
 text-decoration: none;
 color: #6f6f6f;
}


h2 {
 color: #333333;
 font-family: Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
 font-size: 1.1em;
 margin-bottom: 0px;
 margin-top: 10px;
 margin-left:5px;
}

.singlepost h2{
margin-top: 0px;
}


h3 {
	color: #333333;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}


/* ------------------------------Site Navigation ---------------------------- */
#blogtitle {
 margin: 0;
 padding: 5px;
 font-family: Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
 font-weight: normal;
 font-size: 0.7em;
}


#blogtitle a{
 font-weight: bold;
}


#blogtitle a:hover{
 color: #bfbfbf;
 font-weight: bold;
 text-decoration: none;
}


/* -------------------------------- Main Body ------------------------------- */

.expanded {
	margin-left:5px;
}


.post {
 /*color: #7b7b7b;*/
 color: #222;
 text-align: left;
}


.singlepost {
 color: #7b7b7b;
 text-align: justify;
}


.posted {
 color: #555555;
 font-size: 0.8em;
 margin: 0;
 padding: 0;
 float: left;
}


.title a, .content-title {
	text-align: left;
	height: 20px;
	color: #660000;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	margin-top: 20px;
	margin-bottom: 10px;
}

.title a, .content-title-listing {
	text-align: left;
	height: 20px;
	color: #660000;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	margin-top: 0px;
	margin-bottom: 0px;
}

.title a, .content-title-listing-2lines {
	text-align: left;
	height: 40px;
	color: #660000;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	margin-top: 0px;
	margin-bottom: 0px;
}

.title a, .content-title-listing-centered {
	text-align: center;
	height: 20px;
	color: #660000;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	margin-top: 0px;
	margin-bottom: 0px;
}


.title a:hover {
 color: #333333;
}


.storycontent {
	vertical-align: top;
	color: #4F4F4F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}


.singlepost p {
margin-top: 0;
}


.formlabel a {
 text-decoration: none;
}


.formlabel a:hover {
 text-decoration: underline;
}


.formlabel a:visited {
}


.formlabel {
	vertical-align: top;
	color: #4F4F4F;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
}


.formlabel a {
 text-decoration: none;
}


.formlabel a:hover {
 text-decoration: underline;
}


.formlabel a:visited {
}



.image {
	border: 1px solid #DFE4E5;
	padding: 0;
	float: right;
	
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.image img{
 padding: 0px;
 margin: 0;
}

.image div.caption {
	background-color: #DFE4E5;
	padding: 3px;
	color: #333333;
	font-weight: bold;
}

.img-main {
background-color:#FFFFFF;
border-color:silver;
border-style:solid;
border-width:1px;
padding:5px;
}

.post ul {
 padding: 0;
 margin: 0;
}

.post ul li {
  list-style-image: url(../misc/images/arm.gif);
 list-style-type: none;
 padding: 0 0 10px 0;
 margin: 0;
}

.post h4 {
 background: #DFE5E5;
 margin: 10px 0px 8px 0px;
 padding:  4px;
}

/* ----------------------------- Page Navigation ---------------------------- */
.left a{
 color: #990000;
}


.right a{
 color: #990000;
}


.leftdouble a{
 color: #990000;
}


.rightdouble a{
 color: #990000;
}


/* --------------- Search/Archives/Categories Results Pages ------------------*/
.searchresult {
 padding: 30px 0 0 0;
 margin:0;
}


.searchresult a{
 color: #000000; 
}


.searchinfo {
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000000;
 margin: 0 ;
}


.searchdetails {
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000000;
 margin: 0 ;
 border-bottom: 1px solid #BBBBBB;
}


/*--------------------------- form fields ------------------------ */

input , input[type="text"] , input[type="submit"] , input[type="reset"] , select , input[type="password"] , 
input[type="file"] , select , textarea {
	border: none;
	border: 1px #999 solid;
	font-size: 0.95em;
	color: 7b7b7b;
}

#gsSidebar .gbBlock select {
	width: 100%;
}


input[type="submit"] , input[type="reset"]{
	font-size: 0.9em;
}

input[type="text"] , input[type="submit"] , input[type="reset"],   input[type="password"] , 
input[type="file"]{
  background: #DFE4E5 url(../misc/images/topnav_bg_02.gif) top left repeat-x;
	padding:0.3em;
} 

input[type="text"] ,  input[type="password"] , 
input[type="file"]{
	font-size: 0.9em;
}


/*--------------------------- 'Comment Edit' Buttons ------------------------ */
#ed_toolbar {
 background: #d5d7db; 
 border: 1px solid #d5d7db;
 padding-left: 5px;
}


#ed_bold {
 background: url(../misc/bold.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
}


#ed_italic {
 background: url(../misc/italic.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_link {
 background: url(../misc/link.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_close{
 background: url(../misc/close.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 25px;
}

/* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
 display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */


/* -------Video-------*/

#FeaturedStory #ImageVideoWindow a, #FeaturedStory #ImageVideoWindow div a
{
    font-size: 10px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #003366 !important;
}

#FeaturedStory #StoryImage_VideoHolder
{
    background-image: url(http://www.maddogsexpeditions.com/videos/watchvideobar.gif);
    background-repeat: no-repeat;
    background-position: 0 242px;
    width: 322px;
    height: 268px;
    overflow: visible;
    cursor: hand;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
}
