@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgSimpleGradient_pink.jpg');
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
}

#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 119px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image
{
	background-image: url('../images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 119px;
	width: 740px;
	margin: 0;
}

html:first-child #art-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom: 30px;
}

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	min-width:51px;
	min-height:51px;
}

div.art-Sheet-background
{
	z-index: -2;
	position: relative;
	background-color:#FFF;
}

div.art-Sheet-body
{
	position: absolute;
	z-index: 0;
	padding-top: 20px;
	padding-left: 15px;
	padding-right:15px;
	top: 0;
	left: 0;
}

div.art-Name
{
	position: relative;
	width: 431px;
	height: 52px;
	background-image: url('../images/name.png');
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header
{
	position: relative;
	z-index:-1;
	background-color:#3d120d;
}

div.art-Sheet-Content
{
	width: 100%;
}

div.art-Header-buttons, div.art-Header-buttons a
{
	color:#FFF;
	font-size:20px;
	text-align:right;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
}

div.art-Newsblock
{
	z-index:1;
	position:relative;
	width: 370px;
	height: 150px;
	padding-left: 10px;
}

div.art-News
{
	width: 100%;
	margin-top: 7px;
	margin-bottom: 3px;
	text-align:justify;
}

.header_1
{
	font-family: "Times New Roman", Times, serif;
	color: #fd4e15;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.header_2
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

h3
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#fd4e15;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.art-Text-Header
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#000;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

.art-Text, .art-Text a, .wedding-paragraph, .wedding-paragraph a
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none
}

.art-Text a:hover, .art-Text-black a:hover, .wedding-paragraph a:hover
{
	text-decoration: underline;
}

.art-Text-black, .art-Text-black a
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none
}

.art-Text-bold
{
	color:#C00;
}

div.art-Gallery-dirs
{
	position: absolute;
	z-index: 0;
	top: 400px;
	left: 350px;
	width: 380px;
	
}

div.art-Gallery-buttons
{
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	list-style-image: url('../images/arrow1.png');
	text-align:left;
	line-height: 15px;
}

div.art-Gallery-buttons-gal
{
	position: absolute;
	left:0px; 
	top:0px;	
}

div.art-Gallery-buttons-gal ul li
{
	margin:10px;
	display: inline;
}

div.art-Gallery-buttons-gal span.active
{
	text-decoration:underline;
	cursor:default;
}

div.art-Gallery-buttons-gal table
{
	margin-left: 10px;
	margin-top: 10px;
}

div.art-Articles
{
	position: relative;
	padding-left: 10px;
	text-align: justify;
}

div.art-Article
{
	padding-right: 20px;
	text-indent: 20px;
	color: #544;
}

.art-Article a
{
	color: #000;
}

div.art-About
{
	position: relative;
	width: 300px;
	height: 270px;
	margin-top: 25px;
	padding-left: 10px;
	text-align:justify;
}

div.art-Tags
{
	position: relative;
	margin-top: 45px;
	padding-left: 10px;
}

div.art-Sheet-Footer
{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	left: 0px;
	padding-bottom:5px;
}

/* Blog records */
.blog_wrapper {
	margin:10px 40px 30px 40px;
}

.blog_time {
	margin-top:40px;
	color:#000;
	font-style:italic; 
}

.blog_title {

}

.blog_content {
	text-indent:20px;
}

.blog_tags {
	font-size: 9px;
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
}

