/*
Theme Name: Titan
Theme URI:  http://themes.jestro.com/titan/
Description:  A refined, balanced, and exceptionally handsome WordPress theme. Features a robust theme options menu allowing you to integrate your Flickr photos, Twitter updates, and Feedburner email updates. Use the custom code box to include photos, video, or whatever else your heart desires. Designed and coded by <a href="http://www.jestro.com">Jestro</a>.
Version:    1.20
Author:   Drew Strojny
Author URI: http://www.jestro.com
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/*
    Copyright 2009 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. See this tutorial for instructions:
     ----> http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

.entry img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 10px;
}

.viral-form {
	width: 497px;
}

.viral-form form {
	margin: 15px auto;
	border: 1px solid #0049B6;
	background: #fdfcfb;
	padding: 15px;
	overflow: hidden;
}

	.viral-form input {
		width: 212px;
		border: 1px solid #DED8D5;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	.viral-form .dline {
		display: block;
		height: 1px;
		background: #DED8D5;
		margin: 0 0 10px 0;
	}
	
	.viral-form .fill-data {
		margin-bottom: 10px;
	}
	
	.viral-form textarea {
		width: 452px;
		padding: 5px;
		border: 1px solid #DED8D5;
	}
	
	.viral-form form h3 {
		font: bold 18px "Trebuchet MS";
	}
	
	.viral-form form button {
		padding: 6px 10px;
		margin: 0px auto 5px auto;
		background: url('comphead1.jpg') no-repeat center;
		border: 0px;
		line-height: 30px;
		color: #fff;
		float: right;
		cursor: pointer;
	}
	
	.viral-form form .copy {
		float: left;
		width: 250px;
		margin-top: 3px;
	}
	
.google-map {
	border: 1px solid #DFDAD5;
	padding: 1px;
	background: #ffffff;
	height: 200px;
	clear: both;
	margin-top: 20px;
}

h2.pagetitle-articles {
	border-top: 0px;
	font-size: 18px;
	border-bottom: 1px solid #DFDAD5;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	background: url('images/pikto.jpg') no-repeat 0 28px;
}

.article-left .post-header h2,
.article-left .entry,
.article-right .post-header h2,
.article-right .entry {
	margin-left: 0px;
}

.article-left {
	float: left;
	width: 410px;
	padding-right: 15px;
	border-right: 1px solid #DFDAD5;
}

.article-left .entry {
	width: 410px;
}

.article-left .post-header {
	border: 0px;	
}

.article-left .other-links {
	font-size: 12px;
	margin: 10px 0;
}

	.article-left .other-links ul li {
		padding-left: 10px;
		margin-left: 10px;
		background: url('images/pikto.jpg') no-repeat 0 8px;
	}

.article-right {
	float: left;
	width: 207px;
	margin-left: 15px;
}

.article-right .entry {
	width: 207px;	
}

.article-right .post-header {
	border: 0px;
	margin-bottom: 5px;
}

.article-right h2 {
	font-size: 13px;
}

.article-right .read-more {
	display: block;
	margin-top: 2px;
	text-align: right;
	font-size: 11px;
}

.article-right .read-more a {
	font-weight: normal;	
}

.article-right .hr {
	display: block;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #EFEAE4;
	margin-top: 12px;
}

.article-right .more-link {
	font-size: 11px;
	padding: 5px 0;
}

#footer-about h2 {
	margin-bottom: 10px;
}

h2.widgettitle {
	margin-top: 0px;	
}

.widget {
	margin-bottom: 5px;
}

#recent-posts-3 ul li {font-size:1.2em;}

#recent-posts-3  {list-style-type:none;}

#wpstats, #stSegmentFrame { display:none !important; }


.contact-form {
	width: 628px;
}

.contact-form form {
	margin: 15px auto;
	border: 1px solid #999999;
	background: #fdfcfb;
	padding: 15px;
	overflow: hidden;
}

	.contact-form input {
		width: 278px;
		border: 1px solid #DED8D5;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	.contact-form .dline {
		display: block;
		height: 1px;
		background: #DED8D5;
		margin: 0 0 10px 0;
	}
	
	.contact-form .fill-data {
		margin-bottom: 10px;
	}
	
	.contact-form textarea {
		width: 584px;
		padding: 5px;
		font: 13px Arial;
		border: 1px solid #DED8D5;
	}
	
	.contact-form form h3 {
		font: bold 18px "Trebuchet MS";
	}
	
	.contact-form form button {
		padding: 6px 10px;
		margin: 0px auto 5px auto;
		background: url('comphead1.jpg') no-repeat center;
		border: 0px;
		line-height: 30px;
		color: #fff;
		float: right;
		cursor: pointer;
	}
	
	.contact-form form .copy {
		float: left;
		width: 280px;
		margin-top: 3px;
	}
	
	.contact-form form .copy input {
		width: auto;
	}
	
	.hdi {
		display: none;
	}
	
	
	h1.pagetitle {display:none;}
	
	div.testimonials_manager_widget {
	
		color: #444444;
		font: 1.3em Arial,Helvetica,Sans-serif;
		line-height:1.3em;
	
	}
	
	#sidebar hr {border:1px solid #DFDAD5;}
	
	span.name {
	display:block;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	}
	
	div#content input.search {width:350px !important}
	
	
	ul.pagemap li {
    background: url("images/widget_li_bg.png") no-repeat scroll 10px 10px;
    margin: 0 0 0 20px;
    padding: 5px 0 5px 30px;
}

	#content a {text-decoration:underline}
	
	#content a:hover {text-decoration:none}
	

	
	.social_post ul {
    list-style-type: none;
    margin:-20px 0 15px 0;
    overflow: hidden;
    padding: 15px 0 15px 131px;
	border-top: 1px solid #EFEAE4;
	border-bottom: 1px solid #EFEAE4;
}

	.social_post ul li a {
    display: block;
    height: 24px;
    text-decoration: none;
    width: 24px;
}

	.social_post ul li {
    background: url("images/social-bookmarks.png") 0 0;
    height: 24px;
    margin-right: 18px;
    width: 24px;
	float:left;
}

	.social_post ul li.social-1 {
    background-position: 0 0;
}

	.social_post ul li.social-2 {
    background-position: -24px 0;
}

	.social_post ul li.social-3 {
    background-position: -48px 0;
}

	.social_post ul li.social-4 {
    background-position: -72px 0;
}

	.social_post ul li.social-5 {
    background-position: -96px 0;
}

	.social_post ul li.social-7 {
    background-position: -144px 0;
}

	.social_post ul li.social-8 {
    background-position: -168px 0;
}

	.social_post ul li.social-9 {
    background-position: -192px 0;
}

	.social_post ul li.social-10 {
    background-position: -216px 0;
}

#content iframe {display:block;text-align:center;padding-left:131px}

.tovabbi_cikkek {padding-left:131px}

.tovabbi_cikkek a,.tovabbi_cikkek h2{font-size:1.3em}

.tovabbi_cikkek h2{display:block; padding-bottom:5px}

 .tovabbi_cikkek ul li {list-style-type:square}
 
 .tovabbi_cikkek ul  {padding-left:20px}
