/*
Theme name: FlashBelles New Theme
Theme URI: http://www.flashbelles.com
Description: Customized Wordpress theme made for FlashBelles.com.
Version: 2.0
Author: Mick Kelar
Author URI: http://www.kelararts.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* NEW */

#author {
float: left;
display: block;
text-align:center;
border:1px solid #AF1663;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
font-size:9px;
}

body	{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	background-image: url('/wp-content/themes/custom2/images/bg_body.gif'); 
	background-repeat: repeat-x; 
	background-position: top center;
	text-align: center;
	}

a	{
	text-decoration: none;
	color: #6ff;
	}
	
a:hover	{
	text-decoration: underline;
	color: #fff;
	}

a img 	{
	border: none;
	}

small {
	display: block;
	width: 100%;
	text-align:right;
	}
	
hr {
	margin-top:15px;
	margin-bottom:15px;
	clear: both;
	color: #AF1663;
	background-color: #AF1663;
	border: 0px;
	height: 1px;
	}
	
#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#content {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 998px;
	border: thin solid #A1257E;
	border-width: 1px;
	background-color: #811149;
	background-image: url('/wp-content/themes/custom2/images/bg_main.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#toplinks {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #A385C6;
	text-align: right;
	width: 1000px;
	}

#toplinks img {
	vertical-align: text-top;
	}
	
#logo 	{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 367px;
	background-color: #381E55;
	}
	
#bannerad {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 75px;
	width: 478px;
	}
	
#topnav {
	clear: both;
	margin-bottom: 5px;
	text-align: center;
	font-family: arial;
	font-size: 15px;
	height: 28px;
	width: 998px;
	border: thin solid #494949;
	color: #494949;
	border-width: 1px;
	background-color: #000;
	background-image: url('/wp-content/themes/custom2/images/bg_topnav.gif'); 
	background-repeat: repeat-x; 
	background-position: top center;
	line-height: 28px;
	}

#topnav a {
	position: relative;
	top: -1px;
	font-weight: bold;
	}

#topnav a:hover {
	text-decoration: none;
	}

#sidenav {
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 160px;
	}

#sidenav a {
	font-weight: bold;
	}

#sidenav ul {
   	list-style-type: none;
   	padding-top: 0px;
   	margin-top: 0px;
     	padding-bottom: 0px;
   	margin-bottom: 0px;
   	padding-left: 0;
   	margin-left: 0;
  	}
 
#sidenav ul li {
   	list-style-image: none;
   	}

#sidenav ul ul li {
  	list-style-image: none;
   	background-image: url(/wp-content/themes/custom2/images/bullet.gif);
   	background-repeat: no-repeat;
  	background-position: left center;
   	padding-left : 15px;
   	line-height: 14px;
	}

#sidenav h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 3px;
	}

#main {
	margin-top:20px;
	width: 670px;
	float: left;
	overflow: hidden;
	color: #FAD8E9;
	font-size: 12px;
	}

#main a {
	font-weight: bold;
	}

#main h1 {
	text-align: center;
	font-family: arial;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	}

#main h2 {
	text-align: left;
	font-family: arial;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	}

#adcolumn {
	float: right;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 150px;
	}

input {
	font-size: 12px;
	height: 20px;
	}
	
.divider {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}

.searchbox {
	margin-left: 234px;
	}

.searchbutton {
	position: relative;
	top: 4px;
	}

#swf {
	display: table;
	height: 478px;
	width: 638px;
	border: thin solid #D94891;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E171A9;
	}


/* POPUP */

    #POP_background{  
      position: fixed; 
      top: 0px; 
      left: 0px; 
      width: 100%; 
      height: 100%;  
      z-index: 101;
      background-color:#000;
	  filter:alpha(opacity=75);
	  -moz-opacity: 0.75;
	  opacity: 0.75;
      display: none;
    }
    
    #POP_window{
      position: fixed;
      width: 700px;
      height: 550px;
      top: 10%;
      left: 50%;
      background-color: #4E295F;
      border: 4px solid #683780;
      display: none;
      z-index: 102;
      margin-left: -350px;
      margin-top: 0px;
      padding: 15px;
      font-size: 1.2em;
      color: #FFC4FF;
      text-align: left;
    }
    
    * html #POP_background { /* ie6 hack */
      position: absolute;
      height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }
    
    * html #POP_window { /* ie6 hack */
      position: absolute;
      margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }
    
    #topBar{
      height: 27px;
      margin-top: -15px;
    }
    
    #topBar a{
      display: block;
      float: right;
      padding: 0px;
      margin: 0px;
      color: #fff;
      font-size: 12px;
      margin: 5px;
    }
    
    #topBar a:hover{
      font-weight: bold;
    }    

/* IMAGES */

a img {
	border: none;
	text-decoration: none;
	}

a:hover img {
	border: none;
	text-decoration: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.clear {
	clear: both;
	}


/* CAPTIONS */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* CALENDAR */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


/* ARCHIVES */

.flash-thumb-box {
	display: inline;
	padding: 2px;
	text-align: center;
	float: left;
	width: 124px;
	height: 122px;
	}

.flash-thumb a {
	color: #F7C1DD;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	}

.flash-thumb a:hover {
	color: #66FFFF;
	text-decoration: none;
	}

.flash-thumb a img {
	border: thin solid #000000;
	border-width: 2px;
	margin-bottom: 2px;
	}

.flash-thumb a:hover img {
	border: thin solid #66FFFF;
	border-width: 2px;
	margin-bottom: 2px;
	}


/* AWSOM PIX GALLERY */

.PxgGlobalImage { 
	padding: 5px; 
	border: 1px solid #cbdaeb; 
	background-image: url('/wp-content/plugins/awsompixgallery/images/background.gif');
	} 
.PxgImage { 
	padding: 5px; 
	border: 1px solid #cbdaeb; 
	background-image: url('/wp-content/plugins/awsompixgallery/images/background.gif');
	}
.PxgSubGaleryImage {
	padding: 5px; 
	border: 2px solid #0daa18; 
	}

#PxgPopupClose { 
	float: right;
	font-family: verdana;
	font-size: 10pt;
	color: white; 
	border: 0px solid white;
	}

#PxgPopupHeader { 
	cursor: pointer; 
	width: 100%;
	margin: 0px;
	height: 20px;
}

#PxgPopupLayer { 
	position: absolute;
	background-color: white; 
	background-image: url('/wp-content/plugins/awsompixgallery/images/background.gif');
	padding: 5px; 
	padding-top: 7px;
	margin: 0px; 
	vertical-align: middle;
	border: 1px solid #90c0e8;
	text-align: center;
	}

#PxgPopupTitle { 
	float: left;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	color: white;
	}

#PxgPopupImageLoading {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 19px;
	width: 220px;
	}

#PxgPopupImage {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #c3def4;
	border-left: 1px solid #c3def4;
	border-right: 1px solid #b4c7d6;
	border-bottom: 1px solid #b4c7d6;
	}

.PxgContentInfo {
	font-family: arial; 
	font-size: 5pt; 
	text-transform: uppercase;
	color: gray;
	}

.PxgPopupDrag { 
	position: absolute; 
	}

.PxgMasterTable {
	margin-left:auto;
	margin-right:auto;
	/*text-align: left;
	float: left;*/
	}

.PxgMasterTable td {
	float: center;
	}

.PxgGalleryTable {
	border: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	float: left;
	}

.PxgGalleryTable tr {
	margin: 0px;
	padding: 0px;
	}

.PxgGalleryTable td {
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

.PxgGalleryInnerTable {
	padding: 0px;
	margin: 0px;
	width: 100%;
	}

.PxgGalleryInnerTable td {
	padding: 5px;
	margin: 0px;
	text-align: center;
	}

.PxgPageTable {
	border: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	float: left;
	}

.PxgPageTable td {
	padding: 0px;
	width: 33%;
	}

.PxgPageTable td a {
	}
#awsomfootercredit {
	text-align: center;
	font-size: 10px;
	}
.PxgPaginationLink {
	text-align: center;
	font-size: 14px;
	border: 2px solid #000000;
	padding: 2px;
	}
.PxgPaginationCurrentLink {
	text-align: center;
	font-size: 18px;
	padding: 4px;
	text-decoration:none;
	}
