/*Unlikely Attitude CSS*/
/* ~~~~~~~~~~~~~ GENERAL STYLES ~~~~~~~~~~~*/

*{
	margin: 0px; 
	padding: 0px;
}

body {
	background-color:#111b03;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	font-size: 100%;
	line-height: 100%;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #5c6c9a;
	margin-top: 1em;
	line-height: 1em;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #3c4c7a;
	/*padding-top: 1em;
	padding-bottom: 0.5em;*/
}
h3 {
	font-size: 1.15em;
	line-height: 1.15em;
	margin: 0 0 .25em 0;
}
p {
	font-size: 1em;
	line-height: 1.35em;
	margin-bottom: .5em;
}
a:link {
	font-weight: normal;
	color: #B50210;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #d57250;
	text-decoration: none;
}

#wrapper {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

.clear {
	clear: both;
}

/* ~~~~~~~~~~~~~ HEADER STYLES ~~~~~~~~~~~*/
#header {
	background-color: #000000;
	width: 1000px;
	position: relative;
	height: 175px;
	margin: 0;
}
#header2 {
	background-color: #b50210;
	width: 1000px;
	position: relative;
	height: 100px;
	margin: 0;
}

/* ~~~~~~~~~~~~~ Main NAV ~~~~~~~~~~~*/
ul#nav {
	list-style-type: none;
	width: 1000px;
	color: #000000;
	height: 45px;
	background-image: url(../graphics/UnAt_NavBk.png);
	margin: 0;
	position: relative;
}

li#nav_1 {
	background: url(../graphics/UnAtNav.png) no-repeat 0 0;
	height: 45px;
	width: 125px;
	position: absolute;
	margin: 0;
}

li#nav_2 {
	background: url(../graphics/UnAtNav.png) no-repeat -125px 0;
	left: 125px;
	height: 45px;
	width: 125px;
	position: absolute;
}

li#nav_3 {
	background: url(../graphics/UnAtNav.png) no-repeat -250px 0;
	left: 250px;
	height: 45px;
	width: 125px;
	position: absolute;
}

li#nav_4 {
	background: url(../graphics/UnAtNav.png) no-repeat -375px 0;
	left: 375px;
	height: 45px;
	width: 125px;
	position: absolute;
}

#portfolio li#nav_4 {background: url(../graphics/UnAtNav.png) no-repeat -375px -45px;}
#courseware li#nav_4 {background: url(../graphics/UnAtNav.png) no-repeat -375px -45px;}
#illo li#nav_4 {background: url(../graphics/UnAtNav.png) no-repeat -375px -45px;}
#anim li#nav_4 {background: url(../graphics/UnAtNav.png) no-repeat -375px -45px;}

li#nav_5 {
	background: url(../graphics/UnAtNav.png) no-repeat -500px 0;
	left: 500px;
	height: 45px;
	width: 127px;
	position: absolute;
}

ul#nav a {
	display: block;
	width: 127px;
	height: 45px;
	text-indent:-100000px;
	text-decoration: none;
	overflow: hidden;
}

li#nav_1 a:hover {background: url(../graphics/UnAtNav.png) no-repeat 0 -45px;}
li#nav_2 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -125px -45px;}
li#nav_3 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -250px -45px;}
li#nav_4 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -375px -45px;}
li#nav_5 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -500px -45px;}


#blogfeeds {
	font-size: 0.8em;
	margin: auto;
}

/* ~~~~~~~~~~~~~ Secondary NAV ~~~~~~~~~~~*/
ul#nav2 {
	list-style-type: none;
	width: 1000px;
	color: #000000;
	height: 35px;
	background-image: url(../graphics/UnAtPort_NavBk.png);
	margin: 0;
	position: relative;
}

li#nav2_1 {
	background: url(../graphics/UnAtPortNav.png) no-repeat 0 0;
	height: 35px;
	width: 145px;
	position: absolute;
	margin: 0;
}

#courseware li#nav2_1 {background: url(../graphics/UnAtPortNav.png) no-repeat 0 -35px;}

li#nav2_2 {
	background: url(../graphics/UnAtPortNav.png) no-repeat -145px 0;
	left: 145px;
	height: 35px;
	width: 145px;
	position: absolute;
}

#illo li#nav2_2 {background: url(../graphics/UnAtPortNav.png) no-repeat -145px -35px;}

li#nav2_3 {
	background: url(../graphics/UnAtPortNav.png) no-repeat -290px 0;
	left: 290px;
	height: 35px;
	width: 148px;
	position: absolute;
}

#anim li#nav2_3 {background: url(../graphics/UnAtPortNav.png) no-repeat -290px -35px;}

ul#nav2 a {
	display: block;
	width: 148px;
	height: 35px;
	text-indent:-100000px;
	text-decoration: none;
	overflow: hidden;
}

li#nav2_1 a:hover {background: url(../graphics/UnAtPortNav.png) no-repeat 0 -35px;}
li#nav2_2 a:hover {background: url(../graphics/UnAtPortNav.png) no-repeat -145px -35px;}
li#nav2_3 a:hover {background: url(../graphics/UnAtPortNav.png) no-repeat -290px -35px;}



#blogfeeds {
	font-size: 0.8em;
	margin: auto;
}

	

/* ~~~~~~~~~~~~~ CONTENT STYLES ~~~~~~~~~~~*/
#content {
	width: 1000px;
	padding: 0;
	float: left;
	margin: 0;
	background-image: url(../graphics/UnAtPort_bk.png);
}
#mainContent {
	width: 630px;
	padding: 0 ;
	margin: 0 0 10px 0;
	float: left;
}

#content img {
	border: 0px;
}
#leadArticle {
	margin-top: 20px;
}
.thumbs img {
	height: 50px;
	width: 50px;
	margin: 0 0 1em 0;
}
.thumbsFlick img {
	/*height: 100px;
	width: 100px;*/
	margin: 0 0 1em 0;
}






/*~~Style specific to SlideShow pages~~*/

.slideImage {
	margin: 20px 20px 10px 46px;
	
}
	
#slidePages {
	text-align:center;
}

#mainContent a {
	margin: 0 5px 0 5px;
}



/*~~Style for Generic pages~~*/

#generic {
	width: 685px;
	padding: 0 20px 0 20px;
	margin: 0;
	float: left;
}



/*~~~~~~~~~~~~~~~~SIDEBAR~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~ SB NAV ~~~~~~~~~~~*/

#sidebar3 {
	width: 320px;
	float: left;
	padding: 20px 0 30px 30px;
	}
	
#sidebar3 li {
	margin: 0 0 10px 0;
	list-style-type: none;
	line-height: 22px;
}

.subExamples {
	text-indent: 15px;
}
	

/*~~~~~~~~~~~~~~~~~EXAMPLE TABS~~~~~~~~~~~~~~~~~~*/
#exampleTabs {
	list-style-type: none;
	background-color: #F7F3D3;
	width: 1000px;
	/*height: 50px;*/
	padding: 10px 0 30px 0;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fff;
	position: relative;
}

#exampleTabs li {
	position: absolute;
	width: 200px;
}

#exampleTabs a {
	text-decoration: none;
	width: 125px;
	font-weight: bold;
}

#tab1 {
	left: 0px;
}
#tab2 {
	left: 200px;
}
#tab3 {
	left: 400px;
}
#tab4 {
	left: 600px;
}
#tab5 {
	left: 800px;
}


/*~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~*/
#footer {
	background-color: #000;
	padding: 0.85em;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	color: #F7F3D3;
	letter-spacing: .15em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #f9f8ed;
}
			
#generic h1 {
	text-align: center;
}


/*~~~~~~~~~~~~~~~~~LEGACY~~~~~~~~~~~~~~~~~~*/
/*----legacy SB------*/

#sidebar {
	width: 230px;
	float: left;
	padding: 15px 10px 0 10px;
	font-size: 0.9em;
	margin:0;
	}

#digest {
}
.favHead {
	font-size: .85em;
	color: #330000;
	display: block;
	line-height: 0px;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 1px;
	background-image: url(../graphics/UnAt_blogHeadBk.gif);
}
#sidebar ul {
	line-height: 12px;
	list-style-type: none;
	padding-left: 6px;
	margin: 0 0 15px 0;
}
#sidebar li {
	line-height: 16px;
	margin: 0 0 5px 0;
}
#sidebar #archive {
	padding: 0 0 0 10px;
}

/*----legacy BLOG------*/
#blogContent {
	margin-top: 2em;
	width:490px;
	float:left;
	padding: 0 5px 0 5px;
}
#blogSide{
	margin-top: 1px;
	width:250px;
	float:left;
}
#BlogTitle a:link {
	font-size: 1.15em;
	line-height: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	text-decoration: none;
}
#BlogTitle a:visited {
	font-size: 1.15em;
	line-height: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	text-decoration: none;
}
#blogContent   #Description {
	font-size: 0.75em;
	line-height: 0.85em;
	color: #676156;
	text-align: center;
	padding-bottom: 1em;
	border-bottom-width: 0.15em;
	border-bottom-style: double;
	border-bottom-color: #C2B59E;
}
.DateHeader {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
	font-variant: small-caps;
	margin: 1.25em 0 0 0;
	padding: 0 0 0 5px;
}
.PostTitle {
	margin: 0 auto 0 auto;
	padding: 0 0 0 5px;
}
.PostTitle  a:link {
	font-variant: small-caps;
	font-weight: bold;
	color: #820512;
	text-transform: uppercase;
	text-align: center;
}
.PostTitle a:hover {
	text-decoration: underline;
}
.PostTitle a:visited {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: small-caps;
}
.PostBody {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 1em 0 1em;
}
.PostFooter {
	font-size: 0.85em;
	border-bottom-width: 0.1em;
	border-bottom-style: dashed;
	border-bottom-color: #BDB199;
	padding: 5px 0px 5px 5px;
}
.blogArchiveHead {
	font-size: 0.85em;
	color: #330000;
	display: block;
	line-height: 5px;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(../graphics/UnAt_blogHeadBk.gif);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 12px;
}

#archive{
	padding: 0 7px 0px 10px;
	font-size: .7em;
	
}
.archive-list{
	list-style-type: none;	
}

/*----Legacy Gallery ------*/
#GalleryWrapper {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../graphics/UnAt_wrpGallery_bck.gif);
}

#GalleryWrapper #content {
	float: left;
	width: 650px;
	padding: 0px 15px;
}
.mainpic {
	margin: 0 auto;
}
#GalleryWrapper #content img {
	border: 0;
	padding: 0px 2px 0 2px;
}
#movieGallery #content {
	width: 100%;
	padding: 20px 0 0 0;
}
#movieGallery  p {
	font-weight: bold;
	color: #ECECEC;
}
/*~~Style specific to Portfolio pages~~*/

#portfolioHeader {
	background-image: url(../graphics/UA_portfolioHeader.png);
	height: 25px;
	background-repeat: no-repeat;
	background-position: left;
	/*position: relative;*/
	text-indent: -10000px;
	padding: 15px 0 15px 30px;
	}
.PortfolioSection {
	float: left;
	margin: 10px 0px 25px 20px;
	width: 695px;
	}
.PortfolioInfo {
	/*position:relative;*/
	}
.PortfolioThumb {
	margin: 10px 20px 10px 10px;
	float: left;
	}
.PortfolioSectionH2 {
	margin-top: -10px;
}
