body {
	background:#272C2F;
	width:1256px;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333;
}

form {
	margin:0; padding:0;
}

a:link {
	margin:0; padding:0;
	text-decoration:none;
	color:#EA0;
}
a:visited {
	margin:0; padding:0;
	text-decoration:none;
	color:#EA0;
}
a:hover {
	margin:0; padding:0;
	text-decoration:underline;
	color:#EA0;
}
a:active {
	margin:0; padding:0;
	text-decoration:none;
	color:#EA0;
}

h1 {
	font-weight:normal;
}

h2 {
	margin:12px 0; padding:0;
	color:#98884C;
	font-size:19px;
	font-weight:normal;
}

ul {
	margin:0; padding:0;
}

li {
	margin:0 15px; padding:0;
}


/* --- Alignment --- */

.clear { clear:both }
.clear10 { clear:both; height:10px }
.clear20 { clear:both; height:20px }

.left { float:left }
.right { float:right }
.auto { margin:0 auto }

.alignleft { text-align:left }
.alignright { text-align:right }
.aligncenter { text-align:center }

.block { display:block }
.inline { display:inline }


/* BACKGROUND FIX */

#backgroundFixLeft {
	margin:0; padding:0;
	background:url(images/leftside.jpg);
	background-repeat:repeat-y;
	background-position:left 2px;
	width:1256px;
}

#backgroundFixRight {
	margin:0; padding:0;
	background:url(images/rightside.jpg);
	background-repeat:repeat-y;
	background-position:1076px 2px;
}

/* HEADER STUFF */

#headerFrame  {
	margin:0; padding:0;
	width:1256px; height:342px;
	background:url(images/blogHeaderThin.jpg);
}

#header {
	margin:0; padding:0;
	position:relative;
	left:161px; top:100px;
	width:941px; height:220px;
}

/* HEADER NAVIGATION */

#headerNavigation {
	margin:0; padding:0;
	width:941px; height:42px;
}

.headerLink:link {
	float:left; display:inline;
	margin:12px 0; padding:4px 11px; height:10px;
	color:#5D5D5D;
	font-size:9px; letter-spacing:0.15em; text-transform: uppercase;
	border-right:1px solid #CCC;
}

.headerLink:active{
	float:left; display:inline;
	margin:12px 0; padding:4px 11px; height:10px;
	color:#5D5D5D;
	font-size:9px; letter-spacing:0.15em; text-transform: uppercase;
	border-right:1px solid #CCC;
}

.headerLink:visited{
	float:left; display:inline;
	margin:12px 0; padding:4px 11px; height:10px;
	color:#5D5D5D;
	font-size:9px; letter-spacing:0.15em; text-transform: uppercase;
	border-right:1px solid #CCC;
}

.headerLink:hover {
	float:left; display:inline;
	margin:12px 0; padding:4px 11px; height:10px;
	font-size:9px; letter-spacing:0.15em; text-transform: uppercase;
	border-right:1px solid #CCC;
	cursor:pointer;
	color:#CE2723;
	text-decoration:none;
}

/* OTHER HEADER BUTTONS */

.languageButton {
	margin:8px 10px 6px 0; padding:0;
	float:right; display:inline;
	width:24px; height:24px;
	cursor:pointer;
}

#languageItalian {
	width:24px; height:24px;
	background:url(images/flag_it.gif);
}

#languageGerman {
	width:24px; height:24px;
	background:url(images/flag_de.gif);
}

#languageItalian:hover {
	width:24px; height:24px;
	background:url(images/flag_it_on.gif);
}

#languageGerman:hover {
	width:24px; height:24px;
	background:url(images/flag_de_on.gif);
}

#headerHomeArea {
	margin:0; padding:0;
	position:relative;
	width:940px; height:110px;
	cursor:pointer;
}

#headerSubscribe {
	margin:0; padding:0;
	position:relative; left:23px; top:228px;
	width:75px; height:75px;
	cursor:pointer;	
}

#headerEmailBox {
	margin:0; padding:0;
	position:relative; left:663px; top:181px;
	width:255px; height:34px;
	display:none;
}

#headerEmailInputBox {
	margin:0; padding:0;
	float:left; display:inline;
	width:205px; height:34px;
}

#headerEmailInputBox input {
	margin:5px 1px; padding:2px;
	width:194px; height:18px;
	font-size:14px;
	background:#FFFF9D;
	border:1px solid #CCC;
}

#headerEmailSubmitBox {
	margin:0; padding:0;
	float:right; display:inline;
	width:47px; height:34px;
}

/* SIDEBAR */

#sidebarFrame {
	margin:0; padding:0;
	float:right; display:inline;
	width:545px;
}

#sidebarContent {
	margin:0; padding:0;
	width:390px;
}

#facebookButton {
	margin:0 auto; padding:0;
	width:343px; height:145px;
	background:url(images/facebook.jpg);
	cursor:pointer;
}

#stealthBannerHolder {
	margin:0 auto 20px; padding:0;
	width:343px; height:343px;
	cursor:pointer;
}

#vaultButton {
	margin:20px auto; padding:0;
	width:343px; height:146px;
	background:url(images/vault.jpg);
	cursor:pointer;
}

#searchBox {
	margin:0 auto 20px; padding:10px;
	background:#F9F9F9;
	width:323px;
	border:1px solid #EEE;
	border-width:1px 0;
}

.searchInput {
	margin:0; padding:0;
	height:18px; width:250px;
}

.sidebarButton {
	margin:0 0 20px; padding:0;
}
/* SIDEBAR COLUMNS */

#sidebarLeftColumn {
	margin:0 0 0 23px; padding:0;
	width:213px;
	float:left; display:inline;
}

#sidebarRightColumn {
	margin:0; padding:0;
	width:135px;
	float:right; display:inline;
}

#sidebarFrame ul {
	margin:10px 0 30px;
}

#sidebarFrame li {
	margin:0 10px;
	padding:5px 0;
	color:#777;
	list-style:url(images/listPoint.gif);
	border-bottom:1px dashed #CCC;
	font-size:10px;
}

#sidebarLeftBottom {
	margin:0; padding:0 10px;
	border:1px solid #EEE;
	border-width:0 1px;
}
/* MAIN CONTENT */

#contentFrame  {
	margin:0; padding:1px 0;
	width:1256px;
	background:url('http://asset4.puatraining.com/img/skin/backgrounds/bg_site.jpg');
	background-repeat:repeat-y;
	background-position:-253px -7px;
}

#content {
	margin:0 0 0 190px; padding:0;
	float:left; display:inline;
	width:520px;
}

.post {
	clear:both;
	margin:0 0 50px; padding:0;
}

.post p {
	font-size:14px;
}

.post-date {
	margin:5px 0 0; padding:0;
	width:51px; height:54px;
	float:left; display:inline;
	background:url(images/calender.jpg);
}

.post-month {
	margin:5px 0 0; padding:0;
	width:51px;
	text-align:center;
	color:#FFF; text-transform: uppercase;
}

.post-day{
	margin:5px 0; padding:0;
	width:51px;
	text-align:center;
	color:#999; font-size:17px;
}

.post-title-frame {
	margin:0; padding:0;
	width:455px; float:right; display:inline;
}

.post-title {
	margin:0; padding:5px;
	font-size:26px; color:#958748;
	border-bottom:1px dotted #AAA;
}

.wp-caption-text {
	margin:0; padding:0;
	font-style: italic;
	color:#555;
}

.post-title a:link{
	color:#958748;
}

.post-title a:visited{
	color:#958748;
}

.post-title a:active{
	color:#958748;
}
.post-title a:hover{
	text-decoration:none;
	color:#EA0;
}

.postlinks {
	margin:0; padding:5px 0 10px;
}

.bioBox {
	margin:0 0 15px; padding:10px 0;
	width:520px;
	background:#F8F1DE;
	float:left;
}

.author-photo {
	margin-left:10px; 
	padding:0;
	max-width:75px;
	float:left;
}

.author-profile {
	margin-left:12px;
	padding:0;
	float:left;
	width:410px
}

.addthis {
	float:right; display:inline;
}

.entry {
	width:520px;
	clear:both;
	font-size:14px;
}

.entry img {
	max-width:510px;
	width: expression(this.width > 510 ? 510: true);
}

.postNavigation {
	padding:15px 0;
	width:520px;
	clear:both;
	text-align:center;
}

.entry ul {
	margin-left:24px;
}

/* SEARCH PAGE */

.pagetitle {
	font-size:26px; color:#958748;
	text-align:center;
}

.pageSubTitle {
	margin:10px;
	color:#958748;
	text-align:center;
}

.searchPost {
	margin:0; padding:20px 10px;
	border-bottom:1px dashed #CCC;
}

.searchPostTitle {
	margin:0; padding:0 5px 5px;
}

.searchPostDate {
	margin:0; padding:0 5px 5px;
	font-size:10px;
}

.searchPostDetails {
	margin:0; padding:5px;
	background:#F8F1DE;
}

.similar-posts {
	padding:20px 0; margin:0;
	border-top:1px dashed #CCC;
}



/* COMMENTS */

.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	font-weight: bold;
	padding: 8px 0 20px;
	list-style: none;
	border-top:1px dashed #CCC;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	margin:0 10px 0 0;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0px;
}
.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* FOOTER */
#footer {
	margin:0; padding:1px 0 0;
	clear:both;
	background:url(images/footer.jpg);
	width:1256px; height:104px;
	text-align:center;
	font-size:10px;
}


	
	
	
	
/* ---------- ADDED 16-12-2009 ---------- */

	

/* --- Modified from from PUAT main navbar.css. ---
		- This whole section hard-coded to look like the main PUAT site (overriding the theme's styles)
		- Good enough for now but should be integrated in future.
*/

a#logo-click {
	display:block;
	position:absolute;
	width:220px;
	height:50px;
	left:170px;
	top:30px;
	cursor:pointer;
}



/******************************************
 * Nav bar
******************************************/
.navbar {
	border:1px solid #D6D6D6;
	background:url(../march2009/images/bg_navbar.gif) repeat-x top left;
	height:40px;
	font-size:9px;
	width:939px;
	clear:both;
	position:relative;
	z-index:2;
	font-family: Helvetica, Arial, sans-serif;
	line-height:16px;
	color:#555;
}

#nav {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0;
	margin:0;
}

#nav li.first {
	padding-left:4px;
}

#nav a {
	padding:13px 16px;
	float:left;
	text-decoration:none;
	color:#5D5D5D;
	background:url(images/bg_navbar_sep.gif) no-repeat top right;
}

#nav a.last {
	background:none;
}

#nav a:hover {
	color:#CE2723;
}


	
/** Level 0 active tabs */
#nav li.active {
	font-weight:bold;
}

#nav li.active a {
	color:#CE2723;
}


	
/** Level 1 */
ul#nav {
	white-space:nowrap;
}

#nav li ul {
	list-style:none;
	z-index:9999;
	font-size:11px;
	position:absolute;
	width:170px;
	background:#F9F9F9;
	left:-2px;
	visibility:hidden;
	top:41px;
	border:1px solid #ccc;
	border-top:1px solid #D4D4D4;
}

#nav li ul li {
	float:none;
	text-transform:none;
	height:30px;
	clear:both;
	border-bottom:1px solid #D4D4D4;
}

#nav li ul li.last {
	border-bottom:none;
}

#nav ul li a {
	padding:7px 10px;
	margin:0 4px;
	background:transparent;
	display:block;
	width:140px;
}


	
/******************************************
 * International Flags
******************************************/
#int-sites {
	position:absolute;
	top:3px;
	right:5px;
	width:90px;
}

a#flag_it_button,
a#flag_it_button:visited {
	display:block;
	float:right;
	position:absolute;
	top:5px;
	right:65px;
	width:24px;
	height:24px;
	background:transparent url('images/flag_it_new.gif') no-repeat left top;
}

a#flag_bz_button,
a#flag_bz_button:visited {
	display:block;
	float:right;
	position:absolute;
	top:5px;
	right:35px;
	width:24px;
	height:24px;
	background:transparent url('images/flag_bz_new.gif') no-repeat left top;
}

a#flag_ko_button,
a#flag_ko_button:visited {
	display:block;
	float:right;
	position:absolute;
	top:5px;
	right:5px;
	width:25px;
	height:25px;
	background:transparent url('images/flag_ko_new.gif') no-repeat left top;
}

a#flag_de_button,
a#flag_de_button:visited {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:24px;
	height:24px;
	background:transparent url('images/flag_de_new.gif') no-repeat left top;
	display:none;
}

a#flag_de_button:hover,
a#flag_de_button:active,
a#flag_ko_button:hover,
a#flag_ko_button:active,
a#flag_bz_button:hover,
a#flag_bz_button:active,
a#flag_it_button:hover,
a#flag_it_button:active {
	background-position:left bottom;
}


/* --- Sociable Plugin Styles --- */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span { display: block; }

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

.sociable-hovers:hover,
a:focus img.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}












