a/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Tip Jar */
@import url(/.shared/themes/common/tipjar.css);
/* Portal */


/* Theme */
/* general page elements */

a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #ff6e04;
}
a:visited {
	color: #ff6e04;
}
a:hover {
	color: #ff6e04;
}
a:active {
	color: #ff6e04;
}
/* layout */

body {
	padding:0px;
	margin:0px;
	*background:#000000;
	.background:#000000\9;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}
#container {
	position: static;
}
#container-inner {
	position: static;
	border: 0;
	background: #000000;
	width:716px;
	padding-top:5px;
}
#banner {
	border-bottom: 1px dotted #6699CC;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #99CC66;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	display:none;
}
#banner-inner {
	padding: 15px;
}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner-header {
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
}
#banner-description {
	margin: 0.25em 0;
	font-size: small;
}
/* banner image */

	#banner {
	height: 50px;
	background-image: url("http://blog.drinknos.com/.a/6a0115711a8cfd970b0115702688e7970c-pi");
	background-position: 15px 15px;
	background-repeat: no-repeat;
	text-align: left;
}
#banner-inner {
	overflow: visible;
	padding: 0;
}
#banner-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#banner-header a {
	display: block;
	left: 0;
	top: 0;
	height: 50px;
	text-indent: -1000em;
}
#banner-description {
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
/* default to artistic/calendar/timeline layout */

#container {
	width: 710px;
}
.layout-artistic #alpha, .layout-calendar #alpha {
	width: 315px; /* 285px + 15px + 15px */
}
.layout-artistic #alpha-inner, .layout-calendar #alpha-inner, .layout-timeline #alpha-inner {
	border: 0;
	background: #000000;
}
.layout-artistic #beta, .layout-calendar #beta {
	width: 465px;
}
.layout-artistic #beta-inner, .layout-calendar #beta-inner, .layout-timeline #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta {
	width: 210px;
	margin: 15px 0;
}
#beta #gamma-inner, #beta #delta-inner {
	padding: 0;
}
/* content */

.content-nav {
	margin-top: 0;
}
.date-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {
	margin: 0 0 10px 0;
	border: 0;
	color: #ff6e04;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
}
.entry-header {
	margin: 1px 0 10px 0;
	border: 0;
	color: #ff6e04;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-large;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
.entry-header a {
	text-decoration: none;
	font-weight: bold;
}
.entry-header a:link {
	color: #ff6e04;
}
.entry-header a:visited {
	color: #ff6e04;
}
.entry-header a:hover {
	color: #ff6e04;
}
.entry-header a:active {
	color: #ff6e04;
}
.entry-content, .entry-footer, .trackbacks-info, .trackback-content, .comments-info, .comment-content, .comments-open-content, .comments-open-footer, .comments-closed, .archive-content {
	margin: 10px 0;
}
.entry-content p {
	text-align: left;
}
.entry-footer, .trackback-footer, .comment-footer {
	margin: 0 0 10px 0;
	border: 0;
	color: #ff6e04;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}
#comment-author, #comment-email, #comment-url, #comment-text {
	width: 80%;
	background:#2d2d2d;
	border:none;
	color:#FFFFFF;
}
/* fixes bug in ie win */
img.image-full {
	width: 100%;
	;
}
/* modules */

.module a {
	text-decoration: none;
}
.module a:link {
	color: #ff6e04;
}
.module a:visited {
	color: #ff6e04;
}
.module a:hover {
	color: #ff6e04;
}
.module a:active {
	color: #ff6e04;
}
.module-header {
	margin: 5px 0;
	border-bottom: 1px solid #999999;
	padding: 3px;
	color: #ff6e04;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}
.module-content {
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
}
.module-list {
	margin: 0;
}

ul#ulCategoriesList{
	float:none;
}

ul#ulCategories li ul li{
	float:none;
	list-style-type:none;
}

.module-list-item {
	margin-left: -40px;
	*margin-left:0px;
}
.typelist-thumbnailed .module-list-item {
	margin: 10px 0;
}
.module img, .module-photo img {
	border: 5px solid #EEEEEE;
}
.module-photo .module-content {
	text-align: left;
}
.module-powered {
	text-align: left;
}
.module-calendar .module-header {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}
.module-calendar th, .module-calendar td {
	text-align: center;
	font-weight: normal;
}
.typelist-thumbnail img {
	margin: 0;
}
.module-featured-photo {
	margin-bottom: 5px;
}
.module-featured-photo .module-content img {
	width: 420px;
}
.module-recent-photos .module-content {
	padding: 2px 0 0 0;
}
.module-recent-photos .module-list {
	margin: 0;
}
.module-recent-photos .module-list-item {
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}
.module-tipjar-r2 .tipjar-button {
	float: left;
}
/* moblog1 tweaks */



	.layout-moblog1 #alpha {
	width: 200px;
}
.layout-moblog1 #alpha-inner {
	border: 0;
 background: #;
}
.layout-moblog1 #beta {
	width: 380px;
}
.layout-moblog1 #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #000000;
}
.layout-moblog1 #gamma {
	width: 200px;
}
.layout-moblog1 #gamma-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
/* moblog2 tweaks */



	.layout-moblog2 #alpha {
	width: 100px;
}
.layout-moblog2 #alpha-inner {
	border: 0;
 background: #;
}
.layout-moblog2 #beta {
	width: 350px;
}
.layout-moblog2 #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #000000;
}
.layout-moblog2 #gamma {
	width: 190px;
}
.layout-moblog2 #gamma-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
.layout-moblog2 #delta {
	width: 140px;
}
.layout-moblog2 #delta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
.layout-moblog2 .module-photo img {
	width: 100px;
	height: auto;
}
/* timeline tweaks */


	.layout-timeline #alpha {
	width: 390px; /* 285px + 15px + 15px */
}
.layout-timeline #beta {
	width: 390px;
}
.layout-timeline #beta #gamma {
	width: 175px;
}
.layout-timeline #beta #delta {
	width: 170px;
}
/* one-column tweaks */

	.layout-one-column #container {
	width: 500px;
}
.layout-one-column #alpha {
	display: block;
	float: none;
	width: auto;
	margin-left:5px;
}
.layout-one-column #alpha-inner {
	border: 0;
	background: #000000;
}
/* two-column-left tweaks */

	.layout-two-column-left #container {
	width: 500px;
}
.layout-two-column-left #alpha {
	width: px;
}
.layout-two-column-left #alpha-inner {
	border: 0;
 background: #;
}
.layout-two-column-left #beta {
	width: 500px;
}
.layout-two-column-left #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #000000;
}
/* two-column-right tweaks */

	.layout-two-column-right #container {
	width: 500px;
}
.layout-two-column-right #alpha {
	width: 500px;
}
.layout-two-column-right #alpha-inner {
	border: 0;
	background: #000000;
}
.layout-two-column-right #beta {
	width: px;
}
.layout-two-column-right #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
/* three-column tweaks */

	.layout-three-column #container {
	width: 500px;
}
.layout-three-column #alpha {
	width: px;
}
.layout-three-column #alpha-inner {
	border: 0;
 background: #;
}
.layout-three-column #beta {
	width: 500px;
}
.layout-three-column #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #000000;
}
.layout-three-column #gamma {
	width: px;
}
.layout-three-column #gamma-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
/* three-column-right tweaks */

	.layout-three-column-right #container {
	width: 500px;
}
.layout-three-column-right #alpha {
	width: 500px;
}
.layout-three-column-right #alpha-inner {
	border: 0;
	background: #000000;
}
.layout-three-column-right #beta {
	width: px;
}
.layout-three-column-right #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
.layout-three-column-right #gamma {
	width: px;
}
.layout-three-column-right #gamma-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
 background: #;
}
/* Custom */
#banner {
	display:none;
}
.trackbacks {
	display:none;
}
.layout-one-column #container {
	width:710px;
}
.entry {
	background:url(http://blog.drinknos.com/nostest/imgs/bgtop.jpg) no-repeat;
	width:645px;
	padding:43px 30px 26px;
	border-bottom:#25272c;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:0px;
}
.entry-header {
	padding-left:40px;
	background:url(http://blog.drinknos.com/nostest/imgs/blog_icon.gif) no-repeat scroll 0 0;
	behavior:url(http://blog.drinknos.com/js/iepngfix.htc);
}
.comments-header {
	color:#FFFFFF;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#25272c;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left:31px;
}
.content-nav {
	display:block;
}
#comment-url {
	display:none;
}
.comments-info {
	display:none;
}
#alpha-inner {
	width:711px;
	padding:0px;
}
.comment {
	padding-left:31px;
	border-bottom:1px solid #25272c;
}
.comments-open {
	padding-left:31px;
}
.comments-open-moderated {
	display:none;
}
.comments-open-header {
	color:#FFFFFF;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	margin-top:20px;
	padding-bottom:20px;
}
#comment-text, #comment-email, #comment-author {
	background:#2d2d2d !important;
	border:none;
	color:#FFFFFF;
}
#comment-post-button, #comment-preview-button {
	background:#000000;
	color:#ff6e04;
	border:none;
	font-size:11px;
	font-weight:bold;
}
/* ph=1 */
/* nhm:dynamic-ssi */

.tags_1, .tags_2, .tags_3 {
	font-size: 7pt;
	color:#ff6e04;
	font-weight:bold;
	
}
.tags_4, .tags_5, .tags_6 {
	font-size: 9pt;
		color:#ff6e04;
	font-weight:bold;
}
.tags_7, .tags_8, .tags_9 {
	font-size: 11pt;
		color:#ff6e04;
	font-weight:bold;
}
.tags_10, .tags_11, .tags_12 .tags_13, .tags_14, .tags_15 {
	font-size: 12pt;
		color:#ff6e04;
	font-weight:bold;
}
.tags_16, .tags_17, .tags_18 {
	font-size: 14pt;
		color:#ff6e04;
	font-weight:bold;
}
 ... .tags_95, .tags_96, .tags_97, .tags_98, .tags_99, .tags_100 {
 font-size: 20pt;
 	color:#ff6e04;
	font-weight:bold;
}

ul#ulCategories{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;list-style-type:none;float:right;padding:0px;margin:0px;}
ul#ulCategories li{float:left;position:relative;}
ul#ulCategories li a#allBlogs{display:block;background:url(http://blog.drinknos.com/nostest/imgs/allblog_btn.jpg) #000000  no-repeat; width:117px; height:18px;text-indent:-1000}
ul#ulCategories li a:hover#allBlogs{display:block;background:url(http://blog.drinknos.com/nostest/imgs/allblog_open_btn.jpg) #000000  no-repeat; width:117px; height:18px;text-indent:-1000}
ul#ulCategories li a#allBlogs.activeNav{display:block;background:url(http://blog.drinknos.com/nostest/imgs/allblog_open_btn.jpg) #000000  no-repeat; width:117px; height:18px;text-indent:-1000}
ul#ulCategories li div#corner_menu{background:url(http://blog.drinknos.com/nostest/imgs/corner_menu.gif) no-repeat;width:24px;height:18px;;text-indent:-1000;}
ul#ulCategories li span#categories{display:block;background:url(http://blog.drinknos.com/nostest/imgs/categories_btn.jpg) #000000 no-repeat; width:105px; height:18px;text-indent:-1000;_overflow:hidden}
ul#ulCategories li span:hover#categories{display:block;background:url(http://blog.drinknos.com/nostest/imgs/categories_open_btn.jpg) #000000 no-repeat; width:105px; height:18px;text-indent:-1000;_overflow:hidden;behavior:none}
ul#ulCategories li span#archive{display:block;background:url(http://blog.drinknos.com/nostest/imgs/archive_btn.jpg) #000000 no-repeat; width:100px; height:18px;text-indent:-1000;_overflow:hidden}
ul#ulCategories li span:hover#archive{display:block;background:url(http://blog.drinknos.com/nostest/imgs/archive_open_btn.jpg) #000000 no-repeat; width:100px; height:18px;text-indent:-1000}
ul#ulCategories li span#suscribe{display:block;background:url(http://blog.drinknos.com/nostest/imgs/suscribe_btn.jpg) #000000 no-repeat; width:85px; height:18px;text-indent:-1000;_overflow:hidden}
ul#ulCategories li span#suscribe a{display:block; width:85px; height:18px;text-indent:-1000;_overflow:hidden;}
ul#ulCategories li span:hover#categories #oMenuCat{visibility:visible;display:block;}
/*ul#ulCategories li span:hover#categories #oMenuCat div{display:none;}*/
ul#ulCategories li span:hover#categories .hover div{display:block;}
ul#ulCategories li span:hover#archive #oMenuArc{visibility:visible;display:block;}
ul#ulCategories li span:hover#suscribe #oMenuSus{visibility:visible}
ul#ulCategories li span:hover#suscribe .hover div{display:block;}

#oMenuCat{background:url(http://blog.drinknos.com/nostest/imgs/bg_menu.jpg);visibility:hidden;position:relative;width:318px;height:135px;left:-81%;top:100%;_top:18px;_left:-81px;border:5px #000000 solid;overflow:hidden}
#oMenuArc{background:url(http://blog.drinknos.com/nostest/imgs/bg_menu.jpg);visibility:hidden;position:relative;width:318px;height:135px;left:-220%;top:100%;_top:18px;_left:-81px;border:5px #000000 solid;overflow:hidden}
#oMenuSus{background:url(http://blog.drinknos.com/nostest/imgs/bg_menu.jpg) repeat-x #000000;visibility:hidden;position:relative;width:318px;height:60px;_top:18px;_left:-251px;border:5px #000000 solid;overflow:hidden;}

#oCategoryCloud{background:url(http://blog.drinknos.com/nostest/imgs/bg_menu.jpg);width:320px;margin-top:0;padding-top:2px;position:relative;}
#oCategoryList{background:url(http://blog.drinknos.com/nostest/imgs/bg_menu.jpg);width:320px;margin:0;padding-top:1px;position:relative;}
#CategoryHeader{height:35px;margin-left:2px;margin-top:5px;width:300px;cursor:pointer;}
#CategoryContent{overflow-x:none;overflow-y:auto;height:55px;padding-left:10px;position:relative;}
#menu_container{width:716px;height:18px;}
.titleCategory{font-family:Arial, Helvetica, sans-serif;font-size:24px;color:#FFFFFF;font-weight:bold;text-decoration:none}
.titleArchive{font-family:Arial, Helvetica, sans-serif;font-size:24px;color:#FFFFFF;font-weight:bold;text-decoration:none}

#swfProxyContainer{height:1px;}

#EntryContainer{
width:733px;
height:500px;
overflow:auto;
} 
/* ph=1 */

