/* Please note, if you work through this interface, be really careful. REALLY REALLY.
You can easily screw up the whole site
*/


/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /*font-family: inherit;*/
  vertical-align: baseline
}



body {
  line-height: 100%;
  background:#e9e9e9;
  font-family: Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
  color:#333;
}
/*
ol, ul {
  list-style: none;
}
*/
table {
  border-collapse:collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

abbr,acronym {
  border:0;
}

p {
	margin-bottom: 20px;
}



/*---------------Links
/*-----------------------------------------*/

a {
  color: #417394;
  text-decoration:none;
}

a:visited {
  color: 333;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/*--------------------------------------------*/
h2 {
    font-weight: bold;
}

html,body {
	margin:0;
	padding:0;
	height:98%; /* needed for container min-height */
}

#container
{
	margin: 0 auto;
	min-width: 800px;
	max-width:1000px;
	background:#fff;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
}

#header-div
{
	height: 110px;
	width: 100%;
	background-color:#e9e9e9;
	margin-top: 10px;
}

#header
{
	height: 110px;
	width: 100%;
	background-color:#000066;
	padding: 0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
  	-webkit-border-top-right-radius:10px;
}

#header img {
	padding: 10px;
}

#navigation
{
	width: 100%;
	height:44px;
	background-color:#000066;
	background-image: url('/layout/navigation-background.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;

}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	height: 44px;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	padding: 0px 20px;
	color:#fff;
	text-decoration: none;
	font-size:12px;
}

#navigation li a:hover, #navigation li a.selected {
	background-color:#000066;
	background-image: url('/layout/navigation-background-selected.png');
	background-repeat: repeat-x;
}

#navigation li a.selected {
	font-weight: bold;
}

#content
{
	padding: 20px;
	background: #fff;
	height: auto;
	min-height: 100%;
	padding-bottom:60px;

}

#content h1
{
	color:#000;
	font-size: 200%;
	margin: 0 0 1em;

}

#content ul
{
	margin-left: 30px;
	margin-bottom: 20px;
}

#footer-div {
	bottom:0;
	position:absolute;
	min-width: 100%;
	height: 50px;
	background:#e9e9e9;
}

#footer {
	min-width: 100%;
	height: 50px;
	background:#000066;
	color: #fff;
	text-align: right;
	font-size: 11px;
	border-bottom:2px solid #f0eceb;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
  	-webkit-border-bottom-right-radius:10px;
}

#footer p {
	padding: 15px 15px 10px 10px;
}


.smaller {
	font-size: 12px;
}

#lensdata_wrap {
	/*border-bottom: 1px solid black;*/
	overflow: hidden;
}

.lensdata_left {
	width: 150px;
	padding: 0 10px 10px 0;
	font-weight: bold;
}

.lensdata_right {
	 width: 310px;
	 padding: 0 0 10px 0;
}

#lensdata {
	width: 50%;
	float: left;
}


#lenspictures {
	width: 50%;
	float: right;
}

#camerapictures {
	width: 750px;
	padding-top: 10px;
}

#lenspictures_main, #camerapictures_main {
	width: 410px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
 

#lenspictures_main p, #camerapictures_main p {
	padding: 10px 0 10px 0;
}

#lenspictures_thumb, #camerapictures_thumb {
	width: 329px;
	float: right;
	text-align: center;
	vertical-align: top;
}

#lenspictures_thumb img, #camerapictures_thumb img {
	padding: 10px;
	cursor: pointer;
}

#lens_sample_images {
	width: 100%;
	padding: 20px 0 20px 0;

}

#lensreviews {
	width: 100%;
	padding: 20px 0 20px 0;
	border-top: 1px solid black;
}

#empty_reviews {
	width: 100%;
	text-align: center;
}

#add_review {
	width: 100%;
	text-align:center;
	padding: 50px 0 0px 0;
}

#add_review a {
	color: #FFF;
	background-color: #6699cc;
	padding: 30px 50px 30px 50px;
	font-size: 24px;

	border:2px solid #f0eceb;
	border-radius:20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
  	-webkit-border--radius:20px;

  	text-transform: uppercase;

}

#add_review p {
	font-size:10px;
	text-align: left;
	padding-top: 50px;
}


#lensreview_wrap {
	overflow: hidden;
}


.lensreviewdata_left {
	width: 150px;
	padding: 0 10px 10px 0;
	font-weight: bold;
}

.lensreviewdata_right {
	 width: 700px;
	 padding: 0 0 10px 0;
	 vertical-align: middle;
}
.lensreviewdata_right table {
	width: 690px;
}

.lensreviewdata_right table tr td {
	width: 50px;
	text-align: center;
}

#lensreview_pictures {
	width: 140px;
	float: left;
	border-right: 1px solid black;
}

#lensreview_pictures img {
	padding: 10px;
}

#lensreview_data {
	width: 1027px;
	float: right;
	padding-left: 30px;
}

#lensreview_data table tr {
	border-bottom: 1px solid black;
}

#lensreview_data table tr table tr {
	border-bottom: 0px;
}

#lensreview_data table tr table tr td {
	padding-top: 0px;
}

#lensreview_data table tr td {
	padding-top: 20px;
}

.review_descr_left, .review_descr_center, .review_descr_right {
	font-size: 10px;
}

.lensreviewdata_both {
	width: 100%;
}

.lensreviewdata_both p {
	font-weight: bold;
}

.lensreviewdata_both textarea {
	width: 850px;
	height: 600px;
}


#submitLensReview {
	width: 100%;
	padding: 20px;
	text-aling: middle;
}

#submitLensReviewButton {
	padding: 20px;
	text-aling: middle;
}

.lensReview_wrap {
	width: 100%;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 3px solid black;
}

.review_deleted {
	opacity: 0.1;
}

.lensReview_userdetails {
	float: left;
	width: 370px;
	height: 180px;
	margin-bottom: 30px;
	border-right: 1px solid black;

}

.lensReview_mainuserdetails {
	margin-top: 10px;
}

.lensReview_avatar {
	float: left;
	width: 90px;
}

.lensReview_mainuserdetails_details {
	float: right;
	width: 280px;
}

.lensReview_mainuserdetails_details_noavatar {

}

.lensReview_username {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.lensReview_usertitle {
	font-size: 12px;
}


.lensReview_userdetails_subdetails {
	clear: both;
	padding-top: 20px;
	font-size: 14px;
}

.lensReview_reviewdata_wrap {
	float: right;
	width: 770px;
}

.lensReview_rating_wrap {
	float: left;
	width: 150px;
	height: 180px;
	margin-bottom: 30px;
	border-right: 1px solid black;

}

.lensReview_rating_text {
	font-size: 26px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.lensReview_rating_text:after {
    content: ":";
}

.lensReview_rating_rating {
	font-size: 150px;
	padding-top: 40px;
	padding-left: 10px;

}

.lensReview_reviewdata {
	float: right;
	width: 570px;
}

.lensReview_awesome {
	margin-top: 10px;
	margin-bottom: 5px;
}

.lensReview_ratings {
	margin-top: 20px;
}

.lensReview_ratings div {
	margin-top: 3px;
}

.lensReview_reviewtext {
	clear: both;
}

.lensReview_edit {
	width: 100%;
	text-align: right;
	padding: 20px 50px 0 0;
}

.cameralist {
	float: left;
	width: 180px;
	text-align: center;
}
.cameramaker, cameraname {
	line-height: 100%;
	padding: 0;
	margin: 0;
}
.cameramaker {
	padding-top: 10px;
	padding-bottom: 5px;
}

.after-box {
	clear: left;
}

.lens-after-box {
        padding-bottom:20px;
	clear: left;
}

.cameras_older {
	width: 100%;
	text-align: right;
	padding-right: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cameras_newer {
	text-align: left;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#statistics {	width: 750px;
	padding-left: 10px;
}

#counter_cameras, #latest_cameras {
	border-right: 1px solid black;
}

#counter_lenses {
	float: left;
	width: 38%;
}
#counter_cameras, #latest_cameras, #latest_lenses {
	float: left;
	width: 28%;
}
#counter_lenses h2, #counter_cameras h2, #latest_cameras h2, #latest_lenses h2  {
	padding-bottom: 10px;
	padding-left: 10px;
}

.counter_lens p, .counter_lens_latest p {
	padding: 0;
	margin: 0;
	padding-right: 10px;
	font-size: 12px;
}

.counter_lens p {
	padding-top: 30px;
}

.counter_lens_latest p {
	padding-top: 20px;
}

.counter_lens img, .counter_lens_latest img {	float: left;
	padding: 5px;
	padding-right: 10px;
}

.counter_lens, .counter_lens_latest {	clear: both;
}

#counter_cameras, #latest_cameras, #counter_lenses {	margin-left: 10px;
}



#threads {	clear: both;
	width: 100%;
	padding-top: 30px;
}

.threadtext {	clear: both;
}

.threaddata {	background-color: #e9e9e9;
	height: 100px;
	padding: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.threadreply_link {
	background-color: #e9e9e9;
	padding: 15px;
	margin-bottom: 50px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;

}

.threaddata h2 {	font-size: 20px;
	padding-left: 110px;
	padding-bottom: 10px;
	padding-top: 30px;
}

.threaddata p {	font-size: 12px;
	padding-left: 112px;
}

.avatar_image {	float: left;
	padding: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.threadtext {	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
	background-color: #f5f5f5;
	margin-bottom:0px;
}

.threadtext img {	margin-left: -0px;
	max-width: 1160px;
}


#permission_sign_in {	float: left;
	border-right: 1px solid black;
	width: 400px;
	padding: 100px 50px 100px 150px;
}

#logInButton {	padding: 7px 30px;
	margin: 20px 0px 0px 100px;
}

#registerNowButton {
	padding: 7px 30px;
	margin: 20px 0px 0px 50px;
}


#permission_register {	float: right;
	width: 400px;
	padding: 150px 50px 100px 0px;
}



.caption {
	font-style: italic;
	font-size: 11px;
}




.cameraTimeline {
  width: 960px;
  border: 1px solid #aaa;
	font-size: 13px;
}

.cameraTimelineHeader {
  padding: 12px; 
	text-align: center;
	font-size: 20px; 
	font-weight: bold;
	border: 1px solid #aaa;
	background-color: #439acf;
	color: #fff
}

.cameraTimelineYear {
	border: 1px solid #aaa;
	text-align: center;
	padding: 5px;
	width: 68px;
}

.cameraTimelineQuarter {
	height: 5px;
	border: 1px solid #aaa;	
	width: 17px;
}

.cameraTimelineType {
	border: 1px solid #aaa;	
	padding: 10px;
	vertical-align: middle;
	
}
.cameraTimelineCameraEmpty {
	border: 1px solid #aaa;	
	height: 40px;
}
.cameraTimelineCameraCurrent, .cameraTimelineCamera {
	border: 1px solid #aaa;			
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	
}

.cameraTimelineCameraCurrent {
	background-color: #8db0c5;
	color: #fff;
	
}

.lensHighlighted1 i, .lensHighlighted2 i {
	padding-left: 3px;
	font-size: 12px;
	
}
.lensHighlighted1 {
	color: #ff0000;
}
.lensHighlighted2 {
	color: #000000;
}