/* delicious_cms/library/css/styles_ModalElementEditor.css */
/* @override http://www.cmssubdir.local/site_library/css/jquerytoolstest.css */

/* @group Modal Dialog */

form {
	position: relative;
}

.modal { 
    background-color:#fff; 
    color:#333;
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #000; 
    -webkit-box-shadow: 0 0 50px #000; 
} 
 
.modal h2 { 
    background:url(/site_content/images/info.png) 0 50% no-repeat; 
    margin: 0px 0px 5px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px;
	color: #48687d;
}

.modal p {
	margin: 10px 0;
	padding: 0;
}

.modal label {
	width:350px;
	float:left;
	margin: 5px 0; /* top/bottom, no sides */
	padding:2px 0;
}

.modal input,
.modal textarea,
.modal select,
.modal div.radio_group {
	float:left;
	width:340px;
	padding:4px;
	margin: 5px 0; /* top/bottom, no sides */
	border:1px solid #bbb;
}

.modal label.left {
	width:70px; /* 20% of width */
	text-align:right;
}

.modal input.right,
.modal textarea.right,
.modal select.right,
.modal div.radio_group.right {
	width:265px;  /* 80% of width */
	margin-left:5px;
}

.modal div.radio_group div.radio {
	width:100%;
	float:left;
}

.modal div.radio_group div.radio span {
	padding:2px;
}

/* The radio button's clickable dot */
.modal div.radio_group div.radio input {
	margin-top:2px;
	width:auto;
	margin-right:5px;
}

.modal select.right {
	width:275px;
}

.modal button {
	margin-top: 5px;
	margin-left:5px;
	float:right;
}

.modal .center {
	text-align:center;
}
.modal div.preloader {
	text-align:center;
	color:#000;
}

.modal h1 {
	color:#000;
}

button.modalInput {
	border: none;
	width:16px;
	height:16px;
	margin:none;
	
	/* requires a position: relative; on the parent element */
	position: absolute;
	
	background: url(/delicious_cms/library/img/silk/cog.png) no-repeat 0px 0px;
	
	top: 0;
	right: 0;
	
	outline: none;
}

button.modalInput:hover {
	
}

button.modalInput i { display: none; }

/* @end */

/* @end */

div.clearer {
	clear: both;
}
/* site_library/css/beebe_gallery.css */
/* @override http://www.beebeography.local/site_library/css/beebe_gallery.css */

body#main {
	background-color: #666; /* #3c3c3c */
	background-image: none;
}

div#header {
/*	display: none;*/
}

div#footer {
/*	display: none;*/
}

div.content div.description {
	float:left;
	padding:0 8px;
}

/* @group Gallery List */

div.beebe_gallery_list {
	border-top-style: none;	
	width: 640px;
	height: auto;
	float: left;
	display: block;
	position:relative;
	padding: 0px;
	margin-bottom:20px;
}

div.beebe_gallery_list ul {
	/*border: 1px solid rgba(255,0,0,0.1);*/
	float: left;
}

div.beebe_gallery_list ul li {
	width: 319px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	float: left;
	/*background-color: rgba(127,127,127,0.5);*/
	background-image: none;
}

div.beebe_gallery_list ul li.active {
	background-color: rgba(200,200,200,0.5);
}

div.beebe_gallery_list ul li div.image_container {
	width: 98px;
	height: 98px;
	margin: 8px;
	padding: 5px;
	display: block;
	position: relative;
	float: left;
	
	background-color: #787878; /* #383838 */
	background-image: none;
	
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 5px 0px #333;
	-webkit-box-shadow: 0 0 5px #333;
}

div.beebe_gallery_list ul li div.beebe_gallery_image {
	background-image: none;
	background-color: rgba(0,0,0,0.5);
	/*border: 1px solid #000;*/
}
div.beebe_gallery_list ul li div.beebe_gallery_image img {
	max-width: 98px;
	max-height: 98px;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 3px 0px #333;
	-webkit-box-shadow: 0 0 3px #333;
}

div.beebe_gallery_list ul li p.title {
	float: left;
	display: inline;
	position: relative;
	margin: 5px 0px 5px 0;
	padding: 0;
	color: #ccc;
	font-size: 1.5em;
	width:160px;
}

div.beebe_gallery_list ul li div.description {
	float: left;
	display: inline;
	position: relative;
	margin: 0px 0 0px 0;
	padding: 0;
	color: #ccc;
	width:160px;
}

/* 
     centering from here
     http://www.brunildo.org/test/img_center.html
*/

div.beebe_gallery_image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 98px;
	height: 98px;
	
	/* For the alt-text when an image is not loaded */
	font-size:9px;
	line-height:11px;
}

/* @end */

/* @group Gallery */

div.beebe_gallery {
	border-top-style: none;
	width: 640px;
	height: auto;
	float: left;
	display: block;
	position:relative;
	padding: 0px;
	margin-bottom:20px;
}
div.beebe_gallery ul {
	/*border: 1px solid rgba(255,0,0,0.1);*/
	float: left;
	width:640px;
}
div.beebe_gallery ul li {
	width: 108px;
	height: 108px;
/*	margin:8px 12px 8px 8px;*/
	padding:8px 12px 8px 8px;
/*	padding: 5px;*/
	display: inline;
	position: relative;
	float: left;
}

div.beebe_gallery ul li.active {
	background-color: rgba(200,200,200,0.5);
}

div.beebe_gallery ul li div.image_container {
	width: 98px;
	height: 98px;
	padding: 5px;
	display: block;
	position: relative;
	float: left;
	
	background-color: #787878; /* #383838 */
	background-image: none;
	
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 5px 0px #333;
	-webkit-box-shadow: 0 0 5px #333;
}

div.beebe_gallery ul li div.beebe_gallery_image {
	background-image: none;
	background-color: #5e5e5e;
	border:none;
}
div.beebe_gallery ul li div.beebe_gallery_image img {
	max-width: 98px;
	max-height: 98px;
	overflow:hidden;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 3px 0px #333;
	-webkit-box-shadow: 0 0 3px #333;
	
	/* For the alt-text when an image is not loaded */
	float:left;
}

/* 
     centering from here
     http://www.brunildo.org/test/img_center.html
*/

/*div.beebe_gallery_image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100px;
	height: 100px;
	overflow:hidden;
}*/

/* @end */

/* @group Center Images Vertically */

div.beebe_gallery_image * {
    vertical-align: middle;
}


/* @end */

/* @group Overlay */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 0px #000;
	-webkit-box-shadow: 0 0 40px #000;
	
	background-color: #333;
	background: url(/site_content/images/stripe_b3f3cf0cc244f0b8577e9bfcc38f21a8.png) repeat;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/delicious_cms/library/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* @end */


/* 
	the large image. we use a gray border around it 
*/

/* @group Gallery overlay */

/* "next image" and "prev image" links */
.simple_overlay .next, .simple_overlay .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.simple_overlay .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.simple_overlay .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.simple_overlay .next:hover, .simple_overlay .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.simple_overlay .disabled {
	visibility:hidden;		
}

/* the "information box" */
.simple_overlay .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.simple_overlay .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.simple_overlay .next, .simple_overlay .prev, .simple_overlay .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}


/* @end */

/* @group Gallery Overlay when javascript is off ALTERNATE */

/*.simple_overlay.jsoff {
	position: relative; 
	z-index: 10000; 
	top: -50px; 
	display: block; 
}

.simple_overlay.jsoff div.info {
	opacity: 0.8;
	position: absolute;
	display: block;
}

.simple_overlay.jsoff div.info p {
	display: inline;
	float: left;
	position: relative;
}

.simple_overlay.jsoff img#img {
	top: 0px;
	left: 0px;
	position: absolute;
}

.simple_overlay.jsoff .next {
	display: inline;
	float: right;
	position: relative;
	border: none;
	background: none;
	top: 0;
	left: 0;
	margin: 0;
	padding-right: 0;
}

.simple_overlay.jsoff .prev {
	display: inline;
	float: left;
	position: relative;
	border: none;
	background: none;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 0;
}

*/
/* @end */

/* @group Gallery Overlay when javascript is off */

.simple_overlay.jsoff {
	position: relative; 
	z-index: 10000; 
	/* top: -50px; */
	display: block; 
}

.simple_overlay.jsoff div.info {
	opacity: 0.8;
}

.simple_overlay.jsoff img#img {
	top: 0px;
	left: 0px;
	position: absolute;
}

/* @end */

#mask {
	background: #000 url(/site_content/images/stripe_ddbd7f9d46f980ee7e40d6cb4cd869f8.png) repeat;
}

/* @group Context Menu */


.contextMenu LI.edit A { background-image: url(/delicious_cms/library/img/silk/image_edit.png); }
.contextMenu LI.crop A { background-image: url(/delicious_cms/library/img/silk/photo.png); }
.contextMenu LI.delete A { background-image: url(/delicious_cms/library/img/silk/image_delete.png); }

.contextMenu {
	border: solid 1px #CCC;
	background: rgba(0,0,0,0.7);
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 8px 0px #000;
	-webkit-box-shadow: 0 0 8px #000;
	
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.contextMenu A {
	color: #cbcbcb;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: rgba(127,127,127,0.5);
}
/* @end */

/* @group Gallery List */

ul.gallery_list {
	display:inline;
}

ul.gallery_list li {
	display:inline;
}

ul.gallery_list li a.active{
	font-weight:bold;
}

/* @end */


/* @group Breadcrumb */
/* http://www.jankoatwarpspeed.com/post/2008/08/14/Create-applecom-like-breadcrumb-using-simple-CSS.aspx */
ul.breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('/site_content/images/bc_bg.gif'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

ul.breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
	display:inline;
}

ul.breadcrumb li a {
    height:30px;
    display:block;
    background-image:url('/site_content/images/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
	float:left;
}


ul.breadcrumb li.last a {
    background-image:url('/site_content/images/bc_last_separator.gif'); 
}

ul.breadcrumb li img.home
{
    border: none;
    margin: 8px 0px;
}

ul.breadcrumb.dark {
	border:solid 1px #222;
    background-image:url('/site_content/images/bc_bg_dark.gif'); 
}

ul.breadcrumb.dark li a {
	color:#ccc;
    background-image:url('/site_content/images/bc_separator_dark.gif'); 
}

ul.breadcrumb.dark li.last a {
    background-image:url('/site_content/images/bc_last_separator_dark.gif'); 
}

/* @end */


.beebe_gallery button.modalInput,
.beebe_gallery_list button.modalInput {
	background:url("/delicious_cms/library/img/silk/add.png") no-repeat scroll 0 0 transparent;
	right:5px;
	top:5px;
}
/* site_library/css/blog.css */

.content {
	width: 640px;
	height: auto;
	float: left;
	display: block;
	padding: 10px;
	margin-bottom: 0px;
	
	border:solid 1px #222;
	border-top-style: none;
	color: #bbb;
	
	background-color:#555555;
	
	/* upcoming CSS3 features */
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;	
	-webkit-border-bottom-right-radius:5px;	
}

.blog_entries_wrapper {
	width: 640px;
	height: auto;
	float: left;
	display: block;
	margin-bottom: 0px;
	position:relative;
}

.blog_category_wrapper {
	width: 620px;
	height: auto;
	float: left;
	display: block;
	padding: 10px;
	margin-top:10px;
	border-top:solid 1px #222;
}

.blog_entries_wrapper .blog_category_wrapper {
	border-top:none;
	width:620px;
}

.blog_category_wrapper ul li {
	display:inline;
	float:left;
	width:30%;
}

.blog_pager {
	width:640px;
	float:left;
	text-align:center;
}

.blog_pager a.previous {
	float:right;
}

.blog_pager a.next {
	float:left;
}

.blog_entries_wrapper .blog_entry {
	width:640px;
	float:left;
	margin-bottom:20px;
}

.blog_entries_wrapper .blog_entry_title {
	float:left;
	width:640px;
	color: #cef;
}

.blog_entries_wrapper div.richtxt {
	width: 640px;
	height: auto;
	float: left;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	color: #bbb;
	line-height:1.5em;
}

.blog_entries_wrapper div.richtxt ul {
	list-style: disc inside;
	line-height:1.5em;
	padding:0px;
	margin:0px;
}

.blog_entries_wrapper div.richtxt ol {
	list-style: decimal inside;
	line-height:1.5em;
	padding:0px;
	margin:0px;
}


.blog_entries_wrapper div.richtxt li {
	padding-left:10px;
}

.blog_entries_wrapper h1 {
	font-size:250%;
}

.blog_entries_wrapper h2 {
	font-size:200%;
}

.blog_entries_wrapper h3 {
	font-size:150%;
}

.blog_entries_wrapper h4 {
	font-size:100%;
}

.blog_entries_wrapper .divider {
	width:600px;
	margin-left:20px;
	border-top:1px solid #666;
	padding-top:10px;
	padding-bottom:10px;
	float:left
}

.blog_entry .blog_entry_data span {
	margin-right:10px
}

.blog_entries_wrapper ul.inline li {
	display:inline;
}

.blog_entries_wrapper ul li.tag_cloud_size_0 {
	font-size:1em;
}
.blog_entries_wrapper ul li.tag_cloud_size_1 {
	font-size:1.3em;
}
.blog_entries_wrapper ul li.tag_cloud_size_2 {
	font-size:1.6em;
}
.blog_entries_wrapper ul li.tag_cloud_size_3 {
	font-size:1.9em;
}
.blog_entries_wrapper ul li.tag_cloud_size_4 {
	font-size:2.1em;
}
.blog_entries_wrapper ul li.tag_cloud_size_5 {
	font-size:2.4em;
}

.blog_entries_wrapper button.modalInput {
	background:url("/delicious_cms/library/img/silk/add.png") no-repeat scroll 0 0 transparent;
}

.blog_entries_wrapper .tagcloud {
	padding:20px;
	float:left;
}

.blog_entries_wrapper .tagcloud li {
	float:left;
	padding:0 5px 0 5px;
}

.blog_entries_wrapper .tagcloud li span.small.subscript {
	font-size:9px;
	vertical-align:bottom;
	margin-left:3px;
}

.richtxt .inline_gallery {
	position:relative;
	float:left;
	display:inline;
}
.richtxt .inline_gallery li {
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.comments_wrapper {
	float:left;
	position:relative;
}/* site_library/css/default.css */
/* @override 
	http://www.addinteractivity.local/site_library/css/default.css
	http://www.beebeography.local/site_library/css/default.css
*/

@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #b29584 url(/site_content/images/bg01.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D3C3C;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #F7ECDE
}

h1 {
}

h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
}

p, ol, ul {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}

code {
	text-align: left;
}

ul {
	margin: 0px;
	padding: 0px;
	line-height: 240%;
	list-style: none;
}

ul li {
	padding-left: 13px;
}

a {
	color:#CCEEFF;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.more {
	padding-left: 13px;
	background: url(/site_content/images/homepage05.jpg) no-repeat left center;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 5px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 5px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** HEADER */

#header {
	width: 660px;
	margin: 0px auto;
}

#header ul.nav.center {
	margin:0;
	padding:0;
	text-align:center;
	width:640px;
	
	width: 660px;
	height: 30px;
	padding-top:20px;
	padding-bottom:20px;
	
	border:solid 1px #222;
	border-bottom-style: none;
	color: #bbb;
	
	background-color:#555555;
	
	/* upcoming CSS3 features */
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;	
	-webkit-border-top-right-radius:5px;	
}

#header ul.nav li {
	display:inline;
}

#header ul.nav li.first {
	margin-left:0;
	padding-left:0;
}

/** LOGO */

#logo {
	float: left;
	width: 250px;
	height: 176px;
	
}

#logo h1 {
	margin: 0px;
	text-indent: -999em;
}

#logo a {
	display: block;
	height: 176px;
	background-image: url(/site_content/images/logo.png);
}

.home #logo {
	 background-image: url(/site_content/images/logo.png);
}

/** MENU */

#menu {
	float: right;
	margin-right: 30px;
}

#menu ul {
	margin: 0px;
	padding: 48px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px;
	background: none;
	margin: 0 10px 0 0;
}

#menu a {
	float: left;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 65px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li:hover {
	/* text-decoration: underline; */
	/*padding-top: 65px;*/
	background: #131313 url(/site_content/images/homepage02.jpg) repeat-x left bottom;
	/* border: 2px solid #131313; */
}

#menu a:hover {
	/* text-decoration: underline; */
	padding-top: 65px;
	background: #131313 url(/site_content/images/homepage02.jpg) repeat-x left bottom;
	/* border: 2px solid #131313; */
}

#menu .active a {
	padding-top: 65px;
	background: #131313 url(/site_content/images/homepage02.jpg) repeat-x left bottom;
	/* border: 2px solid #131313; */
}
/** PAGE */

#page {
	width: 660px;
	margin: 0px auto;
	padding-top:10px;
}

/** CONTENT */

#content {
	float: left;
	width: 370px;
	padding: 0px 0px 20px 5px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 230px;
	padding: 0px 5px 20px 0px;
}

/** FOOTER */

#footer {
	width: 640px;
	margin: 0px auto;
	padding: 20px 0px;
	float:left;
}

#footer p, #footer ul {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
	text-transform: lowercase;
	font-size: 9px;
}

#footer ul li {
	display: inline;
	position: relative;
}

#footer ul li.first {
	margin-left:0;
	padding-left:0;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
	padding: 25px 5px 15px 5px;
	border-top: 1px solid #F7ECDE;
}
/* Admin styling over-rides */
/*
.toolbar a{
	border: 1px solid #F7ECDE;
	position: relative;
	top: -100px;
	left: 50px;
	padding: 0px 0px 0px 0px;
}
.toolbar a:hover{
	background-image: none;
	background-color: white;
}
*/

div.plugin_test {
	padding-bottom:20px;
}
div.plugin_test div.ai_ListEditor2 {
	float:none;
	position:static;
}
	
div.plugin_test ul.ai_ListEditor2 {
	float:left;
	position:relative;
	/*border:1px solid #000;*/
}

div.plugin_test ul.ai_ListEditor2 li {
	float:left;
	position:relative;
}


div.plugin_test div.ai_ListEditor2.horizontal {
	/* border: 1px dashed  #ffffff; */
}

div.plugin_test div.ai_ListEditor2.test_1 ul li.ai_list_item.first {
	padding-top:10px;
	border-top:5px solid rgba(255,255,255,0.3);
}

div.plugin_test div.ai_ListEditor2.test_1 ul li.ai_list_item.last {
	padding-bottom:10px;
	border-bottom:5px solid rgba(255,255,255,0.3);
}

div.plugin_test div.ai_ListEditor2.horizontal ul li.ai_list_item {
	width: auto;
	position:inline;
	float:left;
	margin-left:10px;
	border-left: 5px solid rgba(0,0,0,0.3);
}

div.plugin_test div.ai_ListEditor2.horizontal ul li.ai_list_item.first {
	border-left:5px solid rgba(255,255,255,0.3);
}

div.plugin_test div.ai_ListEditor2.horizontal ul li.ai_list_item.last {
	padding-right:10px;
	border-right:5px solid rgba(255,255,255,0.3);
}
/* site_library/css/layout.css */
/* @override http://www.beebeography.local/site_library/css/layout.css */

@charset "utf-8";

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

.content a {
	text-decoration:none;
	color: #cef;
}

.content a:hover {
	text-decoration:none;
	color: #fff;
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

/** BOX1 */

#box1 {
	width: 659px;
	margin: 0px auto;
}
/* site_library/css/ie/beebe_gallery_ie.css */
/**html div.beebe_gallery {
	border: 1px solid #fff;
	background-color: #000;
	filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);

}

*html div.beebe_gallery ul {
	
}

*html div.beebe_gallery ul li {
	background-color: #656565;
}

*html div.beebe_gallery ul li div.beebe_gallery_image {
	background-image: none;
	background-color: #191919;
	border: 1px solid #000;
}

*html div.beebe_gallery ul li div.beebe_gallery_image img {
	
}*/