/* 
Author: Theseus
Theme Name: Theseus Advisors
Description: Custom one column theme for Theseus Advisors, LLC
Inspired by Mountain Dawn
*/

/* BEGIN GLOBAL RESET || (CC) 2004 Tantek Celik. Some Rights Reserved. */
/*
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
*/
/* End reset */

/* custom logo code here */

.logo
{
padding-top: 6px;
}


/* Begin Typography & Colors */

body {
font-size: 12px;
font-family: Verdana, Arial, Sans-Serif;
color: #111;
background-image: url(bg.gif);
background-repeat: repeat-x;
background-color: #003399;
text-align: center;	
	}

#page {
	background-color: #fff;
	text-align: left;
        border: 1px solid #ddd;
	}

#header {
        background-color: #fff;
	}
	
#content {
padding-top: 25px;
	font-size: 1.1em;
padding-left: 30px;
width: 650px;
	}

#footer {
        background-color: #2A3B63;
}

h2, h3, h4 {
        font-family: Georgia, New Times Roman, Serif
}

h1 {
	font-family: Trebuchet MS, New Times Roman, Serif;
	font-weight: bold;
	font-size: 3.4em;
	text-align: left;
	text-transform: lowercase;
        letter-spacing: 0.05em;
        font-style: italic;
	padding: 40px 0 0 25px;
	margin: 0;
	}

h2 {
	margin: 30px 0 10px 0;
        padding: 0;
font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.7em;
	}
	
h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.3em;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #2A3B63;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4 {
	color: #F56203;
	}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: underline;
	}

.entry p a:visited {
	color: #003399;
	}

a, h2 a:hover, h3 a:hover {
        color: #003399;
	text-decoration: underline;
	}

a:hover {
	color: #777;
	text-decoration: underline;
	}
	
/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page {
	margin: 50px auto;
	padding: 0;
	width: 700px;
	}
	
#header {
text-align: center;
	padding: 0;
	margin: 0 auto;
	height: 185px;
	width: 100%;
	}


.pagepost {
	margin: 0 0 40px;
	text-align:left;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}


	
#footer {
text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 10px 0px;
	text-align: center;
        color: #eee;
	}

#footer a {
        color:#FC9D4A;
}

/* End Structure */


/*	Begin Headers */



h2.pagetitle {
	margin: 30px 0 10px 0;
        padding: 0; 
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */


/* Begin Sliding Doors Navigation */
:link,:visited { text-decoration:underline; }

#navcontainer{
        background-color:#2A3B63 ;
        padding: 8px 0;
}

ul#navlist {
	margin:10px;
	padding: 0px;
	white-space: nowrap;
	text-align: center;
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
}

#navlist li {
	display: inline;
	list-style-type: none;
background: url(buttonbright.gif) no-repeat 100% 50%;
margin-right: 20px;
text-align: center;
padding-right: 13px;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 13px;
margin-top: 10px;
margin-bottom: 10px;
}

#navlist a:link, #navlist a:visited {
background: url(buttonbleft.gif) no-repeat 00% 50%;
color: #fff;
text-align: center;
padding-left: 13px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 00px;
margin-top: 10px;
margin-bottom: 10px;
}

#navlist a:hover {
text-decoration: none;

}

#navlist li:hover { 
text-decoration: none;
}
ul,li,h1,h2,h3,h4,h5,h6,p, {
margin:0; padding:0 }

#navcontainer .current_page_item { 
background: url(buttonsright.gif) no-repeat 100% 50%;

font-weight: bold;
font-size: 16px;

}

#navcontainer .current_page_item a { 
text-decoration: none;
color: #000011;
background: url(buttonsleft.gif) no-repeat 0% 50%;
}



/* End of sliding doors Navigation */



/* Begin Lists */

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0 0 0 10px;
        padding: 0 0 0 10px;
	}

.pagepost ul li, .post ul li {
        list-style-type: square;
        }

.entry ul li:before, #sidebar ul ul li:before
