/*   
Theme Name: V2
Theme URI: http://www.duluthxc.com
Description: V2 is a simple theme created for special use by the DXC...
Author: patti harvieux
Author URI: harvieux@charter.net
Version: 1.0
*/
/*-----------------------------------------------------*/
/*-------------------resets----------------------------*/
/*-----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, cite, code, em, font, img, ins, q, s, small, strike, 
strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1; min-width: 1000px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}


/*-----------------------------------------------------*/
/*--------------------layout--------------------------*/
/*-----------------------------------------------------*/
body {
	font-family: Verdana, "lucida sans", arial;
	background-color: #ffffff;
        text-align: center;
}
#wrap{
        margin:0 auto;
        width:1000px;
        height: auto;
        text-align: left;
        background-color: #FFFFFF;
}
#menuwrap{
        margin:0 auto;
        width:1000px;
        height: auto;
        text-align: left;
}
#logowrap{
        margin:0 auto;
        width:1000px;
        height: auto;
        text-align: left;
}

/*----This is for the Body ID so the navbar color is right when that page is selected----*/
#news .news, #resources .resources,  #aboutdxc .aboutdxc, #membership .membership, #activities .activities, #skitrails .skitrails, #photos .photos, #subscribe .subscribe {
	color: #FFFFFF;
	background-color: #336699;
}
.space {
	padding-bottom: 18px;
}
.spaceup {
	padding-top: 36px;
}
.nospace {
        padding-bottom: 0px;
}
br {
	line-height: 0px;
}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.indent {
        margin-left: 10px;
        margin-right: 10px;
}

#box {
	background-color:#D5EAFF;
	color: #FFFFFF;
	margin: 0px 5px 14px 5px;
	padding: 8px 4px 8px 4px;
}
/*-----------------------------------------------------*/
/*----------------------TEXT---------------------------*/
/*-----------------------------------------------------*/
h1{
	font-size: 20px;
	font-weight: bold;
	color: #336699;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC9900
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #CC9900;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	color: #CC9900;
}
h5 {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #336699;
}
h6 {
	font-size: 11px;
        line-height: 17px;
	font-weight: normal;
	color: #C0C0C0;
}
h6 a {
        color: #C0C0C0;
}
h6 a:hover{
        color: #336699;
}
p {
	font-size: 12px;
	color: #336699;
	line-height: 18px;
        padding-bottom: 18px;
}
.response {
    font-weight: bold;
    color: #CC9900;
}
a {
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: dotted;
}
h2 a, h3 a {
	color: #CC9900;
}
h4 a, p a, h5 a {
	color: #336699;
}
a:hover {
	background-color: #D5EAFF; /*---old color was #E8F3FF----*/
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.red {
        color: #CC0000;
        font-weight: normal;
}
.hilite {
	color: #fff;
	background-color: #f93;
}
/*-----------------------------------------------------*/
/*-----------------------IMAGES------------------------*/
/*-----------------------------------------------------*/
img {
       -ms-interpolation-mode: bicubic;
}
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 5px 5px 0; border:2px #cc9900 solid;}
img.alignnone {margin:0 5px 5px 0; border:2px #cc9900 solid;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignnone {margin:0 5px 5px 0; border:2px #cc9900 solid;}
a img.alignleft, {float:left; display:inline; margin:0 5px 5px 0; border:2px #cc9900 solid;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft, .left {float:left;}
.alignright, .right {float:right;}
/*--this is the thumbnail in an excerpt class--*/
.imgtfe{
        border: 2px #cc9900 solid;
        margin: 3px 7px 5px 0px;
        display: inline;
        float: left;
}
p img {
        display: inline;
}
a:hover img {
        background-color:#ffffff;
}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; float:right; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; float:left; }
.leftimg {
	display:inline;
	float:left;
	padding: 4px 8px 0px 0px;
}
.rightimg {
	float:right;
        display: inline;
        padding: 4px 0px 0px 8px;
}
.centerimg {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}
.thumbnail {
       float: left;
       display: inline;
       border: 2px #cc9900 solid;
       margin-right: 7px;
       margin-bottom: 7px;
}

.rule { border-top: 1px solid #CC9900; width: 100%; }
.leftpost {
        float: left;
        width: 545px;
}
.pagetitle {
        padding: 5px 0 5px 0;
        background-color:#CC9900;
        color: #FFFFFF;
        text-align: center;
        width: 220px;
        margin-bottom: 8px;
}

/*-----------------------------------------------------*/
/*-----------------------header-------------------------*/
/*-----------------------------------------------------*/
#header {
        width: 1000px;
        height: 100px;
        margin:0 auto;
        padding-top: 10px;
        background-color: #ffffff;
}
.slogan {
	float:left; 
	margin-top: 7px; 
	margin-left:10px; 
	line-height:50px; 
	border-left: 1px #CC9900 solid; 
	padding-left: 5px;
}
#header h3 {
      	font-family: Verdana, "lucida sans", arial;
        font-size:11px;
        font-weight:bold;
        color:#CC9900;
}
#header img{
	float: left;
}
#quickactivity{
        background-color: #ffffff;
        clear: both;
}
#quickactivity a {
        border-bottom: 0px;
        border-bottom-style:none;
}
#nav {
	padding: 0;
	height: 35px;
	clear: both;
        background-color: #CC9900;
        border-top: 5px #336699 solid;
}
#menu {
	margin: 0px 0px 0px 0px;
	padding: 6px 0 0 0;
	/*width: 900px;*/
        height: 35px;
	float: left;
}
#menu li, #menu a {
	font-size: 12px;
	list-style-type: none;
	display: inline;
	font-family: verdana, "Lucida Sans", Arial;
	color: #FFFFFF;
	font-weight: bold;	
	padding: 4px 8px 5px 8px;
	text-decoration: none;
	line-height: 18px;
        border-bottom-style: none;
}
#menu a:hover {
        background-color: #336699;
}
#bar {
        border-bottom: 1px #CC9900 solid;
        background-color: #CC9900;
        height: 50px;
}
/*-----------------------------------------------------*/
/*---------------------sideshot------------------------*/
/*-----------------------------------------------------*/
#sideshot {
	width: 140px;
	float: left;
	margin-left: 10px;
        padding-bottom: 10px;
        background-color: #ffffff;
}
#sideshot img {
	margin-bottom: 20px;
}
img .post-image {
        margin: 0;
        padding: 0;
}
/*-----------------------------------------------------*/
/*---------------------main content--------------------*/
/*-----------------------------------------------------*/

#content {
        clear:both;
	width: 1000px;
	height: auto;
        margin:0 auto;
        background-color: #ffffff;
}
#content ul, #smleftcol ul {
	font-size: 11px;
	color: #336699;
	line-height: 16px;
	text-decoration: none;
	list-style-type: square;
	margin: 0 10px 20px 15px;
	font-weight: bold;
}
#content .indent {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        margin-left: 40px;
        margin-right: 40px;
}
#content ol, #wp-categories ol, #smleftcol ol {
	font-size: 11px;
	color: #CC9900;
	line-height: 16px;
	text-decoration: none;
	list-style-type: square;
	margin: 0 10px 20px 15px;
	font-weight: bold;
        padding:0;
}
#wp-categories ol li {
	font-size: 11px;
	color: #CC9900;
	line-height: 16px;
	text-decoration: none;
	list-style-type: square;
	margin: 0 10px 20px 15px;
	font-weight: bold;
        padding:0;
}
#wp-categories ol li ul .children {
        margin-bottom: 0px;
        padding: 0;
}

.singleUL {
	font-size:10px;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
         font-weight: bold;
         color: #336699;
         list-style-type: square;
}
.smallUL {
        font-size: 9px;
        font-weight: normal;
        line-height: 14px;
}
#content a:hover {
	background-color: #D5EAFF; /*----old color was #E8F3FF----*/
}
#content li a, #smleftcol li a {
	text-decoration: none;
	color: #336699;
	border-bottom: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: dotted;
	font-weight: bold;
}
#content li a:hover, #smleftcol li a:hover {
	background-color: #D5EAFF;
}
#content dl, #smleftcol dl {
	font-size: 11px;
	color: #336699;
	line-height: 16px;
	text-decoration: none;
	list-style-type: none;
	margin: 0 10px 20px 15px;
	font-weight: bold;
}
#content p {
	clear: both;
}
#content p img{
        clear: none;
}
#leftcol {
	width: 230px;
	float: left;
	margin-right: 20px;
        margin-left: 50px;
}
#trailleftcol {
	width: 285px;
	float: left;
	margin-right: 20px;
}
#trailcentercol {
	width: 285px;
	float: left;
	margin-right: 20px;
}
#trailrightcol {
	width: 285px;
	float: left;
	margin-right: 0px;
}

.centercol {
	width: 255px;
	float: left;
	margin-right: 20px;
}
#centercol {
	width: 230px;
	float: left;
	margin-right: 20px;
}
.rightcol {
	width: 255px;
	float: left;
	margin-right: 20px;
}
#rightcol {
	width: 230px;
	float: left;
	margin-right: 10px;
}
#smleftcol {
	width: 195px;
	float: left;
	margin: 0 20px 2px 50px;
        padding: 5px 0px 4px 0px;
        border-top: 6px solid #336699;
        border-bottom: 1px solid #CC9900;
        /*background: url(images/smleftcol.png) 0 0 no-repeat;*/
        /*background-color: #E8F3FF;*/
}
#smleftcol p, #widerightcol p, #catwiderightcol p, #leftcol p, #centercol p, #rightcol p {
        font-family: Verdana, "lucida sans", arial;
	font-size: 12px;
	color: #336699;
	line-height: 18px;
}
#widerightcol {
	width: 695px;
	float: left;
	margin-right: 10px;
}
#catwiderightcol {
        width: 545px;
        float: left;
        margin-right: 10px;
}
#catwiderightcol p {
        clear: none;
}
#centercontent {
        width: 570px;
        float: left;
        margin-right: 10px;
}
#postrightcol {
        width: 535px;
        float: left;
        margin-right: 10px;
}
#pagerightcol {
        width: 525px;
        float: left;
        margin-right: 10px;
}

#content h1 {
	font-family: "lucida sans";
}
#content h5 a:hover{
	background-color: #CC9900;
	color: #FFFFFF;
}
#content h4 a:hover{
	background-color: #CC9900;
	color: #FFFFFF;
}
/*-----------------------------------------------------*/
/*----------------------sidebar-------------------------*/
/*-----------------------------------------------------*/
#sidebar li{
        list-style-type: none;
}
.dxc {
        color: #CC9900;
        font-weight: normal;
        font-size: 10px;
        line-height: 14px;
}
#sidebar li.dxc {
       list-style-type: square;
}
.community{
        font-size: 9px;
        font-weight: normal;
        line-height: 14px;
}
#sidebar li.community{
       list-style-type: square;
}
#smleftcol a{
        border-bottom-style:none;
}
#sidebar ul{
        margin-bottom: 0px;
}

/*-----------------------------------------------------*/
/*---------------------footer--------------------------*/
/*-----------------------------------------------------*/
#bottomwrap {
	width: 1000px;
	margin: 0 auto;
        text-align: left;
}
#basewrap {
	width: 1000px;
	margin: 0 auto;
        text-align: left;
}

#footer {
	border-top: 1px #C0C0C0 solid;
	clear: both;
	background-color:#D5EAFF;
         /*background: #FFFFFF url(images/bg.jpg) repeat center 0;*/
        min-height: 450px;
}
#baseleft {
	width: 285px;
	float: left;
	margin-right: 20px;
        margin-left: 50px;
}
#basecenter {
	width: 285px;
	float: left;
	margin-right: 20px;
}
#baseright {
	width: 285px;
	float: left;
}
#footer ul{
	list-style-type: square;
	margin-left: 20px;
}
#footer li, #footer ul {
	list-style-type: square;
	color: #336699;
	font-size: 11px;
	font-weight: bold;
        line-height: 18px;
}
#footer li a {
	color: #336699;	
}
#footer li a:hover{
	background-color: #CC9900;
	color: #FFFFFF;
}
#footer h4 a:hover{
	background-color: #CC9900;
	color: #FFFFFF;
}
#footer h2 a:hover{
	background-color: #CC9900;
	color: #FFFFFF;
}
#footer h3 a:hover{
	background-color: #CC9900;
	color: #FFFFFF;
}

#footerbase {
        background-color: #336699;
        border-top: 1px solid #CCCCCC;
        clear: both;
        height: 20px;
}
#footerbase h4, #footerbase h4 a {
        color: #FFFFFF;
        padding-top: 2px;
}
#footerbase h4 a:hover {
        color: #336699;
}
/*-----------------------------------------------------*/
/*---------------------search--------------------------*/
/*-----------------------------------------------------*/
#search{
	float:right;
	width:200px;
	margin:0 0 0 0;
        padding:0;
	text-align:right;
}
#search:hover{
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 11px; 
	background:#D5EAFF;
	margin-top:2px;
        color: #336699;
        font-weight: bold;
}
#search input:focus{
	background:#FFF;
}
#searchform{
	margin:0 0;
}
#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}
#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

#find {
	float:center;
	width:200px;
	margin:0 0 0 0;
        padding:0;
	text-align:right;
}
#find:hover{
}
#find .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#find input{ 
	width:175px; 
	font-size: 11px; 
	background:#D5EAFF;
	margin-top:2px;
        color: #336699;
        font-weight: bold;
}
#find input:focus{
	background:#FFF;
}
/*-----------------------------------------------------*/
/*-----------------------comments-----------------------*/
/*-----------------------------------------------------*/

#comments, #respond {
        border-top: 1px solid #CC9900;
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 4px;
	/*background-color:#D5EAFF;*/
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: .9em;
        font-family: 'lucida grande', Verdana, Arial, Sans-Serif;
        color: #336699;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
        color: #cc9900;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #E8F3FF;       
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 0;
	padding: 0px;
        border-bottom: 1px solid #CC9900;
        background-color: #E8F3FF;
	}

.commentlist {
	padding: 0;
        margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px 0 0px;
	padding: 5px 10px 0px;
	list-style: none;
        border-bottom: 1px solid #CC9900;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata, .commentmetadata a {
	margin: 0;
        color: #cc9900;
        font-size: .9em;
	}
/*-----------------------------------------------------*/
/*-------------------PLUG-INS--------------------------*/
/*-----------------------------------------------------*/
simpleflickr {padding: 0; margin: 0;}




