/*  
Theme Name: Viva LaSalle
Theme URI: http://www.inneroctave.com
Description: A little bit of gray, a little bit of white, and a whole lot of simple.
Version: 1.0
Author: Mike Reed
Author URI: http://www.inneroctave.com


/* START MAIN COMPONENTS */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #ffffff;
	float: center;
    margin: 0 auto;
	padding: 0;
	width: 650px;
	}

#header {
	background-color: #ffffff;  
	padding: 0;
	margin: 0 auto;
	height: 75px;
	width: 650px;
	}

#headerimg {
	margin: 0;
	height: 75px;
	width: 650px;
	background: url(images/logo.gif) no-repeat bottom center;
	}
	
#rotatingimg {
	background: url(images/front/rotate.php) no-repeat bottom center;
	height: 175px;
	width: 650px;
	}

#mainnav 
	{
	background-image: url(images/bg_angle.gif);
	background-color: #dcdcdc;
	height:50px;
	line-height:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-.07em;
	font-weight: bold;
	width: 650px;
	}
	
#mainnav ul 
	{
	margin:0;
	padding:0;
	}

#mainnav li 
	{
	border-color:white;  
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	}
	  
#mainnav li a 
	{
    display:block;
    padding:10px 25px 16px 15px;
    font-size:0.8em;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:1px;
	}

#mainnav a 
	{
	color: #555555;
	}

#mainnav a:hover 
	{
	background-color:#eeeeee;
	}

* html #mainnav a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */
	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 700px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
a 
	{
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #f4f4f4;
	background-color:#dd0000;
	text-decoration: none;
	}
	
/* END MAIN COMPONENTS */

/* START POSTS AND COLUMNS */

.post {
	margin: 0 0 15px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #cccccc;
	}

.maincolumn {
	padding: 0 0px 40px 0px;
	margin: 5px 0 0 0px;
	width: 650px;
	}
	
.maincolumn {
	line-height: 1.5em;
	}
	
.maincolumn .postmetadata {
	margin: 10px 0;
	}

.maincolumn .entry p {
	font-size: 1.05em;
	}
	
.maincolumn .post {
	margin: 0;
	}

.narrowcolumn .entry, .maincolumn .entry {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}
	
/* END POSTS AND COLUMNS */
	
/* START HEADERS */
	
h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	display: none;
	}
	
h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h2 a 
	{
	color: #000000;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	background: #c6c6c6;
	}
	
h1 {
	padding-top: 50px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 15px 0 3px 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	padding: 3px 5px;
	margin: 15px 0 0;
	background-color: #dddddd;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* END HEADERS */

/* START MAIN NAVIGATION - PAGES */

#pages h1{
	margin:0px;
	padding:0px;
}
#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font: 18px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:13px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}
#pages h1 a:hover{
	text-decoration:underline;
}

#pages {
	height: 15px;
	margin: 0px auto 5px;
	width: 700px;

}

#pages ul {
	padding: 7px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}

#pages ul li {
	float:right;
}
#pages ul li a:before{
	content:" .: ";
	color:#ccc;
}

#pages ul li a {
	display: block;
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

#pages ul li a:hover {
	color: #dd0000;
	background-color: #dddddd;

}

/* END MAIN NAVIGATION - PAGES */

/* START IMAGES */

p img {
	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 {
	margin: 0 0 2px 7px;
	display: inline;
	border: 3px solid #000000;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	border: 3px solid #000000;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.caticon {
	padding: 10px 8px 0 0;
}


/* END IMAGES */

/* START CALENDAR */

#wp-calendar {
	empty-cells: show;
	margin: 15px auto 0;
	width: 175px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Georgia, Helvetica, Arial;
	font-size: 1.4em;
	color: #fff;
	background-color: #000;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 5px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #f5f5f5; }
	
/* END CALENDAR */

/* START FORM ELEMENTS */

#searchform {
	margin: 0;
	padding: 20px 0 0 0px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 175px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	margin: 0px;
	}

.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: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
/* END FORM ELEMENTS */

/* START COMMENT ELEMENTS */
.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;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* END COMMENT ELEMENTS */

/* START MISCELLANEOUS */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	display: none;
	}

.entry p a:visited {
	color: #dd0000;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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: 7px 0 8px 10px;
	}

.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;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

/* END MISCELLANEOUS */