/*
Theme Name: Vikiworks Infinity
Theme URI: http://vikiworks.com
Version: 1.0.1
Author: yichi
*/

/* Overal setup */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #040507 url(images/main_background.jpg) top center no-repeat;
	font-family: "MyriadPro-Regular","Myriad Pro Regular",MyriadPro,"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	color:white;
}

a {
	color: #679ef1;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #eee;
}

a img {
	border: none;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-weight: bold
	font-size: 11px;
	text-transform: capitalize;
}

h3 SPAN.slash {
	font-weight: bold !important;
	font-size: 10px !important;
	text-transform: lowercase;
}

h4 {
	font-size: 14px;
}

code {
	font: 11px  "Courier New";
	color: #666;
	padding: 5px;
	margin: 5px 0;
	display: block;
	border-left: 1px solid #903000;
}

blockquote {
        border-left:solid 3px white;
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

blockquote p {
        color:white;
}
.left {
	float: left;
	margin-top: 3px;
	margin-right: 8px;
}

.right {
	float: right;
	margin-left: 8px;
}

.clear {
	clear: both;
}

.clear-both {
	clear: both;
}

.pagenavi {
	margin: 10px 0;
	clear: both;
}

img.alignleft {
        float:left;
        padding:0 1em 1em 0;
}

/* navigation */
ul.topnav {
	list-style: none;
	text-align: left;
}

.topnav li {
	float: left;
	margin: 0;
	line-height:normal;
}

.topnav li.current_page_item {
	background: #3875d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.topnav li.current_page_item a {
	color:white;
}

ul.topnav ul {
	display:none;
}

.topnav li a {
	font-size: 13px;
	outline: none;
	color: #ddd;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
}

.topnav li a:hover {
	color: #b3d565 !important;
}

.topnav li.rss {
	float: right;
	display: block;
	width: 60px;
	background: transparent url(images/rss.png) no-repeat 130% 0;
}

.topnav li.rss a {
	color: #eee;
}

.topnav li.rss a:hover {
	background: transparent;
	color: #a0410d !important;
}

/* Photos */

.top_level_photo {
	width: 190px;
	height:200px;
	float: left;
	text-align: center;
}

.top_level_photo .flickr_thumb {
	width: 190px;
	height:110px;
}

.top_level_photo img {
	border:0;
}

.top_level_photo a {
	width:110px;
	height:110px;
}

.photo_description {
	text-align:center;
	margin-top: 0;
    margin-left:0.5em;
    font-size:0.8em;
    line-height:15px;
}

/* header */
#header {
	width: 950px;
	margin: 0 auto;
	padding: 1em 0 12em 0;
}

#header h1 a {
	display: block;
	font-size: 20px;
	margin: 5px 0;
	width: 240px;
	text-indent: -999em;
}

#header h1 a:hover {
	color: #7ebe40;
}

#main-wrapper {
	display: block;
	margin: 0 auto;
	width: 950px;
	padding: 10px;
	text-align: left;
	background: url(images/px.png);
}

.main {
	width: 720px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

.main.wide {
	width: 950px;
}

/* thumnail covers */
.thumb {
	background: #222 url(images/thumb.png);
	display: block;
	width: 235px;
	overflow: hidden;
	height: 150px;
	margin: 0 5px 5px 0;
	position: relative;
}

.thumb-title {
	margin-bottom: 5px;
	background: #000;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	padding: 0 8px 0 4px;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

.thumb-title:hover {
	background: #222;
}

.thumb-title h2 {
	margin: 0;
	line-height: 1.4em;
}

.thumb-title h2 a {
	font-size: 11px;
	display: block;
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
}

.thumb-title h2 a:hover {
	color: #fff;
}

/* Ancillary */
#ancillary {
	margin: 0;
	padding: 0;
}

#ancillary .flickr {
	padding: 3px 2px;
	background: #202020;
	overflow: hidden;
}

#ancillary .flickr img {
	margin: 10px 10px;
	width: 45px;
	height: 45px;
	display: block;
	float: left;
}

#ancillary .flickr a img {
	border: 4px solid #eee;
}

#ancillary .flickr a:hover img {
	border: 4px solid #6199dc;
}

/* single page */
.post.single {
	line-height: 1.4em;
	width: 485px;
	padding: 3px;
}

.post.single h2, .post.single h2 a {
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1.4em;
	color: #ddd;
	text-decoration: none;
}

.post.single .postMeta {
	font-size: 10px;
	margin-bottom: 5px;
	color: #999;
}

.post.single .postMeta span.date {
	padding: 0 2px 0 0;
}

.post.single .postMeta span.comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 15px;
}

.post.single .postMeta span.comments a,
.post.single .postMeta span.date a {
	color: #999;
}

.post.single .entry {
	float: right;
	line-height: 18px;
	overflow: hidden;
	padding-bottom: 25px;
}

.post .entry img.wp-smiley {
	border: 0px none;
	margin: 0;
	vertical-align: middle;
}

/*//////// SMILEY ////////*/
.post .entry img,.entry a img {
	border: 4px solid #999;
}

.post .entry a:hover img {
	border-color: #eee;
}

.post.single h3 {
	font-size: 12px;
	font-weight: bold;
	color: #6199dc;
	display: inline;
}

.post.single p {
	margin: 1em 0;
}

.post.single p a,.post.single li a {
	color: #b3d565;
}

.post.single p a:hover {
	color: #ddd;
}

.post.single p strong {
	font-weight: bold;
}

.post.single p em {
	font-style: normal;
	background: #f9f9de;
}

.post.single a {
	color: #a9a393;
}

.post.single a:hover {
	color: #ddd;
}

.post.single blockquote {
	margin: 0 1.5em;
	color: #6c6c6c;
}

.post.single ul, .post.single ol {
	margin: 1em;
}

.post.single ul li, .post.single ol li {
	margin: 0;
	color: #666;
	line-height: 1.4em;
}

/* sidebar related */
#sidebarwrapper {
	margin: 0;
	padding: 0;
	float: right;
	color: #999;
}

#left-sidebar {
	color: #ddd;
	float: left;
	margin: 0;
	width: 220px;
	padding: 5px;
	background: transparent url(images/opa.png);
}

#left-sidebar h3 {
	padding: 3px;
	background: #6e80c4;
	display: inline;
	color: #eee;
}

#left-sidebar a {
	color: #aaa;
}

#left-sidebar a:hover {
	color: #fff;
}

#left-sidebar p {
	color: #ddd;
}

#left-sidebar ul {
	list-style: none;
	margin: 8px 0 4px;
	color: #999;
}

.categories {
	padding: 0;
	color: #666;
}

.categories li {
	font-size: 11px;
	padding: 3px 2px;
	float: left;
	color: #444;
	width: 48%;
	display: inline;
}

.categories li a {
	color: #999;
	text-decoration: none;
}

.categories li a:hover {
	color: #eee;
	text-decoration: none;
}

.recent-posts {
	padding: 10px 0;
}

.recent-posts ul {
	margin: 0px;
	padding: 0;
}

.recent-posts li {
	margin: 0px;
	padding: 4px 0;
	list-style-type: none;
}

.recent-posts li a {
	text-decoration: none;
}

.recent-posts li a:hover {
	text-decoration: none;
}

.delicious {
	padding: 10px 0;
}

.delicious ul {
	margin: 0;
	padding: 0;
}

.delicious li {
	margin: 0px;
	padding: 2px 0;
	list-style-type: none;
}

.delicious li a {
	text-decoration: none;
}

.delicious li a:hover {
	text-decoration: none;
}

.tags {
	margin: 10px 0;
	padding: 0;
	line-height: 2em;
}

.tags a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.tags:hover a {
	color: #666;
	text-decoration: none;
}

.tags:hover a:hover, #sidebar .tags a:hover {
	color: #eee;
	text-decoration: none;
}

#right-sidebar {
	color: #ddd;
	float: left;
	width: 220px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	background: transparent url(images/opa.png);
}

#right-sidebar h3 {
	padding: 3px;
	background: #6e80c4;
	display: inline;
	color: #eee;
}

#right-sidebar p {
	color: #ddd;
	padding-bottom: 10px;
}

#right-sidebar a {
	color: #999;
	text-decoration: none;
}

#right-sidebar a:hover {
	color: #fff;
}

#right-sidebar ul {
	list-style: none;
	margin: 8px 0 4px;
}

/* COMMENTS */
h3#comments, h3#respond {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
	color: #ddd;
	padding: 5px 0;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist cite {
	text-transform: none;
	font-style: normal;
}

ol.commentlist li {
	border-bottom: 1px dotted #222;
	padding: 15px 0;
}

ol.commentlist h5 {
	font-size: 12px;
	margin: 3px 0;
	padding: 0;
}

li.addtogoogle,
li.addevent,
li.icalrefresh {
	display:none;
}

/*
ol.commentlist h5 a:link, a:visited {
	color: #679ef1;
}

ol.commentlist h5 a:hover {
	color: #fff;
}
*/

ol.commentlist h5 small {
	display: block;
}

ol.commentlist li {
	font-size: 11px;
	margin: 0;
}

ol.commentlist li span.moderate {
	padding: 2px;
	color: #f30;
}

/* form */
#commentform {
	margin: 1em 0;
}

#author, #email,#url,#comment {
	margin: 5px 0;
	padding: 2px;
}

.comment-warning strong {
	color: #999;
	font-weight: bold;
}

/* footer */
#footer {
	padding: 0;
	margin: 0 auto;
	height: 40px;
	clear: both;
	width: 950px;
	text-align: right;
	font-size:0.8em;
}

#footer a {
	color: #999;
	border-bottom: 1px solid #333;
}

#footer a:hover {
	color: #eee;
}

#footer img {
	display: none;
}

/* Videos */

.yt_videos {
	clear:both;
}

.yt_videos li {
	float:left;
	width:180px;
	height:180px;
	text-align:center;
	font-size:0.9em;
}

/* Bio Page formatting */

body.bio p {
	margin-bottom:1em;
}

body.music object {
	margin-bottom:2em;
}

body.about .entry p {
  margin-bottom:1.5em;
}

/* AmRiCal Style for first calendar on page - need to add css for any further calendars  */

thead {
	border-bottom:solid 1px gray;
}
.alt {
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
}

.x-wr-calname {
display:none;
}

#calprop0,
#compprop0,
#compprop0 {
}
#compprop0 thead tr {

	}
#compprop0 .group  {/* make groupings look different */

	}

#compprop0 tfoot a,   /* make footer (where credits are look subtle */
#wcompprop0 tfoot a {
	color: #777;
	}

#compprop0,
#calprop0 {	
	width: 90%;   /* force the calendar  to take as much space as it can so floated items don't force a wrap */
	margin: auto;
	}
	
#calprop0 li,
#compprop0 li,	
#calprop0 ul,
#compprop0 ul {
	padding: 0; margin: 0;
}	

#wcompprop0 ul li,
#calprop0 ul  li,
#compprop0 ul li {  /* remove list bullets */	
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
	background: none;
    }

#sidebar .amrcol  li:before,
.entry .amrcol  li:before {  /* remove list bullets in the default theme and similar themes */
		content: none;
}

#compprop0 img ,
#calprop0 img {
	border: none;
	vertical-align: text-bottom;
	}

#calprop0 ul li {  /* float calendar information onto one line */
	float: left;
	padding: 0 1em 0 0; 
}
#compprop0 li.addevent,
#compprop0 li.icsurl ,
#compprop0 li.map,
#calprop0 li.addtogoogle,
#calprop0 li.icsurl ,
#calprop0 li.icalrefresh ,
#calprop0 li.x-wr-timezone {
	float: right;
	padding: 2px;
	background:white;
	border:solid 1px #ccc;
}

#compprop0 li.StartTime,
#compprop0 li.EndTime,
#wcompprop0 li.EventDate,
#wcompprop0 li.StartTime,
#wcompprop0 li.EndDate,
#wcompprop0 li.EndTime { /* Optional float these items up next to each other  - depends on type of data nad space */
	float: left; 
	padding: 0 0.5em 0 0; 
	}
	
#compprop0 li.SUMMARY,
#wcompprop0 li.SUMMARY{
	font-weight: bold;
}
	
#compprop0 li.SUMMARY a,
#wcompprop0 li.SUMMARY a{

}	
#wcompprop0 li.SUMMARY {
	clear: left;
}

#calprop0 th,
#calprop0 td,
#compprop0 th,
#compprop0 td {
	padding: 0.5em;
	text-align: left;
	}

#calprop0 li,
#compprop0 li
	{padding: 0 1em 0 0 ;
	}

#compprop0 .recur {  /* style recurring events differently perhaps? */
}	

#menu #wcompprop0  ul { /* to override classic theme where all appears greyed out */
	color: #000;
}
td.amrcol1 {width: 20%;}


/* Infinite Carousel */

.infiniteCarousel {
  width: 395px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 110px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel { /* Aaron Addition */
	height:110px;
	width:950px;
	background:white;
}

.infiniteCarousel .wrapper { /* Aaron Addition */
	width:870px;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


/* END: Infinite Carousel */

