/*   
Theme Name: SuperPhoto
Theme URI: http://g12.storas.lt
Description: A super theme for photoblog
Author: g12
Author URI: http://g12.storas.lt
Version: 0.1
.
License: GPL
.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma;
	font-size: 28px;
	font-weight: bold;
	background: #330000;
}

h1 {
	font-size:28px;
	margin-bottom:5px;

}

h2 {
	font-size:15px;

}

img {
	border: none;
	font-size:8px;
	text-decoration: none;
}

a {
	color: #550000;
}

.container {
	overflow: hidden;
}

.left {
	float: left !important;
}

.right {
	float: right !important	;
}

.line {
	height: 1px;
	border-top: 1px solid #970000;
	width: 100%;
}

.pointer {
	cursor: pointer;
}

#wrapper {
	/*border-left:1px solid #970000;
	border-right:1px solid #970000;*/
	margin:0 auto;
	width:1024px;
	background: white;
}

#header {
	background:transparent url(images/header.png) no-repeat scroll 0 0;
	height:113px;
}

#search {
	float:right;
	margin:5px 5px 0 0;
}

#search input[type="text"] {
	background:transparent url(images/bg_searchbox.png) repeat scroll 0 0;
	border:medium none;
	color:#999999;
	float:left;
	font-family:tahoma;
	font-size:21px;
	font-weight:bold;
	height:26px;
	padding:8px;
	width:257px;
}

#search #ssubmit {
	background:transparent url(images/btn_search.png) no-repeat scroll 0 0;
	border:medium none;
	float:left;
	height:56px;
	margin:0 0 0 2px;
	width:61px;
	cursor: pointer;
}

#mainmenu {
	border-bottom:1px solid #550000;
	margin:0 10px 30px;
}

#mainmenu ul {
	overflow: hidden;
	padding-bottom:5px;
	height:100%;
}

#mainmenu li {
	float:left;
	list-style-type:none;
	margin:17px 40px 0 0;
	text-transform:uppercase;
	
}

#mainmenu li a{
	font-size:26px;
	text-decoration: none;
}

#postcount {
	font-size:16px;
	color:#280B0B;
	float:right !important;
	font-family:georgia;
	margin:0 !important;
	text-align:right;
	text-transform: none !important;
}

#postcount .digit {
	font-size:30px;
	margin:0 5px;
	color: #B00808;
}

.top_container {
	overflow: visible;
}
 
#topposts {
	background:transparent url(images/bg_top_posts.png) repeat scroll 0 0;
	float: left;
	height:406px;
	margin:0 0 20px 10px;
	padding:5px 0 0 15px;
	width:521px;
}

#arrows {
	margin:0 0 0 200px;
}

#arrows a {
	text-decoration: none;
}

#pop {
	height:205px;
	margin:0 10px;
	overflow:hidden;
	
}

#posts{
	margin:0 10px;
	overflow:hidden;
}

#posts a, #pop a {
	margin:10px 5px 0 0;
}

#posts .line, #pop .line {
	margin: 0 0 30px 0;
	
}

#posts p, #pop p {
	height:157px;
	margin:9px 0;
}

#pop img {}

#posts img {
height:150px;
width:auto;
}

#mostpopular {
	border-bottom:2px solid #970000;
	border-left:2px solid #970000;
	float:right;
	height:363px;
	margin:-60px 0 46px;
	overflow:hidden;
	padding:0 0 0 11px;
	width:430px;
}

#mostpopular h1 {
	color:#B00808;
}

#mostpopular h1 img{
	margin:0 10px 0 0;
}

#mostpopular .container {
	margin:10px 0 0;
}

#mostpopular p {
	margin:0;
	height: 107px;
}

#extras {
	overflow: hidden;
}

#top_photo {
	border-right:1px solid #970000;
	height:316px;
	padding:0 0 0 0;
	text-align:center;
	width:436px;
}

#top_photo a {
	font-size:18px;
	text-decoration:none;
}

#top_thumbs {
	margin:-13px 0 0 15px;
	overflow:hidden;
	width:50px;
}

#top_thumbs a {
	margin:0 0 5px;
}

#top_thumbs .line {
	margin: 5px 0 0 0;
	display: block;
}

#postlink {
	float:left;
	font-size:18px;
	margin:5px 0 0;
	width:419px;
}

#postlink a {
	text-decoration: none;
}

#lastcomments {
	float:left;
	height:300px;
	margin:0 0 0 20px;
	width:187px;
}

#lastcomments .container {
	border-bottom:1px solid #970000;
	margin:5px 0 0;
	padding:0 0 5px;
}

#lastcomments .line {

}

#advert {
	border-left:1px solid #970000;
	float:left;
	height:398px;
	margin:0 0 0 10px;
	overflow:hidden;
	width:131px;
}

#advert a {
	
}

#advert img {
margin: 0 0 6px 6px;
}

#main {
	padding: 0 20px;
	overflow: hidden;
}

#main #advert {
	float: right;
	
	height: auto;
	margin:0 0 0 10px;
width:158px;
}

#main h1 {
	color: #B00808;
	width: 808px;
}

#main img.right {
	margin:30px 0px 0 0;
}

#main .taglist {
	border-top:1px solid #990000;
	float:left;
	font-size:18px;
	margin:30px 0;
	padding:10px 0 0;
}


#main .taglist a {
	text-decoration: none;
}

#main .postcontent {
	float:left;
	font-size:18px;
	margin:30px 0;
	width:300px;
}

#main .sizer {
	display:block;
	float:left;
	width:990px;
}

#postmenu {
	float:left;
	font-size:14px;
	margin:10px 0 60px;
	overflow:hidden;
	width:810px;
}

#postmenu .line {
	float:left;
}

#postmenu p {
	float:left;
	margin:5px 0;
}

#postmenu .vertline {
	border-left:1px solid #970000;
	float:left;
	height:23px;
	margin:2px 20px;
	width:1px;
}

#postmenu .count {
	color:#B00808;
	display:block;
	float:left;
	font-family:georgia;
	font-size:18px;
	margin:-2px 5px;
}

#postmenu .author {
	font-weight: normal;
}

#vote {
	float:left;
	margin:0 0 0 67px;
}

#comments {
	margin: 20px 20px;
}

#commentform {
	border-bottom:1px solid #990000;
	margin:40px 0 20px 82px;
	overflow:hidden;
	padding:0 0 30px;
}

#commentform p {
	margin:0 0 0 30px;
}

#commentform input[type="text"], textarea {
	border:1px solid #970000;
	color:#B3B3B3;
	font-family:tahoma;
	font-size:28px;
	font-weight:bold;
}

#commentform input[type="text"] {
	height:38px;
	margin:0 20px 22px;
	width:287px;
}

#commentform #comment {
	float:left;
	height:163px;
	width:453px;
}

#commentform #submit {
	background:transparent url(images/btn_submit.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	float:right;
	height:38px;
	margin:0 28px;
	width:259px;
}

#respond ul {
	list-style-type: none;
	margin:0 0 0 80px;
}

#respond li {
	margin:10px 0 0;
	overflow:hidden;
}

#respond li .line {
	margin:10px 0 0;
}

#respond .author {
	font-size:18px;
}

#respond .text {
	font-size:18px;
	font-weight:normal;
	margin:5px 0 0;
	width:724px;
}

#respond .date {
	font-size:12px;
	font-weight:normal;
}

#respond .avatar {
	margin:0 12px 0 5px;
}

.topcomment {
	margin:0 0 0 5px;
	padding:0 0 5px;
}

.topcomment-text {
	font-size:10px;
}

.topcomment  strong{
	font-size:12px;
}


.topcomment h2 a {
	text-decoration: none;
}

.avatar {
	margin:0 2px 0 0;
}

.topcomment  a{
text-decoration: none;
}

#pagetext {
	float:left;
	font-size:16px;
	font-weight:normal;
	margin:30px 0 0;
	overflow:hidden;
	width:800px;
}

#pagetext p {
	margin: 0 0 10px 0;
	text-align:justify;
}

#pagetext p img {
	margin:0 0 20px 40px !important;
}

#footer {
	/*border-bottom:1px solid #990000;*/
	border-top:1px solid #990000;
	margin:60px 20px 10px;
	overflow:hidden;
	padding:0 0 30px;
}

#footer .box {
	float:left;
	padding:10px;
	width:280px;
}

#footer .box ul {
	list-style-type:none;
}

#footer .box ul ul {
	font-size:18px;
	margin: 10px 0;
}


#footer .box li {

}

#footer .box li h2 {
	font-size:28px;
}

#footer .box p {
	font-size:18px;
}

#footer .vertline {
	border-left:1px solid #990000;
	float:left;
	margin: 19px;
	min-height:300px;
	width:1px;
}

.postnavigation {
	text-align:center;
}

.postnavigation .wrapper {
	
}

.postnavigation .wrapper .vertline {
	
}

.postnavigation .wrapper a {
	color:black;
	padding:0 10px;
	text-decoration:none;
}

.postnavigation .wrapper a.current {
	font-size: 41px;
	color: #800000;
}

.commentwrapper {
	overflow: visible;
	width:267px;
}

.commentcontainer {
	overflow:hidden;
	border-bottom:1px solid #970000;
	margin:5px 0 0;
	padding:0 0 5px;
}

.searchresult {
	border-top:1px solid #990000;
	float:left;
	margin:20px 0 0;
	overflow:hidden;
	padding:20px 0 0;
	width:800px;
}

.searchresult a {
	margin:0 30px;
	text-decoration:none;
	width:400px;
}

#navigation {
	font-size:18px;
	font-weight:normal;
	margin:20px;
	overflow:hidden;
	padding:10px 0;
}

#navigation .item {
	display:block;
	width:350px;
}

.right-text {
	text-align: right;
}

.toptable {
	background:white none repeat scroll 0 0;
	margin:20px auto;
	padding:20px;
	width:900px;
}

.topt-head {
	font-size:18px;
	margin:10px 0 20px;
}

.topt-col {
	width:165px;
	margin: 0 29px;
}

.topt-col a {

}

.topt-col img {
height:auto;
margin:5px 0;
width:150px;
}

.topt-col p {
	border-bottom:1px solid #990000;
	font-size:12px;
	margin:0 0 10px;
	padding:0 0 10px;
}

.other-icon {
margin:0 10px 10px 0;
}

.other-heading {
margin:0 0 40px;
}

#other-icons {
float:left;
height:424px;
overflow:hidden;
padding:0 0 0 15px;
width:100px;
}

#other-icons .icon{
	margin:10px 0 0;
}
.mixedcontent img {
margin: 0 20px 20px 0;
}
.mixedcontent {
font-size:18px;
}

.map {
float: left;
margin: 30px 0 20px 0px;

}