/* @override http://officialmaiarawalsh.com/wp-content/themes/mw-2009/style.css */

/* @override http://officialmaiarawalsh.com/wp-content/themes/mw-2009/style.css */

/*
Theme Name: Maiara Walsh 2009
Theme URI: http://officialmaiarawalsh.com/
Description: Exclusive theme for Maiara Walsh.
Version: 1.0
Author: T-SCO
Author URI: http://feelmystic.com/tsco
Tags: maiara, walsh
*/

body {
	margin: 0;
	text-align: left;
	background: #0f89d9 url(/i/bg_spring.jpg) repeat-y fixed center top;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	background-color: transparent;
}

.content p a, .content p a:link,
#content a, #content a:link {
	color: #09c;
	text-decoration: none;
	border-bottom: 1px dotted #09c;
}

.content a:hover,
#content a:hover {
	border-bottom: 1px solid #39c;
	color: #39c !important;
}

/* @group Header */

#header {
	background: #333 url(/i/mw.jpg) no-repeat left top;
	width: 240px;
	float: left;
}

#header h1 {
	text-align: center;
}

#header h1 a {
	color: #fff;
	font-weight: bold;
	width: 240px;
	height: 120px;
	display: block;
	text-indent: -1500px;
}

#header h1 a:hover {
	background: #333 url(/i/mw.jpg) no-repeat left bottom;
}

#myspace {
	clear: left;
	width: 241px;
	height: 30px;
	padding: 9px;
	margin-left: -15px;
	background-color: #fff;
	padding: 15px 0 15px 14px;
}

#myspace a,
#myspace a:link {
	float: left;
	margin: 0 8px;
}

/* @end */

/* @group Nav */

.singlenav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0;
	width: 690px;
	background: #333 url(/i/nav_bg.jpg) top right no-repeat;
	color: #333;
	float: left;
}
		
.singlenav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.singlenav ul li {
	float: left;
	width: 165px;
	height: 90px;
	background-color: transparent;
	/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.singlenav a { /* The nav links */
	width: 165px;
	height: 90px;
	display: block;
	color: #fff;
	text-indent: -9999px;
	font-size: 0.1em;
	text-decoration: none;
}
		
.singlenav li.tab1 { width: 30px; }
		
.singlenav li.tab1 a { background-color: #333; width: 30px !important; }
		
.singlenav li.tab2 a { background: transparent url(/i/nav.gif) 165px 0px; }
.singlenav li.tab3 a { background: transparent url(/i/nav.gif) 165px 270px; }
.singlenav li.tab4 a { background: transparent url(/i/nav.gif) 165px 180px; }
.singlenav li.tab5 a { background: transparent url(/i/nav.gif) 165px 90px; }
		
.singlenav li.tab2 a.current, .singlenav li.tab2 a:hover { background: transparent url(/i/nav.gif) 0px 0px; }
.singlenav li.tab3 a.current, .singlenav li.tab3 a:hover { background: transparent url(/i/nav.gif) 0px 270px; }
.singlenav li.tab4 a.current, .singlenav li.tab4 a:hover { background: transparent url(/i/nav.gif) 0px 180px; }
.singlenav li.tab5 a.current, .singlenav li.tab5 a:hover { background: transparent url(/i/nav.gif) 0px 90px; }

.homecontent { overflow-y: auto; }

.blognavigation { padding: 0px; height: 60px; }

.blog {
	float: left;
	width: 340px;
	padding: 0;
	font-size: 3.6em;
	color: #888;
}
.alignleft {
	float: left;
	padding: 10px;
	width: 143px;
	height: 40px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.alignright {
	float: right;
	padding: 10px;
}

#slider1 .alignright {
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	background-color: #eee;
}

/* @end */

/* @group Container */

/* @group Gallery */

#container {
	background: #333 url(/i/bg_content.jpg) left top repeat-y;
}

#slider1 {

}

#gallery {
	background-color: #fff;
	border: 15px solid #fff;
	border-width: 15px 0 0 15px;
	width: 240px;
	height: 360px;
	margin-left: -15px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

.panel iframe {
	float: left;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 690px; height: 1205px; background: #fff; overflow: scroll}
.csw .loading { color: #aaa; margin: 300px 0 300px 0; height: 1205px; text-align: center; font-size: 28px; }

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 690px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 1115px;
	background: #fff;
	float: left;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 690px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0;
	width: 690px;
	background: #333 url(/i/nav_bg.jpg) top right no-repeat;
	color: #333;
	float: left;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	width: 165px;
	height: 90px;
	background-color: transparent;
	 /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	width: 165px;
	height: 90px;
	display: block;
	color: #fff;
	text-indent: -9999px;
	font-size: 0.1em;
	text-decoration: none;
}

.stripNav li.tab1 { width: 30px; }

.stripNav li.tab1 a { background-color: #333; width: 30px !important; }

.stripNav li.tab1 a { background-color: #333; width: 30px !important; }

.stripNav li.tab2 a { background: transparent url(/i/nav.gif) 0px 0px; }
.stripNav li.tab3 a { background: transparent url(/i/nav.gif) 0px 270px; }
.stripNav li.tab4 a { background: transparent url(/i/nav.gif) 0px 180px; }
.stripNav li.tab5 a { background: transparent url(/i/nav.gif) 0px 90px; }

.stripNav li.tab2 a.current, .stripNav li.tab2 a:hover { background: transparent url(/i/nav.gif) 165px 0px; }
.stripNav li.tab3 a.current, .stripNav li.tab3 a:hover { background: transparent url(/i/nav.gif) 165px 270px; }
.stripNav li.tab4 a.current, .stripNav li.tab4 a:hover { background: transparent url(/i/nav.gif) 165px 180px; }
.stripNav li.tab5 a.current, .stripNav li.tab5 a:hover { background: transparent url(/i/nav.gif) 165px 90px; }


.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("/js/images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("/js/images/arrow-right.gif") no-repeat center;
}

#slider1 .morephotos {
	display: block;
	float: right;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 610px;
	padding: 25px;
	margin: 0 0 0 15px;
	background-color: #333;
	color: #eee;
	border-top: 3px solid #09c;
	cursor: pointer !important;
}

#homephotos .morephotos {
	margin: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a.morephotos:hover {
	border-bottom: none !important;
}

/* @end */

/* @group Content */

.content {
	padding: 12px 15px;
	background-color: #fff;
}

.twtr-tweet-wrap {
	border-bottom: 1px solid #ccc;
}

#content { width: 650px; padding: 15px 20px 20px 20px; float: left; position: relative; background-color: #fff; min-height: 435px; }

.panel #content { height: 1085px; overflow-y: auto; }

.postdate { color: #888; clear: both; font-style: italic; line-height: 1.7em; margin: 0 0 15px 0; }

.postmetadata { color: #888; clear: both; line-height: 1.7em; padding-top: 10px; margin: 0 0 20px; border-top: 1px solid #ddd;}

.post {
	padding: 0;
}

.entrytext {
	background-color: #fff;
	padding: 0;
}

.content p, #content p, .post p {
	line-height: 1.7em; clear: both;
}

.content em, .post em, #events em { font-style: italic !important; }

.content h2, #content h2, .homecontent h2 {
	font-size: 2.4em;
	font-weight: bold;
	text-transform: lowercase;
	color: #3c0;
	margin-bottom: 0.4em;
}

.post h2 {
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal !important;
}

#content h2.pagetitle {
	background-color: #eee;
	padding: 15px;
	font-size: 24px;
	color: #aaa;
	border-bottom: 3px solid #ccc;
}

.post h2 a,
.post h2 a:link,
.post h2 a:visited {
	border-bottom: none !important;
}

.post h3 { clear: both; }

.maiara {
	float: right;
	margin-bottom: 1em;
}

img.alignright {
	float: right;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 0 0 0 5px;
}

#video {
	float: right;
}

/* @end */

/* @group Filmography */

.content h3.year {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	float: left;
	width: 140px;
}

ul.title {
	margin: 0 0 1.8em 140px;
	width: 32.6em;
}

ul.title li {
	border-bottom: 1px solid #acf;
	line-height: 2.4em;
}

/* @end */

/* @group Photos */

#homephotos {
	background: url(/i/photos_bg.gif);
	width: 240px;
	height: 425px;
	clear: left;
	float: left;
}

#homephotos h3 {
	padding: 4px 15px;
	text-indent: -1999px;
	text-transform: lowercase;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-shadow: #303 1px 1px 1px;
}

#homephotos ul {
	padding: 6px 0 5px 15px;
}

#homephotos li {
	margin: 0 15px 10px 0;
	float: left;
}

#homephotos img {
	border: 5px solid #fff;
	width: 87px;
	height: 87px;
}

/* @end */

/* @group Events */

#events {
	background: url(/i/events_bg.gif);
	width: 240px;
	height: 225px;
	float: left;
}

#events h3 {
	padding: 4px 15px;
	text-indent: -1999px;
	text-transform: lowercase;
	font-size: 2em;
	font-weight: bold;
	color: #333;
	text-shadow: #999 1px 1px 1px;
}

#events ul li {
	padding: 6px 15px;
	text-shadow: #fff 0 1px 0;
}

#events ul li a, #events ul li a:link {
	color: #17c;
	text-decoration: none;
	border-bottom: 1px dotted #06f;
	border-color: #17c;
}

#events ul li a:hover {
	border-bottom: 1px solid #39c;
	color: #39c;
}

/* @end */

/* @group Footer */

#footer {
	background: #333;
	color: #ddd;
	width: 930px;
	height: 240px;
	clear: both;
}

#copyright {
	color: #aaa;
	text-align: center;
	background-color: #000;
	width: 880px;
	padding: 20px 25px 0 25px;
	clear: both;
}

#designby {
	color: #aaa;
	text-align: center;
	background-color: #000;
	width: 880px;
	padding: 20px 25px;
	clear: both;
}

#links {
	width: 190px;
	margin-left: 240px;
	float: left;
	padding: 20px;
}

#social {
	width: 190px;
	float: left;
	padding: 20px;
}

#contact {
	width: 190px;
	float: left;
	padding: 20px;
}

#footer h3 {
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.3em;
	color: #3c0;
	margin: 0 0 5px 0;
}

#footer li {
	color: #09c;
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 7px 20px;
	text-transform: lowercase;
}

#footer a:link, #designby a:link,
#footer a:visited, #designby a:visited,
#footer a:active, #designby a:active {
	color: #fff;
	border-bottom: 1px dotted white;
	text-decoration: none;
}

#footer a:hover, #designby a:hover {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

/* @end */

/* @end */

/* @group Comments */

#commentwrapper {
}

#commentwrapper em, .nocomments {
	display: inline;
	font-size: 1.1em;
	background-color: #c00; 
	padding: 5px; color: #ddd; 
	text-shadow: #300 0px -1px 0px; 
	-webkit-border-radius: 3px;
}

#commentwrapper li {
	clear: left;
	border-top: 1px dotted #ccc;
	padding: 15px 0;
}

.commentauthor {	
	float: left;
	clear: left;
	width: 250px;
	padding-right: 10px;
}

cite.fn {
	font-size: 1.2em;
	font-weight: bold;
	color: #c00;
}

.avatar {
	float: left;
	margin: 0 15px 15px 15px;
}

.commenttext {
	margin-left: 260px;
	font-size: 1em;
}

.commentmeta {
	float: left;
	margin: 10px;	
}

.commenttext p, #respondwrapper p {
	margin: 0 0 10px 0;
	padding: 0 10px 10px 0;
	line-height: 1.5em;
}

.comment-author p {
	margin: 0;
	padding: 0;
}

#comment {
	font-size: 1.1em;
	width: 600px;
}

#submit {
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #ccc;
	font-weight: bold;
	background-color: #333;
	border: 1px outset #333;
	text-shadow: #000 0 -1px 1px;
}

#comments {
	padding: 15px 0 10px 0;
	margin: 0;
	font-size: 1.8em;
	color: #aaa;
	font-weight: bold;
}

.commentlist { margin: 0 0 10px 0; }

.commentlist li {
	padding: 0;
	background-color: #fff;
}

.commentlist li.alt {
	background-color: #eff;
}

.commentmetadata {
	margin: 10px 0;
	display: block;
}

#respondwrapper {
	background-color: #ccc;
	padding: 15px 15px 0 15px;
}

#respond {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1.8em;
	color: #555;
	font-weight: bold
}

.respondlink {
	padding: 5px 0 10px 0;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	background-color: #ccc;
	width: 690px;
	border-top: 3px solid #bbb;
	margin-left: 240px;
}

#sidebar ul li {
	width: 210px;
	padding: 15px 0 15px 20px;
	float: left;
}

#sidebar ul li {
	font-weight: bold;
	color: #333;
}

#sidebar ul li li {
	width: 165px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	line-height: 1.6em;
}

#sidebar li a {
	color: #369;
}

#sidebar .widget_recent_entries {
	width: 210px;
}

#sidebar .widget_recent_entries ul li {
	width: 210px;
}

/* @end */