/*
Theme Name: Minisite
Theme URI: http://wordpress.org/
Description: Minisite (work-in-progress).
Version: 1.0
Author: James Sun
Author URI: http://www.agilemediaventures.com/
Tags: 
*/

blockquote {
	margin: 15px 15px 15px 15px;
	padding-left: 0;
	padding-right: 0;
	border-left: 0 none;
	border-right: 0 none;
        background: #f8f8ff;
}

/* Imported from minisite */
/* BODY & WRAPPER ------------------------------------------------------ */

#thecontent p + p { margin-top: 1.2em; } 

#wrapper { 
	background: #FFFFFF;
	border: 4px solid #729fcf;
}

body {
	background-color: #3465a4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
}

/* HEADER ------------------------------------------------------ */
#topnav {
	background: #e8eff7;
	color: #000000;
	border-bottom: 2px solid #7ea6e0;
}

#containernav {
	background: #e8eff7;
	border-bottom: 2px solid #7ea6e0;
	color: #000000;
}

a.top {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

a.top:hover {
	color: #000000;
}

#addBookmarkContainer a {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
#addBookmarkContainer a:hover {
	color: #000000;
}

/* LEFT SIDEBAR ------------------------------------------------------ */

#menulinks
{
	padding-left: 0;
	margin-left: 0;
	width: 178px;
}

#menulinks li
{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	padding: 6px 4px 6px 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
}

#menulinks li a { text-decoration: none; color: #fff; font-size:11px;}
#menulinks li a:hover { text-decoration: none; color: #93c2f4; }

#submenulinks
{
	padding-left: 0;
	margin-left: 0;
	width: 178px;
	font-weight: bold;
}

#submenulinks li
{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	padding: 6px 4px 6px 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#submenulinks li a { text-decoration: none; color: #fff; font-size:11px;}
#submenulinks li a:hover { text-decoration: none; color: #93c2f4; }

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}
/* CONTAINER ------------------------------------------------------ */

#index_container {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background:url(images/main_home_back.jpg) repeat-y;
}

#menulinks_container {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(images/main_menus_back.jpg) repeat-y;
	color: Black;
}

#pages_container {
	background: #FFFFFF;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	color: #204a87;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.tab {  
	border-bottom: 2px solid #7ea6e0;
	padding: 5px;
	background: #e8eff7;
	font-size:13px;
	color: #204a87;
	font-weight: bold; 
	margin: 5px 0px 5px 0px;
}

.share {
	background-color: #f8f8f8;
	color: #666; 
	border-bottom:1px solid #efefef;
	border-top:1px solid #efefef;
}

a.link {
	color: #3465a4;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom:5px;
}

.articlelist
{
	padding-left: 0;
	margin-left: 0;
	padding: 6px 0 6px 0;
}

.articlelist li
{
	list-style: none;
	margin: 0;
	padding: 4px;
}

.articlelist li a { text-decoration: underline; color: #204a87; font-size:13px;}
.articlelist li a:hover { text-decoration: none; color: #204a87; }

.articlelist li a.more { text-decoration: underline; color: #666666; font-size:11px;}
.articlelist li a.more:hover { text-decoration: none; color: #666666; font-size:11px;}

#relatedlinks
{
	padding-left: 0;
	margin-left: 0;
}

#relatedlinks li
{
	list-style: none;
	margin: 0;
	padding: 4px 4px 4px 14px;
	background-image: url(images/relatedsbullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#relatedlinks li a { text-decoration: underline; color: #204a87; font-size:13px;}

#relatedlinks li a:hover { text-decoration: none; color: #204a87; }

/* FOOTER ------------------------------------------------------ */

#footer {
	color: #204a87;
	border-top: 2px solid #7ea6e0;
	background: #e8eff7;
}

a.bottom {
	color: #204a87;
	font-size: 12px;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}
a.bottom:hover {
	color: #000000;
}


a.sitemap {
	color: #204a87;
	font-size: 12px;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif
}
a.sitemap:hover {
	color: #204a87;
}
