/*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;
}

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;}
#home li#nav_1 {background: url(../graphics/UnAtNav.png) no-repeat 0 -45px;}

li#nav_2 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -125px -45px;}
#blog li#nav_2 {background: url(../graphics/UnAtNav.png) no-repeat -125px -45px;}

li#nav_3 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -250px -45px;}
#projects li#nav_3 {background: url(../graphics/UnAtNav.png) no-repeat -250px -45px;}

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

li#nav_5 a:hover {background: url(../graphics/UnAtNav.png) no-repeat -500px -45px;}
#resume li#nav_5 {background: url(../graphics/UnAtNav.png) no-repeat -500px -45px;}


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

	

/* ~~~~~~~~~~~~~ CONTENT STYLES ~~~~~~~~~~~*/
#content {
	width: 1000px;
	padding: 0 0 50px 0;
	float: left;
	margin: 0;
	background-image: url(../graphics/UnAt_bk.png);
}
#content2 {
	width: 1000px;
	padding: 0 0 50px 0;
	float: left;
	margin: 0;
	background-image: url(../graphics/UnAt_bk2.png);
}
#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 FrontPage~~*/

#FrontPage {
	width: 750px;
	padding: 0;
	margin: 0;
	float: left;
}

#Column1 {
	width: 435px;
	padding: 0;
	margin: 0;
	float: left;
}
#Column1_head {
	background-image: url(../graphics/UnAt_mn_current.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	text-indent: -10000px;
	margin: 25px 0 10px 0;
	}
	
#Column1 img {
	margin: 0 0 0 50px;
}

#Column2 {
	width: 315px;
	padding: 0;
	margin: 0;
	float: left;
}

#Column2_head {
	background-image: url(../graphics/UnAt_mn_also.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	text-indent: -10000px;
	margin: 25px 0 10px 0;
	}
	
#Column2 img {
	margin: 0 0 15px 35px;
}

/*~~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;
}



/*~~Style specific to Gallery pages~~*/

/*~~Style specific to Project pages~~*/
.ProjectCard {
	margin: 10px 0px 5px 0px;
	width: 350px;
	float: left;
	}
	
.ProjectThumb {
	margin: 10px 20px 10px 10px;
	float: left;
	
	}
.ProjectCardInfo{
	margin:10px 0 0 0px;
	text-indent: -10px;
}
.ProjectCard ul {
	margin: 0px;
	}
.ProjectCard li {
	line-height: 20px;
	font-size: 15px;
	list-style-type: none;
	margin: 0 5px 0 0;
	}
#thisProject .content{
	width: 700px;
}
#projects #mainImage {
	margin: 0px 10px 10px 0px;
	float: left;
}
#thisProject .intro{
	margin:20px 0 0 0;
	height: 300px;
	width: 700px;
}
#thisProject .content{
	margin: 10px 0px 0px 0px;
	float:left;
}
#projects h1 {
	margin:20px 0 0 0;
	font-size: 18px;
}
#sponsors {
	margin: 0 0 15px 0;
}

#main #sponsors {
	margin: 25px 0 15px 50px;
} /*remove this after SPF2010*/
#main #sponsors h2 {
	margin: 25px 0 0 0;
} /*remove this after SPF2010*/

#sponsors li{
	list-style: none;
	margin: 0 0 10px 35px;
	
}


/*~~Style specific to Resume pages~~*/

#mainContent {
	width: 700px;
	padding: 0 20px 0 20px;
	margin: 0;
	float: left;
}

#resume #mainContent h1 {
	text-align: center;
	display: block;
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 0;
	color: #000000;
}
#resume  .email  {
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 0 1em 0;
}
#resume  .job {
	margin: 0 0 2em 1em;
}
#resume #mainContent  li  {
	margin-left: 2em;
	line-height: 1.3em;
	text-indent: -1em;
	list-style-type: none;
}
#resume .job p {
	margin: 0 0 0 .5em;
}
.contentImage {
	float: left;
	margin: 0 1em .5em 0;
}

/*~~Style specific to Blog pages~~*/


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

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


/*~~~~~~~~~~~~~~~~SIDEBAR~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~ SB NAV ~~~~~~~~~~~*/
ul#SBnav {
	list-style-type: none;
	color: #ece9c1;
	width:214px;
	height: 151px;
	position: relative;
}

li#SBnav_1 {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat 0 0;
	height: 74px;
	width: 214px;
	position: absolute;
}

li#SBnav_2 {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat 0 -77px;
	top: 77px;
	height: 74px;
	width: 214px;
	position: absolute;
}

li#SBnav_3 {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat 0 -154px;
	top: 154px;
	left: 125px;
	height: 74px;
	width: 214px;
	position: absolute;
}

li#SBnav_4 {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat 0 -231px;
	left: 231px;
	height: 74px;
	width: 214px;
	position: absolute;
}

ul#SBnav a {
	display: block;
	height: 74px;
	width: 214px;
	text-indent:-100000px;
	text-decoration: none;
	overflow: hidden;
}

li#SBnav_1 a:hover {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat -214px 0px;
}
li#SBnav_2 a:hover {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat -214px -77px;
}
li#SBnav_3 a:hover {
	background: url(../graphics/mainPage_SB_Buttons.png) no-repeat -151px -154px;
}

.donate
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#sidebar2 ul{
	list-style:none;
}

#sidebar2 li{
	margin: 0 0 7px 5px;
}

/*~~~~~~~~~~~~~~~~~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;
}
#sidebar2 {
	width: 230px;
	float: left;
	padding: 15px 10px 0 10px;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}
#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;
}

