body {
  padding-top: 20px;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: 400;
    color: #111;
}

.org_empty {
    font-size: 10px;
    text-decoration: none;
}

.org_tiny {
    font-size: 12px;
    text-decoration: none;
}

.org_medium {
    font-size: 13px;
    text-decoration: none;
}

.org_large {
    font-size: 14px;
    text-decoration: none;
}

.org_huge {
    font-size: 18px;
    text-decoration: none;
}

h1 {
    font-size: 20px;
}

.op-org-mask {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 10px;
    padding: 0;
    float: left;
}

.op-org-thumbs {
    width: 300px;
    height: auto;
    border: 0;
}

.op-similar-mask {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 5px;
    padding: 0;
    float: left;
}

.op-thumbs {
    width: 200px;
    height: auto;
    border: 0;
}

.op-thumbs-affil {
    width: auto;
    height: auto;
    border: 0;
}

.op-thumbs-similar {
    width: 200px;
    height: auto;
    border: 0;
}

.op-thumbs-auto {
    width: auto;
    height: auto;
    border: 0;
}

.org_entry_box {
    width: auto;
    height: auto;
    border: 0;
}

.op-thumbs-tall {
    width: 150px;
    height: 200px;
    border: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

#logo {
    width: 128px;
    height: 20px;
    margin: 0;
    padding: 0;
    float: left;
}

#navigation {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    float: right;
}

#nav
{
	width: 100%; /* 1000 */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

	#nav > a
	{
		display: none;
	}

	#nav li
	{
		position: relative;
	}
		#nav li a
		{
			color: #000;
			display: block;
		}
		#nav li a:active
		{
			background-color: #fff !important;
		}

	#nav span:after
	{
		width: 0;
		height: 0;
		border: 0.313em solid transparent; /* 5 */
		border-bottom: none;
		border-top-color: #fff;
		content: '';
		vertical-align: middle;
		display: inline-block;
		position: relative;
	}

	/* first level */

	#nav > ul
	{
		height: 2.5em; /* 60 */
		background-color: #fff;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px 10px 10px 10px;
	}
		#nav > ul > li
		{
			width: 20%;
			height: 100%;
			float: left;
		}
			#nav > ul > li > a
			{
				height: 100%;
				font-size: 1; /* 24 */
				line-height: 2.5em; /* 60 (24) */
				text-align: center;
			}
				#nav > ul > li:not( :last-child ) > a
				{
					border-right: 1px solid #e7e7e7;
				}
				#nav > ul > li:hover > a,
				#nav > ul:not( :hover ) > li.active > a
				{
					background-color: #e7e7e7;
				}


		/* second level */

		#nav li ul
		{
			background-color: #e7e7e7;
			display: none;
			position: absolute;
			top: 100%;
      list-style-type: none;
      z-index: 5000;
      padding-left: 0px;
		}
			#nav li:hover ul
			{
				display: block;
				left: 0;
				right: 0;
			}
				#nav li:not( :first-child ):hover ul
				{
					left: -1px;
				}
				#nav li ul a
				{
					font-size: .75em; /* 20 */
					border-top: 1px solid #fff;
					padding: 0.5em; /* 15 (20) */
				}
					#nav li ul li a:hover,
					#nav li ul:not( :hover ) li.active a
					{
						background-color: #fff;
					}

#ad-bottom-center {
  text-align: center;
  padding: 0px;
  clear: both;
	height: auto;
  overflow: hidden;
  margin: 10px auto;
}
#ad-home-center {
  text-align: center;
  padding: 0px;
  clear: both;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

#ad-home-center img {
    max-width: 100%;
}

#ad-top-center {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  clear: both;
	width: 768px;
	height: auto;
	overflow: hidden;
}
#ad-middle-home {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0px;
    padding-top: 20px;
    clear: both;
}
#ad-middle-center {
    text-align: left;
    margin: 0 auto;
    padding: 0px;
	padding-top: 20px;
    clear: both;
}
#ad-middle-left {
	width:770px;
	height: 92px;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
	padding-top: 20px;
    float: left;
	overflow: hidden;
}
#ad-middle-right {
    width:150px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    float: right;
}

#search_page_content {
  margin-bottom: 20px;
}

.content_div{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: block;
	font-weight: normal;
}

.pointertext-div{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: block;
	font-weight: normal;
fuck        font-size: 8px;
}


.content_div_affil{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: block;
	font-weight: normal;
}

.content_div_tight{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
	display: inline-block;
  width: 100%;
	font-weight: normal;
}

.content_div_header{
	background-color: #fff;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}

.content_div_tight h2 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.content_div_tight h2 small {
  margin-left: 20px;
  color: #a8a8a8;
  font-size: 14px;
  text-transform: capitalize;
}
.content_div_tight h2 small a {
  color: #a8a8a8;
}

.content_div_tight h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.content_div_tight h3 small {
  margin-left: 6px;
  color: #a8a8a8;
  font-size: 12px;
  text-transform: capitalize;
}
.content_div_smallcontent {
	margin-top: 0px;
	padding: 5px;
}
.content_div h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

.content_div_thumb_info {
  width: 30%;
  margin: 0 1% 1% 0;
  padding: 1%;
  min-height: 100px;
  float: left;
  background: #ececec;
}

.content_div_thumb_info h3 {
  font-size: 14px;
  margin-bottom: .2em;
  text-transform: uppercase;
}
.content_div_thumb_info h3 small {
  color: #a8a8a8;
  font-size: 12px;
  text-transform: capitalize;
}
.content_div_thumb_info a {
  text-transform: capitalize;
}


.content_div_thumb {
  width: 32%;
	margin: 0 1% 1% 0;
	height: auto;
  overflow: hidden;
  padding: 0px;
	float: left;
  white-space: nowrap;
}

.content_div_thumb img {
  min-width: 100%;
  vertical-align:middle;
//  margin:-50% -100%;
}


.content_div_thumb a:first-child {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  text-align:center;
  line-height:220px;
}

.content_div_thumb p {
  margin: 0px;
}

.content_div_thumb p a:first-child{
  height: auto;
}

#org_chart_container {
	width: 930px;
	margin: 0px auto;
}

.content_org_chart_cell {
	width: 300px;
	height: auto;
	font-size: 12px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
}
#gallery_view_info {
  margin: 0px;
}
#home_potd h1, #gallery_view_info h1, #mysite_header h1 {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}

#mysite_header h1 a {
  color: #000;
}

#gallery_view_info p {
  margin: 0;
}
#gallery_view {
  margin-top: 0;
	clear: both;
  position: relative;
}

#gallery_view_attribution p {
  float: none;
  margin-bottom: .25em;
}
.center_content {
	text-align: center;
}

#section_image {
  background-color: #000;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

#section_image .lrarrows {
  position: absolute;
  z-index: 10;
  top: 50%;
  height: 40px;
}

#section_image .lrarrows a {
  text-decoration: none;
  color:rgba(255,255,255,.5);
  font-size: 40px;
}

#section_image .lrarrows a:hover {
  text-decoration: none;
  color:rgba(255,255,255,1);
}

#arrow-l {
  left: 20px;
}

#arrow-r {
  right: 20px;
}

#parent_image {
  margin: 20px 0 0 0;
}
#footer-info {
	padding: 40px 10px 40px 10px;
}

.footer-social-div {
  width: 1200px;
  margin: 0px;
}

.footer-social-divs {
  width: 400px;
  margin: 0px;
  padding: 0px;
}

#gallery_view_avail_sizes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gallery_view_avail_sizes li {
	display: block;
	float: left;
	margin-right: 10px;
}

@media only screen and ( max-width: 62.5em ) /* 1000 */
{
  #nav
  {
    width: 100%;
    position: static;
    margin: 0;
  }
}


@media (max-width: 780px) {
	.container {
	    width: 100%;
	}
	.content_org_chart_cell {
		font-size: 15px;
		float: none;
		width: 100%;
	}
	#section_image {
		width: 100%;
	}
	#section_image img {
		width: 100%;
	}

	.content_div{
		width: 90%;
		margin: 0px auto;
	}
	#org_chart_container {
		width: 100%;
	}

	#ad-middle-left {
		width:400px;
	    float: none;
		clear: both;
	}
	#ad-middle-right {
		width:150px;
	  float: none;
		clear: both;
	}
	#logo {
		margin-left: 17px;
	}
	#navigation {
	  width: 100%;
		margin: 20px 0px 0px 0px;
		height: auto;
	}
  .content_div_thumb_info {
    width: 98%;
    height: auto;
    margin: 0 0 10px 0;
    float: none;
  }
  .content_div_thumb a:first-child {
    height: 150px;
    line-height:150px;
  }

	#ad-bottom-center, .adsbygoogle {
		margin: 10px auto;
	}
	#ad-top-center {
		width: auto;
		margin: 20px 0px 20px 0px;
	}
	#ad-middle-left {
		width: auto;
		margin: 20px 0px 20px 0px;
	}

	#gallery_view_avail_sizes li {
		display: block;
		float: none;
		clear: both;
	}
	#footer-info {
		padding: 20px 10px 20px 10px;
	}

  .footer-social-div {
    width: 300px;
    margin: 0px auto;
  }

  .footer-social-divs {
    width: auto;
    height: 50px;
  }
}


@media (max-width: 400px) {
  .content_div_thumb a:first-child {
    height: 100px;
    line-height:100px;
  }

  .content_div_tight{
    padding: 1%;
    width: 98%;
  }
}
