@charset "UTF-8";
/* CSS Document */

html{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border:5px;
	padding:5px;
	margin:0;
	background-color:#990000;
	background-image:url(images/linebg.jpg)
}

body{
	background-color:#F4F4F4;
	border:thin #000000 solid;
	border-top:#FFFFFF;
	border-left:#FFFFFF;
	padding:5px;
	min-width:400px;
}

div#menu {
	display:block;
	width:100%;
	background-color:#993300;
	min-height:28px;
	letter-spacing:2px;
	padding:0px 0px 0px 1px;
}

div#menu a{
	display:block;
	float:left;
	text-decoration:none;
	padding:5px 8px;
	margin:1px 0px 1px 0px;
	color:#FFFFFF;
	border-right:#999999 thin solid;
}

div#menu a:hover{
	background-color:#CCCCCC;
	background-image:url(images/flowerpattern.jpg);
	color:#990000;
	
}

div#menu a#rss{
	
}

div#menu form{
	padding:3px;
	float:right;
	
}

div#menu form input#edt_search{
	background-color:#C34851;
	border:#993333 thin solid;
	color:#CCCCCC;
}



div#page_pic {
	background-image:url(images/tina.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:220px;
	padding:10px;
}

img#tinatime{
	margin:10px;
}



div#header h1{
	height:50px;
	height:inherit;
	margin:0;
	
	padding-bottom:10px;
	letter-spacing:4px;
	color:#990000;
	margin-right:200px;
	margin-left:5px;
}

div#sub_head{
	color:#C74442;
	font-style:italic;
	letter-spacing:1px;
	padding:5px;
	font-size:18px;
	margin-right:200px;
	margin-left:5px;
}

div#about_me{
	float:top;
	
	font-size:10px;
	color:#333333;
	line-height:1.5;
	width:200px;
}

div#art_date{
	float:top;
	padding:5px;
	
	padding-top:10px;
	color:#666666;
	font-size:10px;
	border-bottom:#CCCCCC thin solid;
	margin-right:200px;
	margin-bottom:10px;
	margin-left:5px;
}



div#content p{
	line-height:1.5;
	padding-left:5px;
}

div#content h2{
	margin-top:20px;
	margin-left:5px;
}

div#navigation{
	float:left;
	width:200px;
	margin-left:-200px;
	margin-top:17px;
}
div#extra{
	clear:left;
	width:100%;
	padding-top:10px;
	text-align:center;
	font-size:10px;
	color:#666666;
}
div#wrapper{
	float:left;
	width:100%;
}
div#content{
	margin-right:210px;
	overflow:hidden;
}


div#item a{
	display:block;
	text-decoration:none;
	border-top:#CCCCCC thin solid;
	color:#999999;
	padding:5px;
	margin:5px 0px 0px 0px;
}

div#item a img#thumb{
	float:left;
	margin:2px;
	margin-left:0px;
	margin-right:4px;
	padding:4px;
	border: #CCCCCC thin solid;
	overflow:hidden;
}


div#item a#comment{
	display:block;
	text-decoration:none;
	color:#999999;
	padding:5px 5px 5px 5px;
	border-top:hidden;
	margin:0px 0px 5px 0px;
	letter-spacing:1px;
	font-size:10px;
	
}

div#item_txt{
	
	min-height:60px;
}

div#item a#comment img{
	border:0px;
}

div#item a#comment:hover{
	color:#000000;
	background-color:#E6E6E6;
}

div#item a:hover{
	color:#000000;
}

div#item_head{
	display:block;
	background-color:#999999;
	background-image:url(images/linebg.jpg);
	letter-spacing:2px;
	color:#FFFFFF;
	padding:5px;
}

div#foot{
	display:block;
	background-color:#FFFFFF;
	background-image:url(images/flowerpattern.jpg);
	left:-5px;
	right:-5px;
	height:100px;
	margin:-5px;
	padding:10px;
	text-align:left;
}

div#col{
	float:left;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	border-right:#999999 thin solid;
	min-width:100px;
}

div#foot a{
	float:top;
	display:block;
	color:#666666;
	text-decoration:none;
	font-size:10px;
	margin:1px;
	padding:1px;
}

div#foot a:hover{
	color:#333333;
	text-decoration:underline;
}

/* FORMS */

div#form {
	display:block;
	border-top:#CCCCCC thin solid;
	padding:5px;
}

div#form textarea{
	max-width:500px;
	width:100%;
	background-color:#F9F9F9;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.4;
}

div#form textarea#art_title{
	font-size:16px;
}

div#form textarea#art_desc{
	height:400px;
}

div#form textarea#comment{
	height:100px;
}

div#comments{
	
	border-bottom:#CCCCCC thin solid;
}

div#comment{
	border-top:#CCCCCC thin solid;
	color:#666666;
	

}

div#comment a{
	text-decoration:none;
	color:#666666;
	padding:5px;
}

div#comment a:hover{
	background-color:#FF0000;
	color:#FFFFFF;
}

span#mark {
	background-color:#FFFF00;
}

div#item_nav{
	padding:2px;
	margin:2px;
	color:#666666;
	letter-spacing:1px;
	width:100%;
}

div#item_nav a{
	background-color:#CCCCCC;
	padding:2px;
	margin:2px;
	text-decoration:none;
	border:#999999 thin solid;
}

div#pic {
	padding:5px;
}

div#img_desc{
	padding:5px;
	padding-top:0px;
	color:#666666;
	font-size:10px;
}

div#slogan{
	position:absolute;
	margin-left:30px;
	margin-top:-95px;
	max-width:400px;
	margin-bottom:10px;
	font-size:11px;
	font-style:oblique;
	color:#999999;
	line-height:1.3;
	letter-spacing:1px;
	

}

a img{
	border:none;
}

div#topics {
	
	
}

div#topics a{
	display:block;
	border-top:#CCCCCC thin solid;
	padding:5px;
	margin:5px;
	text-decoration:none;
	color:#666666;
}

div#topics a:hover{
	color:#000000;
}

div#form textarea#topic_desc{
	height:150px;
}

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	color:#990000;
	letter-spacing:2px;
	border-bottom:#CCCCCC thin solid;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	
	font-size:10px;
	letter-spacing:1px;
	line-height:1.5;
	
	
	color:#666666;
	border-bottom:#993300 thin solid;
	background-color:#FFFFFF;
	
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color:#CCCCCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	border-bottom:#990000 thin solid;
	text-decoration:none;
	display:block;
	marks:none;
	outline:none;
}


/* content */




.CollapsiblePanelContent a{
	display:inline-block;
	width:140px;
	padding:2px 2px 2px 5px;
	text-decoration:none;
	color:#990000;
	
}

.CollapsiblePanelContent a:hover{
	background-color:#990000;
	color:#FFFFFF;
}

div#swf_blog_view{
	overflow:hidden;
	margin-top:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:#CCCCCC thin solid;
}

a#side_topic {
	text-decoration:none;
	color:#999999;
	padding:4px;
	display:block;
	border-top:#CCCCCC thin solid;
}

a#side_topic:hover{
	color:#000000;
}