/* -------------------------------------------------------------------------------
Theme Name: Seanray
Description: New 3-column layout for SeanRay.com.
Version: 2.0
Author: RayWebsmith
Author URI: http://www.raywebsmith.com/
Tags: Sean-style
------------------------------------------------------------------------------- */
/* general */

body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family:100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #212834;
	background-color: #d0cbc9;
}
#container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/content-bk.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	overflow: auto;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow:hidden;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menubar {
	padding-top: 157px;
	padding-left: 55px;
}

.menubuttongraphic {
	text-align: center;
	width: 70px;
	float: left;
	height: 28px;
	padding-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #5b5750;
}

#menubar img {
	padding: 0px;
/*	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #5b5750;
	border-left-color: #5b5750;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*#menubar a {
	color: #d0d8dd;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 15px;
	padding-left:15px;
}

#contact-link a {
	padding-right: 0px;
	padding-left:0px;
}

#menubar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}*/

#searchform {
	padding-top: 0px;
	margin-left: 0px;
	height: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5b5750;
	padding-left: 0px;
	float:left;
	display: inline;
}

#search-field {
	margin-top:3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float:left;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#search-button {
	margin-top: 0px;
	float:left;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5b5750;
}
#sitelinks{
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-size: 12px;
	margin-top: 20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 30px;
	display: inline;
}

#sidebar1-category {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 30px;
	margin-top: 30px;
	display: inline;
}

.archive-summary {
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 12px;
}
.center_button {
	width: 100%;
	text-align: center;
}
h4 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 12px;
	display: inline;
}
#sidebar2-category {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 12px;
	margin-top: 30px;
	display: inline;
}

#tab-order {
	margin-top:10px;
	background-color: #FFF;
	background-image: url(images/tab-bk.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 257px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	/* hight hack to allow cross browser support of a minimum height to keep the sidebars in frame */
	height:auto !important;
	height:550px;
	min-height:550px;
} 

.archive-summary a {
	font-size: 14px;
	color: #1F2530;
	text-decoration: none;
}

.archive-summary a:hover {
	font-size: 14px;
	color: #942919;
	text-decoration: none;
}

.archive-summary li {
	background-image: url(images/bullet.jpg);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 5px;
	margin-left: -30px;
}

.archive-summary li a {
	font-size: 12px;
	color: #1F2530;
	text-decoration: none;
}

.archive-summary li a:hover {
	font-size: 12px;
	color: #942919;
	text-decoration: none;
}

#mainContent-single {
	margin-top: 0px;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	/* hight hack to allow cross browser support of a minimum height to keep the sidebars in frame */
	height:auto !important;
	height:550px;
	min-height:550px;
}

#mainContent-page {
	margin-top: 0px;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	/* hight hack to allow cross browser support of a minimum height to keep the sidebars in frame */
	height:auto !important;
	height:550px;
	min-height:550px;
	font-size: 12px;
}

#mainContent h1 {
	font-size: 18px;
	color: #212834;
	padding: 0px;
	margin: 0px;
}

#pagetitle {
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
}

#footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/footer-bk.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

#footer p a {
	color: #1D51C9;
	text-decoration: none;
}

#footer p a:hover {
	color: #942919;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#design_tag{
	font-size: 9px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	width:1000px;
}

#design_tag a {
	font-size: 9px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#design_tag a:hover {
	font-size: 9px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

/* WP classes */
.post {
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.post small {
	color: #999;
}
.post  h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 16px;
}
.post h2  a{
	color: #2C3C00;
	text-decoration: none;
}
.post h2 a:hover {
	color: #942919;
	text-decoration: none;
}


.post p a, #mainContent .postmetadata p a, #mainContent-page .postmetadata p a, #respond p a, .commentlist a, a {
	color: #1D51C9;
	text-decoration: none;
}

.post p a:hover, #mainContent .postmetadata p a:hover, #maincontent-page .postmetadata p a, #respond p a:hover, .commentlist a:hover, a:hover {
	color: #942919;
}

#respond p {
	font-size: 12px;
	max-width: 500px;
}

#respond h3 {
	font-size: 14px;
}

.commentlist{
	font-size:12px;
}

h3{
	font-size:14px;
}

.entry p a {
	color: #1D51C9;
	text-decoration: none;
	}
.entry p a:hover {
	color: #942919;
	}
.entry p a:visited {
	color: #666;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.alignright a {
	font-size: 14px;
	color: #1D51C9;
	text-decoration: none;
}

.alignright a:hover {
	font-size: 14px;
	color: #942919;
}

.alignleft a {
	font-size: 14px;
	color: #1D51C9;
	text-decoration: none;
}

.alignleft a:hover {
	font-size: 14px;
	color: #942919;
}

.navigation {
	height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-bottom: 50px;
}

.navigation-comments {
	height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-bottom: 10px;
}
p img {
	padding: 0;
	max-width: 100%;
	width: expression(this.width > 425 ? 425: true);
	}

p object {
	padding: 0;
	max-width: 100%;
	width: expression(this.width > 400 ? 400: true);
	}

#links-list li {
  list-style-type: none;
  background-image: none;

}
