BODY
{
}


.blog
{
 width:200px;
 height:400px;
     
}


.border
{
    BORDER-RIGHT: mediumpurple 1pt solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: mediumpurple 1pt solid;
    COLOR: #696969;
    LINE-HEIGHT: 12pt;
    BORDER-BOTTOM: mediumpurple 1pt solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR:#ffffff;
    TEXT-DECORATION: none;
}

.border A:link
{
    COLOR: #663399;
    TEXT-DECORATION: none;
    FONT-SIZE: 9pt;
}
.border A:visited
{
    COLOR: #663399;
    TEXT-DECORATION: none;
    FONT-SIZE: 9pt;
}

.border A:hover
{
    TEXT-DECORATION: underline;
    FONT-SIZE: 9pt;
}

.text
{
    FONT-SIZE:9pt;
    COLOR: #595859;
    LINE-HEIGHT: 13pt;
    FONT-FAMILY: Verdana
}
.text A:link
{
    COLOR: #663399;
    TEXT-DECORATION: none
}
.text A:visited
{
    COLOR: royalblue;
    TEXT-DECORATION: none;
}

.text A:hover
{
    TEXT-DECORATION: underline
}

.text_in
{
    font-size: 9pt;
    color: #666666;
    font-family: verdana,arial;
    background-color:#ffffff;
    border:1pt solid silver;
    padding:3px 3px 3px 3px !important;  
    height:23px;
}

.head_blue
{
   text-align:center;
   font-size:9pt;
   font-family:Verdana;
   font-weight:bold;
   background-image:url('http://v2.nufrontiers.com/images/tbl_head_back_blue_25.gif');
   color:#666666;
   height:25px;
} 


.head_grey
{

 font-weight:bold;
 height:25px;
 background-image:url('http://v2.nufrontiers.com/images/tbl_head_back_grey_25.gif');
 padding-left:5px;
 font-size:9pt;
 color:#666666;
 
}


.tb_multiline
{
 width:100%;
 height:100px;
 color:#666666;
 font-family:Verdana;
 font-size:9pt;
}


/*--wordpress--*/


.commentlist li, #commentform input, #commentform textarea {
    font-size:9pt;
	font-family:Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight:normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


#sidebar h2 {
	font-family:Verdana, Sans-Serif;
	font-size:12pt;
	color:#666666;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	background-color:#eeeeee;
	border:1pt solid silver;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-size:9pt;
	font-family:Verdana;
	}

	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size:9pt;
	font-family:Verdana;
	}
	
	.postmetadata a:link
	{
	font-size:9pt;
    color:#4169E1;
    font-family: Verdana;
    text-decoration: none
	}
	
	.postmetadata a:visited
	{
	 text-decoration:none;
	 font-size:9pt;
    color:#4169E1;
    font-family: Verdana;
    text-decoration: none
	}
	
	.postmetadata a:hover
	{
	  text-decoration:underline;
	}

/* End Entry Lists */


.blog_divider
{
 background-color:#eeeeee;
 height:2px;
 width:90%;
}

.blog_title
{
 font-size:13pt;
 color:#4169E1;
 font-family:Verdana;
 line-height:17pt;
}

.blog_title a:link
{
 font-size:13pt;
 color:#4169E1;
 text-decoration:none;
 line-height:17pt;
}

.blog_title a:visited
{
 font-size:13pt;
 color:#4169E1;
 font-family:Verdana;
 text-decoration:none;
 line-height:17pt;
}

.blog_title a:hover
{
font-size:13pt;
text-decoration:underline;
}


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding:3px 3px 3px 10px;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 3px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 10px 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 10px 0 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
	
.entry
{
  font-size:9pt;
  color:#666666;
  line-height:12pt;
  font-family:Verdana;
}

.entry A:link
{
    FONT-SIZE:9pt;
    color:#4169E1;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.entry A:visited
{
    COLOR:#4876FF;
    TEXT-DECORATION: none;
    color:#4169e1;
    font-size:9pt;
}

.entry A:hover
{
    TEXT-DECORATION: underline
}
 

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 225px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	font-size:9pt;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	font-size:9pt;
	}
/* End Form Elements */

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px;
	}
	
/* Begin Images */
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;
	}

.alignleft {
	float: left;
	}
/* End Images */

.phrase
{
  /*-used on the sidebar-*/
 margin:5 5 5 5;
 padding:5 5 5 5;
 color:#666666;
 font-size:9pt;
 line-height:12pt;
}

.sidebar_head
{
 font-size:12pt;
 font-family:Verdana;
 padding:0 0 0 10;
 color:#666666;
}


