/*----------------------------------------------------------------------------------------------------
///////////////////      Style Sheet Information       /////////////////////////////////////////////
------------------------------------------------------------------------------------------------------

Author:  
Version & Date:
Included on the following .htm page:
	=All .htm pages

Contains:
	=Base/Reset Styles
	=Font Size
	=Base Links/Anchors
	=Common Styles
	=Headings

----------------------------------------------------------------------------------------------------*/

/* = Base/Reset Styles
----------------------------------------------------------------------------------------------------*/

* {/* set all elements to have 0 margin and padding */
	margin:0;
	padding:0;
}

p, ul, ol {/* reset specific elements */
	line-height:1.4em;
	text-align:left;
	margin-bottom:15px;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup, sub {
	line-height:-1px;
	vertical-align: text-top;
}

sub { vertical-align:text-bottom; }

hr {
	border-top: 1px solid #000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin:10px 0;
	*margin:0 0; /* IE 7 & 6 filter */
}

html {
	
	background-color:#57636C;
	text-align:center;
}

body {
	
	color:#333333; /* global font color */
	font:13px/1.22 Arial, Helvetica, sans-serif;
 	*font-size:small; /* IE 7 & 6 filter */
 	*font:x-small; /* IE 7 & 6 filter */
	width:901px;
	margin:20px auto 50px auto;
}

input, textarea, select { 
	font-family:inherit;
	*font-family:Arial, Helvetica, sans-serif; /* IE 7 & 6 filter */
}

table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	border-spacing:0;
}

pre, code, kbd, samp, tt {/* Bump up !IE to get to 13px equivalent */
	font-family:monospace;
 	*font-size:108%;
	line-height:99%;
}

img.image-full {
    width:100%;
}


/* = Font Size
----------------------------------------------------------------------------------------------------*/

add selectors here { font-size: 77%; } /* =10 */

.entryDate, dd p, .entryAuthor, .entryLinks ul li, #newsletterInput, #blogList p, #recentPosts ul li, #archive ul li, #subscribe ul li, #blogList ul li, #bio p { font-size: 85%; } /* =11 */

add selectors here { font-size: 62%;} /* =12 */

input, textarea, select { font-size: 100%; } /* =13 */

add selectors here { font-size: 107%; } /* =14 */

h4 { font-size: 114%; } /* =15 */

add selectors here { font-size: 122%; } /* =16 */

add selectors here { font-size: 129%; } /* =17 */

add selectors here { font-size: 136%; } /* =18 */

add selectors here { font-size: 144%; } /* =19 */

add selectors here { font-size: 152%; } /* =20 */

add selectors here { font-size: 159%; } /* =21 */

h2 { font-size: 167%; } /* =22 */

add selectors here { font-size: 174%; } /* =23 */

add selectors here { font-size: 182%; } /* =24 */

add selectors here { font-size: 189%; } /* =25 */

add selectors here { font-size: 197%; } /* =26 */


/* = Base Links/Anchor
----------------------------------------------------------------------------------------------------*/

a:link {
	outline:none;
	color:#5B7C1C;
	text-decoration:none;
}

a:visited {
	outline:none;
	color:#5B7C1C;
	text-decoration:none;
}

a:hover {
	outline:none;
	color:#5B7C1C;
	text-decoration:underline;
}

a:active {
	outline:none;
	color:#5B7C1C;
	text-decoration:none;
}

a:focus {
	outline:none;
	color:#5B7C1C;
	text-decoration:none;
}

:focus {
	-moz-outline-style:none;
	text-decoration: none;
}

/* ----- anchors ----- */
a { }

/* = Common Styles
----------------------------------------------------------------------------------------------------*/

.clearFloatNoHeight {
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
	overflow:hidden;
}

.clearFloat {
	clear: both;
	display: block;
}

.floatRight { float:right; }

.floatLeft { float:left; }

.textLeft { text-align:left; }

.textRight { text-align:right; }

.displayNone { display:none; }

.displayBlock { display:block; }

.highlightYellow { background-color:#FFFFCC; }

p.last { margin-bottom:0; }


/* = Headings
----------------------------------------------------------------------------------------------------*/

/* ----- Add descrption here ----- */
h1{ float:left; margin-bottom:14px;}
h1 a{
background-image:url(/images/logo.gif);
background-repeat:no-repeat;
width:411px;
height:66px;
display:block;
text-indent:-999em;
overflow:hidden;
}

/* ----- Add descrption here ----- */
h2 {}

/* ----- Add descrption here ----- */
h3 {
background-image:url(http://www.neverstopexploring.com/kishtwar/banner.jpg);
width:901px;
height:181px;
text-indent:-999em;
overflow:hidden;
margin-bottom:6px;
}

/* ----- Add descrption here ----- */
h4 {
color:#5B7C1C;
font-weight:bold;
margin:0 26px 0 26px;
padding-top:15px;
}

/* ----- Add descrption here ----- */
h5 { float:right; margin-top:10px;}
h5 a {
background-image:url(/images/tnfURL.gif);
background-repeat:no-repeat;
display:block;
text-indent:-999em;
width:141px;
height:10px;
overflow:hidden;
}

/* ----- Add descrption here ----- */
h6 {
width:297px;
height:32px;
text-indent:-999em;
}

/* = Headings
----------------------------------------------------------------------------------------------------*/
#header{
border-bottom:1px solid #000;
margin-bottom:6px;
}

#header div#headerBorder{
border-bottom:1px solid #fff;
}

/* = content
----------------------------------------------------------------------------------------------------*/
#content{
width:599px;
float:left;
text-align:left;
}

#blogDescription{
background-color:#667887;
padding:20px;
color:#FFFFFF;
font-weight:bold;
}

#blogDescription p{
margin:0;
}

#blogDescription a:link, #blogDescription a:visited, #blogDescription a:hover {
    color: white;
}

.entry{
background-color:#FFFFFF;
margin-top:6px;
_border-bottom:1px solid #fff;
}

.entry ul, .entry ol {
    margin:10px 26px 0pt;
}

dl.entryOnly {
margin-top: 0px;
}

.entryDate{
padding:6px 20px;
text-align:right;
border-bottom:1px solid #628126;
font-weight:bold;
color:#666;
}

.entry dd p, #archiveEntry ul, #archiveEntry h2 {
margin:10px 0px 0px;
}

div.archive {
    padding: 10px 0;
}

#archiveEntry {
 margin-top: 0px;   
}

.entry dd{
background-image:url(/images/entryBg.jpg);
background-repeat:repeat-x;
background-position:0 0;
    padding: 0px 26px;
}

.entry h4 {
    margin: 0pt;
}

.entryAuthor{
text-align:right;
font-weight:bold;
margin:3px 26px 10px 26px;
}

.entryLinks ul li{
list-style:none;
display:inline;
padding:0 10px 0 7px;
border-right:1px solid #B2B2B2;
}

.entryLinks ul li.noLineBreak{
border:none;
}

.entryLinks ul{
padding:10px 14px 15px 14px;
_padding-bottom:5px;
margin:0;
}

.entryLinks{
margin:0px -15px;
background-image:url(/images/dottedLine.gif);
background-repeat:repeat-x;
background-position:0 0;
}

.entryLinks .postedTime{
color:#666666;
padding-left:0;
}

/* = contentSidebar
----------------------------------------------------------------------------------------------------*/
#contentSidebar{
width:297px;
float:right;
text-align:left;
}

#bio {
    background-color: #CDD1D4;
    border: 1px white solid;
    padding: 18px 0px 0px 36px;
}

#bio p {
    margin-top: 5px;
}

#blogList{
background-color:#FFFFFF;
padding:20px;
}

#blogListTitle{
background-image:url(/images/blogListTitle.gif);
text-indent:-999em;
overflow:hidden;
width:229px;
height:14px;
margin:0 0 6px 0;
padding:0;
}

#blogList ul li{
list-style:none;
background-image:url(/images/listDivider.gif);
background-repeat:repeat-x;
background-position:bottom;
padding:3px 12px;
}

#blogList ul li a:link, #blogList ul li a:active, #blogList ul li a:visited{
color:#1A6CB7;
}

#blogList p {
line-height:1.2em;
}

#blogList ul{
margin:0;
}

#recentPosts, #archive, #subscribe, #links {
background-color:#EFF0F1;
margin-top:6px;
}

#recentPosts ul, #archive ul, #links ul{
padding:8px;
margin:0;
}

#recentPosts ul li, #archive ul li, #links ul li{
list-style:none;
background-image:url(/images/listDivider.gif);
background-repeat:repeat-x;
background-position:bottom;
padding:3px 12px;
}

#recentPosts h6{
background-image:url(/images/recentPostHeader.gif);
}

#archive h6{
background-image:url(/images/archiveHeader.gif)
}

#subscribe h6{
background-image:url(/images/subscribeHeader.jpg)
}

#links h6 {
    background-image: url(/images/linksHeader.jpg)
}

#recentPosts ul li.moreLink, #archive ul li.moreLink{
text-align:right;
background-image:none;
padding-top:10px;
}

#recentPosts ul li a:link, #recentPosts ul li a:active, #recentPosts ul li a:visited,
#archive ul li a:link, #archive ul li a:active, #archive ul li a:visited,
#bio a:link, #bio a:active, #bio a:visited, #links ul li a:link, 
#links ul li a:active, #links ul li a:visited,{
color:#DC2727;
}

.showcase{
margin-top:6px;
}

#subscribeContent{
padding:10px 20px;
}

#subscribeContent p.subscribeDivide{
background-image:url(/images/listDivider.gif);
background-repeat:repeat-x;
background-position:bottom;
}

#subscribeContent p{
padding:8px 0;
margin:0;
}

/* = footer
----------------------------------------------------------------------------------------------------*/
#footer{
background-image:url(/images/footerBg.gif);
background-repeat:repeat-x;
background-position:0 0;
height:31px;
margin:10px 0 0 0;
text-align:left;
padding:0 20px;
}

#footer label{
background-image:url(/images/labelNewsLetter.gif);
background-repeat:no-repeat;
width:145px;
height:7px;
text-indent:-999em;
display:block;
float:left;
margin-top:10px;
}

#footer input#newsletterInput{
margin:3px 0 0 5px;
display:block;
float:left;
padding:1px;
}

#footer input#newsletterBtn{
margin:6px 0 0 5px;
display:block;
float:left;
}

/* = Post Comment Form
----------------------------------------------------------------------------------------------------*/

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 60%;
}

label {
    display: block;
}

#comment-preview, #comment-post {
    margin: 0 1em .5em 0;
    font-size: 1.2em;
    padding: 0 .8em;
}

#comment-post {
    font-weight: bold;
}

.entryLinks h2 {
    padding-top: .8em;
}
/* ph=1 */

