/* Start of CMSMS style sheet 'Navigation' */
#menu_vert {
  margin-top: 55px;
  float: right;
  height: 24px;
  width: 600px;
  text-align: right;
}

#menu_vert ul {
  margin: 0.5em 0;
  height: 14px;
  float: right;
}

#menu_vert ul li {
  list-style-type: none;
  display: inline;
  height: 14px;
  text-align: center
  white-space: nowrap;
}

#menu_vert > ul li {
  width: auto;
}

#menu_vert ul li a {
  text-decoration: none;
  color: white;
  display: block;
  clear: none;
  float: left;
  padding: 0 1em;
  border-right: 1px solid white;
  height: 14px;
  line-height: 1.2em;
}

#subNavigation ul {
  list-style-type: none;
  width: 200px;
}

#subNavigation li {
  border-bottom: 1px dotted white;

}

#subNavigation li a {
  text-decoration: none;
  color: white;
  padding: 0.8em 0;
  display:block;
}

#subNavigationDesign li {
  border-bottom: 1px dotted black;
}

#subNavigationDesign li a {
  text-decoration: none;
  color: black;
}

#portfoliomenu ul {
  list-style-type: none;
}

#portfoliomenu ul li {
}

#portfoliomenu ul li a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* End of 'Navigation' */

/* Start of CMSMS style sheet 'Portfolio' */
.thumbnailImage{
   /*margin-left: -4px;*/
  display: block;
}

/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

.thumb
{
	padding:0;
	text-decoration:none;
        height: 110px;
        width: 180px;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb img {
        height: 110px;
        width: 180px;
}

li.thumb a {
  display: block;
  /*line-height: 1px;*/
}

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}

/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

#sidebar.homepage ul.picturelist li {
  margin-bottom: 1em;
}

/* Album and Picture Lists */

.albumcomment { text-align: left; }


/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
.albumname a
{
	display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/* End of 'Portfolio' */

