/********************************* 
* WEDDING TIME NEOJOOMLA! TEMPLATE
* 
* Author : Neojoomla! www.neojoomla.com
* Copyright © July 2007
* 
* COMMONS STYLES
**********************************/

/* **** ACCESSIBLITY */
#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* **** GLOBAL CONTENT */
#global_content {	
	margin: 0 auto; 
}

.thin { width: 770px; }
.thin #column { 	width: 160px; }
.thin .contentColumn-0 { 	width: 670px; }
.thin .contentColumn-1 { 	width: 490px; }


.wide { width: 970px; }
.wide #column { 	width: 160px; }
.wide .contentColumn-0 { 	width: 870px; }
.wide .contentColumn-1 { 	width: 690px; }



/* **** TEMPLATES STYLES */

.clear { clear: both; }


.background { background-color: #EFE7DE; }



/* TEMPLATE CUSTOMIZER */
#templateCustomizer {
	position: absolute;
	top: 2.5em;
	right: 0;
	background: url(../images/tplCusto_top.png) no-repeat 0 0;
}
.tplCusto_bottom { 
	background: url(../images/tplCusto_bottom.png) no-repeat 0 100%;
	padding: 3px 0;
}
#templateCustomizer ul {
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #DFD8D1;
	background-color: #FFF;
}
#templateCustomizer a {
	position:relative;
	display: block;
	width: 25px;
	height: 20px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}
#templateCustomizer a:hover {
	background-position: -26px 100%;
}

#templateCustomizer a span { display: none; }

#templateCustomizer a:hover span {
	display: inline;
	position: absolute;
	bottom: 0;
	left: -9.5em;
	width: 80px;
	height: 15px;
	padding: 1px 0.5em 0 0.5em;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	color: #7D6B5B;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #DFD8D1;
	border-right: none;
}

#templateCustomizer li.width-thin a { 	background-image: url(../images/tc_width-thin.png); }
#templateCustomizer li.width-wide a  { 	background-image: url(../images/tc_width-wide.png); }

#templateCustomizer li.clr-blue a { 	background-image: url(../images/tc_color-blue.png); }
#templateCustomizer li.clr-pink a { 	background-image: url(../images/tc_color-pink.png); }
#templateCustomizer li.clr-cream a { 	background-image: url(../images/tc_color-cream.png); }
#templateCustomizer li.clr-gray a { 	background-image: url(../images/tc_color-gray.png); }






/* HEADER */
#header {
	background-position: 0 0;
	background-repeat: no-repeat;
}
.header_right {
	height: 220px;
	background-position: 100% 0;
	background-repeat: no-repeat;
}
#header object {
	position: relative;
	float: right;
	top: 25px;
	right: 25px;
}
#header h1 {
	position: relative;
	float: right;
	top: 45px;
	right: 45px;
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 2.8em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
#header h2 {
	clear: right;
	position: relative;
	top: 2.8em;
	right: 45px;
	margin: 0;
	padding: 0;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}





/* MAIN CONTENT */

.content_l {
	background-position: 0 0;
	background-repeat: repeat-y;
}
.content_r {
	background-position: 100% 0;
	background-repeat: repeat-y;
}
.content_t {
	background-position: 0 0;
	background-repeat: repeat-x;
}
.content_tl {
	background-position: 0 0;
	background-repeat: no-repeat;
}
.content_tr {
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 21px 28px 0 23px;
}
.content_b {
	background-position: 0 0;
	background-repeat: repeat-x;
}
.content_bl {
	background-position: 0 0;
	background-repeat: no-repeat;
}
.content_br {
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 16px 0 0 0;
}
* html .content_br { padding: 8px 0 0 0; }



/* MAIN TOP MENU */
#mainmenu {
	height: 32px;
	padding: 0 0 0 65px;
}
#mainmenu li { display: inline; }
#mainmenu a.mainlevel {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 10px 21px 8px 0;
	color: #FFF;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-position: 100% 5px;
	background-repeat: no-repeat;
}
#mainmenu a.sublevel {
	display: block;
	margin: 0;
	padding: 2px 10px 2px 6px;
	color: #FFF;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	text-decoration: none;
}
#mainmenu a.sublevel:hover { text-decoration: none; }

/* NEOMENU */
#mainmenu ul.menu {	border: 2px solid #FFF; }


#center { float: left; }



/* CONTENT */
#left #content {
	float: right; 
	margin: 30px 0 0 0;
	background-repeat: 0 0;
}
#right #content {
	float: left; 
	margin: 30px 0 0 10px;
	background-position: 100% 0;
}


* html #right #content { margin: 30px 0 0 5px; }


#content { 
	float: left; 
	padding: 0 20px;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
}
.contentColumn-1 { 
	background: url(../images/dotline.png);
	background-repeat: repeat-y;
}

#content ol { margin-left: 30px; }
#content ul { margin-left: 25px; }
#content ol li { 
	list-style-type:decimal; 
	padding: 2px 0px; 
}
#content ul li {
	list-style-type:disc; 
	padding: 2px 0px; 
}
#content h1 {	font-size: 1.6em; }
#content h2 {	font-size: 1.6em; }
#content h3 { 	font-size: 1.4em; }
#content h4 {	font-size: 1.3em; }




/* SIDEBAR */

#left #column { 
	float: left; 
	margin: 30px 0 0 10px;
}
#right #column { 
	float: right; 
	margin: 30px 5px 0 0;
}

* html #left #column { margin: 30px 0 0 5px; }

#column { font-size: 0.95em; }

#column .moduletable { margin: 0 0 10px 0; }
#column h3 {
	background-position: 100% 0;
	background-repeat: no-repeat;
	color: #FFF;
	padding: 9px 0 8px 6px;
	text-align: left;
	font: bold 0.95em Georgia, "Times New Roman", Times, serif; 
}
#column .contentheading { 
	background: none;
	padding: 0;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
#column a.mainlevel {
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#column a.mainlevel:hover { text-decoration: underline; }
#column a.sublevel {
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 0 5px;
	background-position: 0 0;
	background-repeat: repeat-y;
	text-decoration: none;
	font-weight: normal;
}
#column a.sublevel:hover { text-decoration: underline; }


/* NEOMENU */
#column div.arrow {
	padding: 0 12px 0 0;
}




/* FOOTER */
#footer {
	background-position: 0 100%;
	background-repeat: repeat-x;
	color: #FFF;
}
.footer_l {
	background-position: 0 0;
	background-repeat: repeat-y;
}
.footer_r {
	background-position: 100% 0;
	background-repeat: repeat-y;
}
.footer_bl {
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.footer_br {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 5px 85px 10px 200px;
	min-height: 70px;
}
* html .footer_br {	height: 70px; }


#footer,
#footer h1 {
	font-weight: normal;
	font-size: 0.95em;
}
#footer .moduletable { padding: 0 0 5px 0; }
#footer h3 {
	font-size: 1em;
	margin: 0 0 6px 0;
}
#footer a, #footer a:hover { color: #FFF; }
#footer .contentheading { 
	color: #FFF;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	background: none;
}
#footer .contentpaneopen { border-collapse: collapse; }

#footer a.mainlevel {
	padding: 0 0 0 14px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer a.mainlevel:hover { text-decoration: underline; }
#footer span.mainlevel { padding: 0 0 0 5px; }


.userColumn-1 #user-left, .userColumn-1 #user-right { width: 100%; }
.userColumn-2 #user-left, .userColumn-2 #user-right { width: 49%; }

#user-left { 	float: left; }
#user-right { 	float: right; }



/* COPYRIGHT */
#copyright {
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 3px 25px 4px 25px;
	color: #A18E7D;
	font-size: 0.95em;
}
#copyright .moduletable { margin: 0 0 5px 0; }
#copyright h3 {
	font-size: 0.95em;
}
#copyright a, #copyright a:hover { color: #A18E7D; }



/* NEOJOOMLA */

h1#neojoomla {
	position: relative;
	float: left;
	left: 50%;
	width: 145px;
	height: 30px;
	margin: 5px 0 5px -72px;
	font-size: 10px;
	background: url(../images/neojoomla.gif) no-repeat 0 0;
	cursor: hand;
}
* html h1#neojoomla { float: none; } /* IE */

h1#neojoomla span { display: none; }




/* **** NEOJOOMLA MODULES STUFFS */

ul.neolatestnews li {
	margin: 0 0 10px 0;
}
ul.neolatestnews li p { margin: 4px 0; }

ul.neolatestnews a.newstitle { font: bold 1em Georgia, "Times New Roman", Times, serif; }

ul.neolatestnews li a.readon { 
	float: none;
	background: none;
	text-decoration: none; 
}
ul.neolatestnews li a.readon:hover { text-decoration: underline; }

div.readall { text-align: right; }




/* **** HTML TAGS */

html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;    
	color: #333;
	background-color: #FFF;
}

table {	font-size: 1em; }
h1, h2, h3, h4, ol, ul, li, form {
	padding: 0px;
	margin: 0px;
}
ul li { list-style-type: none; }

a {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { 
	color: #333;
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0px;
	color: #999;	
	background-color: #999;
}

img { border: 0px; }


input, select, textarea {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
}




/* **** JOOMLA STUFFS */


/* FORMS */
input.inputbox, select.inputbox, textarea {
	color: #333;
}
input.button {
	font-weight: bold;
	padding: 2px 4px !important;
	padding: 2px;
	color: #FFF;
}




/* PATHWAY */
span.pathway {
	font-size: 0.95em;
	white-space: nowrap;
}
span.pathway img {	display: none; }
span.pathway a {
	padding: 0px 6px 0px 2px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
span.pathway a:hover {
	text-decoration: underline;
}




/* SMALL TEXT, DATES */
.createdate, .modifydate, .small   {
	font: normal 0.95em Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
}




/* **** PAGE CONTENT */

/* PRINT PAGE */
body.contentpane {	padding: 6px 10px 4px 10px; }


table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-size: 1em;
}



/* HEADING OF COMPONENT */
.componentheading {
	padding: 13px 0 13px 40px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #393F75;
	background-position: 0 0;
	background-repeat: no-repeat;
}



/* HEADING OF CONTENT */
.contentheading {
	padding: 5px 0 5px 40px;
	font-weight: bold;
	font-size: 1.4em;
	color: #393F75;
	background-repeat: no-repeat;
	background-position: 0 3px; 
}
.contentheading a {
	color: #393F75;
	text-decoration: none;
}
.contentheading a:hover { 
	color: #393F75;
	text-decoration: none; 
	background: url(../images/dotline.png) repeat-x 0 100%;
}




/* BUTTONS HEADING (PRINT, EMAIL, PDF) */
.buttonheading {           
	text-align: left;
	vertical-align: bottom;  
	font-size: 0.85em;
}
.buttonheading img { border: 0; }
.buttonheading a { text-decoration: none; }
.buttonheading a:hover { text-decoration: underline; }




.contentdescription { padding: 6px 0px; }

.pagenavcounter { text-align: right; }




/* TABLE OF CONTENT */
table.contenttoc {
	margin: 0px 2px 2px 4px;
}
table.contenttoc th {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 2px 6px;
	font-size: 0.95em;
}
table.contenttoc td { 
	padding: 2px 0 2px 6px; 
	border-width: 1px;
	border-style: solid;
	border-top: none;
}
table.contenttoc a.toclink {
	font: normal 0.95em Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}
table.contenttoc a.toclink:hover { text-decoration: underline; }




/* MOS IMAGE */
div.mosimage {	
	width: auto;
	margin: 2px;
}
div.mosimage img {}
div.mosimage_caption {
	padding: 2px;
	font: normal 0.95em Tahoma, Verdana, Arial, sans-serif;
}




/* READMODRE LINK FOR ARTICLES */
a.readon {	
	float: right;
	width: 100%;
	text-align: right;
	padding: 0 0 2px 0;
	font-size: 0.95em;
	background: url(../images/dotline.png) repeat-x 0 100%;
	text-decoration: none;
}
a.readon:hover { 
	text-decoration: underline; 
}




/* ARTICLE SEPERATOR */
span.article_seperator {
	display: none;
}




/* BLOG MORE */
.blog_more {
	padding: 6px;
	margin: 4px;
}
.blog_more ul{ 
	padding: 0px 0px 0px 4px; 
}
.blog_more li{ 
	padding: 1px 0; 
	margin: 0px 0px 4px 0px;
}




/* TABLE ITEMS */
.sectiontableheader {
	padding: 6px 2px;
	color: #FFF;
}
.sectiontableheader a, .sectiontableheader a:hover { color: #FFF; }

tr.sectiontableentry1 td, td.sectiontableentry1,
tr.sectiontableentry2 td, td.sectiontableentry2 {
	padding: 4px 2px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sectiontableentry1 a, .sectiontableentry2 a { text-decoration: none; }
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover { text-decoration: underline; }





/* PAGIN NAVIGATION */
.pagenavbar {
	padding: 4px;
	text-align: left;
}


span.pagenav, a.pagenav {
	font: bold 0.95em Tahoma, Verdana, Arial, sans-serif;
}
span.pagenav {
	padding: 0.1em 0.5em;
	border-width: 1px;
	border-style: solid;
}
* html span.pagenav { padding: 0 0.5em 0 0.5em; }

a.pagenav, .pagenav_prev a, .pagenav_next a {
	padding: 0.1em 0.5em;
	font: bold 0.95em Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}
* html a.pagenav, * html .pagenav_prev a, * html .pagenav_next a { padding: 0 0.5em 0 0.5em; }

a.pagenav:hover, .pagenav_prev a:hover, .pagenav_next a:hover { 
	background: none;
	text-decoration: none; 
}




/* BACK BUTTON  */
div.back_button {    
	text-align: right;
	padding: 3px 0px;
}
div.back_button a { 
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}
div.back_button a:hover { 
	text-decoration: none; 
}




/* SEARCH RESULTS */
table.searchintro{
	padding: 8px 0px;
	width: 100%;
}
span.highlight { background-color: #FFFF99; }




/* **** JOOMLA MODULES STUFFS */

table.moduletable { width: 100%; }


/* SYNDICATE */
.syndicate img { margin: 1px 0px; }


/* POLL */
.poll {}
.pollstableborder {	width: 100%; }
.pollstableborder .sectiontableentry1 {}
.pollstableborder .sectiontableentry2 {}
.poll div {	
	padding: 4px 0px; 
}




/* LATESTNEWS, MOSTREAD */
ul.latestnews, ul.mostread {
	margin: 0px 0px 0px 2px;
}
ul.latestnews li, ul.mostread li {
	margin: 6px 0px;
}
ul.latestnews a, ul.mostread a { text-decoration: none; }
ul.latestnews a:hover, ul.mostread a:hover { text-decoration: underline; }



/* **** FRONTEND ADMIN STUFFS */

/* VALIDATION MESSAGE */
div.message {
	font-size: 0.95em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 5px 0px;
}



/* FORM TOOLBAR */
table#toolbar a.toolbar {
	border: 1px solid #CCC;
	background-color: #FFF;
}
table#toolbar a.toolbar:hover {
	border: 1px solid #666;
	background-color: #F5F5F5;
}
