/*
Theme Name: Plurkified Theme
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/@@@
*/

* {margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body {
	text-align: center;
font-family: 'Raleway', sans-serif;
color: #333333;
	background: url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #E2560B;
}
a:hover {
	text-decoration: underline;
}
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;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 10px ;
}

/** BEGIN wrapper **/
.wrapper {
	width: 1005px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 142px;
}
	#header ul {
		list-style-type: none;
		height: 35px;
		padding: 5px 0 0 35px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 1.1em;
		}
		#header ul li a {
			color: #ffffff;font-size:12px;
			display: block;
			padding: 10px 12px;
		}
		#header ul li a:hover {
			background-color: #FFFFCC;
			color: #CF682F;
		}
	#header h1 {width:200px;
		font-size: 3.3em;
		text-transform: uppercase;
		padding:2px;
	}
		#header h1 a {display:inline-block;width:100%;padding:12px 0;
			color: #CF682F;
		}
#header h1 a>img{width:100%;}

/** END header **/

/** BEGIN content **/
#content {
	width: 75%;
	float: left;
	padding-bottom: 20px;
}
	#content .post {
		padding: 20px 10px 20px 20px; clear:both;
	}
	#content h2 {
		font-size: 2.2em;
		border-bottom: 1px dotted #BCBCBC;
		padding-bottom: 2px;
		margin-bottom: 5px;
	}
		#content h2 a {
			color: #A23D00;
		}
	#content .details {
		padding-bottom: 20px;
		color: #666666;
	}
		#content .details .author {
			color: #666666;
			padding: 2px 0 2px 18px;
			background: url(images/author.gif) no-repeat 0 0;
		}
		#content .details .date {
			padding: 2px 0 2px 18px;
			background: url(images/date.gif) no-repeat 0 0;
			color: #666666;
		}
		#content .details .l {
			float: left;
			margin-bottom: 0;
		}
		#content .details .r {
			float: right;
			margin-bottom: 0;
		}
			#content .details .r a {
				padding-left: 17px;
				background: url(images/comments.gif) no-repeat 0 2px;
			}
		#content .tags {
			padding: 5px 10px;
			border-width: 1px 0;
			border-style: dotted;
			border-color: #BCBCBC;
			margin-top: 10px;
		}
	#content p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#content ul {
		margin: 0 0 10px 16px;
	}
	#content ol {
		margin: 0 0 10px 18px;
	}
	#content li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	#content blockquote {
		padding: 10px 20px;
		color: #808080;
		line-height: 1.4em;
	}
/** END content **/

/** BEGIN sidebar **/
.sidebar {
	width: 25%;
	float: left;
	padding: 20px 0 20px 10px;
}
	.sidebar h2 {background:#ededed;padding:5px;
		color: #A23D00;
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	.sidebar .about {
		padding-bottom: 10px;
		color: #666666;
		line-height: 1.5em;
	}
		.sidebar .about img {
			padding: 4px;
			border: 1px solid #CCCCCC;
			float: left;
			margin: 0 10px 4px 0;
		}
	.sidebar ul, .sidebar ol{
		list-style-type: none;
		padding: 5px 0 15px;border:1px solid #DEDEDE; border-radius:5px;
	}
		.sidebar ul li {
			line-height: 1.4em;
			padding: 4px 0 4px 20px;
			background: url(images/categories.gif) no-repeat 0 5px;
			border-bottom: 1px dotted #BCBCBC;
		}
		.sidebar ul.archives li { background-image: url(images/archives.gif); }
		.sidebar ul.blogroll li { background-image: url(images/blogroll.gif); }
		.sidebar ul.meta li { background-image: url(images/meta.gif); }
    .sidebar ul.nobg li { background-image: none; padding: 4px 0 4px 5px;}
		.sidebar ul li a {
			color: #666666;
		}
		.sidebar ul li a:hover {
			
		}
	.sidebar .search {
		width: 206px;    height: 26px;		background: url(images/search.gif) no-repeat 0 0;
	}
		.sidebar .search button {
			border: 0;
			width: 26px; height: 26px;
			text-indent: -9999px;
			background-color: transparent;
			float: left;
		}
		.sidebar .search input {
			float: left;
			border: 0;
			width: 172px;
			margin: 2px 4px;
			font-size: 1.1em;
		}
	.sidebar .box {
		padding: 5px 0 15px;
	}
	.sidebar .flckr {
	}
		.sidebar .flckr img {
			margin: 0 10px 10px 0;
		}
	.sidebar .tags {
		
	}
		.sidebar .tags a {
			color: #666666;
		}
		.sidebar .tags a:hover {
			color: #E2560B;
		}
	.sidebar .ad {
		
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #CAE7FD url(images/footer.gif) repeat-x 0 bottom;
	border-top: 1px solid #9EC0DA;
	padding-top: 20px;
}
	#footer .wrapper2 {
		margin-left: -10px;
	}
	#footer .box {
		width: 280px;
		float: left;
		padding: 0 0 20px 45px;
	}
	#footer .bottom {
		clear: both;
		height: 41px;
		color: #ffffff;
		width: 1005px;
		margin: auto auto;
		text-align: left;
	}
		#footer .bottom a {
			color: #ffffff;
		}
		#footer .bottom p {
			padding: 15px 15px 0;
		}
		#footer .bottom .l {
			float: left;
		}
		#footer .bottom .r {
			float: right;
		}
	#footer .box h2 {
		color: #A23D00;
		font-size: 1.4em;
		border-bottom: 1px dashed #9EC0DA;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#footer .box ul {
		list-style-type: none;
	}
		#footer .box ul li {
			line-height: 1.4em;
			padding: 3px 0 3px 20px;
			background: url(images/bullet.gif) no-repeat 0 3px;
		}
		#footer .box ul li a {
			color: #333333;
		}
/** END footer **/


.video 
{
 height:250px;
 border:5px solid #fff;
-moz-box-shadow:0px 5px 5px #ccc;
    -webkit-box-shadow:0px 5px 5px #ccc;
    box-shadow:0px 5px 5px #ccc;
}
.video img{width:100%; height:100%;}
.map 
{height:250px;
 border:5px solid #fff;
 margin-bottom:10px;
margin-top:10px;
-moz-box-shadow:0px 5px 5px #ccc;
    -webkit-box-shadow:0px 5px 5px #ccc;
    box-shadow:0px 5px 5px #ccc;
}
.map img {width:100%; height:100%;}

#link_detail table {clear:both; float:left;}


/* new */

.mediabox {float:right; width:46%;}
.video 
{
width:100%;
 height:250px;
 border:5px solid #fff;
-moz-box-shadow:0px 5px 5px #ccc;
    -webkit-box-shadow:0px 5px 5px #ccc;
    box-shadow:0px 5px 5px #ccc;
}
.video img{width:100%; height:100%;}
.map 
{height:260px;
 border:5px solid #fff;
 margin-bottom:10px;
position:relative; 
width:100%;
-moz-box-shadow:0px 5px 5px #ccc;
    -webkit-box-shadow:0px 5px 5px #ccc;
    box-shadow:0px 5px 5px #ccc;
}
.map img {width:100%; height:100%;}
.screenshot
 {
float:left;
width:100px;
height:auto;
border:2px solid #ccc;
}
.screenshot img {height:100%; width:100%;}

.info
{float:left; text-align:left; margin:0px; margin-left:10px; width:60%;}
.info span
{display:block; text-align:left; margin:5px 0px;}
.bluetxt {color:#426FD9;}

#link_detail table
 {
 float:left;
width:52%;

}
#link_detail {padding-top:0px;}
.generic_block2 {clear:both;}
.main_content_full {clear:both; margin-top:20px; float:left; width:100%;}
#link_detail table tbody {float:left; width:100%;}







.sidebar ul li > form > input {border:0;background:#454545;padding:5px 15px;color:#fff;width:100% !important;}












