/*
Theme Name: UV Scooters
Theme URI: http://uvscooters.com/
Description: The Urban Village Scooters theme.
Version: 0.1
Author: Kurt Schweitzer
Author URI: http://kurtschweitzer.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
/*	background: url(images/bg2.jpg) top center no-repeat; */
/*	background: url(images/desktop2.jpg) top left no-repeat fixed; */
	background: url(/images/UVSbackground1.jpg) fixed;
	background-color: #FFFFFF;
	color: #000000;
}

#page {
	text-align: left;
	background: url(images/white-90pct.png) repeat;
	border: 2px solid #2E3192;
	}

#header {
	color: #2E3192;
/*	color: #FFFFFF; */
	background: url(images/semitransparent-blue.png) repeat;
	}

#navbar {
	font-size: 8pt;
	text-align:center;
	background:#D4D4D4;
	border-bottom: 1px solid #2E3192;
}

#pages_nav {
	font-size: 8pt;
	text-align: left;
	background: #DDDDDD;
	border-bottom: 1px solid #2E3192;
}

#navbar .page_item {
	background:#D4D4D4;
	border-bottom: 1px solid #2E3192;
}

#navbar .page_item a {
	text-decoration: underline;
}

#navbar .current_page_item {
	color: #000000;
	font-weight: bold;
	background:#DDDDDD;
	border: 1px solid #2E3192;
	border-bottom: 1px solid #DDDDDD;
}

#navbar .current_page_item a {
	color: #000000;
	text-decoration: none;
}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
/*	background: url(images/white-90pct.png) repeat; */
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

#footer {
	text-align: center;
	font-size: 9pt;
	background-color: #FFFFFF;
}

#footer p {
	border-top: 1px solid #808080;
	text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	text-align: center;
	}

#headerimg .description {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #2E3192;
/*	color: #FFFFFF; */
	}

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

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

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	border: 1px solid black;
	background-color: #FFFFFF;
	}

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
{
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/************************************************/

/* Begin Structure */
body {
	margin: 10px 10px 10px 10px;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 2px;
	width: 744px;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 110px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 110px;
/*	width: 100%; */
	}

#navbar {
	clear: left;
	margin: 3px 0px;
	padding:3px;
}

#navbar ul, #pages_nav ul {
	display: inline;
	list-style: none;
}

#navbar li, #pages_nav li {
	display: inline;
	list-style: none;
}

.widecolumn ul li.page_item {
	font-weight: bold;
}

.widecolumn ul li ul li.page_item {
	font-weight: normal;
}

#pages_nav {
	clear: left;
	margin: 7px 0px;
	padding:3px;
}

.page_item {
	padding:3px 10px;
}

.page_item a {
}

.current_page_item {
	padding:3px 10px;
}

.current_page_item a {
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 3px 20px 3px;
	margin: 5px 0 0 0px;
	width: 740px;
	}

.postMeta {
	margin: 45px 10px 15px 30px;
	background-color: #CCCCCC;
}

.post {
	margin: 0 0 40px;
	text-align: left;
/*	background: url(images/semitransparent-blue.png); */
	}

.post img {
	margin: 5px;
	}

.mini-post-left {
	clear: left;
}

.mini-post, .mini-post-left {
	text-align: left;
	float: left;
	width: 45%;
	margin: 30px 4% 0 0;
}

.theDate {
	width: 45px;
	height: 43px;
	margin: 0 10px 10px 0;
	padding: 3px 0 0 0;
	float: left;
	text-align: center;
	font-family: georgia, times, serif;
	background: #23B290;
	color: #FFFFFF;
}

.theDate .theMonth, .theDate .theDay {
	display: block;
	font-size: 14px;
}

.theDate .theDay {
	font-size: 25px;
	margin: -2px 0 0 0;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.floatleft {
	float: left;
	margin-left: 20px;
}

.floatright {
	float: right;
	margin-right: 2px;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 740px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 36px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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. */

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

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

#sidebar .mailinglist {
    border: 1px solid black;
    background: #DDDDDD;
    padding: 3px;
    text-align: center;
    }

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	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: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* 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
{
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 5px 5px;
	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 */



/* Begin Various Tags & Classes */
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: 60px;
	}

.button {
	display: inline;
	padding: 2px 10px;
	border: 1px solid #2E3192;
	margin: 0px 10px;
	background: url(images/semitransparent-blue.png) repeat;
	font-size: 8pt;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	text-transform: uppercase;
	}

.smallbutton {
	display: inline;
	padding: 2px 2px;
	border: 1px solid #2E3192;
	margin: 0px 10px;
	background: url(images/semitransparent-blue.png) repeat;
	font-size: 6pt;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	text-transform: uppercase;
	}

/* End Various Tags & Classes*/

/* Transparency Experiment */

/* This is the background image */
#bg {
	width: 400px;
	height: 300px;
	background: url(leaf.gif) repeat;
	border: 2px solid black;
	}

/* This is the transparent box */
#transbox {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}

/* This is the container which set text to solid color.
position: relative used for IE */
#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}

/* Example Transparency HTML */
/*
<div id="bg">
  <div id="transbox">
    <div>50% Lorem ipsum dolor sit amet, consectetuer adipiscing etc. etc.</div>
  </div>
</div>
*/

/* End Transparency Experiment */

.row {    /* Positioning class. A row of output data */
    margin: 2px;
}
.key {    /* Positioning class. Left portion of key:value pair*/
    display: block;
    width: 8em;
    text-align: right;
    margin-right: 8px;
    float: left;
}
.value {    /* Positioning class. Right portion of key:value pair*/
    display: block;
}

/* Styles for MyTube plugin */

.yt_video_full {
  margin: 0px 6px 6px -6px;
  padding: 4px;
  text-align:center;
}
.yt_video_thumbs {
  height: 470px;
  overflow:scroll;
  border: 2px inset gray;
}
.yt_video_thumb {
  text-align:center;
}
.yt_video_thumb_meta {
  margin: 0px;
  padding: 4px 0px 4px 0px;
  text-align: left;
  overflow: hidden;
}

.yt_video_thumb_meta .yt_thumb_meta_label {
  font-weight: bold;
}
.yt_video_thumb_img {
  margin: 5px;
  padding: 4px;
  /*width: 220px;*/
  width: 45%;
  height: 220px;
  float:left;
  text-align:center;
}
.yt_video_thumb_img img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 6px 6px 6px 6px;
  padding: 4px;
}
.yt_gallery_footer {
  clear:left;
}

/* End MyTube styles */

fieldset {
  border: 0px;
}
