/*
Theme Name: Theme
Theme URI: http://google.com/
Description: Jusy Another WP Theme
Author: Author
Version: 1.0
Tags: 
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height:1.9em;
	color: #222222;	
	
}
input, button, textarea, form, div, p, table, td, span {
	font-family: Arial,sans-serif;
}
a {
	color: #666666;
	text-decoration: underline;
	outline: none;
}
a:hover {  
	color: #999999;
	text-decoration: underline;
}
.clear {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.nulled {	
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

form {
	display: block;
	padding: 0;
	margin: 0;
}
input, textarea, select {
	padding: 4px;
	font-size: 14px;
}
.with_frm_style input {
	padding: 4px !important;
}
input, textarea, select {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #ff9966;
	background-color: #fff6d0;
}
input.disabled, textarea.disabled, select.disabled {
	border: 1px solid #afafaf;
	background-color: #eeeeee;
}
input.error, textarea.error, select.error {
	border: 1px solid #ff6666;
	background-color: #fee1d8;
}
input:checkbox {
	border-width: 0px;
}
input[type=submit] {
	padding: 4px 15px 4px 15px;
	border: 1px solid #222222;
	background-color: #777777;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
}
input[type=submit]:hover {
	border: 1px solid #444444;
	background-color: #999999;
}

.c {
	position: absolute;	
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.c.lt {
	left: 0;
	top: 0;
}
.c.rt {
	right: 0;
	top: 0;
}
.c.rb {
	right: 0;
	bottom: 0;
}
.c.lb {
	left: 0;
	bottom: 0;
}
.s {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.s.t {
	top: 0;
}
.s.r {
	right: 0;
}
.s.b {
	bottom: 0;
}
.s.l {
	left: 0;
}

h1 {
	color: #222222;
	font-family: Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #222222;
	font-family: Arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	color: #222222;
	font-family: Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h4 {
	color: #222222;
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	color: #222222;
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h6 {
	color: #222222;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}




.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	text-align: center;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
	text-align: left;
}

.container .header {
	display: block;
	width: 959px;
	height: 150px;
	margin: 0 0 0 1px;
	background-color: #eeeeee;
	background-position: left top;
	background-repeat: no-repeat;	
}
.mainmenu {
	margin: 15px 0 0 25px;
	padding: 0;
}
.mainmenu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none; 
	list-style-position: outside;
	line-height: 1em;
}
.mainmenu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	background: url('img/mainmenu-sep.html') left center no-repeat;
}
.mainmenu ul li:first-child {
	background: none;
}
.mainmenu ul li a {
	border-bottom: 1px dotted #ffffff;
	color: #555555;
	font-family: Arial,sans-serif;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #ffffff;
}
.mainmenu ul li a:hover {
	border-bottom: 1px dotted #666666;
	color: #000000;
	text-decoration: none;
}
.mainmenu ul li.current-menu-item a {	
	border-bottom: 1px dotted #ffffff;
	color: #000000;
	font-weight: bold;
}
.mainmenu ul li.current-menu-item a:hover {
	color: #999999;
}


.container .main {
	padding: 25px 25px 80px 25px;
}
.container .main .content {
	float: left;
	width: 570px;
	overflow: hidden;	
}
.container .main .sidebar {
	float: right;
	width: 300px;
	overflow: hidden;
}
.container .main .sidebar .heading {
	margin: 0 0 15px 0;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
}
.container .main .sidebar .block {	
	position: relative;
	margin: 0 0 20px 0;
	background: #f8f8f8;
	border: 1px solid #999999;
}
.container .main .sidebar .block .contactdetails {
	
}
.container .main .sidebar .block .contactdetails > div {
	padding: 2px 12px 2px 12px;
}
.container .main .sidebar .block .contactdetails > div > b {
	display: block;
	float: left;
	width: 70px;
	overflow: hidden;	
}
.container .main .sidebar .block .contactdetails > div > i {
	display: block;
	float: right;
	width: 195px;
	font-style: normal;
}
.container .main .sidebar .block .contactdetails > div > u {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.container .main .sidebar .block.form {
	min-height:350px;
}
.container .main .sidebar .block #theme_form {
	display: block;	
	margin: 0;
	padding: 20px 20px 20px 20px;
}
.container .main .sidebar .block #theme_form label {
	display: block;	
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	
}
.container .main .sidebar .block #theme_form input[type=text] {
	display: block;
	width: 240px;
	margin: 0 0 8px 0;
	padding: 3px;
}
.container .main .sidebar .block #theme_form textarea {
	display: block;
	width: 240px;
	height: 50px;
	margin: 0 0 8px 0;
	padding: 3px;
}
.container .main .sidebar .block #theme_form input[type=submit] {
	display: block;
	margin: 20px 0 0 0;
}
.container .main .sidebar .block #theme_form_thankyou {
	position: absolute;
	display: none;
	width: 200px;
	left: 50px;
	top: 150px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.content h1.title {
	margin: 0 0 1em 0;
}
.content h3.titlepost {
	margin: 0 0 0.5em 0;
}
.content h3 a {
	color: #666666;
	text-decoration: none;
}
.content h3 a:hover {
	color: #999999;
	text-decoration: none;
}

.footer {
	color: #999999;
	background-color:#FFFFFF
}
.footer .copyright {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	background-color:#FFFFFF
}

.footer2 {
	width: 960px;
	margin: 15px auto 0 auto;
	padding: 0 0 10px 0;
	background-color:#FFFFFF
	font-size: 11px;
}
.footer2 .left {
	display: block;
	float: left;
	padding: 0 85px 0 0;
	background: url('img/imarweb.png') right center no-repeat;
	text-decoration: none;
}
.footer2 .right {
	display: block;
	float: right;
	padding: 0 174px 0 0;
	background: url('img/twfooter.png') right center no-repeat;
	text-decoration: none;
}





/* =Images
-------------------------------------------------------------- */

.content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
.content .attachment img {
	max-width: 900px;
}
.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content img.alignleft,
.content img.alignright,
.content img.aligncenter {
	margin-bottom: 12px;
}
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.content .wp-caption img {
	margin: 5px 5px 0;
}
.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.content .wp-smiley {
	margin: 0;
}
.content .gallery {
	margin: 0 auto 18px;
}
.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.content .gallery img {
	border: 2px solid #cfcfcf;
}
.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.content .gallery dl {
	margin: 0;
}
.content .gallery img {
	border: 10px solid #f1f1f1;
}
.content .gallery br+br {
	display: none;
}
.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	.content,
	.one-column .content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
