/**
 * Stylesheet for the Sakura template used by the Shoot for the Cure website.
 *
 * @author	Ian Li
 * @date 	May 2007
 */
body {
    font-family:Georgia,Times New Roman,serif;
    color:#000;
    background-color:#fff;
    margin:0;
    padding:0;
    text-align:center;
}
a {
    color:#E20074;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;	
	}
	a:link img, a:visited img {
		border:1px solid #E20074;
	}
	a:hover img {
		border:1px solid #E20074;
	}
p {
    line-height:1.3em;
}
	#wikitext p:first-child {
		margin-top:0px;
	}
strong {
	font-weight:bold;
}
h1, h2, h3, h4 {
	padding:0em;
    margin-top:0.5em;
    margin-bottom:0.5em;
	line-height:1em;
	color:#e20074;
	font-family:Lucida Sans,Helvetica,Arial,sans-serif;
	font-weight:normal;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top:0;
}
h1 {
    font-size:22px;
}
	.column100 h1 {
		margin-bottom:0;
	}
h2 {
    font-size:18px;
}
h3 {
	font-size:16px;
}
table {
	border:none;
}
td {
	font-size:12px;
}
hr {
	color:#666;
	background-color:#666;
	height:1px;
	border:none;
	margin:0px;
	padding:0px;
}
#test {
	width:660px;
	margin:0 auto;
	padding:0;
}
.wikitrail {
	font-size:12px;
	text-align:center;
}
#sidebar {
	float:left;
	width:165px;
	margin-top:100px;
	margin-right:25px;
	text-align:right;
	font-size:12px;
	color:#999;
}
	#sidebar ul {
		list-style:none;
	}
	#sidebar ul li {
		padding-top:0em;
		margin-bottom:0.5em;
	}
	#sidebar h1 {
		font-size:12px;
		color:#999;
	}
	#sidebar p {
		line-height:1em;
	}
	#sidebar strong {
		font-weight:bold;
	}
	.sidebar_news p, .sidebar_news p.vspace {
		font-size:11px;
	}
	#sidebar hr {
		width:66%;
		text-align:right;
		margin: 0px 0 0 auto;
	}
.sidehead {
	font-size:12px;
	margin-bottom:0.5em;
}
#page {
	float:left;
    width:100%;
	padding:0;
	margin:0;
    text-align:left;
}
#banner {
	padding:0;
	margin:10px 10px 0 10px;
	height:150px;
}
	#banner div {
		padding:0;
		margin:0;
	}
	#banner img {
		border-bottom:1px solid #999;
	}
#header {
	padding:0px 0 10px 0;
	margin:0;
	font-family:Lucida Sans,Helvetica,Arial,sans-serif;
	color:#E20074;
}
	a#title, a#title:visited {
		float:left;
		padding:10px 10px 0 10px;
		margin:0;
    	letter-spacing:-0.03em;
		font-size:28px;
		text-decoration:none;
		line-height:0.8em;
	}
		a#title:hover {
			text-decoration:underline;
		}
	#tagline {
		clear:both;
		padding:5px 10px 10px 10px;
		font-size:12px;
		font-style:italic;
		color:#777;
	}
	#main_nav {
		padding:10px 10px 0 10px;
		margin:0px;
		text-align:right;
		font-size:12px;
	}
	#page_actions {
		position:absolute;
		right:0;
		top:0;
		text-align:right;
		font-size:10px;
		line-height:0.9em;
	}	
		#page_actions li {
			list-style:none;	
			margin-right:5px;
		}
		#page_actions a, #page_actions a:visited, #page_actions a:hover {
			color:#666666;
		}
#footer {
	padding:20px 0 10px 0;
	font-size:11px;
	clear:both;
}
#wikitext {
    font-size:12px;
    padding:0;
	margin-top:0;
}
	#wikitext h1:first-child {
		margin-top:0px;
		padding-top:0px;
	}
	#wikitext a {
		text-decoration:underline;
	}

.small {
	font-size:12px;
}
.caption, .caption p, p .caption {
	margin-top:0.25em;
	font-size:12px;
}
ul {
	padding-left:1.5em;	
}
	ul li {
		padding-top:.3em;
	}
ol {
	padding-left:1.5em;
}
	ol li {
		padding-top:.3em;
	}
ul.bulletless, ol.bulletless, .bulletless ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}
	ul.bulletless li:first-child, ol.bulletless li:first-child, .bulletless ul li:first-child {
		padding-top:0em;
	}
	
	ul.bulletless li, ol.bulletless li, .bulletless ul li {
		padding-top:.8em;
	}
dl {

}
	dl dt:first-child {
		padding-top:0em;
	}
	dl dt {
		padding-top:.4em;
	}
	dl dd {
		padding-top:.2em;
	}
div.film {
	display:block;
	padding:0px;
	margin:0 10px 0 10px;
	height:8px;
	background:#fff url(/site/pub/skins/sakura/images/dot.gif) repeat-x top left;
	border-top:1px solid #ccc;
	clear:both;
}
	div.film hr {
		display:none;
	}
table#prices {
	width:100%;
	border-collapse:collapse;
}
	table#prices td {
		width:50%;
		padding:5px 0 5px 0;
		border-bottom:1px dotted #999;
	}
	table#prices tr:first-child {
		border-top:1px dotted #999;
	}
#designers {
	text-align:right;
	color:#999;
}
	#designers a {
		text-decoration:underline;
		color:#999;
	}


/**
 * Editing page
 */
table.quickref {
	color:#000;
}
#wikiaction, #wikiedit {
	padding:0px;
	margin:0px;
}
#wikiedit form {
	padding:0px;
	margin:0px;
	line-height:1.5em;
}
#wikiedit input {
	border:1px solid #ccc;
}
#wikiedit textarea {
	border:1px solid #ccc;
}

/**
 * Comments
 */
.comments {
	margin-top:1em;
}
.comments p {
	margin-top:1em;
	margin-bottom:1em;
}

/**
 * Layout
 */
.v_border_left {
	border-left:1px solid #2EC5AD;
}

/**
 * Columns
 */
.column33, .column50, .column67, .column100, .column33b {
	float:left;
	padding:10px;
	margin:0;
}
.column100 { width:640px; }
.column67 { width:420px; }
.column50 { width:310px; }
.column33 { width:200px; }

.column33b { width:199px; border-left:1px dotted #999; } 

/**
 * Goddamn hacks
 */

/* Prevents floating of divs after floating divs. */
.clear {
    clear:both;
}

/* IE hacks for padding 
 * http://webdesign.about.com/od/css/a/aaboxmodelhack.htm
 */
* html .column100 { width:660px; }
* html .column67 { width:440px; }
* html .column50 { width:330px; }
* html .column33 { width:220px; }
* html .column33b { width:219px; }

/* IE hacks for dotted borders 
 * http://www.sovavsiti.cz/css/hr.html
 */
* html .column33b {
	border-left:none;
	background: url(/site/pub/skins/sakura/images/dot2.gif) repeat-y left;
} 

* html table#prices td {
	border-bottom:none;
	background: url(/site/pub/skins/sakura/images/dot2.gif) repeat-x bottom;
}


