/* delcospca.org styles first */
Theme Name: My Theme
Theme URI: http://wordpress.org/

html {

     overflow: -moz-scrollbars-vertical;

}

body {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #000000;

	margin: auto;

	width: 900px;

	background-color: #9FCFFF;

}

.box {

	background-color:#9999CC;

	width: 900px;

	min-height: 90%;

	float: left;

	margin-top: 10px;

	margin-bottom: 10px;

	border-top-width: 6px;

	border-right-width: 3px;

	border-bottom-width: 6px;

	border-left-width: 3px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #7883C9;

	border-right-color: #7883C9;

	border-bottom-color: #7883C9;

	border-left-color: #7883C9;

}

.column_left {

	text-align: left;

	float: left;

	width: 140px;

	clear: none;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 0px;

}

.column_middle {

	text-align: left;

	padding: 5px;

	float: left;

	width: 490px;

	clear: none;

}

.column_right {

	text-align: left;

	padding: 5px;

	float: left;

	width: 240px;

	clear: none;

}

.column_full {

	text-align: left;

	padding: 5px;

	width: 740px;

	float: left;

	clear: none;

}

.block_top {

	height: 20px;

	font-size: 17px;

	font-weight: bolder;

	font-variant: small-caps;

	text-align: center;

	color:#5B02AC;

	border-top-width: 3px;

	border-right-width: 2px;

	border-left-width: 2px;

	border-top-style: solid;

	border-right-style: solid;

	border-left-style: solid;

	border-top-color: #7883C9;

	border-right-color: #7883C9;

	border-left-color: #7883C9;

	background-color: #7883C9;

}

.block {

	background-color:#9999FF;

	padding: 5px;

	text-align: left;

	border-right-width: 2px;

	border-left-width: 2px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #7883C9;

	border-left-color: #7883C9;

}

.block_bottom {

	border-right-width: 2px;

	border-bottom-width: 6px;

	border-left-width: 2px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-color: #7883C9;

	border-bottom-color: #7883C9;

	border-left-color: #7883C9;

	background-color: #9999FF;

	padding-right: 5px;

	padding-left: 5px;

}

.header {

	float: left;

	margin-bottom: 5px;

	width: 900px;

}

.footer {

	float: left;

	height: 25px;

	width: 900px;

	text-align: center;

	margin-top: 10px;

}

.crumb {

	float: left;

	width: 640px;

	padding-left: 5px;

	padding-top: 5px;

}

.logo {

	float: left;

	width: 250px;

	padding-right: 5px;

}

.nav {

	font-size: 16px;

	font-weight: bold;

	font-variant: small-caps;

	text-align: left;

	float: left;

	width: 135px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	padding-left: 5px;

	padding-top: 5px;

	padding-bottom: 5px;

}

.nav a:link {

	color: #000000;

	text-decoration: none;

}

.nav a:visited {

	color: #000000;

	text-decoration: none;

}

.nav a:active {

	color: #000000;

	text-decoration: none;

}

.nav a:hover {

	color: #FFFFFF;

	text-decoration: none;

}

a:link {

	text-decoration: underline;

	color: #000000;

}

a:visited {

	text-decoration: underline;

	color: #000000;

}

a:active {

	text-decoration: underline;

	color: #000000;

}

a:hover {

	color: #FFFFFF;

	text-decoration: underline;

}

/* begin wordpress themse */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 75%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	float: right;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.narrowcolumn {
	float: left;

	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	

padding: 10px 0 20px 0;
	width: 720px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 730px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
.navigation {
        padding-bottom: 20px;
}