

/*<group=Body>*/

body {
	color: #FFFFFF;
	text-align: center;
	background: #495159;
	padding: 0px;
	margin: 0px;
	font: 13px Arial, Helvetica, sans-serif;
}

body#comments {
	background: #495159 url(../images/body/leftgradient.png) left top repeat-y;
}

#bodymargin {
	padding-right: 1px;
	padding-top: 156px;
	padding-left: 8px;
}

#contentcontainer {
	width: 880px;
	display: block;
	text-align: justify;
	margin: 40px auto 0px auto;
	position: relative;
	padding: 0px;
}

img { border: none; }
	
/*</group>*/

/*<group=Links>*/

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #EAEAEA;
}

a:hover {
	color: #D7D7D7;
}

a:active {
	color: #BBBBBB;
}

#sidebar a {
	color: #D2D2D2;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:visited {
	color: #C8C8C8;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar a:active {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

a.calendar:link {
	color: #2E2E2E;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.calendar:visited {
	color: #585858;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.calendar:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.calendar:active {
	color: #585858;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.button {
	background-color: #B0B5BA;
	border: 1px solid #e9e9e9;
	display: inline;
	color: #313131;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

a.button:hover {
	background-color: #BDC3C8;
	border-color: #e9e9e9;
}

a.button:active {
	background-color: #A9A9A9;
	border-color: #e9e9e9;
}

a.button img {
	position: relative;
	top: 2px;
	left: 1px;
	margin-right: 6px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #e9e9e9;
	padding-right: 4px;
}

/*</group>*/

/*<group=Header>*/

#headercontainer {
	display: block;
	width: 100%;
	height: 50px;
}

#header {
	display: block;
	height: 80px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #5C636A;
	border: 1px solid #6D747A;
}

#fadeout {
	display: none;
}

#platform {
	width: 304px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 1px solid #6D747A;
	padding-right: 20px;
}

#platformshadow { display: none; }

#artofadambetts {
	display: block;
	text-decoration: none;
	font-size: 25px;
	color: #FFF;
	text-shadow: #2a2f34 0px 1px 1px;
	font-weight: bold;
	text-align: right;
	margin: 15px 10px 5px 20px;
}

#artsweblog {
	display: block;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
}

#sidebarheader { display: none; }

#sidebarheadershadow { display: none; }

#tabs {
	width: 515px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

#tabs a {
	float: left;
	display: block;
	width: 103px;
	height: 80px;
	margin: 0px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 80px;
	color: #E3E3E3;
	text-shadow: #495159 0px 1px 1px;
	font-weight: bold;
}

#tabs a:hover {
	background: #6d7379;
	color: #FFFFFF;
}

/*</group>*/

/*<group=Posts>*/

#maincontent {
	position: absolute;
	width: 395px;
	top: 25px;
	left: 205px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

.date {
	width: 385px;
	height: 15px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0px 0px 20px 0px;
	cursor: default;
	background: #5C636A;
	border: 1px solid #6D747A;
	color: #D2D2D2;
	text-shadow: #495159 0px 1px 1px;
}

h3 {
	font-size: 17px;
	text-align: left;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	line-height: 20px;
	text-shadow: #2a2f34 0px 1px 1px;
}

h3 img {
	margin-right: 5px;
	position: relative;
	top: 4px;
}

p {
	font-size: 13px;
	line-height: 16px;
}

.postfooter {
	margin-bottom: 30px;
	font-size: 10px;
	border-top: 1px solid #6c7278;
	padding: 5px 0px 0px 0px;
	color: #B0BAC4;
}

.postfooter a {
	color: #B4BEC8;
}
	
/*</group>*/

/*<group=Left navigation>*/

#leftnavigation {
	position: absolute;
	top: 25px;
	left: 20px;
	display: block;
	width: 162px;
	text-align: left;
	background: #5C636A;
	border: 1px solid #6D747A;
}

#leftnavigation a {
	display: block;
	text-decoration: none;
	color: #E4E4E4;
	text-shadow: #495159 0px 1px 1px;
	padding: 4px 2px 4px 10px;
	font-size: 13px;
}

#leftnavigation a:hover {
	background: #6D7379;
	color: #FFFFFF;
}

#leftnavigation #weblog {
	margin-bottom: 19px;
}

#leftnavigation #setups {
	margin-bottom: 13px;
}

#leftnavigation #currprj {
	margin-bottom: 17px;
}

#leftnavigation #themes {
	margin-bottom: 15px;
}

#leftnavigation #photoshop {
	margin-bottom: 18px;
}

#leftnavigation #contact {
	margin-bottom: 18px;
}
	
/*</group>*/

/*<group=Side bar>*/

#sidebar {
	position: absolute;
	top: 25px;
	right: 19px;
	width: 200px;
	display: block;
	background: #5C636A;
	border: 1px solid #6D747A;
	border-bottom: none;
}

#sidebar p {
	margin: 0px;
	color: #D2D2D2;
	font-size: 10px;
	text-align: left;
	padding: 4px 10px 4px 10px;
}

#sidebar h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #495159 0px 1px 1px;
	margin: 0px;
	padding: 1px 10px 1px 10px;
	text-align: center;
}

#sidebar .sidebartop { margin-bottom: 10px; }

#sidebar .sidebarbottom {
	border-top: 1px solid #6D747A;
	margin-top: 10px;
}

#sidebar .sidebardivider {
	width: 100%;
	display: block;
	height: 25px;
}

#search2 {
	display: block;
	margin: 0px;
	padding: 4px 30px 4px 30px;
}

#sidebar ul {
	margin: 0px;
	color: #D2D2D2;
	font-size: 10px;
	text-align: left;
	padding: 4px 10px 4px 28px;
}

.bulletentries {
	list-style: disc outside url("../images/sidebar-right/bulletentries.png");
}

.bulletarchives {
	list-style: disc outside url("../images/sidebar-right/bulletarchives.png");
}

.bulletlink {
	list-style: disc outside url("../images/sidebar-right/bullet.png");
}

p#downloadbutton {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

p#skinselection {
	border: 0;
	text-align: center;
}

p#jellycounter {
	border: 0;
	text-align: center;
}

p#badges img {
	border: 0;
	border-width: 0px;
	width: 80px;
	height: 15px;
	margin: 1px;
}

#sidebar form {
	margin: 0px;
	color: #D2D2D2;
	font-size: 10px;
	text-align: left;
	padding: 4px 10px 0px 10px;
	position: relative;
}

#sidebar form input {
	margin: 3px 0px 0px 0px;
}

#sidebar form #searchsubmit {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 15px;
	top: 16px;
}
	
/*</group>*/

/*<group=PostArea>*/

.PostDate {
	font-size: 13px;
	color: #24292D;
	background-color: #CCCCCC;
	text-align: right;
	padding: 4px 12px;
	font-weight: bold;
}

.Category-Mini {
	border-right: 1px solid #6C7278;
	margin-right: 6px;
}

.PostTitle {
	font-size: 16px;
	color: #F2F2F2;
	font-weight: bold;
}

.PostBody {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 12px;
}

.photoframe {
	background-color: #CCCCCC;
	padding: 7px;
	margin-bottom: 6px;
	margin-left: 6px;
	top: 0px;
	right: 0px;
	text-align: center;
	border: 3px double #ADADAD;
	float: right;
}

.PostFoot {
	font-size: 12px;
	margin-top: 16px;
	width: 100%;
	margin-bottom: 40px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ADADAD;
}

/*</group>*/

/*<group=Sidebar-Right>*/

#SidebarBG-Right {
	background-position: 192px;
	padding-top: 153px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #3D3D3D;
	background-color: #E3E3E3;
	background-position: center;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	top: 0px;
	margin-bottom: 12px;
	width: 100%;
}

.calendarreg {
	font-size: 10px;
	color: #656565;
}

.calendarreg-b {
	font-size: 10px;
	color: #DBDBDB;
	font-weight: bold;
}

.recententries {
	color: #DBDBDB;
	font-size: 11px;
	font-weight: bold;
	margin-left: 7px;
}

.tiny {
	color: #363636;
	font-size: 10px;
}

.tiny-bold {
	color: #363636;
	font-size: 10px;
	font-weight: bold;
}
.sidebar-alink {
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.sidebar-right-bg {
	background-color: #C6C6C6;
}
.newsdptdashbg {
	background-image: url(../images/tabs/NewsDept-Dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.photoframe-mid {
	background-color: #CCCCCC;
	padding: 7px;
	border: 3px double #ADADAD;
	margin: 6px;
	text-align: center;
}
.PostBody-B {
	font-weight: bold;
}
.PostTitleItalics {
	font-size: 16px;
	color: #F2F2F2;
	font-weight: normal;
	font-style: italic;
}

.postsubtitle {
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold 13px Verdena, Helvetica, sans-serif;
	color: #A7A7A7;
	border-bottom: 1px solid #6c7278;
}

.postindentleft {
	font: 13px Verdena, Helvetica, sans-serif;
	margin-left: 20px;
	padding-left: 5px;
	border-left: 1px solid #6c7278;
} 

.postgraphic {
	border: 0;
	margin-bottom: 6px;
}

.postgraphicmini {
	border: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

blockquote {
	background: transparent url(../images/body/leftquote.png) left top no-repeat;
	font-size: 13px;
	color: #B0BAC4;
	padding: 0 30px;
	margin-left: 18px;
	margin-right: -28px;
}

.bulletcollection {
	font: small Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: square outside;
}

.comments-body {
	background: transparent url(../images/body/comment.png) left top no-repeat;
	font-size: 14px;
	color: #B0BAC4;
	padding: 0px 12px 5px 30px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.comments-body2 {
	font-size: 14px;
	color: #B0BAC4;
	padding: 0px 12px 5px 30px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.comments-post {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 5px;
}

.comments-head {
	font-size: small;
	color: #CCC;
	border:1px solid #999;
	font-weight:normal;
	margin-top:10px;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.replynumber {
	text-align: center;
	display: block;
	position: absolute;
	left: 3pt;
	top: 3px;
	width: 18px;
	height: 11px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #495159;
	text-decoration: none;
}

.comments-info {
	font-size: x-small;
	text-align: center;
	width: 200px;
}

.comment-box {
	padding-left: 26px;
	padding-top: 10px;
	padding-right: 26px;
	text-align: left;
}

.extended {
	margin-bottom: 3px;
}

.buttondisabled {
	background-color: #5E656C;
	border: 1px solid #696F76;
	display: inline;
	color: #4C5054;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

.buttondisimg {
	position: relative;
	top: 2px;
	left: 1px;
	margin-right: 6px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #696F76;
	padding-right: 4px;
}

.alignreviewbuttons {
	font-size: 12px;
	text-align: left;
	margin-left: 12px;
}

.alignreviewbuttons img { margin: 0 3px 0 0 }

/*</group>*/