/*   
Theme Name: NTS Final
Theme URI: http://www.dan-i-am.com/ntsWP
Description: A theme framework for the Note Taking Solutions Website
Author: Deis
Author URI: http://www.deis.ie
Version: 1.1s
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/*Defaults*/

body {
	font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
	font-size: 13px;
	color: #2C2C2C;
	background: #c9c4ba none repeat scroll 0 0;
}
p{
	font-size: 13px;
	color: #2C2C2C;
	line-height:20px;
	margin:0 0 1.0em;
}
h1{
	color: #d72027;
	font-size: 20px;
	font-weight: bold;
	margin:0 0 21px;
	letter-spacing:-0.05em;
	line-height:34px;
	font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
}
h2{
	color: #d72027;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height:24px;
	font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
	}
h3{
	color: #d72027;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height:20px;
	font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #3f312e;
}

a:link, a:visited { color: #d72027; }
a:hover {
	text-decoration: underline;
	color: #0066CC;
}

/*End Defaults*/

blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}


/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

/* Generic classes
------------------------------------------------------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { background: transparent url("images/top-sprite.png") 0 5px no-repeat; padding-left: 12px; }
.top-link:hover { background-position: 0 -29px; }

/*End generic*/

#wrapper {
/*	margin-top: 40px;*/
	width: 776px;
	height: auto;
	margin-right: auto;
	margin-left:auto;
	padding:10px 10px 0;
	clear: both;
	background-color:#ffffff;
	border-left:4px solid #b5b1a8;
	border-right:4px solid #b5b1a8;
}

#header {
	margin-left: 5px;
	background-color: #ffffff;
}

#content{
width:770px;
float:left;
padding: 0 15px 20px 0;
}

div.bio{
clear:both;
margin-top:15px;
}

div.bioImage {
float:left;
margin-bottom:20px;
text-align:center;
}

div.bioText {
float:right;
width:600px;
}

#service_content{
width:450px;
float:left;
padding: 0 15px 20px 0;
}

#blog_content{
width:450px;
float:left;
padding: 0 15px 20px 0;
}

#blog_content img{
max-width: 450px;
max-height: 500px;
}

/*	Sidebar */
#sidebar{
float:right;
width:240px;
margin-right: 10px;
margin-bottom: 20px;
margin-top:10px;
}

#mc_signup_container{
	float:right;
	width: 240px;
	height: auto;
	margin-right: 10px;
	color: #666666;
	margin-bottom: 20px;
	clear: right;
}

.widget {
	float:right;
	width: 240px;
	height: auto;
	margin-right: 10px;
	color: #666666;
	margin-bottom: 20px;
	clear: right;
}

.widget h3{
	background-color:#0066CC;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px 0px 5px 10px;
	position:relative;
	text-transform:uppercase;
}

h2.widgettitle{
	color: #d72027;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height:18px;
	font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
	}

ul li.widget ul {
	margin: 0;
	font-size: 1em;
}
ul li.widget ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
}
ul li.widget ul li { 
	padding: 8px 0;
	border-bottom: 1px solid #eee; 
}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 15px;
	background: url("images/list-item.gif") no-repeat 0 6px;
}
ul li.widget ul li a:hover { background-position: 0 -136px; }
ul li.widget ul#recentcomments li a {
	padding: 0;
	background: none;
}

/*Services Widget*/

#serviceList {
	float:right;
	width: 260px;
	height: auto;
	margin-right: 10px;
	color: #666666;
	margin-bottom: 20px;
	clear: right;
}

#serviceList h3{
	background-color:#d72027;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px 0px 5px 10px;
	position:relative;
	text-transform:uppercase;
}

#serviceList ul li a:link, #serviceList ul li a:visited  {
	display: block;
	padding: 0 0 0 5px;
	line-height: 30px;
	text-decoration:none;
	font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
	
}

#serviceList ul li a:link, #serviceList ul li a:visited  {
	color: #6c6c6c;
	border-bottom:1px solid #f0f0f0;
}

#serviceList ul li a:hover  {
	color: #4d4d4d;
	background-color: #f0f0f0;
}

#serviceList ul li.current_page_item a {
	color: #d72027;
	font-weight:bold;
}

/*END OF Services Widget*/

/*Blog Widget*/

#widget {
	float:right;
	width: 260px;
	height: auto;
	margin-right: 10px;
	color: #666666;
	margin-bottom: 20px;
	clear: right;
}

#widget h3{
	background-color:#d72027;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px 0px 5px 10px;
	position:relative;
	text-transform:uppercase;
}

#widget ul li a:link, #serviceList ul li a:visited  {
	display: block;
	padding: 0 0 0 5px;
	line-height: 30px;
	text-decoration:none;
	font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
	
}

#widget ul li a:link, #serviceList ul li a:visited  {
	color: #6c6c6c;
	border-bottom:1px solid #f0f0f0;
}

#widget ul li a:hover  {
	color: #4d4d4d;
	background-color: #f0f0f0;
}

#widget ul li.current_page_item a {
	color: #d72027;
	font-weight:bold;
}



/*	End SIDEBAR*/

#access {
	float:right;
	font-size: 13px;
	margin-top: -100px;
	margin-right: 5px;
}

#access a {
	margin-left: 30px;
	text-decoration: none;
	color: #ffffff;
}

ul#topNav {
	float: left;
	list-style: none;
	margin-left: 200px;
	margin-top: -25px;
	margin-bottom: 25px;
}

#topNav li {
	list-style: none;
	float: left;
	padding-left: 15px;
}

#topNav a {
	font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size: 15px;
	color: #2C2C2C;
}

#topNav a:active {
	text-decoration: none;
	color: #d72027;
}

#topNav a:hover {
	text-decoration: none;
	color: #d72027;
}

#topNav li.current_page_item a{
	text-decoration: none;
	color: #d72027;
}

#topNav li.current_page_parent a{
	text-decoration: none;
	color: #d72027;
}

/* Video*/
#vidBanner {
	background-image: url("images/bannerBg.png");
	padding:10px 0 10px 0;
	height: 240px;
	width:776px;
	margin: 0 0 20px 10px;
	background-repeat: no-repeat;
}

#vidBanner h1 {
	color:#2e2e2e;
	font-size: 32px;
	font-weight: bold;
	margin:0 0 10px;
	letter-spacing:-0.05em;
	line-height:34px;
	font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
}

#vidBanner p {
	font-size: 14px;
	line-height:19px;
}

#vidBanner div.first {
	width: 380px;
	height: 235px;
	padding-right: 10px;
	float: left;
}

.first small a {
	margin: 0 15px 0 0;
}

.first small a {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 8px;
	background: #6B6B6B;
}
.first small a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	background: #29B31B;
	padding: 5px 8px;
}

#vidBanner div.second {
	padding-left:20px;
	float: left;
	display: block;
	width: 320px;
	height: 235px;
}

#vidBanner div.second p{
	margin:0;
}

#vidBanner div.second p.extralinks {
		padding: 4px 18px 8px 18px;
		background-color: #fff;
		border-bottom: 1px dashed #b1aea7;
		}
#vidBanner div.second .extralinks a,

.extralinks a:link,
.extralinks a:visited {
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: none !important;
			}
.extralinks small {
	display: block;
	font-weight: normal;
	margin-top: 2px;
	font-size: 80% !important;
			}
#vidBanner div.second .summary {
	background-color: #fefade;
	border-top: 2px dotted #ddd;
	padding: 12px 12px 6px 18px;
		}
#vidBanner div.second .summary p {
	color: #6b6b6b;
		}

.highLight {
	font-weight: bold;
	color: #d72027;
}

.vidLink {
	display:block;
	height: 31px;
	width: 83px;
	float: right;
}

a.vidLink {
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 10px;
}		
/* End Video*/

a .arrow{
background:transparent url("images/arrow_blue.gif") no-repeat scroll right top;
padding-right:10px;
}

.wp-caption-text{
	font-size:12px;
}

.test_more{
	margin: 15px 0 0 0;
}

#home_testimonial {
	float:left;
	width: 478px;
	background-color: #f2f2f2;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
}


#blogHome {
	float: left;
	background-color: #f2f2f2;
	width: 240px;
	margin-left: 15px;
	padding-bottom: 22px;
	margin-bottom: 10px;
}

#blogHome a {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	color: #d72027;
	text-decoration: none;
	font-size: 10px;
}

#blogHome p {
	margin-left: 10px;
	padding-top: 12px;
	clear:left;
}

/* Product pages differences */

#vidBanner td.firstProduct {
	width: 380px;
	height: 200px;
	padding-right: 10px;
	float: left;
}

#vidBanner td.firstProduct p {
	clear:both;
}

#vidBanner td.firstProduct h1 {
	
	margin-top: 30px;
}

#vidBanner td.firstProduct img {
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}

#productText {
	float:left;
	width: 478px;
	background-color: white;
	padding: 10px;
}

#productText p {
	margin-bottom: 24px;
	clear: left;
}

#productText h3 {
	font-size: 18px;
	font-weight:bold;
	color: #d72027;
	margin-bottom: 30px;
}

#productText ul {
	margin-top: -22px;
	margin-bottom: 24px;
}

#productText li {
	margin-left: 20px;
	list-style: disc;
}

#productText a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #4aa9dc;
}

/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  padding: 5px 6px 3px;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

#testHome {
	float:right;
	width: 260px;
	height: auto;
	margin-right: 10px;
	color: #666666;
	clear: right;
	margin-bottom: 20px;
}

#testHome h3 {
	background-color:#6b6b6b;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px 0px 5px 10px;
	position:relative;
	text-transform:uppercase;
}

#testHome p {
	font-style: italic;
	font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
	font-size:12px !important;
}

.testAuthor {
	color: green;
}
.testCollege {
	color: #0066CC;
	font-weight: bold;
}

/* Product pages */

#serviceInfo {
	margin-left:15px;
	width: 460px;
	float: left;
	font-size: 13px;
}

#serviceInfo h2 {
	color: #d72027;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height:24px;
}

#serviceInfo p {
	margin-top: 12px;
	font-size: 13px;
	line-height:24px;
	margin-bottom: 18px;	
}

#serviceInfo ol li{
	list-style-type: decimal;
}

#serviceInfo li {
	list-style: disc;
	line-height:24px;
	margin-left: 20px;
}

#serviceInfo a {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

/* Service Page */

strong {
	font-weight: bold;
}

.serviceBoxes {
	width: 740px;
	height: auto;
	margin-left: 20px;
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	float: left;
}

.serviceBoxes.topBox {
	padding-top: 10px;
	margin-top: 0px;
}

.serviceBoxes.botBox {
	margin-bottom: 25px;
}

.imgBox {
	float: left;
	width: 296px;
	height: 139px;
	background-color: #e1e1e1;
}

.imgBox img {
	margin: 10px;
}

.serviceText {
	float: right;
	width: 400px;
	margin-right: 15px;
}

.serviceText a {
	text-decoration:none;
	color: #d72027;
	font-size: 13px;
}

.serviceText h3 {
	margin-top: 12px;
	color: #2C2C2C;
	font-size: 13px;
	font-weight: normal !important;

}

/* Pagination */

.page_nav {
	float:left;
	width: 478px;
	margin-left: 15px;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_nav_left {
	float: left;
}

.page_nav_right {
	float: right;
}

/* Testimonial Pages */
#testimonialHeader {
	margin-left: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #d72027;
}

.testimonialTitle {
	font-size: 24px;
	color: black;
	padding-top: 12px;
	margin-top: 10px;
	border-top: 2px solid #e1e1e1;
}

.testimonialPost {
	margin-top: 12px;
	line-height: 20px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 10px;
}

.testimonialPost p {
	margin-top: 10px;
}

.testAuthorFull {
	margin-top: 15px;
	font-size: 13px;
	color: green;
	font-style: italic;
}

.testCollegeFull {
	margin-top: 15px;
	color: #0066CC;
	font-weight: bold;
}

.no_testimonial {
	margin-left: 15px;
	margin-top: 200px;
	font-size: 18px;
	color: black;
}
/* No video pages */

#vidBanner td.novidSecond img {
	width: 345px;
	height: 200px;
	background-color: black;
}


#sectionList {
	float: right;
	background-color: #f2f2f2;
	width: 230px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 22px;
	margin-bottom: 10px;
}

.lizRosePics {
	float: left;
	padding-right: 30px;
	margin-bottom: 30px;
}

/*Home Styles*/

.more_but{
	float:right;
	margin: 0 10px 10px 0;
}

.more_but_enquiry{
	margin: 10px 10px 10px 0;
}

.more_but_home{
	margin:0;
}

a.button {
    background: transparent url("images/capsule_right.png") no-repeat scroll right top;
    display: block;
    float: left;
    height: 36px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
    text-shadow: #ffffff 1px 1px 0;
    font-weight: bold;
    line-height: 36px;
    font-size: 14px;
}
a.button span {
    background: transparent url("images/capsule_left.png") no-repeat;
    display: block;
    padding-left: 20px;
    white-space: nowrap;
    font: bold 14px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.button:active {
    background-position: right -35px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    text-shadow: #ffffff -1px -1px 0;
    padding-top: 1px;
}

.homeBoxes_social{
margin:0 0 30px;
padding:15px 0;
}

.homeBoxes_social li {
float:left;
margin:5px 0 5px 10px;
padding:15px 20px;
width:200px;
}

.homeBoxes_social li a span.site {
color:#D72027;
font-size:16px;
font-weight:bold;
}

.homeBoxes_social li a span.url {
color:#989898;
font-size:11px;
}

.homeBoxes_social li a span {
display:block;
line-height:16px;
}

.homeBoxes_social li img {
float:left;
margin:0 10px 0 0;
}

.homeBoxes {
	background-color:#F2F2F2;
	border:2px solid #DDDDDD;
	float:left;
	height:228px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	width:244px;
}

.homeBoxes h4 {
	height:30px;
	padding-top: 9px;
	font-size: 18px;
	padding-bottom: 9px;
	font-weight: bold;
}

.homeBoxes h5 {
	height:50px;
	font-size: 13px;
	margin:5px 12px 0 15px;
	text-align: left;
	line-height:15px;
	color:#000000;
}


.homeBoxes small a {
	float: right;
	margin: 0 15px 0 0;
}

#homeBlogTop {
	float: left;
	width: 490px;
	margin-left: 15px;
	margin-bottom: 12px;
}

#homeBlogTop a {
	color: black;
	float: left;
	text-decoration: none;
	font-size: 13px;
}

#homeBlogTop a.last {
	float: right;
	text-decoration: none;
	font-size: 13px;
}

#homeBlogBottom {
	float: left;
	width: 490px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.homeBlogTitle {
	font-size: 16px;
	color: #d72027;
	margin-bottom: 12px;

}

.homeBlogExcerpt {
	margin-bottom: 20px;
	margin-right: 40px;
}

#homeBlogBottom a {
	color: #d72027;
	text-decoration: none;
}

/* POSTs and PAGEs
------------------------------------------------------------------- */
.article { padding: 0 15px; }
.blogpost{
	padding:0 0 10px 0;
	margin-bottom:20px;
}

.page, .post, .pagetitle { padding: 0 15px; }
.post{ padding-bottom: 10px; }
.post { margin-bottom: 15px; }
.entry { margin: 15px 0 5px; font-size: 13px; line-height: 20px; }

.meta {
  background-color: #F2F2F2;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  color: #3e5867;
  display: block;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  padding: 6px 10px;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {
  border: 1px solid #F4F8F9;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background: #5388b6 url("images/button-style.png") center left repeat-x;
  border-color: #1b5a8d;
  color: #fff;
}

p strong, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url("images/dl-arrow.gif") 0 4px no-repeat; padding: 0 0 4px 1em; }

/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 11px;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetadata a { color: #666; padding: 2px; }
.postmetadata a:hover { background-color: #efefef; }

/* Footer Styles */

#footer { 
font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
background:#F2F2F2;
border-left:4px solid #B5B1A8;
border-right:4px solid #B5B1A8;
clear:both;
height:140px;
margin-left:auto;
margin-right:auto;
padding:10px 10px 0;
font-size:11px;
vertical-align:bottom;
width:776px;
}
#footer .footer_col1{
float:left;
padding:5px 25px;
width:440px;
}
#footer .footer_col1 .desc{
	color:#345368;
	font-size:12px;
	margin-top:20px;
	padding-left:60px;
	width:auto;
}
#footer .footer_col2 {
	background:url("images/home_second_col1_border.gif") repeat-y scroll left top transparent;
	float:left;
	padding:5px 20px;
	width:220px;
}

#footer ul.services_links{
	list-style:none;
	float:left;
}

.site_info{
font-size:11px;
margin:0 auto;
text-align:center;
vertical-align:bottom;
width:776px;
padding:5px 0;
}

.site_info span.business {
font-size:11px;
margin-right:20px;
}

.site_info ul{
	text-align:center;
	list-style:none;
	margin:5px 0 8px 0;
}

.site_info ul li{
	display:inline
}

.signup{
	padding-bottom:9px;
}

/*Links list styles*/
.links ul {
	list-style-type: none;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.links ul ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

.links .linkcat {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

.links ul li {
	font-size:1.1em;
	line-height:135%;
}