/*
Theme Name: The Web News
Author: WPThemeDesigner
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background-color: #e9e9e9;
}
a {
        color:#0E749A;
        text-decoration:none;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	background: url(images/background.gif) repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0 7px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: #CCCCCC url(images/header.gif) repeat-x 0 0;
        font-size: 11px;
}
	#header ul {
                float: left;
                list-style-type: none;
                margin-left: 1px;
                padding: 13px 0;
                }
		#header ul li {
                        border-left:4px solid #333333;
                        float:left;
                        font-size:11px;
                        padding:0 25px;
                        text-transform:capitalize;
                        }
			#header ul li.f {
				border: 0;
			}
	#header .links {
                       color:#333333;
                       float:right;
                       font-size:0.9em;
                       padding:10px;
                 }
		#header .links a {
                       margin-left:20px;
                }
	#header .logo {
                   float:left;
                   font-size:14px;
                   padding:35px 60px 50px;
                 }
		#header .logo h1 {
                        font-family:"Lucida Sans";
                        font-size:2.5em;
                        text-transform:lowercase;
                }
		#header .logo h1 a {
			color: #333333;
		}
		#header .logo p {
                        color:#336699;
                        font-weight:bold;
                        padding-left:20px;
                }
	#header .ad468x60 {
		float: right;
		padding: 35px 10px;
	}
	#header ol {
		list-style-type: none;
		height: 38px;
		background-color: #333333;
	}
		#header ol li {
float:left;
font-size:13px;
text-align:center;
}
		#header ol li a {
color:Gainsboro;
display:block;
padding:11px 20px;
}
		#header ol li a:hover {
background-color:#0E749A;
}
	#header {
		
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 666px;
	float: left;
}
	#content .post {
float:left;
height:340px;
padding:32px 42px 0 32px;
width:259px;
}
		#content .post h2 {
                        font-family:Lucida Grande;
                        font-size:1.5em;
                        margin-bottom:5px;
                        }
			#content .post h2 a {
                              color:#333333;
                              font-size:19px;
                        }
		#content .post .date {
                        color:#808080;
                        font-family:Georgia;
                        font-size:10px;
                        margin-bottom:14px;
                        text-align: right;
                }
		#content .post .continue {
                        background-color:#336699;
                        color:Gainsboro;
                        display:block;
                        float:right;
                        font-family:Georgia;
                        font-weight:bold;
                        margin-bottom:25px;
                        padding:3px;
                }
		#content .post p {
			margin-bottom: 20px;
			line-height: 1.4em;
                        text-align: right;
		}
		#content .post .thumb {
                        background-color:Gainsboro;
                        border:1px dotted #333333;
                        height:92px;
                        margin-bottom:20px;
                        overflow:hidden;
                        padding:5px;
                        }
			#content .post .thumb div {
				height: 92px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 247px;
			}
	#content .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content .postnav ul li {
float:right;
padding:40px 10px 30px;
}
			#content .postnav ul li a {
background-color:#333333;
border:0 none;
color:Gainsboro;
display:block;
font-family:Georgia;
font-weight:bold;
padding:5px 10px;
text-align:center;
text-decoration:none;
}
			#content .postnav ul li a:hover {
				background-color: #336699;
				border: 0 !important;
			}
			#content .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 304px;
	float: right;
	padding-bottom: 20px;
}
	#sidebar .wrapper {
		padding: 0 20px;
	}
	#sidebar h2 {
                color:#333333;
                font-size:12px;
                margin:15px 0 10px;
                text-transform:capitalize;
        }
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
                      border-bottom:1px dotted #336699;
                      font-size:0.9em;
                      line-height:1.4em;
                      padding:5px 0;
                }
		#sidebar ul li a {
			color: #336699;
		}
		#sidebar ul li a:hover {
			color: #333333;
		}
	#sidebar .ads {
                padding:25px 0;
                text-align:center;
                }
		#sidebar .ads img {
			margin: 3px;
		}
	#sidebar .search {
                background:Gainsboro url(images/search.gif) no-repeat scroll center center;
                border-color:#333333;
                border-style:dotted;
                border-width:1px 0;
                height:52px;
                }
		#sidebar .search input {
                       border:0 none;
                       float:left;
                       font-family:Verdana;
                       font-size:1.2em;
                       margin:20px 12px 0 26px;
                       width:200px;
                }
		#sidebar .search button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 53px; height: 32px;
			margin-top: 10px;
			background-color: transparent;
		}
	#sidebar .flickr { }
		#sidebar .flickr img {
			margin: 3px;
		}
	#sidebar .video {
		padding-bottom: 5px;
	}
	#sidebar .tags { 
		padding-bottom: 5px;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #DC1000;
		}
	#sidebar .l {
		float: left;
		width: 125px;
	}
	#sidebar .r {
		float: right;
		width: 125px;
	}
		#sidebar .sbar li {
			font-size: 1em;
			padding-left: 12px;
			background: none no-repeat 0 8px;
			border: 0;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
            background-color:#333333;
            clear:both;
            color:Gainsboro;
            font-family:Georgia;
            padding:40px;
            text-align:center;
        }
	#footer p {
		line-height: 1.5em;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0 35px 20px;
}
	#comments h2 {
font-size:12px;
font-weight:bold;
margin:20px 0 6px;
}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
		#comments form p {
			margin-bottom: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 35px 0;
	color: #333333;
}
.single {
	padding: 20px 35px;
}
	.single h2 {
		font-family: Georgia;
		font-size: 1.5em;
		margin-bottom: 15px;
	}
	.single .date {
		font-size: 0.9em;
		font-family: Georgia;
		color: #808080;
		margin-bottom: 15px;
	}
	.single h3 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.single p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.single ul {
		margin: 0 0 10px 16px;
	}
	.single ol {
		margin: 0 0 10px 18px;
	}
	.single li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: Gainsboro;
		border-width: 1px 0;
		border-style: solid;
		border-color: Gainsboro;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
              border:1px dotted #333333;
margin-bottom:10px;
padding:15px;
}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}

.wp_likes {
background-color:white;
border-color:#CDCDCD -moz-use-text-color;
border-style:solid none;
border-width:2px medium;
margin-top:10px;
overflow:visible;
width:255px;
}

.wp_likes div.text {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background-color:#333333;
border:1px solid #336699;
color:#CDCDCD;
padding:2px;
}

.wp_likes a.like {
background-image:url(http://www.mefallit.org/wp-content/plugins/wp-likes/images/like.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:25px;
}
.wp_likes a.unlike{
	background-image:none;
}
.wp_likes img.loader{
	display:none;
	vertical-align:middle;
}
/*sidebar widget css*/
.wp_likes_widget div img{
border:0px;
margin-left:15px;
margin-right:3px;
width:10px;
vertical-align:middle;	
}
.wp_likes_widget div span{
font-weight:bold;	
}
/** END wordpress 2.7 comments **/

