/*  Theme Name: Red Rock Pictures
	Theme URI: http://www.redrockpics.com/
	Description: A WP Theme for <a href="http://www.redrockpics.com/">Red Rock Pictures</a>.
	Version: 1.1
	Author: KimchiheadAuthor URI: http://www.kimchihead.com/	
	Red Rock Pictures v1.1	http://www.redrockpics.com/
*/

/* --------------------------------------------------  */
/* ------------------------------------- Basic Layout  */
/* --------------------------------------------------  */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #a1a1a1 url("images/bodyBack.gif") center top repeat-x;
	font: 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

#page {	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	width: 900px;
	height: 115px;
	}

div .flashmovie{
        margin 100 px auto;
}

#kimchihead {
	width: 100%;
	height: 80px;
	}

	/* ------------------------------ Two column layout.  */

#main {
	width: 600px;
	background: #d0d0d0 url("images/main.jpg") left top no-repeat;
	float: left;
	}

#sidebar {
	float: right; 
	}

#footer {
	clear: both;
	width: 600px;
	background: transparent url("images/footer.gif") left top no-repeat;
	text-align: center;
	}

	/* ------------------------------ /Two column layout.  */

	/* ------------------------------ Menu Formatting  */

#menu {
	height: 25px;
	width: 100%;
	}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	}

#menu li {
	float: left;
	margin: 0 5px 0 0;
	}

#menu a {
	text-decoration: none;
	display: block;
	width: 95px;
	height: 25px;
	padding: 0 0 0 5px;
	background: transparent url("images/menu.gif") top left no-repeat;
	color: #fff;
	}	

#menu a:hover {
	color: #b00;
	background-position: top right;
	}

#menu #selected a {
	color: #b00;
	background-position: top right;
	}

#menu .current_page_item a {
	color: #b00;
	background-position: top right;
	}

	/* ------------------------------ /Menu Formatting  */

/* -----------------------------------------------------  */
/* ------------------------------------- Text Formatting  */
/* -----------------------------------------------------  */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	}

p {
	padding-bottom: 9px;
	margin: 0;
	color: #fff;
	}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ol, #main ul {
	margin: 3px 12px;
	color: #000;
	}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p {
	margin: 3px 6px;
	}

#main h3 {
	margin-top: 12px;
	}

h1 {
	font-size: 180%;
	font-weight: bold;
	text-transform: uppercase;
	}

h2 { 					/* #main headline */ 
	font: normal 150% "Century Gothic", Verdana, Helvetica, Arial, Sans;
	}

h3 {					/* #sidebar headline */
	font: 130% "Century Gothic", Verdana, Helvetica, Arial, Sans;
	text-transform: lowercase;
	font-weight: normal;
	border-bottom: #fff 1px dotted;
	}

#main a, #main a:visited, #footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
	}

#main a:hover, #footer a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
	}

.postdata {
	font-size: 90%;
	}

.entry {
	color: #000;
	}

#footer {
	color: #000;
	}

.quote {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 125%;
	}

.quote span {
	font-size: 110%;
	font-weight: bold;
	}

.pitch {
	font-size: 145%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #085;
	}

.indent {
	margin-left: 24px;
	}

.center {
	text-align: center;
	}

#main ul {
	list-style: none;
	list-style-position: inside;
	list-style-image: url("images/bullet.gif");
	margin: 12px;	padding-left: 12px;	text-indent: -12px;
	}

#main ol {
	margin: 12px 12px 12px 20px;
	padding-left: 12px;
	}




/* -----------------------------------------------------  */
/* -------------------------------------------- Doo dads  */
/* -----------------------------------------------------  */

.entry {
	border-top: #fff 1px dotted;
	padding: 10px 0px 5px;
	clear: both;
	}

.postdata .comments {
	background: url("images/comments.gif") left bottom no-repeat;
	padding: 6px 0 0 18px;
	float: right;
	}

.postdata .category {
	background: url("images/tagBlue.jpg") left bottom no-repeat;
	padding: 6px 0 0 18px;
	float: left;
	}

.mini-add-comment {
	background: url("images/mini-down-arrow.gif") no-repeat left 3px;
	padding-left: 12px;	padding-right: 12px;
	float: right;
	}

.postFin {
	width: 495px;
	height: 48px;
	background: transparent url("images/postFin.jpg") center top no-repeat;
	}