/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
   margin : 0;
	padding: 0;
	background: #424242 url(http://lensamanual.net/images/img01.gif) repeat-x top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(http://lensamanual.net/images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 1010px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 10px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1010px;
	height: 30px;
	margin: 0 auto;
	padding-top: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
   text-transform:uppercase;
}

#menu a:hover {
	margin: 0 0px 0 0;
	padding: 8px 15px 10px 15px;
	background: url(http://lensamanual.net/images/img05.jpg) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(http://lensamanual.net/images/img05.jpg) repeat-x;
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
	background: #000000;
	padding-bottom: 1px;
}

/* Page */

#page {
	width: 1010px;
	margin: 0px auto;
	padding: 4px 0px;
	background-color: #0a0a0a;
}

#page-bg {
	padding: 11px 24px;
	background: url(http://lensamanual.net/images/img03.jpg) no-repeat;
}


/* Page one */
#mainbox {
   padding: 0px;
   color: #CCCCCC;
}

#secondbox {
   margin: 5px 5px 5px 5px;
   padding: 0px;
   background-color: #101010;
   border: 1px solid #7F7F7F;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #949494;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 20px;
}

.entry a {
   color: #CCCCCC;
   text-decoration: none;
}

}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(http://lensamanual.net/images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 2px 0 2px 20px;
	background: url(http://lensamanual.net/images/img1.gif) no-repeat 5px 5px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(http://lensamanual.net/images/img06.jpg) repeat-x;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	color: #A0A0A0;
}

.sidebar a, a:hover {
   color: grey;
   text-decoration: none;
}

.sidebar a:hover {
   color: white;
   text-decoration: underline;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #666666;
	border: 1px solid #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* Footer */

#footer {
	height: 50px;
	background: #424242 url(http://lensamanual.net/images/img01.gif) repeat-x top;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Ads ZONE */

#topads {
	width: 1010px;
	margin: 0 auto;
	padding: 0px 0;
	color: grey;
	background : #000000 no-repeat center top;
}

#topads img, a {
   text-decoration: none;
   border: none;
}

/* Galery ZONE */

#topgalery {
	width: 1010px;
	margin: 0 auto;
	padding: 0px 0;
	color: #FFFFFF;
}

#topgal {
	width: 1010px;
	margin: 0 auto;
	padding: 0px 0;
	color: #FFFFFF;
	background-color: #0a0a0a;
}

/* TABS MENU */

.modernbricksmenu{
padding: 2px 0 0 0;
width: 438px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background: url(http://lensamanual.net/images/img06.jpg) repeat-x;
border: 1px solid #4A4A4A;
}

.modernbricksmenu a:hover{
color: #B75A0B;
}

.modernbricksmenu a.selected{ /*currently selected tab*/
margin-top: 2px;
color: #A1A1A1;
}

/* GRADIEN */

#gradientop {
height: 30px;
width : 1010px;
padding-bottom: 2px;
background: url(http://lensamanual.net/images/gradien.jpg) repeat-x;
}

#gradien {
margin : 5px;
height: 20px;
width : 1000px;
padding-top: 10px;
background: url(http://lensamanual.net/images/img06.jpg) repeat-x; 
font : 0.9em Arial, Sans-Serif;
text-align : center;
}

#gradien a{
color: #D49538;
background: none;
border: none;
}

#gradien a:hover{
color: white;
background: url(http://lensamanual.net/images/img06.jpg) repeat-x; 
border: thin inset;
text-decoration: none;
}

.commentbox {
padding : 3px;
color : #CCCCCC;
background-color: #3A3A3A;
font : 1.2em Arial, Sans-Serif;
}
.commentfooter {
padding : 1px;
padding-left: 20px;
color: #CCCCCC;
background-color: #2C2C2C;
}
.commentfooter a {
color: white;
}
.innerRightTube {
color: #CCCCCC;
font : 1.2em Arial, Sans-Serif; 
}
#imgsection h2 {
font : bold 1.8em Arial, Sans-Serif;
letter-spacing : -1px;
color: #CCCCCC;
}

