@media (max-width: 760px) {

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
text-decoration: none; 
color: #000; 
}
a:hover {
text-decoration: underline; 
}

body {
font-family: calibri, helvetica, arial, sans-serif; 
}

#content h3 {
font-size: 2em; 
font-weight: bold; 
margin: 0.5em 10px 0.25em 10px;
}
#content p {
line-height: 1.5em; 
margin: 1em 10px; 
}

#nav ul,
.tabs ul {
margin: 0.5em 0;
border-top: 1px solid #ddd; 
}
#nav ul li a, 
.tabs ul li a {
display: block; 
border-bottom: 1px solid #ddd; 
line-height: 1.5em; 
padding: 0.25em 0.75em; 
font-weight: bold; 
}

#linkslist {
border-bottom: 1px solid #ddd; 
}

#linkslist .category-header {
margin: 1em 0; 
}
#linkslist .category-header {
background-color: #ddd; 
line-height: 1.5em; 
padding: 4px 10px;
margin: 0; 
}
#linkslist .category-header .toolbar {
display: none; 
}
#linkslist .category-header h2 {
font-size: 150%; 
font-weight: bold; 
}
#linkslist .category-header p {
padding: 0; 
}


#linkslist .add-link { display: none; }


#linkslist h3 {
font-size: 1.25em; 
border-top: 1px solid #ddd; 
margin: 0; 
padding: 4px 10px 0 10px;
}
#linkslist h3 span.views {
font-size: 12px; 
color: #888; 
float: right; 
font-weight: normal; 
}
#linkslist h3 span.edit-link {
display: none; 
}
#linkslist p {
line-height: 1.5em; 
height: 1.5em; 
margin: 0 0 4px 0; 
padding: 0 10px;
overflow: hidden; 
overflow: ellipsis; 
}
#linkslist p a {
color: #666; 
}

#lmnopc-logo { display: none; }

#head { 
background: #000; 
text-align: center; 
}
#toolbar { display: none; }


#footer {
color: #fff; 
background-color: #000; 
padding: 10px; 
text-align: center; 
}
#footer a {
color: #fff;
}
#footer ul {
margin: 1em 0; 
}

#footer ul#mylinks li {
display: none; 
}
#footer ul#mylinks li:first-child {
display: block;
}

}

@media (min-width: 759px) {
* {
	font-family: helvetica, arial, sans-serif;
}
html {
	font-size: 0.73em;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(img/body_background.gif) 0 0 repeat-y;
}

.err {
	color: #ff0000;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; } 

form {
	margin: 0;
	padding: 0;
}

form#edit_link {
	overflow: hidden;
	margin-bottom: 2em;
}
form#edit_link br {
	clear: both;
}
form#edit_link label {
	float: left;
	width: 8em;
	text-align: right;
	padding-right: 1em;
	line-height: 2em;
}
form#edit_link input {
	float: left;
}
form#edit_link div.chkbox input {
	margin-left: 9em;
}
form#edit_link div.chkbox label {
	float: left;
	width: auto;
}


#head {
	display: block;
	background: black;
	text-align: left;
	vertical-align: top;
}
div#head div#ad {
	position: absolute;
	right: 10px;
	top: 10px;
}

#toolbar {
	display: block;
	background-color: #333333;
	color: white;
	padding: 0 0.5em;
	line-height: 2em;
}
#toolbar input {
	background: transparent;
	color: white;
}
#toolbar a {
	color: silver;
}
#toolbar #login {
	float: right;
}
#toolbar #search-bar {
	float: left;
}

#main {
	padding: 0;
	margin: 0;
	top: 0;
}
#content {
	position: absolute;
	top: 120px;
	left: 170px;
	right: 10px;
	width: auto;
}
#nav {
	float: left;
	padding: 10px;
	width: 140px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	line-height: 0;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	width: 140px;
}
#nav ul li a:hover { 
	background: #ee0; 
	text-decoration: none; 
}
#linklist {
	margin-bottom: 1em;
	width: auto;
}
#linklist .sectionheader {
	font-size: 1.125em;
}
#linklist h3 {
	font-size: 1.125em;
}
#linklist th {
	background: #333333;
	color: white;
	text-align: left;
}
#linklist h3 {
	padding: 0;
	margin: 0;
	display: inline;
}
#linklist tbody td {
	vertical-align: top;
}
#linklist td, #linklist th {
	padding: 0.1em 0.4em;
	line-height: 1.5em;
}
#linklist td.odd {
	background-color: #eeeeee;
}
#linklist .toolbar {
	text-align: right;
	margin-left: 1em;
}
.add {
	padding-left: 13px;
	background: url(img/add.gif) 0 50% no-repeat;
	white-space: nowrap;
}
.edit {
	padding-left: 13px;
	background: url(img/edit.gif) 0 50% no-repeat;
	white-space: nowrap;
}

hr.clear {
	height: 0;
	visibility: hidden;
	line-height: 0;
	CLEAR: both;
	padding: 0;
	margin: 0;
}



div#ad {
	margin: 20px 0 10px 0;
}


#footer {
	border-top: 2px solid #666666;
	color: #333333;
	line-height: 3.5em;
	overflow: auto;
}
div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer ul li {
	float: left;
}
div#footer ul#mylinks { float: left; }
div#footer ul#mylinks li { padding-right: 1em; }
div#footer ul#credits { float: right; }





div#lmnopc-logo { 
	position: absolute;
	right: 10px;
	top: 5px;
}
div#head {
	height: 60px; 
	padding: 10px 0;
}
div#head img {
	padding: 0; 
	margin: 5px 0; 
}

h2 { 
font-size: 175%; 
margin: 2em 0 0.5em 0; 
}

p.toolbar { 
margin: 0;
}
p.toolbar a { 
font-size: 90%;
}

h3 { 
font-size: 180%; 
margin: 0; 
}
h3 span.views, 
h3 span.edit-link {
margin: 0 0 0 1em; 
font-size: 50%;
}

p.desc {
	margin: 0 0 1em 0;
}
p.desc a {
	color: inherit;
}


span.views { 
	font-size: 90%; 
	font-weight: normal;
}


div.category-header {
	border-bottom: 1px solid #666666;
	margin: 0 0 0.25em 0;
	overflow: auto; 
	display: block; 
	position: relative; 
}
div.category-header h2 { 
	margin: 0; 
	float: left; 
	font-size: 200%; 
}
div.category-header p.category-description {
	margin: 0 0 0 1em;  
	float: left; 
	font-size: 100%; 
	line-height: 2.5em; 
}
div.category-header p.toolbar {
	margin: 0;
	padding: 0; 
	text-align: right; 
	position: absolute; 
	right: 0; 
}


p.add-link {
font-size: 90%; 
text-align: right; 
}




#footer a {
text-decoration: underline; 
}

div.tabs {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	background: transparent url(./img/tab-bottom.gif) 0  100% repeat-x;
}
div.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: auto;
	width: 100%;
	float: left;
}
div.tabs ul li {
	padding: 0 12px 0 0;
	margin: 0 2px 0 0;
	float: left;
	display: inline;
	line-height: 2.5em;
	background: transparent url(./img/tab-background.gif) 100% 0 no-repeat;
	border-bottom: 1px solid #ccc;
}
div.tabs ul li.strong {
	padding: 0 15px;
	background-image: none;
	font-weight: bold;
}
div.tabs a {
	float: left;
	display: block;
	line-height: 2.5em;
	padding: 0 0 0 12px;
	background: transparent url(./img/tab-background.gif) 0 0 no-repeat;
}
div.tabs a:hover {
	/* background-color: #ff0; */
}
div.tabs ul li.selected  {
	background: #fff url(./img/tab-selected-background.gif) 100% 0 no-repeat;
	border-bottom: 1px solid #fff;
}
div.tabs ul li.selected a {
	background: #fff url(./img/tab-selected-background.gif) 0 0 no-repeat;
}
div.tabs ul li.not-tab {
	background-image: none;
}
div.tabs ul li.right {
	float: right;
}


/* alternate method of displaying selected tab used on the front page of the site */
div.tabs ul#selected_0 li#tab_0,
div.tabs ul#selected_1 li#tab_1,
div.tabs ul#selected_2 li#tab_2,
div.tabs ul#selected_3 li#tab_3,
div.tabs ul#selected_9999 li#tab_9999 {
	background: #fff url(./img/tab-selected-background.gif) 100% 0 no-repeat;
	border-bottom: 1px solid #fff;
}
div.tabs ul#selected_0 li#tab_0 a,
div.tabs ul#selected_1 li#tab_1 a,
div.tabs ul#selected_2 li#tab_2 a,
div.tabs ul#selected_3 li#tab_3 a,
div.tabs ul#selected_9999 li#tab_9999 a {
	background: #fff url(./img/tab-selected-background.gif) 0 0 no-repeat;
}


}

