/********************************************************************************                                                  
                          NDRFNG

-Neudorf NG
-Supercedes only below.

********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #fff;
   color: #000; 
margin-top: 0px;
}

#main {
   padding-top: 10px;
}



/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
font-size: 90%; 
font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
background: #fff; 

}

h1,h2,h3,h4,h5,h6 { 
  color: #666; 
}

h1 {
	margin-bottom: 0px;
}


h2.prodgroup {
	font-size: 1.2em;
	text-transform: lowercase;
	color: #999;
}
.container {
	background-color: #ffffff;
}

/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 0.8em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a { color: #000;  text-decoration: none; border-bottom: #ccc 1px dotted; }

.grey, a.grey , a.grey:hover { text-align: left; color: #aaa;  text-decoration: none; text-transform: lowercase; border: none; }
	

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, nolink {border-bottom: none;}


h2 a {
	text-transform: lowercase;
	font-family: 'Century Gothic', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: -0.002em;
	color: #828282;
	line-height: 0.3em;
}


h2 a:hover {
	text-decoration: none; border-bottom:none;
}
h2.title {
	font-size: 1.8em;
	text-transform: lowercase;
	font-family: 'Century Gothic', 'Helvetica Neue', helvetica, arial, sans-serif;
	letter-spacing: -0.002em;
	color: #777777;
	line-height: 1.5em;
	margin-top: 4px;
}


/* */
h3 a {
	text-transform: lowercase;
	font-family: 'Century Gothic', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: -0.002em;
	color: #828282;
	line-height: 0em;
	padding-bottom: 0;
}


h3 a:hover {
	text-decoration: none; border-bottom:none;
}
h3.title {
	font-size: 1.4em;
	text-transform: lowercase;
	font-family: 'Century Gothic', 'Helvetica Neue', helvetica, arial, sans-serif;
	letter-spacing: -0.002em;
	color: #828282;
	line-height: 0.1em;
}



a:focus, a:hover { text-decoration: none; border-bottom: #000 1px dotted;}


li { list-style: square outside url(images/bullet.gif);}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}

#content {
	font-size: 0.8em;
	margin-top: 4px;
}

#content2 {
	font-size: 0.8em;
}
#content ul {
list-style-position: outside;

}


#sidecontent ul{
list-style: none;
list-style-type:none;
background-image: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
list-style-image: none;
}

#sidecontent li {
	 list-style: none outside ;
	list-style: none;
	list-style-type:none !important;
	background-image: none;
	background-color: transparent;
	border: none;
	}

/********************************************************************************                                            
                            NDRF CLASSES                                                   
********************************************************************************/

/********************************************************************************
                NDRF IR
********************************************************************************/
#header {
	text-align: center;
	border-top: solid 8px white;
}

/* css */
#nheader {
	width: 310px;
	height: 126px;
	background: #fff url(images/neudorf-logo-top.png) no-repeat top center;
	padding-bottom: 18px;
	}
#nheader span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}


/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}

.box3 { 
	padding: .5em; 
	margin-bottom: .5em; 
	background: transparent; 
	border: none;
	color: #999;
	line-height: 2em;   
}

.box3 ul, .box3 ul li {
	list-style-type: circle;
	color: #999;
}

.box3 ul a, .box3 ul li a {
	color: #999;
	text-decoration: none;
	border: none;
	font-size: 0.9em;
}

.box3 ul a:link, .box3 ul li a:link {
	color: #999;
	text-decoration: none;
	border: none;
}

.box3 ul a:visited, .box3 ul li a:visited {
	color: #999;
	text-decoration: none;
	border: none;
}

.box3 ul a:hover, .box3 ul li a:hover{
	color: #666;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
	background-color: transparent;
}



/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
   padding: 0px;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #9a9a9b;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
font-weight: normal;
text-transform: lowercase;
}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
}

#current_page_item a {
   text-decoration: underline;
}

.box3 ul li.current_page_item a {
   text-decoration: none;
}

.box3 {
	line-height: 1.5em;
}
.box3 ul li {
	font-size: 0.95em;
}
.box3 ul li ul li {
	font-size: 0.9em;
}
.box3 ul li.current_page_item{
list-style-type: square;
list-style-image: url(images/bullet-on.gif);
list-style-position: outside;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}


/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
}

/********************************************************************************
                Wordpress Images
********************************************************************************/

a img {
	background-color: transparent;
	border-bottom: none;
}
a:hover img {
	background-color: transparent;
	border-bottom: none;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#subfoot1, #subfoot2, #subfoot3{
	color: #aaa;
	font-size: 0.8em;
}

/* ndrf order */
table, td, th {
vertical-align: middle;
}

th {
font-weight: normal;
background-color: transparent;
background-image: none;
color: #666;
border-bottom: 1px solid #666;
}

th, td {
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 5px;
font-size: 0.9em;
}

td {
color: #444;
font-weight: normal;
/*font-size: 0.8em; */
font-size: 0.8em; 
}

.lineitem td{
	font-size: 1.0em;
}

.tabmiddle, td.tabmiddle, th.tabmiddle {
	text-align: center;
}

label {font-weight: normal;}
.btop {
	border-top: solid 1px #ccc;
}


h4 {
color: #666;
font-weight: normal;
padding-top: 6px;
font-size: 1.4em;
}



#sidecontent ul{
list-style: none;
list-style-type:none;
background-image: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
list-style-image: none;
}

#sidecontent li {
	 list-style: none outside ;
	list-style: none;
	list-style-type:none !important;
	background-image: none;
	background-color: transparent;
	border: none;
	}
	
ul.nodarnbullethere{
list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.nodarnbullethere li { list-style: square outside url(images/trans.gif);}

.alt {
	background: #fff url(images/alt.gif) repeat-x top left;
}


.weetext {
	color: #999;
}

.wp-caption {
	text-align: center;
	font-size: 0.9em;
	color: #999;
}