/* 
VIXIA Blog
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f2f2f2 url("bg.gif") top center repeat-y;
	font: x-small Verdana, Helvetica, Arial, "Osaka", "MS PGOTHIC", sans-serif;
	color: #555;
}

a, a:visited {
	text-decoration: underline;
	color: #2979BF;
	
}

a:hover {
	color: #D00F37;
}

#header {
	width: 758px;
	height: 125px;
	background: #fff url("header.gif") no-repeat;
	border: solid 10px #fff;
	padding-top: 30px;
	padding-left: 22px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #fff;	
}

#header a{
	text-decoration: none;
	color: #fff;
	
}

#header a:visited {
	text-decoration: none;
	color: #fff;
	
}

#header a:hover {
	color: #D00F37;
}


#container {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCC;
}

#horizontal {
	width: 780px;
	height: 30px;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #2979BF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #808080;
	width: 200px;
	background: url("bg_r.gif");
	float: right;
	border-right: 12px solid #FFF;
	border-bottom: 12px solid #FFF;
	padding:10px;
	}

#content {
	float: left;
	width: 500px;
	margin: 10px;
}

#content h4{
	font-size: small;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(h2bg.gif) top left repeat-y;
}

#content h5{
	font-size: small;
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(articlebg.gif) top left repeat-y;
	line-height: 150%;
}

.black {
	color: #000;
}

.blue
{
	color: #76A7DC;
}

.red
{
	color: #D00F37;
}


.text {
	width: 120px;	
	border: 1px solid #ccc;
}

.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: 1px solid #ccc;
	background: none;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #999;
	background: #F9F9F9;
	clear: both;
	width: 770px;
	margin: 0px 10px 20px 10px;
	height: 15px;
	padding: 3px;
	border: 1px solid #E4E4E4;
	text-align: center;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

/** IMAGES */

.imgC {
background: #fff;
padding: 5px 5px 5px 5px;
border: 1px solid #ccc;
display: block;
margin-right: auto;
margin-left: auto;
}


.imgR {
	float: right;
	background: #fff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	margin-left: 15px;
	margin-bottom: 15px;
}

.imgL {
	float: left;
	background: #fff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imgleft {
	float: left;
	background: #fff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 0px;
}

.line{
   margin: 10 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
}

.prof
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   background: #e6ecf2;
}

.tee {display: none;}

.sevbn{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 440px;;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.7em;
	border: 1px solid #ccc;
	background: #fff url(/images/sev.gif) repeat-x bottom left;
}

