/*
Theme Name: Twitter Laureate
Theme URI: http://twitterlaureate.net/
*/

@import url(tripoli.base.css); 
@import url(plugins/tripoli.visual.css); 
@import url(plugins/tripoli.type.css);

body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(images/bg.jpg) repeat-x #fff;
	line-height: 1.6em;
}

div#col-1 ul {
	list-style: circle;
	margin: .5em .5em .5em 2em;
	}

div#col-1 ul li, div#col-1 ol li {
	padding: .1em .5em .1em 0;
	margin: .25em .5em;
}
	
div#col-1 ol {
	list-style: decimal;
	margin: .5em .5em .5em 2em;
	}

div#col-1 p {
	margin: 1em 0;
	}

div#col-1 h3 {
	margin-top: 2em;
	line-height: 1.2em;
	}

div#col-1 h2 {
	line-height: 1.2em;
	}

a {
	color: #2E3192;
	text-decoration: none;
	}

div.post h2 {
	font-size: 22px;
	margin-bottom: .25em;
	}

#tagline {
	width: 785px;
	text-align: right;
	font-style: italic;
	margin-top: 36px;
	}

#navcontainer {
	margin-top: 18px;
	margin-bottom: 24px;
	}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	}

#navlist a {
	padding: 5px 15px;
	border: 1px #FF9933 solid;
	font-size: 14px;
	}

#navlist a:link, #navlist a:visited {
	color: #2E3192;
	background-color: #ccc;
	text-decoration: none;
	}

#navlist a:hover {
	color: #ccc;
	background-color: #2E3192;
	text-decoration: none;
	}
	
#container {
	width: 990px;
	overflow: auto;
	}
	
#col-container {
	width: 785px;
	margin-left: 205px;
	}
	
#col-logo {
	width: 205px;
	float: left;
	}
	
#col-1 {
	width: 500px;
	padding-right: 15px;
	float: left;
	}
	
#col-2 {
	width: 270px;
	margin-left: 515px;
	}
	
#footer {
	clear: left;
	background: url(images/footer-bg.gif) no-repeat;
	height: 70px;
	vertical-align: middle;
	padding-left: 72px;
	margin-left: 205px;
	font-size: 10px;
	padding-top: 20px;
	width: 713px;
	}
	
div.post {
	margin-bottom: 2em;
	}
	
div#sidebar li h2 {
	margin-top: 1.5em;
	}

div.textwidget, div#col-1 blockquote {
	margin: 2em auto 0 auto;
	width: 160px;
	border: 1px #2E3192 solid;
	background: #efefef;
	padding: 1em;
	}

div#col-1 blockquote {
	width: 400px;
	margin: 1em 0;
	} 

textarea#comment {
	width: 400px;
	margin-top: 1em;
	}
	
#col-1 input {
	margin: 1em 0;
	}
	