/*  
Theme Name: Burgundy
Theme URI: http://www.alpharamblings.com
Description: Custom Theme
Version: 1.0
Author: Ryan Ward
Author URI: http://www.alpharamblings.com

This theme was designed and coded. Copyright is prohibited
*/

body {
	background: #F2F2EE url(images/background.png) repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: "Lucida Grande", Cambria, verdana;
	margin: 0px 0px 0px 0px;
	}
	
img {
	border: none;
        margine: none;
	}

#container { 
	width: 900px; 
	background: #FFFFFF url(images/bg.jpg);
	text-align: left; 
	margin: 1px auto; 
	border: 1px solid #FFFFFF;
	}

#header { 
	background: #7B1B1B;
	height: 90px;
	}

#header h1 {
	color: #FFFFFF;
	font: calibri, verdana;
	font-weight: normal;
	font-size: 28pt;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 3px;
	}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#header h2 {
	color: #F0F0F0;
	font-size: 20pt;
	font: cambria;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        border-left: 0px;
	}
	

#header h3 {
	color: #FFFFFF;
	font-size: 13pt;
	font-family: Cambria;
	font-style: italic;
	margin-left: 5px;
        margin-right: 3px;
	}

#menu {
	font-family: Tahoma;
        float: left;
	font-size: 10pt;
	background-color: #701818;
	margin-top: 0px;
	margin-bottom: 0px;
	width:900px; 
	height:28px;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
}


#menu ul {
	margin: 6px 0px 6px 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}


#menu a {
	padding: 6px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background: #8E1E1E;
	text-decoration: none;
}

#content {
        float: left;
        font-size: 14px;
	width: 675px;
        align: left;
        margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	position:relative;
	text-align: left;
	}

#content a  {
	text-decoration: underline;
	}

#content a:hover {
	color: #2A71C1;
	text-decoration: underline;
	}

#content p {
        font-size: 11pt;
        }
#content b {
	line-height: 14pt;
	}

#content strong {
	color: #1B4F89;
	line-height: 14pt;
	}

#content h1 {
	color: #1B4F89;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	margin: 0px;
	}

#content h1 a {
	color: #1B4F89;
        }

#content h2 {
	font-family: Tahoma;
	font-size: 16px; 
	color: #1B4F89; 
	margin: 0px;
	line-height: 130%;
	padding-top: 10px 10px 10px 1px;
	}

#content h2 a {
	color: #1B4F89;
        }

#content h3 {
	font-family: Tahoma;
	font-size: 14px; 
	color: #1B4F89; 
	margin: 0px;
	line-height: 130%;
	}

#content h3 a {
	color: #1B4F89;
        }

#content h4 {
	font-family: Tahoma;
	font-size: 16px; 
	color: #1B4F89; 
	margin: 0px;
	border-bottom: 1px dotted #455A79;
	}

#content h4 a {
	color: #1B4F89;
        }

#content h5 {
	color: #15317E;
	font-variant: small-caps;
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 3px;
	}

#content h5 a {
	color: #1B4F89;
        }

#content h6 {
	color: #FFFFFF;
	background-color: #15317E;
	font-size: 16px;
	font-variant: small-caps;
	margin: 0px;
	line-height: 18px;
	padding: 2px 2px 2px 2px;
	margin-top: 3px;
	}

#content h6 a {
	color: #FFFFFF;
	background-color: #15317E;
	}

#content h6 a:hover {
	color: #2A71C1;
	background-color: #15317E;
	}


#content ol {
	color: #1B4F89;
        list-style-type: decimal;
	line-height: 18px;
	margin-left: 25px;

	}
#content ul {
	list-style: disc;
	margin: 25px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 10px;
	padding: 0px;
	}
	
#content ul li {
	color: #1B4F89;
        list-style: disc;
	margin: 5px;
	padding: 0px 0px 10px 0px;
	}
	
#content ul li a {
	color: #1B4F89;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #15317E;
	text-decoration: underline;
	}


	
blockquote{
	background-color: #E8E8E8 ;
	margin: 0px;
	margin-left: 60px;
	margin-bottom: 12px;
	padding: 7px;
	width: 500px;
	font-style: italic;
	border: 1px solid #888888 ;
	}

#right { 
        display: block;
	font-family: Tahoma;
        list-style: none;
	color: #FFFFFF;
	width: 195px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
        border-right: 5px;
	}

#right p {
	color: #FFFFFF;
	line-height: 16px;
	padding: 10px;
	}
	
#right h2 {
	color: #FFFFFF;
	background: #4D1313;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-right: 5px;
	border-bottom: 1px solid #FFFFFF;
	}

#right a {
        color: #FFFFFF;
        }

#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#right li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#right ul li {
	background-color: #701818;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	}
	
#right ul li a {
        height: 100%;
	list-style: none;
	display: block;
        margin-top: 0px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-right: 1px solid #4A0B0B;
	border-bottom: 1px solid #4A0B0B;
        border-left: 1px solid #4A0B0B;
	}


#right ul li a:hover {
	color: #FFFFFF;
	background: #8E1E1E;
	}

#pageright { 
        display: block;
	font-family: Tahoma;
        list-style: none;
	color: #FFFFFF;
	width: 195px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
        border-right: 5px;
        border-left: 5px;
	}

#pageright p {
	color: #FFFFFF;
	line-height: 16px;
	padding: 10px;
	}
	
#pageright h2 {
	color: #FFFFFF;
	background: #4D1313;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-right: 5px;
	border-bottom: 1px solid #FFFFFF;
	}

#pageright a {
        color: #FFFFFF;
        }

#pageright ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#pageright li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#pageright ul li {
	background-color: #701818;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	}
	
#pageright ul li a {
        height: 100%;
	list-style: none;
	display: block;
        margin-top: 0px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-right: 1px solid #4A0B0B;
	border-bottom: 1px solid #4A0B0B;
        border-left: 1px solid #4A0B0B;
	}


#pageright ul li a:hover {
	color: #FFFFFF;
	background: #8E1E1E;
	}

#footer {
	background: #7B1B1B;
        color: #FFFFFF;
	border: 1px solid #4A0B0B;
	width: 898px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	border-bottom: 1px repeat;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#s,#submit {	
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
	}
	
#author {
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}