/*----------------------------------------------*/
/*                 >>> HTML <<<                 */
/*----------------------------------------------*/

/* START_AHMAD_JUNE4 */

#nav-sidebar ul ul {
	display: none;
	background: #E1E1E1;
}

#nav-sidebar ul ul li a {
	border-width: 0;
	font-size: 1em;
	padding: 3px 3px 3px 16px;
}

#nav-sidebar ul ul li a:hover {
	background-color: transparent;
	color: #B91439;
}

#nav-sidebar ul ul { border-bottom: 1px solid #AD7FBE; }

/* START-AHMAD-JUNE-2-2009 */

#container-custom .grid-4 {
	margin: 0 10px 0 0;
	width: 190px;
}

#container-custom .grid-12 {
	margin: 0 0 0 10px;
	width: 750px;
}

#container-custom .grid-12 .box-head { 
	background-position: 0 -473px !important;
}

#container-custom .grid-12 .box-foot {
	background-position: 0 100% !important; /* 0 -500px */
}

#container-custom .grid-4 .box-head {
	background-position: 0 -473px !important;
}

#container-custom .grid-4 .box-foot {
	background-position: 0 100% !important; /* 0 -500px */
}

#container-custom .grid-4 .box-head {
	padding-top: 0;
}

#container-custom .grid-4 .box-head .first a { border-top-width: 0; }

#container-custom .box-foot {
	height: 5px;
}

a.mceItemAnchor {
	background: none;
	line-height: normal;
	overflow: visible;
	padding-left: 0;
	width: auto;
}

#content-head { height: 0 !important; min-height: 0; }

#breadcrumb, #content-head h1 { display: none; }

#search-keyword { display: none; }

#btn-register {
	position: absolute; bottom: 8px; right: 9px;
	width: 81px;
	height: 26px;
}


/* END-AHMAD-JUNE-2-2009 */

/* START-AHMAD-JUNE-3-2009 */

.gfg-root { border: 1px solid #bccdf0; }

.gfg-title, .gfg-subtitle {
	background: #E5ECF9;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

.gfg-subtitle { font-size: 12px; }

.gfg-entry {
	height: 110px;
	padding: 10px 20px;
}

.gfg-list { padding: 5px 0; }

.gfg-list .gfg-listentry a {
	border-bottom: 1px dashed #ddd;
	display: block;
	padding: 1px 0 1px 20px;
}

.gfg-list .gfg-listentry-highlight a {
	background: url(/download/gallery/img/feedheregi) 7px 5px no-repeat;
}


/* END-AHMAD-JUNE-3-2009 */





/* FONT STYLES
=============================================== */
body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Verdana,sans-serif;
}

a, #page #tinymce a					{ color: #217dad; text-decoration: none; }
/*#tinymce a						{ color: #005591 !important; text-decoration: none !important; }*/

a:hover, #page #tinymce a:hover		{ color: #5e296e; text-decoration: underline;}
/*#page #tinymce a:hover { color: #80a8e5 !important; text-decoration: underline !important; }*/

h1, h2 { color: ##412e4a; }
h4 {  color: ##555; }

/* BACKGROUNDS
=============================================== */
body 			{ background: #c6c6c6 url(/download/templates/img/theme/bodypng) 0 -90px repeat-x;}

#page 			{ background: url(/download/templates/img/box/whitepng) no-repeat 0 -430px; }

#header 		{ background: url(/download/gallery/img/headerpng) no-repeat 10px 95px; }

#header-inner 	{ background: url(/download/gallery/img/taglinepng) no-repeat 346px 35px; }

/*#logo 				{ background: url(/download/gallery/img/uwlogogif) no-repeat; }*/

#logo a { background: url(/download/gallery/img/uwlogogif) no-repeat; }

#header, #main, #footer { background-color: #fff; }


/* LAYOUT
=============================================== */

/*
#userbar { display: none; }  */

#page {
	margin: 13px auto 0;
	padding-top: 10px;
	width: 980px;
}

#header, #main, #footer { padding-left: 10px; padding-right: 10px; }

#header { padding-bottom: 10px; }
#header-inner { height: 132px; }



/* LOGO/TAGLINE
=============================================== */

#logo {	margin-left: 12px; position: relative; top: 5px; 
/* >-- Image Replacement */
	
			/*display: block;
			height: 0px !important;
			overflow: hidden;
			padding: 70px 0 0;
			width: 105px;*/
			
	/* <-- Image Replacement */

}

#logo a {

	/* >-- Image Replacement */
	
			display: block;
			height: 0px !important;
			overflow: hidden;
			padding: 70px 0 0;
			width: 105px;
			
	/* <-- Image Replacement */
}

/* NAVIGATION/PRIMARYNAV
=============================================== */

#navigation {
	position: absolute; top: 150px;
	/*margin-left: 209px;
	width: 450px;*/
}

#primarynav {
	height: auto !important;
	height: 1%;
	overflow: hidden;
	padding-left: 209px;
}

#primarynav ul { 
	height: 34px; 
	margin: 0 auto; 
	padding: 1px 0; 
	/* width: 940px; */
}

#primarynav li { float: left; margin: 0 5px;  }

#primarynav a {
	display: block;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
}


* html #primarynav a {
	_display: inline-block;
}

#primarynav li.home a { padding-left: 0px; }
#home #primarynav li.home a { padding-left: 9px; }

#primarynav a:hover { text-decoration: none; }

#primarynav a { color: #fff; font-size: 14px; }
#primarynav a:hover   { color: #ccc; }

#primarynav li.here { background: url( /download/gallery/img/primarynav~2) no-repeat; padding-left: 3px; }
#primarynav li.here a { 
	background: #9f68b9 url( /download/gallery/img/primarynav) no-repeat 100% 0 ;
}

#primarynav li.here a:hover { color: #fff; }


/*----------------------------------------------*/
/*            >>> 960 Grid System <<<           */
/*----------------------------------------------*/

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8,
.grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	display: inline;
	float: left;
	margin: 10px;
}
  
  .alpha { margin-left: 0; }
  .omega { margin-right: 0; }
  
  
/* GRID DIMENSIONS
						   */
  .grid-1   { width: 40px;  }
  .grid-2   { width: 100px; }
  .grid-3   { width: 160px; }
  .grid-4   { width: 220px; }
  .grid-5   { width: 280px; }
  .grid-6   { width: 340px; }
  .grid-7   { width: 400px; }
  .grid-8   { width: 460px; }
  .grid-9   { width: 520px; }
  .grid-10  { width: 580px; }
  .grid-11  { width: 640px; }
  .grid-12  { width: 700px; }
  .grid-13  { width: 760px; }
  .grid-14  { width: 820px; }
  .grid-15  { width: 880px; }
  .grid-16  { width: 940px; }


.grid-16 .grid-12 { width: 678px; }

/* GRID box-body
						   */

.box-head { 
	overflow: hidden;
	padding: 5px 10px 0;
	
	/* OVERRIDE */
	margin-bottom: 0 !important;
	width: auto;
}

.box-body { margin: 5px -10px 0; overflow: hidden; padding: 10px;  }
/* html .box-body { height: 1%;  } */
.box-foot { height: 15px; margin-bottom: 10px; padding: 0 10px; }

/*  [ Background Images: Top ]  */
/* Image width: 960px   { background-position: 0 -387px; }; */
.grid-16 .box-head      { background-position: 0 -344px !important; }
.grid-13 .box-head      { background-position: 100% 0 !important; }
.grid-12 .box-head      { background-position: 100% -43px !important; }
.grid-11 .box-head      { background-position: 100% -86px !important; }
.grid-10 .box-head      { background-position: 100% -129px !important; }
.grid-9 .box-head       { background-position: 100% -172px !important; }
.grid-8 .box-head       { background-position: 0 -215px !important; }
.grid-7 .box-head       { background-position: 0 -172px !important; }
.grid-6 .box-head       { background-position: 0 -129px !important; }
.grid-5 .box-head       { background-position: 0 -86px !important; }
.grid-4 .box-head       { background-position: 0 -43px !important; }
.grid-3 .box-head       { background-position: 0 0 !important; }


/*  [ Background Images: Bottom ]  */
/* Image Width: 960px   { background-position: 0 100%; } */
.grid-16 .box-foot      { background-position: 0 -371px !important; }
.grid-13 .box-foot      { background-position: 100% -27px !important; }
.grid-12 .box-foot      { background-position: 100% -71px !important; }
.grid-11 .box-foot      { background-position: 100% -113px !important; }
.grid-10 .box-foot      { background-position: 100% -156px !important; }
.grid-9 .box-foot       { background-position: 100% -199px !important; }
.grid-8 .box-foot       { background-position: 0 -242px !important; }
.grid-7 .box-foot       { background-position: 0 -199px !important; }
.grid-6 .box-foot       { background-position: 0 -156px !important; }
.grid-5 .box-foot       { background-position: 0 -113px !important; }
.grid-4 .box-foot       { background-position: 0 -71px !important; }
.grid-3 .box-foot       { background-position: 0 -27px !important; }

/*  [ Background Images: Bottom ]  */
/* Image Width: 960px   { background-position: 0 100%; } */
* html .grid-16 .box-foot      { background-position: 2px -368px !important; }
* html .grid-13 .box-foot      { background-position: 100% -27px !important; }
* html .grid-12 .box-foot      { background-position: 100% -71px !important; }
* html .grid-11 .box-foot      { background-position: 100% -113px !important; }
* html .grid-10 .box-foot      { background-position: 100% -156px !important; }
* html .grid-9 .box-foot       { background-position: 100% -199px !important; }
* html .grid-8 .box-foot       { background-position: 2px -239px !important; }
* html .grid-7 .box-foot       { background-position: 0 -199px !important; }
* html .grid-6 .box-foot       { background-position: 0 -156px !important; }
* html .grid-5 .box-foot       { background-position: 0 -113px !important; }
* html .grid-4 .box-foot       { background-position: 0 -68px !important; }
* html .grid-3 .box-foot       { background-position: 0 -27px !important; }
			
	

		
/* CONTENT BOXES */
/*#page, #main  { background: url(/download/templates/img/box/whitecust) no-repeat 0 -387px; }*/

.box-body              		 { background-color: #fff; border: 0px solid #decbe4; border-width: 0 1px; }
.box-head, .box-foot    { background: url(/download/templates/img/box/borderpurp) no-repeat; }

/* BOX: FEATURED */
.box-featured .box-body              		 { background-color: #9f67b9; border-width: 0; color: #fff; padding: 0 0 1px 0;  }
.box-featured .box-head, .box-featured .box-foot    { background: url(/download/templates/img/box/purplepng) no-repeat; }

.box-featured ul {  }
.box-featured li {  }
.box-featured a { color: #fff; text-dexoration: underline;  }
.box-featured a:hover {  text-decoration: none; }

/* NAVSIDEBAR */
#nav-sidebar .box-body              		 { background-color: #decbe4; padding: 0;  }
#nav-sidebar .box-head, #nav-sidebar .box-foot    { background: url(/download/templates/img/box/purpleligh) no-repeat; }

#nav-sidebar ul { list-style: none; margin: 0; padding: 0; }

#nav-sidebar a {
color: #473050;
display: block;
padding: 0.6em 6px;
border-top: 1px solid #CCCCCC;
line-height: 1.3;
text-decoration: none;
}
#nav-sidebar a:hover { background-color: #6c3682; border-top-color: #ad7fbe; color: #fff; }


/* CUSTOM FOOTER */
#footer-links { clear: both; }
#footer-links a { color: #b91439; }

#header-logo { 
position: absolute; top: 126px; left: 20px;
display: none;
}

#header-logo a { 
display: block; 
height: 19px;
width: 112px; 
}


/* Feed 2JS */

div.widget-rss h3 {
     font-size:0.8em;
}

.rss-box li {
     list-style: none;
     margin-bottom: 1.5em;
}