/*
Theme Name: SmartUps
Theme URI: http://smartups.org
Description: A custom WordPress theme developed by <a href="http://www.concentricsky.com">Concentric Sky</a>
Version: 1.0
Author: Lauren Hutchison
Author URI: http://www.concentricsky.com/
Tags: dark, plastic, fixed width, two columns, widgets, purple, black


*/



/* Begin Typography & Colors */
body, html {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: verdana;
  font-size: 10pt;
  text-align: center;
}

body { background:url('images/bg.jpg') top left repeat-x #000; }

a img { border: 0px; }
a, a:visited { color: #bf05c8;}
a:hover { color: #dd00e8; }

#sidebar a { color: #f9f; }
#sidebar a:hover { color: #fff; }

.right { float: right; }
.left { float: left; }

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
	
.postmetadata {
	text-align: right;
	font-size: 9pt;
	font-style: italic;
	}


.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em ;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .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;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#wrapper { 
  background:url('images/bg_blog.jpg') top left repeat-y #fff;
  width: 976px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

#main { 
  width: 976px;
  padding: 10px;
  margin: 0;
  background:url('images/bg_blog_top.jpg') top left no-repeat transparent; 
  position: relative;
}

#logo {
  background:url('images/logo.jpg');
  width: 483px;
  height: 135px;
  position: absolute;
}

#oen {
  position: absolute;
  margin-left: 550px;
  margin-top: 65px;
  text-align: right;
  font-size: 10px;
}

#col_right {
  right: 0px;
  margin: 35px 26px 0 0;
  text-align: right;
  width: 249px;
  position: absolute;
  color: #fff;
  font-size: 8pt;
  text-align: left;
  z-index: 50;
}

#blog {
  top: 192px;
  width: 976px;
  position: relative;
}

#col_left {
  width: 712px;
  padding: 0 20px 200px 0px;
  min-height: 800px;
}

#search #s {
  background:url('images/bg_search.jpg') top left no-repeat transparent;
  border: 0px;
  height: 16px;
  width: 189px;
  padding: 2px 5px;
  position: relative;
  top: -5px;
  margin-left: 5px;
}

#search li {
  display: inline;
  list-style: none;
  margin: 0 12px;
}

#search ul { margin: 20px 0 0 0; padding: 0; }
#search { 
  margin-right: 10px; 
  text-align: center;
  height: 136px;
}

.entry {
  background:url('images/bg_entry.jpg') top left no-repeat #fff;
  margin: 0px 0px 10px 20px;
  padding: 0px 10px 10px 10px;
  width: 642px;
  clear: both;
}

.entry_page {
  margin: 0px 0px 10px 20px;
  padding: 0px 10px 10px 10px;
  width: 642px;
  clear: both;
}

.entry_search {
  background: #f1f1f1;
  padding: 5px;
  margin: 5px;
}

.entry_search h3 { margin: 0; padding: 0; }
.entry_search h3 a { color: #000; }
.entry_search h3 a:hover { color: #450043; }

.entry_title { padding: 3px 0 0 0;  height: 50px; }
.entry_title h3, .entry_title small { display: inline; margin-right: 10px; }
.entry_title div { margin-top: -1em; margin-right: 20px; }
.entry_title a { color: #000; }

#sidebar { font-size: 8pt; }
#sidebar .widget p { padding: 0 10px; }
#sidebar .widget { margin-bottom: 40px; }
#sidebar .widget a { color: #ff99ff; }
#sidebar .widget a:hover { color: #fff; }
#sidebar .widget { list-style: none; }
#sidebar .widgettitle { display: none; }

#sidebar ul { margin: 0; padding: 0px; }


#events-calendar {
  background:url('images/title_events.jpg') top left no-repeat;
  padding: 50px 5px;
}

#events-calendar li {
  margin-left: 12px;
}

#text-328272041 {
  background: url('images/title_news.jpg') top left no-repeat;
  padding: 50px 5px;
}

#tag_cloud {
  background:url('images/title_tags.jpg') top left no-repeat;
  padding: 50px 5px;
}

#footer {
  clear: both;
  padding-top: 20px;
  background-color: #000;
  position: relative;
  font-size: 8pt;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  z-index: 100;
  width: 976px;
  margin: 0 auto;
}

#footer a { color: #ff99ff; }
#footer a:hover { color: #fff; }
#footer #first { border: 0px; }
#footer li {
  list-style: none;
  display: inline;
  border-left: 1px solid #fff;
  padding: 0px 5px;
}



#nav {
  position: absolute;
  top: 135px;
  z-index:100;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  list-style: none;
  float: left;
}

#nav a {
  display: block;
  height: 35px;
}

#nav a span { display: none; }

#nav #home a { background:url('images/btn_home.jpg') top left no-repeat; width: 82px; }
#nav #home a:hover, #nav #home .active { background:url('images/btn_home_on.jpg') top left no-repeat; }
#nav #about a { background:url('images/btn_about.jpg') top left no-repeat; width: 97px; }
#nav #about a:hover, #nav #about .active { background:url('images/btn_about_on.jpg') top left no-repeat; }
#nav #calendar a { background:url('images/btn_calendar.jpg') top left no-repeat; width: 98px; }
#nav #calendar a:hover, #nav #calendar .active { background:url('images/btn_calendar_on.jpg') top left no-repeat; }
#nav #eugene a { background:url('images/btn_eugene.jpg') top left no-repeat; width: 91px; }
#nav #eugene a:hover, #nav #eugene .active { background:url('images/btn_eugene_on.jpg') top left no-repeat; }
#nav #corvalis a { background:url('images/btn_corvalis.jpg') top left no-repeat; width: 96px; }
#nav #corvalis a:hover, #nav #corvalis .active { background:url('images/btn_corvalis_on.jpg') top left no-repeat; }
#nav #investors a { background:url('images/btn_investors.jpg') top left no-repeat; width: 102px; }
#nav #investors a:hover, #nav #investors .active { background:url('images/btn_investors_on.jpg') top left no-repeat; }
#nav #contact a { background:url('images/btn_contact.jpg') top left no-repeat; width: 110px; }
#nav #contact a:hover, #nav #contact .active { background:url('images/btn_contact_on.jpg') top left no-repeat; }
#nav #community a { background:url('images/btn_community.jpg') top left no-repeat; width: 109px; }
#nav #community a:hover, #nav #community .active { background:url('images/btn_community_on.jpg') top left no-repeat; }
#nav #news a { background:url('images/btn_news.jpg') top left no-repeat; width: 76px; }
#nav #news a:hover, #nav #news .active { background:url('images/btn_news_on.jpg') top left no-repeat; }
#nav #resources a { background:url('images/btn_resources.jpg') top left no-repeat; width: 100px; }
#nav #resources a:hover, #nav #resources .active { background:url('images/btn_resources_on.jpg') top left no-repeat; }
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 12pt;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#sidebar .widget h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
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 Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#comments {
  padding: 10px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */

#wp-calendar table {
  width: 100%;
}

#wp-calendar a { text-decoration: underline; }

#wp-calendar td {
  height: 60px; 
  border: 1px solid #ccc;
}

.ec3_schedule {
  background-color: #fff;
  border: 1px solid #ccc;
  border-collapse:collapse;
  margin:0.5ex 1ex 0.5ex 0;
  float:left;
}

.ec3_schedule td {
  color: #000;
  padding: 5px;
}


td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }



#wp-calendar table {
 width:100%;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec3_eventday a {
 color:#bf05c8 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table.nav tr td  {
  border: 0px;
  padding: 1px;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover {
 padding:1px;
 border:1px solid #ccc;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #bf05c8;
}




/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding: 0px 2em 2em 2em;
	margin: 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
