*										{ margin: 0px; padding: 0px; border: none; list-style: none; }

body									{ background-color: #e1e1e1; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; color: #646464; }
p										{ margin: 0px 0px 10px; }
a:link, a:visited						{ color: #693b23; font-weight: bold; text-decoration: none; }
a:hover									{ color: #92c8e7; }
.clear									{ clear: both; }
h2.pagetitle							{ color: #000; text-align: right; font-size: 1.5em; margin: 0px 10px 0px 0px; padding-top: 7px; float: right;}

#container								{ width: 900px; background: url(images/pagebg-dark.gif); margin: 0px auto; }

.nav									{ height: 50px; width: 410px; margin: 0px auto; text-align: center; height: 45px; padding-top: 10px; }
.nav li									{ background: #000; margin-right: 10px; height: 35px; float: left; display: inline; }
.nav li a 								{ color: #fff; font-size: 1.25em; background: transparent url(images/navbg-left.gif) no-repeat left; float: left; }
.nav a span								{ background: transparent url(images/navbg-right.gif) no-repeat right; display: block; padding: 10px 11px 11px; float: none; }

#headimg								{ width: 900px; height: 151px; }
#headimg.image1							{ background: url(images/headimg1.jpg) no-repeat; }
#headimg.image2							{ background: url(images/headimg2.jpg) no-repeat; }
#headimg.image3							{ background: url(images/headimg3.jpg) no-repeat; }
#headimg.image4							{ background: url(images/headimg4.jpg) no-repeat; }

#wrap									{ width: 900px; background: #fff; padding-top: 0px; }
#bookmark								{ background: url(images/bookmarkbg.gif) repeat-x; width: 100%; height: 32px; }
#bookmark span							{ padding-top: 3px; padding-left: 20px; display: block; float: left; height: 13px; margin-top: 7px; margin-left: 10px; }
#bookmark span a						{ text-decoration: none; color: #000; text-transform: uppercase; }
#bookmark span.subscribe				{ background: transparent url(images/icon_rss.gif) no-repeat; }
#bookmark span.favorite					{ background: transparent url(images/icon_technorati.gif) no-repeat; }

#sidebar								{ float: left; width: 210px; margin: 0px 1px 0px 0px; font-size: 1.25em; }
#sidebar ul#ads							{ background: transparent url(images/head_sponsoredlinks.gif) no-repeat; padding: 45px 10px 0px; margin-bottom: 20px; }
#sidebar ul#categories					{ background: transparent url(images/head_categories.gif) no-repeat; padding: 45px 10px 0px; margin-bottom: 20px; }
#sidebar ul#blogroll					{ background: transparent url(images/head_blogroll.gif) no-repeat; padding: 45px 10px 0px; margin-bottom: 20px; }
#sidebar ul#blogroll h2					{ display: none; }
#sidebar li								{ margin-bottom: 5px; }
#sidebar a								{ color: #646464; font-weight: normal; text-decoration: underline; }

#main									{ float: left; width: 900px; }
#main .post								{ width: 875px; margin-bottom: 15px; margin-left: 15px; margin-right:10px; }
#main .post h1							{ font-size: 24px; width: 750px; float: left; margin: 2px; }
#main .post h1 a						{ color:#21759B; text-decoration: underline; }
#main .entry							{ clear: both; font-size: 12px; width: 875px; }
#main p.postmetadata a					{ color: #646464; font-weight: normal; text-decoration: underline; }

#commentform 							{ margin: 0px 10px 10px; }
#commentform h3							{ font-size: 1.4em; }
#commentform h3#respond					{ margin: 20px 0px 10px 10px; }
#commentform ul 						{ margin: 15px 0px; }
#commentform li							{ padding: 20px; }
#commentform li.alt						{ background: #eee; }
#commentform cite						{ font-style: normal; }
#commentform cite a						{ font-weight: bold; font-size: 1.2em; text-decoration: none; }	
#commentform input						{ border: 1px solid #000; padding: 2px; }

#footer									{ background: transparent url(images/footerbg.gif) no-repeat; padding-top: 35px; text-align: center; }
#footer p								{ color: #323232; text-transform: uppercase; font-size: 1.25em; }
.step { font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
margin-top: 20px;
}

/* Dialog for rounded corner boxes */

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/wp-content/themes/psdmaster/images/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(/wp-content/themes/psdmaster/images/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 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;
}

.mountainheader, .mountainheader2 { margin: 0; padding: 10px;}

.mountain { background: #0099FF url(/wp-content/themes/psdmaster/images/box_bottom_250.gif) no-repeat bottom left; width: 250px; margin: 0 0 20px 20px; color: #fff;}

.mountainheader {  background: #0000CC url(/wp-content/themes/psdmaster/images/box_top_250.gif) no-repeat top left; text-align: center; font-size: 18px;}

.mountain2 {  background: #CCFFCC url(/wp-content/themes/psdmaster/images/box_bottom_250.gif) no-repeat bottom left; width: 250px; margin: 0 0 20px 20px; color: #000;}

.mountainheader2 { background: #336600 url(/wp-content/themes/psdmaster/images/box_top_250.gif) no-repeat top left; text-align:center; font-size:18px; border-bottom: #fff solid 1px; color:#fff;}

.mountain p, .mountain2 p {margin: 0; padding: 5px;}
textarea { border-width:1px; border-style: solid; border-color: #000;}
