﻿/* basic elements */

p
{
	clear: none;
	position:relative;
	font: 8pt/16pt verdana;
}

h2, h3 
{
	font:12pt/14pt skia, Verdana, Arial;
	font-variant: small-caps;
}

h4
{
	font:12pt/14pt skia, Verdana, Arial;
	font-variant: small-caps;
	text-align:center;
}

h5 
{
	font:12pt/14pt skia, Verdana, Arial;
	font-variant: small-caps;
	text-align:center;
}

h6 
{
	font:12pt/14pt skia, Verdana, Arial;
	font-variant: small-caps;
	text-align:right;
	padding:30px;
}

html,body {
	height: 100%;
}

body
{
	font: 8pt/16pt verdana;
	color: #ffffff;
	background: #232323; /*url(header_bg2.jpg) no-repeat bottom right;*/
	margin-bottom:0px;
}

img
{
	border:none;
}

/* user defined elements */

/* container is the main container with a black bg and the drop
	shadow, centered on the screen */
#container 
{
	margin-left:auto;
	margin-right:auto;
	width:85%;
	min-width:900px;
	height:100%;
}


#nav
{
	background: url("http://www.pictureparity.com/images/menu_bg.jpg") repeat bottom center;
	height:48px;
	padding-left:50px;
}

#line_div
{
	border-bottom:1px solid #555555;
}

#main_content
{
	background-color:#333;
	border-style: none solid solid solid;
	border-bottom: 1px solid #636363;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	padding: 5px 0px 0px 0px;
	height:auto;
	overflow:auto;
}

#content_left
{
	background: #191919;
	width: 50%;
	color: #fff;
	clear: left;
	float:left;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow:auto;
	margin-right: -1px;
	border-right: 1px solid #555555;
}

#content_right
{
	background: #191919;
	width: 50%;
	clear:right;
	float:right;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow:auto;
	border-left: 1px solid #555555;
	margin-left: -1px;
}

#content_center
{
	background: #191919 ;
	width:auto;
	padding:0px 0px 0px 0px;
	height:auto;
	border: 1px solid #333;
	overflow: hidden;
}

#content_single
{
	background: #222222;
	height:100%;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow:auto;
	border-left: 1px solid #555555;
	margin-left: -1px;
}

/********************************************************
*			COMMENT ITEM CSS							*
*********************************************************/
#comment_header
{
	height:48px;
	margin:0px 0px 0px 41px;
	background: url("images/menu_bg.jpg") repeat bottom center;
	overflow: hidden;
}

#comment_area
{
	margin:0px 5px 0px 41px;
	padding: 10px 10px 10px 10px;
	background-color:#333;
}

.comment_post
{
	padding: 5px 5px 5px 5px;
	background-color:#333;
	margin: 0px 3px 3px 3px;
}

.comment_post a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #fffcca; /*#b7ceec;*/
}
.comment_post a:visited 
{
	font-weight: bold;
	text-decoration: none; 
	color: #fffcca; /*#b7ceec;*/
}
.comment_post a:hover, a:active 
{
	text-decoration: underline; 
	color: #fffcca; /*#b7ceec;*/
}
/********************************************************
*			START CONTENT ITEM CSS						*
*********************************************************/


.content_item
{
	overflow: hidden;
	height:auto;
	padding:5px 5px 5px 5px;
}

.content_item a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #fffcca; /*#b7ceec;*/
}
.content_item a:visited 
{
	font-weight: bold;
	text-decoration: none; 
	color: #fffcca; /*#b7ceec;*/
}
.content_item a:hover, a:active 
{
	text-decoration: underline; 
	color: #fffcca; /*#b7ceec;*/
}

/********************************************************
*			END CONTENT ITEM CSS						*
*********************************************************/
/********************************************************
*			START POST ITEM CSS							*
*********************************************************/
.photo
{
	border-width: 3px;
	border-style: groove;
}

.title_header
{
	font:12pt/14pt skia, Verdana, Arial;
	color: #000;
	width: 100%;
	text-align:center;
	border-bottom: #ADADAD 1px solid;
	background: transparent url(title_bar_small.gif) repeat-x;
}

.content_header
{
	font:10pt/12pt skia, Verdana, Arial;
	color: #000;
	width: 100%;
	text-align:center;
	border-bottom: #ADADAD 1px solid;
	background: transparent url(title_bar_large.gif) repeat-x;
	/*background-color:#4A5361;*/
	/*background-color:#394042;*/
}

.content_post
{	
	/*border:#9FB4E1 3px solid;*/
	padding-right:5px;
	padding-left:5px;
	 
}

.content_photo
{	
	/*border:#9FB4E1 2px solid;*/
	padding-right:5px;
	padding-left:5px;
}
/********************************************************
*			END POST ITEM CSS							*
*********************************************************/
/********************************************************
*			START TAB CSS								*
*********************************************************/

.tab_active
{
	background: url("http://www.pictureparity.com/images/menu_bg_active.jpg");
	height:22px;
	width:10%;
	top:26px;
	position:relative;
	float:left;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font:7pt/12pt skia, Tahoma, Verdana, Arial;
	color:#ffffff;
}

.tab_inactive
{
	background: url("http://www.pictureparity.com/images/menu_bg_inactive.jpg");
	height:21px;
	width:10%;
	position:relative;
	top:26px;
	float:left;
	clear: none;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font:7pt/10pt skia, Tahoma, Verdana, Arial;
	color:#707070;
}

.tab_inactive a:visited
{
	color:#707070;
	text-decoration:none;
}
.tab_inactive a:link
{
	color:#707070;
	text-decoration:none;
}
.tab_inactive a:hover, a:active
{
	color:#ffffff;
	text-decoration:none;
}

.m_top_active1
{ 
	background: url("http://www.pictureparity.com/images/menu_tl_corner_active.jpg") no-repeat top left; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.m_top_active2
{ 
	background: url("http://www.pictureparity.com/images/menu_tr_corner_active.jpg") no-repeat top right; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.m_top_inactive1
{ 
	background: url("http://www.pictureparity.com/images/menu_tl_corner_inactive.jpg") no-repeat top left; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.m_top_inactive2     
{ 
	background: url("http://www.pictureparity.com/images/menu_tr_corner_inactive.jpg") no-repeat top right; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.m_text_active
{
	height:17px;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

.m_text_inactive
{
	height:16px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

/********************************************************
*			END TAB CSS									*
*********************************************************/

.credit a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #fffcca; /*#b7ceec;*/
}
.credit a:visited 
{
	font-weight: bold;
	text-decoration: none; 
	color: #fffcca; /*#b7ceec;*/
}
.credit a:hover, a:active 
{
	text-decoration: underline; 
	color: #fffcca; /*#b7ceec;*/
}

/********************************************************
*			GALLRY LINK STYLE CSS						*
*********************************************************/
.next
{
	font-weight: bold; 
	text-decoration: none;
	color: #191919; /*#b7ceec;*/
}

.last
{
	font-weight: bold; 
	text-decoration: none;
	color: #191919; /*#b7ceec;*/
}

.first
{
	font-weight: bold; 
	text-decoration: none;
	color: #191919; /*#b7ceec;*/
}

.previous
{
	font-weight: bold; 
	text-decoration: none;
	color: #191919; /*#b7ceec;*/
}

/********************************************************
*				Decoration CSS							*
*********************************************************/

/* against background color of #191919 */
.decorate_top
{
background: transparent url(test.jpg) no-repeat top left; 
}

/* against background color of #191919 */
.decorate_bottom
{
background: transparent url(test.jpg) no-repeat bottom right; 
}