/*
Theme Name: Ignatieff Theme
Theme URI: http://wordpress.org/
Description: It's not about you. It's about him.
Version: 1.0
Author: CPC
Author URI: http://wordpress.org/
Tags: ignatieff, me

*/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin:0;
	padding:15px 0px 0px 0px;
	font-family:Segoe UI, Segoe, Lucida Grande, Tahoma MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#container {
	width:850px;
	margin:auto;
	position:relative;
	left:-1px;
}

#banner {
	margin:20px 20px 0px 20px;
}

#menu {
	background-color:#e20004;
	height:10px;
	margin:20px 0px 0px 0px;
}

#body {
	margin:20px 20px 20px 20px;
}

#maincol {
	float:left;
	width:489px;
	padding:0px 20px 0px 0px;
	border-right:solid 1px #e20004;
	font-size:14px;
	color:#202020;
}

	#maincol h1 {
		font-size:40px;
		color:#e20004;
		line-height:40px;
		text-transform:uppercase;
	}
	
	#maincol p {
		margin:0px 0px 20px 0px;
	}
	
		#maincol p a {
			text-decoration:none;
			color:#e20004;
		}
		
		#maincol p a:hover {
			text-decoration:underline;
		}
		
	#maincol #home p a {
		text-decoration:underline;
		color:#000000;
	}
	
	#maincol #home p a:hover {
		text-decoration:none;
		color:#e20004;
	}
		
	#maincol ul {
		list-style:square;
		list-style-position:outside;
		margin:0px 0px 20px 30px;
	}
	
		#maincol ul li {
			margin:0px 0px 5px 0px;
		}
		
	#maincol ol {
		list-style-position:outside;
		margin:0px 0px 20px 30px;
	}
	
		#maincol ol li {
			margin:0px 0px 5px 0px;
		}
	
	#maincol hr {
		border-top:1px dashed #e20004;
                color:#FFFFFF;
        	background-color:transparent;
		border-left:none;
		border-right:none;
		border-bottom:none;
	}

#sidebar {
	float:left;
	width:260px;
        height:600px;
	padding:0px 20px 0px 20px;	
	color:#666666;
	font-size:12px;
	/* background-color:#e9e9e9; */
}

#sidebar .item {
	margin:0px 0px 10px 0px;
}

	#sidebar .item h3 {
		font-size:20px;
		color:#000000;
		text-transform:uppercase;
	}
	
	#sidebar .item p {
		margin:0px 0px 10px 0px;
	}
	
	#sidebar .item a {
		text-decoration:none;
        	background-color:transparent;        
		color:#666666;
		border-bottom:1px dotted #e20004;
	}
	
	#sidebar .item a:hover {
		color:#e20004;
	}
	
	#sidebar .item ul {
		list-style:square;
		list-style-position:outside;
		margin:0px 0px 10px 25px;
	}
	
		#sidebar .item ul li {
			margin:0px 0px 5px 0px;
		}
		
	#sidebar .item ol {
		list-style-position:outsie;
		margin:0px 0px 10px 25px;
	}
	
		#sidebar .item ol li {
			margin:0px 0px 5px 0px;
		}
	
	#sidebar .item hr {
		border-top:1px dashed #666666;
                color:#FFFFFF;
        	background-color:transparent;        
		border-left:none;
		border-right:none;
		border-bottom:none;
	}

#authorized {
	font-size:9px;
	color:#999999;
	margin:0px 0px 50px 0px;
	padding:20px 0px 50px 0px;
}

#logo {
	margin:50px 0px 0px 0px;
}

.clear {
	clear:both;
}

#successmsg {	
	color:#FFFFFF;
	background-color:#E20004;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 0px;
	text-align:center;
	width:100%;	
}

