/*  
Theme Name: UBS
Theme URI: http://wordpress.org/
Description: Based on David S. Design
Version: 1.0
Author: MN
Author URI: 

*/


body {
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	
	}

#page {
	text-align: left;
	width:300px;
	
	}

a, a:active, a:link, a:visited {
	font-family: verdana, arial, sans-serif;
	color: #cf6c0e;
	font-size:11px;
	text-decoration: underline;
	font-weight:normal;
}

a:hover {color:red;}

.date {font-family: verdana, arial, sans-serif; color: #330000; font-size:8px; font-weight:bold;}

.posts {font-family: verdana, arial, sans-serif; color: black; font-size:10px;}

.byline {font-family: verdana, arial, sans-serif; color: #999999; font-size:10px;}

div.blogPost {
	width: 320px;
	border-top: 4px solid #cf6c0e;
	margin-bottom: 10px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-right: 1px solid #969998;
	border-bottom: 1px solid #969998;
	border-left: 1px solid #969998;
}

.date {font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #cf6c0e;}



/* 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 */



a img {
	border: none;
	}

