@charset "UTF-8";
/* CSS Document */




.testing {
	border:1px solid #ccc;
}



/* Global
..................................................................................... */

html, body {
	padding:0;
	margin:0;
	font: 0.9em/1.6em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	background:#fff;	
	text-align:left;
}

sup a {
	font-size:85%;
	margin:0 0 0 2px;
	text-decoration:none;
}
.clear {
	clear:both;
	margin:3px 0;
}
img {
	border:0;
}

a:link { color:#3a5998; background:transparent; text-decoration: none; }
a:visited { color:#3a5998; background:transparent; text-decoration:none; }
a:focus, a:hover, a:active { color:#3a5998; background:transparent; text-decoration: underline; }






div#wrapper { 
	width:920px;
	margin:30px auto;
}
#column1 {
	float:left;
	width:200px;
	position:fixed;
}
#column2 {
	float:right;
	width:700px;
}



h1 {
	font: 1.6em/1.6em Georgia, "Times New Roman", Times, serif;
	margin:15px 0 0 0;
}
h3 {
	font: 1.6em/1.6em Georgia, "Times New Roman", Times, serif;
	margin:45px 0 0 0;
	border-top:1px solid #ccc;
	padding:15px 0 0;
	clear:both;
	color:#333;
}
h4 {
	font-style:italic;
	margin:20px 0 0 0;
	padding:0;
}






/* headerlink
..................................................................................... */

a.headerlink {
    color: #3a5998;
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
    visibility: hidden;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
    visibility: visible;
}

a.headerlink:hover {
    background-color: #3a5998;
    color: white;
}



/* nav
..................................................................................... */

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

#nav {
	clear:both;
	margin:8px 0 0 0;
	width:200px;
	text-align:left;
	padding:0;
}
#nav li {
	margin:5px 0 0 0;
	list-style:none;
	display:block;
}
.nav_border {
	margin:24px 0 0 0;
	padding:10px 0 0 0;

	border-top:1px solid #ccc;
	width:180px;
}


a.gotoapp {
	display:block;
	background:#3a5998;
	padding:4px 8px;
	color:#fff;
	width:100px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* nav
..................................................................................... */

#shareBar {
	background:none;
	
	position:fixed;
	top:0;
	right:0;
	z-index:10;
	padding:5px;
}
#shareBar ul {
	float:right;
	margin:0;
	padding:0;
	height:25px;
}
#shareBar ul li {
	display:inline;
	float:right;
	list-style:none;
}
#shareBar ul li {
	width:100px;
}


/* main column
..................................................................................... */

.callout {
	font: 2.1em/2.3em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:14px 0 13px 0;
}

blockquote {
	color:#333;
	padding:14px 18px;
	margin:0;
	font-size:13px;
	font-family:"Courier New", Courier, monospace;
	background:#eceff5;
}
.well {
	display:block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.thumb {
	margin:0 20px 8px 0;
	width:300px;
	float:left;
}
.thumb img {
	border:1px solid #ccc;
	margin-top:10px;
}

.thumb_caption {
	font-size:90%;
	margin-left:5px;
}

table {
	padding:10px;
	margin:0;
	border:0;
	background:#eceff5;
}
th {
	padding:4px 5px 8px 5px;
	font-size:85%;
	font-weight:normal;
	text-align:center;
}

td {
	border-top:1px solid #fff;
	padding:15px 5px;
}
.ext {
	width:10px;
	text-align:left;
}
.name {
	width:140px;
	text-align:center;
}
.desc {
	width:240px;
	text-align:left;
}
 
 



#footer {
	display:block;
	clear:both;
	margin:50px 0 30px 0;
	border-top:1px solid #ccc;
	padding:25px 0;
}

