body
{
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
    background: #fef0d6;
	height: 100%;
}

a:link		{	color: #990000;	text-decoration: none;	}
a:visited	{	color: #880000; text-decoration: none;	}
a:active, 
a:hover		{	color: #996600; text-decoration: underline;	}

.MessagePanel
{
	margin: 10px 0px;
	border: solid 1px #ddb;
	padding: 10px;
	font-family: Arial, Sans-Serif;
	background-color: #ffb;
}

.Header
{
	position: relative;
	height: 120px;
	background: #fff url(../Images/Header_Background.png) repeat-x scroll top left;
}

.Header div.container_12
{
	background: #fff url(../Images/Dundee-Header.png) repeat-x scroll top left;
	height: 120px;
}

.Sidebar
{

}

.SidebarBox
{
	margin-bottom: 10px;
}

.SidebarBox .SidebarBox_Top
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 2px 6px;
	height: 18px;
	background: transparent url(../Images/Box-top.png) no-repeat scroll bottom left;
}

.SidebarBox .SidebarBox_Body
{
	background: #fff url(../Images/Box-main.png) repeat-y scroll top left;
	padding: 5px 10px;
}

.SidebarBox .Featured a
{
	font-size: 15px;
}

.SidebarBox .SidebarBox_Bottom
{
	height: 7px;
	background: transparent url(../Images/Box-footer.png) no-repeat scroll top left;
}

.Menu
{
	position: absolute;
	bottom: 0;
	height: 26px;
}

.Menu ul
{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.Menu ul li
{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.Menu ul li a
{
	display: inline-block;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	background-color: #fef0d6;
	height: 20px;
	padding: 3px 10px 3px 10px;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.Main
{
	margin-top: 10px;
	margin-bottom: 60px;
}

.Footer
{
	clear: both;
	position: relative;
    margin: 0px 0px 0px 0px;
    height: 100px;
    padding: 10px 0;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    line-height: normal;
    color: #aaa;
    
    background: #3d2b1f url(../Images/Dundee-Footer.png) repeat-x scroll left top;
}

.Footer_Content
{
	/*width: 940px;*/
	margin: inherit auto;
	line-height: 2em;
}

.Footer_Credits
{
	line-height: 2em;
}

.Footer_Links
{
	text-align: center;
}

.Footer a:link,
.Footer a:visited
{
	color: #aaa;
	text-decoration: none;
}

.Footer a:hover,
.Footer a:active
{
	color: #aaf;
	text-decoration: underline;
}

.FooterBottles
{
	float: right;
	margin-top: -70px;
	margin-right: 20px;
}

.ns_StatusArea
{
	margin: 10px 0px 0px 0px;
	color: #fff;
	height: 100px;
}

.ns_StatusArea a
{
	color: #fff;
}

.ns_StatusArea a:hover
{
	text-decoration: underline;
}

.ns_StatusArea a.ns_LinkButton
{
	display: inline-block;
	margin-left: 5px;
	border: solid 1px #ffa801;
	padding: 1px 5px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background: transparent url(../Images/ButtonBackground.png) repeat-x scroll left bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ns_StatusArea a:hover.ns_LinkButton
{
	color: #ff0000;
	text-decoration: none;
	background-image: url(../Images/ButtonBackground_Hover.png);
}

.ns_StatusArea_AccountName
{
	font-weight: bold;
}

.ns_StatusArea .StatusText
{
	float: left;
}

.ns_StatusArea .StatusActions
{
	float: right;
}

.Main h2
{
	font-size: 16px;
}

.Main h3
{
	font-size: 14px;
}

.boardList
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-spacing: 0px;
	border: none 0px transparent;
	border-collapse: collapse;
	clear: both;
}

.boardList tr
{
	background-color: #DFD;
}

.boardList tr.Alternating
{
	background-color: #CEC;
}

.boardList td
{
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 5px 10px;
}

.boardList a
{
	color: #000;
}

.boardList .Title
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.boardList td.IconCell
{
	width: 16px;
	padding: 0px;
}

.topicList
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-spacing: 0px;
	border: none 0px transparent;
	border-collapse: collapse;
	clear: both;
}

.topicList .headerRow
{
	color: #000;
	border-bottom: solid 1px #999;
	font-size: 11px;
}

.topicList tr
{
}

.topicList tr.alternating
{
	
}

.topicList th, .topicList td
{
	text-align: left;
	padding: 2px 1px;
	border: none 0px transparent;
}

.topicList a
{
	color: #000;
}

.topicList .topicDetails
{
	font-size: 11px;
}

.clear
{
	clear: both;
}

.small
{
	font-size: 11px;
}

.alignCenter
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}

.PostView
{
	clear: both;
	border-top: solid 1px #DDD;
	margin-bottom: 10px;
}

.PostView .PostAuthor
{
	width: 130px;
	float: left;
	padding: 5px;
}

.PostView .PostHeader
{
	border-bottom: solid 1px #EEE;
	padding: 5px 0px 5px 5px;
	margin-left: 140px;
	color: #888;
}

.PostView .PostText
{
	padding: 5px;
	margin-left: 140px;
}

.PostView .PostText img
{
	max-width: 780px;
	max-height: 585px;
}

.PostView .PostText blockquote
{
	margin: 0px;
	border-left: solid 1px #B9B9B9;
	padding: 5px 10px 5px 15px;
	background-color: #E9E9E9;
}

.PostView .PostHeader .PostActions
{
	float: right;
	margin-top: -2px;
}

.QuickEditArea
{
	clear: both;
	border-top: solid 2px #CCC;
	padding-top: 10px;
}

.QuickEditArea .Instructions
{
	width: 130px;
	float: left;
	padding: 5px;
}

.QuickEditArea textarea
{
	display: block;
	width: 610px;
	margin-left: 140px;
	margin-bottom: 5px;
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
	font-size: 13px;
}

.QuickEditArea input
{
	display: block;
	margin: 5px 0px 0px 140px;
}

.QuickEditArea span
{
	display: block;
	margin-left: 140px;
}

.PostEditor
{
	clear: both;
	border-top: solid 2px #CCC;
	padding-top: 10px;
}

.PostEditor div
{
	display: block;
	clear: both;
	margin-bottom: 5px;
}

.PostEditor .Label
{
	display: block;
	width: 100px;
	float: left;
	padding-top: 2px;
}

.PostEditor .Field
{
	display: block;
	margin-left: 100px;
}

.PostEditor .Field .Title
{
	width: 300px;
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
	font-size: 13px;
}

.PostEditor .Field textarea
{
	width: 630px;
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
	font-size: 13px;
}

textarea
{
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
	font-size: 13px;	
}

table.Form
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

table.Form th, table.Form td
{
	margin: 0px;
	padding: 1px 5px 10px 0px;
}

table.DataGrid
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-spacing: 0px;
	border: none 0px transparent;
	border-collapse: collapse;
}

table.DataGrid th
{
	background-color: #393;
	color: #FFF;
	text-align: left;
}

table.DataGrid tr
{
	background-color: #DFD;
}

table.DataGrid tr.Alternating
{
	background-color: #CEC;
}

table.DataGrid th
{
	border: none 0px transparent;
	padding: 2px 4px;
	text-align: left;
}

table.DataGrid td
{
	border: none 0px transparent;
	padding: 4px;
	vertical-align: top;
}

.topicList td.IconCell
{
	width: 48px;
	padding: 0px;
	text-align: right;
}

a.LinkButton
{
	display: inline-block;
	margin-left: 5px;
	border: solid 1px #DDD;
	padding: 1px 5px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

a.LinkButton:hover
{
	border-color: #99F;
	background-color: #EEF;
	color: #000;
}

div.Form
{
	margin: 10px 0px 0px 0px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 1em;
}

dl
{
	margin: 0px;
	clear: both;
}

dt
{
	margin: 1em 0px 0px 0px;
	clear: both;
}

dt:first-child
{
	margin: 0px;
}

dd
{
	margin: 0px;
}

dl.Compact
{
	margin: 0px;
	padding: 0px;
}

dl.Compact dt
{
	margin: 0.5em 0px 0px 0px;
}

dl.Compact dd
{
	margin: 7px 0px 0px 0px;
}

div.Form h2
{
	font-size: 16px;
	margin: 0em 0em 0.5em 0em;
}

div.Form h3
{
	margin: 0.75em 0em 0em 0em;
	font-size: 14px;
}

div.Form h3:first-sibling
{
	margin: 0em 0em 0em 0em;
}

div.Form .Button
{
	margin: 1em 0em 0em 0em;
}

div.Form table
{
	margin: 0px;
	border-spacing: 0px;
	border-width: 0px;
	border-collapse: collapse;
	padding: 0px;
}

div.Form table th, div.Form table td
{
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	vertical-align: top;
}

.Message
{
	margin: 0px 0px 10px 0px;
	border: solid 1px #EEA;
	padding: 10px;
	background-color: #FFB;
}

.Hilite
{
	display: none;
}

.Emoticon
{
	display: inline;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

.Clear
{
	clear: both;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ns_TopicList_OptionsBar
{
	margin-bottom: 10px;
	border: solid 1px #ccc;
	padding: 3px;
	font: normal normal normal 11px Verdana, Arial, Tahoma, Sans-serif;
	background-color: #eee;
}

.ns_TopicList
{
}

.ns_TopicList_Topic
{
	margin-bottom: 20px;
}

.ns_TopicList_TopicTitle
{
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}

a:link.ns_TopicList_TopicTitle,
a:visited.ns_TopicList_TopicTitle
{
	color: #000;
}

a:active.ns_TopicList_TopicTitle,
a:hover.ns_TopicList_TopicTitle
{
	color: #996600;
	text-decoration: underline;
}

.ns_TopicList_TopicIcon
{
	vertical-align: baseline;
	margin-right: 4px;
}

.ns_TopicList_TopicByLine
{
	display: block;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

.ns_TopicList_TopicByLine a:link, 
.ns_TopicList_TopicByLine a:visited
{
	text-decoration: none;
	color: #990000;
}

.ns_TopicList_TopicByLine a:hover, 
.ns_TopicList_TopicByLine a:active
{
	text-decoration: underline;
	color: #996600;
}

.ns_TopicList_TopicByLine .ReplyCount
{
	color: #333;
}

.ns_TopicList_TopicSummary
{
	margin: 0.5em 0em;
}

.ns_TopicList_TopicSummary img
{
	margin-right: 5px;
}

.ns_TopicList_TopicTags
{
	margin-bottom: 0.5em;
}

.ns_TopicList_TopicTags a.Tag
{
	display: inline-block;
	margin-right: 5px;
	border: solid 1px #ddd;
	padding: 3px 6px;
	text-decoration: none;
	
	font-family: Verdana;
	font-size: 11px;

	color: #000;
	background-color: #ffffd0;
}

.ns_TopicList_TopicTags a:hover.Tag
{
	color: #00b;
	background-color: #ffffff;
}

.ns_TopicList_PagerButton
{
	border: solid 1px #ccc;
	padding: 2px 5px;
}

.ns_TopicList_PagerButton_Current
{
	border: solid 1px #ccc;
	padding: 2px 5px;
	font-weight: bold;
}

.ns_PostList
{
}

.ns_PostList_Item
{
	margin-bottom: 0.5em;
}

.ns_TagCloud
{
}

.ns_TagCloud a.Tag
{
	display: inline-block;
	margin-right: 0.5em;
	line-height: 1.5em;
	text-decoration: none;
}

.ns_TagCloud a:hover.Tag
{
	text-decoration: underline;
}

.ns_TagCloud .Tag.Weight1
{
	font-size: 90%;
}

.ns_TagCloud .Tag.Weight2
{
	font-size: 95%;
}

.ns_TagCloud .Tag.Weight3
{
	font-size: 100%;
}

.ns_TagCloud .Tag.Weight4
{
	font-size: 115%;
}

.ns_TagCloud .Tag.Weight5
{
	font-size: 130%;
}

.addthis_button
{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 1em;
}

.YouTubePreview
{
	position: relative;
	display: inline-block;
	border: solid 1px #bbb;
	margin-right: 5px;
}

.YouTubePreview .YouTubeThumbnail
{
	width: 120px;
	max-width: 120px;
	height: 90px;
	max-height: 90px;
}

.YouTubePreview .YouTubeOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	background: transparent url(../Images/PlayVideo.png) no-repeat left top;
	z-index: 40;
}

.UserImage
{
	margin-right: 6px;
	margin-bottom: 6px;
}
