/*This file contains general theme styles*/
/* reset all default styles */
	a, abbr, acronym, address, applet, article, aside, audio,
	b, blockquote, big, body,
	center, canvas, caption, cite, code, command,
	datalist, dd, del, details, dfn, dl, div, dt, 
	em, embed,
	fieldset, figcaption, figure, font, footer, form, 
	h1, h2, h3, h4, h5, h6, header, hgroup, html,
	i, iframe, img, ins,
	kbd, keygen,
	label, legend, li, 
	meter,
	nav,
	object, ol, output,
	p, pre, progress,
	q, 
	s, samp, section, small, span, source, strike, strong, sub, sup,
	table, tbody, tfoot, thead, th, tr, tdvideo, tt,
	u, ul, 
	var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	border: 0;
	outline: 0;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
	
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	table, table td { 
		padding:0;
		border:none;
		border-collapse:collapse;
	}
	img {
		vertical-align:top; 
	}
	embed { 
		vertical-align:top;
	}

/*==Default styles for HTML 4==*/

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   {
	display: block;
	unicode-bidi: embed;
	padding-left: 0px;
}
fieldset		{ border:none;}
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 0px }
h1              { font-size: 2em; }
h2              { font-size: 1.5em; }
h3              { font-size: 1.17em; }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            {
	margin: 0;
	text-align: justify;
	font-size: 15px;
}
h5              { font-size: .83em; }
h6              { font-size: .75em; }
h1, h2, h3, h4,
h5, h6, b,
strong          {
}
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline; }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 0px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: none }

a, a img, a:hover, a:active, a:focus{
	outline:0; 
	outline:none;
	border:none;}

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

ul li{
	list-style:none;
	}
	
.clear{
	height:1px;
	clear:both;
	line-height:1px;}


/*=====FORMS=====*/

label{
	display: inline;
	font-family: "Caviar Dreams Bold";
	font-size: 14px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


form.form-validate dl dt{
	float:left;
	width:14em;}

form.form-validate dl dd{
	display:block;
	margin-bottom: 1em;}

form.form-validate dl dd.clear{
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

form.form-validate div.button{
	display:inline;}
	
form.form-validate legend{
	padding:0 0.5em;}
	
input.inputbox{
	width:180px;}
	
/*=====Lists======*/

ul.menu{
	margin:0;
	padding:0;
	}
	
ul.menu li{
	list-style:none;
	}

/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

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

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}


/*==========MAIN LAYOUT==========*/

#left-col,
#right-col,
#content{
	float:left;
	}
	
	
	
	
/* Tooltips */
.tip {
   background-color: #fff;
   border: 1px #999 solid;
   padding: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   position:relative;
   z-index:50;
}

.tip-title {
	font-weight: bold;
}

	
	
/*===========BLOG LAYOUT=========*/

.items-row .item{
	float:left;}
	
.items-row.cols-1 .item{
	width:100%;
}

.items-row.cols-2 .item{
	width:50%;
}

.items-row.cols-3 .item{
	width:33%;
}

.items-row.cols-4 .item{
	width:25%;
}


.item-content, .item .system-unpublished{
	padding:0 1em;}
	
	
span.row-separator{
	clear:both;
	visibility:none;
	height:0px;
	line-height:0px;
	display:block;
	}
	
/*============ARTICLE DETAILS=======*/

dl.article-info dd{
	margin-left:1em;}

	
/*===========ACTION ICONS============*/

ul.actions{
	float:right;
	margin-left:0;
	padding-right:1em;
    margin-top: 10px;
	}

ul.actions li{
	list-style:none;
	display:inline;
	}

ul.actions li img {
	float:none;
	}



/*============MODULES==============*/

/*===Login===*/

form#login-form ul{
	margin-left:0;}

form#login-form ul li{
	list-style:none;
	}
	
#left input.inputbox,
#right input.inputbox{
	width:90%;
}


/*========COMPONENT PAGES==========*/

	/*====COM_USER===*/

	/*===Login page===*/

div.login ul{
	margin-left:0;
	}

div.login ul li{
	list-style:none;
	}
	
div.login-fields{
	    margin: 0.5em 0;}
	
div.login-fields label{
	display: block;
    width: 10em;
	float:left;
	}
	
div.login-fields input{
	width:15em;}
	
	/*===Logout page===*/
	
	/*===Reset password page===*/

	/*===Reset username page===*/
	
	/*===Registration page====*/
	
	/*===Profile page====*/
	
div.profile fieldset#users-profile-core, 
div.profile fieldset#users-profile-custom{
	border:1px solid #CCC;
	padding:1em;
	}
	
div.profile fieldset legend{
	padding:0 0.5em;}
	
div.profile fieldset dl{
	overflow:hidden;}
	
div.profile fieldset dt{
	display:block;
	width:10em;
	float:left;}
	
	/*===Profile Edit page===*/
	
form#member-profile fieldset{
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:1em;
	}




/*=========Footer Page navigation=======*/

	ul.pagenav{
		overflow:hidden;
		margin-left:0;}
	
	ul.pagenav li{
		list-style:none;}
		
	ul.pagenav li.pagenav-prev {
		padding:0 1em 0 0.5em;
	}
	ul.pagenav li.pagenav-next {
		padding:0 0.5em 0 1em;
	}
	
	div.pagination {
		overflow:hidden;}
		
	p.counter {
		text-align:center;}
		
	div.pagination ul {
		overflow:hidden;
		text-align:center;
		}
		
	div.pagination ul li {
		display:inline;
		padding:0 0.5em;
		list-style:none;
		}
	div.pagination ul li.pagination-prev {
		padding:0 2em 0 0.5em;
	}
	div.pagination ul li.pagination-next {
		padding:0 0.5em 0 2em;
	}




/*=========System Messages=========*/

.error{
	padding:0px;
    margin-bottom: 1em;
	}

.error h2{
    color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}

#system-message{
	margin:1em 0;
	border-left:0;
	border-right:0;
}

#system-message dt{ 
	font-weight: bold; 
}
#system-message dd{ 
	margin: 0 0 1em 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul{ 
	color: #000; 
	list-style: none; 
	padding: 0px;
}
#system-message dd ul li{
	line-height:1.5em 
}

/* System Standard Messages */
#system-message dt.message { 
	position:absolute;
	top:-2000px;
	left:-3000px;
}
	
#system-message dd.message  ul{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:2em;
	padding: 1em 1em 1em 2em;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error { 
	position:absolute;
	top:-2000px;
	left:-3000px;
}
	
#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:2em;
	padding: 1em 1em 1em 2em;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}



/* System Notice Messages */
#system-message dt.notice { 
	position:absolute;
	top:-2000px;
	left:-3000px;
}
	
#system-message dd.notice  ul
{ 
		background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:2em;
	padding: 1em 1em 1em 2em;
	    border-top: 2px solid #FAA528;
	    border-bottom: 2px solid #FAA528; 
}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message {
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    font-weight: bold;
    padding: 0;
}
