/*
——————————————————––––––––––––––––
	HTML elements
——————————————————––––––––––––––––
*/
* , :active { outline: 0 !important; }

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0;
	line-height: 1.25em;
}

h1
{
	font-size: 2em;
	margin-bottom: .5em;
}

h2
{
	font-size: 1.75em;
	margin-bottom: .7em;
	padding-top: .2em;
}

h3
{
	font-size: 1.5em;
	margin-bottom: .7em;
	padding-top: .3em;
}

h4
{
	font-size: 1.25em;
	margin-bottom: .6em;
}

h5,h6
{
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
}

p, blockquote, ul, ol, dl, form, table, pre
{
	line-height: inherit;
	margin: 0 0 1.5em 0;
}

ul, ol, dl { padding: 0; }
ul ul, ul ol, ol ol, ol ul, dl dd, dl dt { margin: 0; }

li
{
	margin: 0 0 0 2em;
	padding: 0 0 .25em 0;
	display: list-item;
	list-style-position: outside;
}

dd, dt
{
	margin: 0 0 0 2em;
	padding: 0 0 .25em 0;
}

blockquote { padding: 0 2em; }
pre, code, samp, kbd, var { font: 100% mono-space,monospace; }
pre { overflow: auto; }

abbr, acronym
{
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}

abbr[title], acronym[title] { cursor: help; }
small { font-size: .8em; }
sup, sub { font-size: .8em; }
em, cite, q { font-style: italic; }
img { border: none; }
hr { display: none; }

table
{
	width: 100%;
	border-collapse: collapse;
}

th,caption { text-align: left; }

form div
{
	margin: .5em 0;
	clear: both;
}

label { display: block; }
label.inline { display: inline; }

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

legend { font-weight: bold; }
input[type="radio"],input[type="checkbox"], .radio, .checkbox { margin: 0 .25em 0 0; }

/*
——————————————————––––––––––––––––
	Common
——————————————————––––––––––––––––
*/

.float
{
	float: left;
}

.left
{
	float: left;
	margin-right: 1em;
}

.right
{
	float: right;
	margin-left: 1em;
}

input.decimal { text-align: right; }
.center { text-align: center; }
.clear { clear: both; }
.first { margin-left: 0 !important; }
.last { margin-right: 0 !important; }
.top { margin-top: 0 !important; }
.bottom { margin-bottom: 0 !important; }
.hidden, .print { display: none; }

.graphic
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

img.polaroid
{
	padding:10px;
	padding-bottom: 30px;
	border: 1px solid #ccc;
	background:#fff;
}

/*
——————————————————––––––––––––––––
	Base
——————————————————––––––––––––––––
*/

body, table, input, textarea, select, li, button
{
	font: 1em Verdana, Arial, Helvetic, Sans-Serif;
	line-height: 1.5em;
	color: #333;
}

body
{
	font-size: .75em;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:visited
{
	text-decoration: none;
	color: #06C;
}

a:hover { color: #999; }

ins
{
	text-decoration: none;
	color: #900;
	font-style: italic;
}

code { color: #555; }

pre
{
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px solid #ccc;
}

blockquote
{
	margin: 2em;
	border-left: 10px solid #ccc;
}

blockquote i
{
	font-size:.85em;
	display: block;
	line-height: 1.4em;
	padding: 1em 0 0 0;
}

dt { font-weight: bold; }

th, td
{
	padding: .5em 1em;
	line-height: 1.5em;
}

th { background: #eee; }
td { border-bottom: 1px solid #eee; }

caption
{
	font-style: italic;
	color: #777;
	margin: .5em 0;
}

fieldset
{
	border: 1px solid #ccc;
	padding: 1em 2em;
	margin: 0 0 1.5em 0;
}

legend { padding: 2px 5px; }
form div.col { clear: none; }
form div.first { clear: both; }
form div { overflow: hidden; }

input[type="text"], input[type="password"], textarea, .field, .area, select
{
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
	width: 300px;
	line-height: 1em;
	margin: 0;
}
input.auto { width: auto; }
select { width: 312px; }

textarea, .area
{
	overflow: auto;
	height: auto;
	width: auto;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus
{
	background: #f5f5f5;
	outline: none;
}

.submit { }
input.image { width:auto !important; }

button
{
	border: none;
	background: #555;
	color: #fff;
	padding: 0 2.5em;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
}

.note, .success, .error { }
.error { color: #900; }
.success { color: #060; }
.note { font-weight: bold; }
.notvalid { border: 1px solid #900 !important; }

.pullquote
{
	width: 20%;
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
	color: #777;
	margin-bottom: .5em;
}

.boxout
{
	width: 20%;
	float: right;
	margin-left: 2em;
	padding: 1em 2em;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

#easy_tooltip
{
	border: 1px solid #0AC0F7;
	padding: 2px 10px;
	background: #BEECFA url(../img/icons/help.png) no-repeat 5px 10px;
	z-index:10;
	width:15em;
	padding: 10px 15px 15px 25px;
	text-align: left;
}

/*
——————————————————––––––––––––––––
	Layout
——————————————————––––––––––––––––
*/

body
{
	background: #141414;
}

#container
{
}

.outer
{
	margin: 0 auto;
	width: 80em;
}

.inner
{
	float: left;
	width: 100%;
	text-align: left;
}

#header
{
	background: #141414;
	color: #cfcfcf;
	border-bottom: 1em solid orange;
}

#header *
{
	color: #cfcfcf;
}

#footer
{
	padding-top: 1em;
	border-top: 1em solid orange;
	background: #141414;
	color: #cfcfcf;
	clear: both;
}

#footer *
{
	color: #cfcfcf;
}


#message { background: #eee; }
.message { background: #eee; }

.message .inner
{
	background: url(../img/icons/cog.png) no-repeat 0 50%;
	padding: 1em 1em 1em 2em;
	width: auto;
	font-weight: bold;
}

.message .error-message
{
	color: #C61D23;
	background-image: url(../img/icons/exclamation.png);
}

.message .success-message
{
	color: #24743A;
	background-image: url(../img/icons/tick.png);
}

.message .note-message
{
	color: #D2AA41;
	background-image: url(../img/icons/error.png);
}

#content
{
	background: #fbfbfb;
	clear: both;
	padding: 1em 0;
}

.primary, .secondary, .tertiary, .quaternary
{
	float: left;
	overflow:hidden;
	display:inline; /* IE6 double margin fix! Yeah! */
}

.primary { width: 55em; }

.secondary
{
	width: 23em;
	margin-left: 2em;
}

.tertiary { }
.quaternary { }

/*
——————————————————––––––––––––––––
	Grid
——————————————————––––––––––––––––
*/

.cols , .cols2 , .cols3 , .cols4  /* main column container class */
{
	float: left;
	display: inline;
	width: 100%;
	padding:0;
	margin:0;
}

.col
{
	float: left;
	display: inline;
	width: 47%;
	margin: 0 3% 0 0;
	padding:0;
	list-style:none;
}

.cols3 .col /* 3 equal width columns layout */
{
	width: 30%;
}

.cols4 .col /* 4 equal width columns layout */
{
	width: 22%;
}

/* 4 equal width columns layout */
.col1, .col2, .col3, .col4
{
	float: left;
	display: inline;
}

.col1 { }
.col2 { }
.col3 { }
.col4 { }
.indent1 { }
.indent2 { }
.indent3 { }
.indent4 { }

/*
——————————————————––––––––––––––––
	Header
——————————————————––––––––––––––––
*/

.tablesalt #header #logo,
.tablesalt #header #logo a
{
	float: left;
	width: 100%;
	height: 3em;
	margin: 0;
	padding: 0;
	background: url(../img/admin/tablesalt-logo.png) no-repeat .4em .5em;
}
.tablesalt #header #logo a
{
	text-indent: -9999em;
}

/*
——————————————————––––––––––––––––
	Drop-down navigation
——————————————————––––––––––––––––
*/

ul.drop-down
{
	margin-top: 4em !important;
	font-size: .9em;
}

ul.drop-down ,
ul.drop-down li
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

ul.drop-down li
{
	float: left;
	position: relative;
}

ul.drop-down li a
{
	/* top level */
	display: block;
	text-decoration: none;
	background: #666;
	color: #ddd !important;
	padding: .5em 1em;
	margin: 0 .5em 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.drop-down li a:hover
{
	/* top level */
	color: #fff !important;
}

ul.drop-down li li a
{
	/* second level */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 15em;
	margin: 0;
}

ul.drop-down li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 0 10px 0;
	margin: 0;
	background: #666;
	width: 17em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul.drop-down li>ul
{
	top: auto;
	left: auto;
}

.disabled ul.drop-down li li
{
	display: block;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

ul.drop-down li:hover ul , ul.drop-down li.hover ul { display: block; }

/*
——————————————————––––––––––––––––
	Sprites menu
——————————————————––––––––––––––––
*/

ul.sprites
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(../img/sprite-bgd.gif) no-repeat 0 -190px;
	width: 960px;
	height: 50px;
}

ul.sprites li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index:9;
	height: 50px;
}

ul.sprites li a
{
	width: 100%;
	display: block;
	text-indent: -99999em;
	cursor: pointer !important;
	height: 50px;
}

ul.sprites #nav1 { width: 65px; left: 230px; }

ul.sprites #nav1 a:hover { background: url(../img/sprite-bgd.gif) no-repeat -230px -250px; }

body.page_home ul.sprites #nav1 a , ul.sprites #nav1 a:active { background: url(../img/sprite-bgd.gif) no-repeat -230px -310px; }


/* 
——————————————————––––––––––––––––
	Image Sprite Navigation
	DROP DOWN STYLES - Yeah!
——————————————————––––––––––––––––
*/

ul.sprites ul
{
	display: none;
	height: auto;
	background: #fff;
	border: solid 1px #ccc;
	border-top: 0;
	width: 240px;
}

ul.sprites li li
{
	list-style: none;
	position: relative;
	height: auto;
	background: #fff;
	width: 240px;
}

ul.sprites li li a
{
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background: #eee !important;
	/* overrides the you are here effect! */
	color: #444;
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	font-family: Verdana,sans-serif;
	font-size: 11px;
}

ul.sprites li li a span { font-size: 9px; }

ul.sprites li li a:hover
{
	background: #fff !important;
	color: #222;
}

ul.sprites li:hover ul,
			li.hover ul
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index:10;
}


/*
——————————————————––––––––––––––––
	Clearfix
——————————————————––––––––––––––––
*/

.sortable li:after , .outer:after , #content:after , .cols:after , .fixed:after , .fix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sortable li , .outer , #content , .cols , .fixed , .fix
{
	display: block;
	min-height: 1%;
}

* html .sortable li , * html .outer, * html #content, * html .cols, * html .fixed, * html .fix { height: 1%; }

/*
——————————————————––––––––––––––––
	Sortable Table
——————————————————––––––––––––––––
*/

table.sortable
{
	width: 100%;
	padding: 0;
	margin: 1em 0;
	clear: both;
}

table.sortable tr { }

table.sortable td,
table.sortable th
{
	border: 0;
	border-bottom: 1px solid #ccc;
}

table.sortable td.actions , table.sortable th.actions
{
	width: 12em;
	text-align: right;
}

table.sortable .dragging { background: #f1f1f1; }
.sortable .edit { color: green; }
.sortable .copy { color: blue; }
.sortable .delete { color: red; }

/*
——————————————————––––––––––––––––
	Sortable List
——————————————————––––––––––––––––
*/

ul.sortable
{
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

ul.sortable li
{
	list-style: none;
	padding: .5em 0 .5em .5em;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

ul.sortable .dragging { background: #f1f1f1; }
ul.sortable li { cursor: move; }

ul.sortable .actions
{
	float: right;
	margin: 0 0 1em 2em;
}

ul.sortable .edit-links a,
ul.sortable .edit-links input,
ul.sortable .edit-links label
{
	padding: 0;
	margin: 0;
}

ul.thumbnails
{
	float: left;
	width: 100%;
	margin: 1em 0;
}

ul.thumbnails li
{
	width: 9em;
	margin: 0 .5em .5em 0;
	float: left;
	background: #fff;
	padding: 1em;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
}

ul.thumbnails
{
	float: left;
	width: 100%;
	margin: 1em 0;
}

ul.thumbnails li.nodrag
{
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	text-align: left;
}

ul.thumbnails .actions
{
	margin: 0;
	padding: 0;
	float: none;
	display: inline;
}

/*
——————————————————––––––––––––––––
	Form Elements
——————————————————––––––––––––––––
*/

ol.elements
{
	padding: 0;
	margin: 0;
	list-style: none;
}

li.element
{
	list-style: none;
	padding: .25em .5em .5em .5em;
	margin: 0 0 .25em 0;
	float: left;
	width: 97%;
	overflow: hidden;
}

li.element h4
{
	font-weight: bold;
	margin: 1em 0 0 0;
	padding:0;
}

li.element label i,
li.element label em
{
	color: #993300;
	font-style: normal;
}

li.element label em
{
	background: #993300;
	color: #fff;
}

li.element label small
{
	font-size: 80%;
	color: #666;
}

li.element label
{
	display: block;
	padding-bottom: .4em;
}

li.element label.inline
{
	display: inline;
	padding: 0;
}

li.checkbox-wrap label
{
	padding-bottom: 0;
}

li.element label.error
{
	line-height: 1.2em !important;
	padding: 0 0 .75em 0 !important;
}

li.element label u
{
	text-decoration: none;
	color: #aaa;
	font-size: 90%;
}

.many span
{
	float: left;
	display: block;
	width: 30%;
	margin-right: 1em;
	margin-top: .5em;
	line-height: 1.2em;
}

.many span label
{
}
* html .many span label
{
	float:none;
	width:auto;
}

.many span.last { clear: left; }

.multi span
{
	float: left;
	display: block;
	margin-right: 1em;
}

li.element .checkboxes label
{
	display: inline;
	cursor: pointer;
	padding-bottom: 0;
	padding-right: 1.5em;
}

li.element .single-column span
{
	float:none;
	display:block;
}

.inline-checkboxes label
{
	display: inline !important;
}

.multi span label { font-size:.85em; text-transform:uppercase; }
.multi span input , .multi span select { width: auto; }
.multi span b { font-weight: normal; }

.element div 
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	disabled-background:blue;
}

.element div div
{
	clear:none;
	float:left;
	width:auto;
	padding:0;
	margin: 0 1.5em 1.5em 0;
	disabled-background:red;
}

.element div div input , .element div div select
{
	width:auto;
}

input.datepicker,
input.timepicker
{
	background-image: url(../img/icons/clock.png);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	text-indent: 24px;
}

input.datepicker
{
	background-image: url(../img/icons/calendar.png);
}

/*
——————————————————––––––––––––––––
	Buttons
——————————————————––––––––––––––––
*/

.buttons { padding-top: 1em !important; }

form ol .element button , 
form ol .element a.button
{
	width: auto;
	overflow: visible;
	display: block;
	float: left;
	margin: 0 .5em 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	line-height: 1.75em;
	text-decoration: none !important;
	font-weight: bold;
	color: #565656 !important;
	cursor: pointer;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font-size: 1em;
	padding: .5em 1em !important;
	text-align: left;
	vertical-align: text-bottom;
}

form ol .element button { padding-bottom: 2.2em !important; }

* html form ol .element button
{
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}

button.positive { color: #529214 !important; }
button.negative { color: #d12f19 !important; }
.element button:hover , .buttons a:hover { background: #fff !important; }

.element button img
{
	margin: 0 .2em 0 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

/*
——————————————————––––––––––––––––
	Time Picker Styles
——————————————————––––––––––––––––
*/

div.time-picker {
	position: absolute;
	height: 200px;
	width:8em; /* needed for IE */
	overflow:auto;
	background:#fff;
	border:1px solid #ccc;
	z-index:99;
}
div.time-picker-12hours {
  width:10em; /* needed for IE */
}

div.time-picker ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 .5em;
  text-align:left;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}

/*
——————————————————––––––––––––––––
	Date Picker Styles
——————————————————––––––––––––––––
*/

#ui-datepicker-div { width:20em; }

iframe.ui-datepicker-cover { display:none; } /* IMPORTANT for IE6 */

.ui-datepicker-header , .ui-datepicker-calendar
{
	background: #fff;
	padding: 1em;
	border: 1px solid #ccc;
	color: #666;
}

.ui-datepicker-header { border-bottom: 0; }
.ui-datepicker-calendar { border-top: 0; }

.ui-datepicker-trigger
{
	cursor: pointer;
	margin-left: .5em;
}

.ui-datepicker-next , .ui-datepicker-prev { cursor: pointer; }
.ui-datepicker-prev { }

.ui-datepicker-title
{
	font-weight: bold;
	text-align: center;
}

.ui-datepicker-calendar td , .ui-datepicker-calendar th
{
	border-color: #ccc;
	color: #666;
	text-align: center;
	padding: .4em .6em;
}

.ui-datepicker-other-month { background: #f6f6f6; }

.ui-datepicker-today
{
	background: #d5e6f5;
	font-weight: bold;
}

.ui-datepicker-calendar a , .ui-datepicker-header a
{
	color: #6f9fc7;
	text-decoration: underline;
}

.ui-datepicker-calendar a:hover , .ui-datepicker-header a:hover { text-decoration: none; }

/*
——————————————————––––––––––––––––
	Login Page
——————————————————––––––––––––––––
*/

body.login-page { background: #000; }

.login-box
{
	width: 300px;
	margin: 0 auto;
	text-align: left;
}

.login-box .login-box-inner
{
	float: left;
	background: #fff url(../img/admin/admin-login-bgd.gif) repeat-y 0 0;
}

.login-box .login-box-inner form
{
	float: left;
	background: transparent url(../img/admin/admin-login-hdr.gif) no-repeat 0 0;
	margin:0;
}

.login-box .login-box-inner ol
{
	float: left;
	margin:0;
	padding: 80px 20px 20px 35px;
	background: transparent url(../img/admin/admin-login-ftr.gif) no-repeat bottom left;
}

.login-box .login-box-inner ol li { margin:0;padding:5px 0; }
.login-box .login-box-inner ol input { width: auto; }


/*
——————————————————––––––––––––––––
	Slides
——————————————————––––––––––––––––
	Requires this HTML to work:
	<p class="slide">
		<span>
				<a href="path/to/image" rel="lightbox" title=""><img src="path/to/image" alt=""></a><br />
				<b>image title</b> <i>image caption</i>
		</span>
	</p>
*/

.slides
{
	float: left;
	width: 100%;
}

.slide
{
	width: 14em;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin: 0 1em 1em 0;
	padding: 1em 0;
	background:#fff;
}
	
.slide .slide-label
{
	width: 12em;
	height: 2em;
	margin: 0 0 0 1em;
	display: block;
	background: #fafafa;
	overflow: hidden;
	padding:0;
}

.slide .slide-inner
{
	width: 12em;
	height: 12em;
	margin: 0 0 0 1em;
	display: block;
	background: #fafafa;
	overflow: hidden;
}

.slide .slide-inner br { display: none; }

.slide .slide-inner img
{
	width: 12em;
	margin: 0 auto .5em 0;
	display: block;
	opacity: .9;
	border: 0;
}

.slide a:hover img { opacity: 1; }

.slide .slide-inner b , .slide .inner-slide i
{
	font-family: Georgia,serif;
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	font-size: .8em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

.slide .slide-inner i { display: none; }

.flickr .slide
{
	width: 9em;
	height: 9em;
}

.flickr .slide .slide-inner
{
	width: 7em;
	height: 7em;
}

.flickr .slide .slide-inner img { width: 7em; }

/*
——————————————————––––––––––––––––
	Articles (blog style)

	<div class="article">
		<h4 class="cal-date nov">
			<span class="mn">nov</span> <span class="da"><a href="./">6</a></span> <span class="yr">2010</span>
		</h4>
		<h3><a href="#">arcu tortor posuere felis per augue nunc vel</a></h3>
		<div class="article-text">
			<p>volutpat proin aliquet pellentesque venenatis integer id class fermentum mauris vel purus arcu elementum elit tristique at ac</p>
			<p>aliquet facilisi tempus nec augue quis metus diam rhoncus erat sed non viverra dictum</p>
		</div>
		<ul class="meta">
			<li class="categories"><a href="">View 5 Comments</a> | Posted in <a href="#">lorokidifi</a>, <a href="#">betixikeyeye</a>, <a href="#">coziro</a>, </li>
			<li class="comments"></li>
		</ul>
	</div>
			
——————————————————––––––––––––––––
*/

.articles { }

.article
{
	width: 560px;
	float: right;
	margin: 0 0 2em 0;
	padding: 0;
}

.article h3
{
	width: 500px;
	margin: 0;
	padding: .25em 0 .75em 0;
	float: right;
}

.article h3 a { text-decoration: none; }

.article .image
{
	width: 500px;
	float: right;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
}

.article .image img
{
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
}

.article .image a:hover img { border-color: #ccc; }

.article .article-text
{
	width: 500px;
	float: right;
	margin: 0 0 1em 0;
	padding: 0;
}

.article .meta
{
	width: 500px;
	font-size: .75em;
	float: right;
	margin: 0 0 1em 0;
	padding: 0;
}

.article .meta .categories , .article .meta .comments
{
	width: 250px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	text-transform: uppercase;
}

.article .meta .comments
{
	float: right;
	text-align: right;
}

.cal-date
{
	width: 50px;
	height: 50px;
	float: left;
	background: url(../img/icons/calendars.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.jan { background-position: 0 0px; }
.feb { background-position: 0 -50px; }
.mar { background-position: 0 -100px; }
.apr { background-position: 0 -150px; }
.may { background-position: 0 -200px; }
.jun { background-position: 0 -250px; }
.jul { background-position: 0 -300px; }
.aug { background-position: 0 -350px; }
.sep { background-position: 0 -400px; }
.oct { background-position: 0 -450px; }
.nov { background-position: 0 -500px; }
.dec { background-position: 0 -550px; }
.cal-date .mn { display: none; }
.cal-date .yr { display: none; }

.cal-date .da
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	width: 50px;
	text-align: center;
	padding-top: 21px;
}

.cal-date .da a
{
	text-decoration: none;
	color: #999;
}


/*
——————————————————––––––––––––––––
	Calendar
——————————————————––––––––––––––––
*/

table.calendar
{
	width:auto;
	margin: 1em auto;
}
table.calendar td,
table.calendar th
{
	background: none;
	padding:4px;
}


/*
——————————————————––––––––––––––––
	RSS Feeds
——————————————————––––––––––––––––
*/

.rss-feed ul,
.rss-feed ul li
{
	list-style:none;margin:0;padding:0;
}

.rss-feed ul li
{
	background: url(../img/icons/social/rss.png) no-repeat 0 .25em;
	padding: 0 0 .5em 24px;
}

.twitter ul li
{
	background-image: url(../img/icons/social/twitter.png);
}

.facebook ul li
{
	background-image: url(../img/icons/social/facebook.png);
}

.myspace ul li
{
	background-image: url(../img/icons/social/myspace.png);
}

/*
——————————————————––––––––––––––––
	Password Protect Form
——————————————————––––––––––––––––
*/

.password-protect
{
	text-align:center;
	border: 1px solid #ccc;
	background:#fff;
	padding: 1.5em;
	width: 28em;
	margin: 0 auto 2em auto;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
}
.password-protect label
{
	display:inline;
}
.password-protect label strong
{
	color:#f30;
}
.password-protect input
{
	width:auto;
}

/*
——————————————————––––––––––––––––
	Breadcrumbs
——————————————————––––––––––––––––
*/

.breadcrumbs
{
}
.breadcrumbs li
{
	display:inline;
	list-style:none;
	margin:0;padding: 0 0 0 16px;
	background: url(../img/icons/bullet_arrow_right.png) no-repeat 0 50%;

}

/*
——————————————————––––––––––––––––
	Little Images - Definition Lists
——————————————————––––––––––––––––
*/

dl.little-images
{
	float:left;
	margin:0;padding: 1em 0;
}

dl.little-images dt
{
	float:left;
	margin:0;padding:0;
	width: 82px;
}

dl.little-images dt img
{
	width:60px;
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
}

dl.little-images dd
{
	font-size:.9em;
	line-height: 1.4em;
	float:left;
	margin:0;padding: 0 0 1em 0;
	width:120px;
}

/*
——————————————————––––––––––––––––
	Inline Menu List
——————————————————––––––––––––––––
*/

ul.inline-tabs , ol.inline-tabs , .inline-tabs li , .inline-tabs li a
{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	float:left;
}
.inline-tabs li a
{
	padding: .5em 1em;
	margin-right:.25em;
	color: #666 !important;
	background: #111;
	border:none;
	height:2em;
}
.inline-tabs li a i
{
	display:block;
	font-style: normal;
	font-size:85%;
	line-height:1.2em;
	padding-top: .25em;
	width: 9em;
}
.inline-tabs li a:hover
{
	color: #999 !important;
	background: #222;
}
#images_page #nav-images a,
#users_page #nav-users a,
#upload_page #nav-upload a,
#write_page #nav-write a,
#dashboard_page #nav-dashboard a,
.inline-tabs li a.here
{
	color: #fff !important;
}
ol.inline-tabs
{
	float:right;
}




