/* 
	TEMPLATE NAME: Twisted Eye 
	AUTHOR: Ariel Diacovetzky
	AUTHOR WEBSITE: http://www.twistedeye.com.ar
	VERSION: 0.9
*/


/* Structure
-------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font: normal 12px/17px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

html {
	min-height: 100.1%;
}


/* Reset
-------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, li {
	list-style: none;
}

h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: black;
	text-align: left;
	text-transform: uppercase;
}

h4 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
    color: #CCC;
    font-size: 14px;
}

p {
	margin: 0 0 10px 0;
	text-align: left;
}

a:link, a:visited { color: #777; text-decoration: none; } 
a:hover, a:active { color: #FFF; } 

.twelve { font-size: 14px; }


/* Custom
-------------------------------------------------------- */

.wrapper { width: 810px; margin: 0 auto; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
	
.summary {
	color: #666;
	font-size: 14px !important;
	line-height: 24px;
}


/* Header & Menu
-------------------------------------------------------- */

#header {
	margin: 15px auto 15px auto;
}

#header .wrapper {
	height: 25px;
}

#logo {
	float: left;
	font: normal 28px Georgia, Gill Sans, Palatino, serif;
	width: 280px; 
	text-transform: lowercase;
	text-align: left;
	letter-spacing: -2px;
	color: #FFF;
}

#logo a:link, #logo a:visited { color: #FFF; }
#logo a:hover { color: #FFF; text-decoration: none; }

#menu {
	margin: 0px 0 0 0;
	float: right;
	width: 450px;
	font-size: 14px;
	text-align: right;	
	text-transform: uppercase;
}

#menu li {
/*	margin: 0px 10px 0 10px; */
        margin-top: 15px;
	display: inline;
}

#menu a:link, #menu a:visited { 
    color: #999; 
    text-decoration: none; 
    padding-left: 5px;
    padding-right: 5px; 	    
}
/*#menu a:hover, #menu a:active { color: #FFF; }*/
#menu a:hover, #menu a:active {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333;
    background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    
}	

#language {
    float: left;
    text-align: center;
    text-transform: capitalize;
    -moz-opacity: .70;
    opacity: .70;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-top: 3px;
    font-size: 10px;
    font-weight: bold;
    font-stretch: expanded;
    width: 80px;
    height: 20px;
}
/* Main Photo
-------------------------------------------------------- */

#main {
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
	
#main img {
	border: none;
}


/* Image Summary
-------------------------------------------------------- */

#image-info {
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-align: left;
	height: 40px;
}

.image-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
}

.image-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}

.image-comment {
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	color: #999;
}


/* Information & Comments
-------------------------------------------------------- */

#information {
	width: 100%;
	background: #000;
	text-align: left;
	padding: 0px 0 10px 0;
}

.exif_titles {
	color: black;
	font-weight: bold;    
}

.closecomments {
    font-weight: bold;
	border-width: 1px;
	color: #000;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 1px;
	padding: 10px 10px 10px 5px;
	margin: 55px 20px 15px 0;
}

.closecomments a:hover {
    color: black;
}

#information h2 {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}


/* Image Notes
-------------------------------------------------------- */

#image-notes {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#description, #exif, #categories, #comments, #addcomment, #imageviews, #rating {
/*	border-width: 1px;
	background-color: white; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	padding: 10px 10px 10px 10px; */
	
	margin: 0 0 0px 0;
	color: white;
}

.normalfont = {
 font-weight: normal;
}

#categories a:hover {
    color: black;
}

/* Image Comments
-------------------------------------------------------- */

#image-comments {
	float: right;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

#comments li {
	color: #666;
	margin: 0 0 15px 0;
}

/* Thumbnails
-------------------------------------------------------- */
#thumbns {
   width: 820px;
   height: 100px;
   margin: auto;
   float: center;
   padding-top: 5px;
   padding-bottom: 10px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;   
   background-color: #888;
}

#thumbns h3 {
   color: #CCC;
   padding-left: 10px;   
}
#thumbns li {
   display: inline;
}


#thumbns a  {
	opacity:.45;
}

#thumbns a:hover {
	opacity:.99;
}

/* Facebook Comments */
#fb_comments {
   padding-bottom: 30px;
}

/* Comment Form
-------------------------------------------------------- */

#addcomment {
	text-align: left;
}

.input {
    float: right;
    margin-left: 15px;
    margin-right: 10px;
	width: 45%;
	border: 1px solid #DDD;
	background: #FFF;
	color: #666;
	padding: 3px;
}

.input:focus,#addcomment textarea:focus {
    outline-color: #FFCC66;
    outline-style: solid;
    outline-width: 2px;
}

#addcomment label {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

#addcomment textarea {
	width: 95%;
	height: 50px;
	border: 1px solid #DDD;
	background: #FFF;
	color: #666;
	padding: 5px;
}


.comment-button {
    margin-left: 330px;
    background: #000;
	border: 1px #FFF;
	border-style: inset
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	padding: 3px;
}

.comment-button:hover {
    outline-color: #FFCC66;
    outline-style: solid;
    outline-width: 2px;
}

#thanks {
    color: #DDD;
	padding: 10px 0 15px 10px;
}


#thanks li {
    color: #AAA;
	display: list-item;
	padding: 0 10px 0 0;
}

#thanks li.last {
	padding: 0;
}


/* Footer
-------------------------------------------------------- */

#footer {
/*	border-top: 1px solid #BBBBBB;*/
	clear: both;
	width: 810px;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	color: #333;
	font-size: 10px;
}

#footer li {
	text-align: center;
	display: inline;
	padding: 0 5px;
	color: #999;
}


/* Columns On Archive & About Page
-------------------------------------------------------- */

#column1, #column2, #column3 { 
    width: 200px; 
    text-align: left; 
    font-size: 13px }
#column1, #column2 { float: left; }
#column3 { float: right; }
#about-page #column1 {
    width: 350px;
	border-width: 1px;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 0px 0px 10px;	    
}

#about-page #column1 p {
    text-align: justify;
}
    
#column2 {
    margin-left: 10px;
    width: 420px;
	border-width: 1px;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 0px 0px 10px;	     
}

#column2 a {
   font-weight:bold;
   color: #000;
}

#column2 a:hover {
   color: #CCC;
   font-weight: bolder;
}
/* Pages
-------------------------------------------------------- */

#page {
	margin: 0 auto;
}

#archive-page, #about-page {
	float: left;
	width: 800px;
	margin: 10px auto 0 auto;
	padding: 20px 0;
}

#page p, #page ul {
	margin: 0 25px 20px 0;
}


/* Thumbnails
-------------------------------------------------------- */

#thumbnails {
 	float: right;
	width: 600px;
	text-align: left;
}

#thumbnails img {
	border: 0;
}

a img.thumbnails {
	margin: 0;
	filter:alpha(opacity=65)
	-moz-opacity:.65;
	opacity:.65;
}

a:hover img.thumbnails {
	background: #FFF;
	filter:alpha(opacity=99)
	-moz-opacity:.99; 
	opacity:.99;
}

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

#main {
	text-align: center;
	background: #000 url(../images/loading.gif) no-repeat center;
}

#image-border {
    position: relative;
	margin: 0;
}

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right: -10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}

#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left: 0px;
	float: left;	
}

#menu_browse_next {
	top: 0px;
	right: 0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url(../images/previous.png) left center no-repeat;
	cursor: pointer;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url(../images/next.png) right center no-repeat;
	cursor: pointer;
}

.topcommentersbasic-0 {
	text-align: left;
}
.topcommentersbasic-1 {
	text-align: left;
	margin: 0 0 20px 0;
}

