* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 100%;
}

.strip {
	width: 100%;
	float: left;
}


#header {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

#logo {
	width: 231px;
	float: left;
}

#navigation {
	width: 699px;
	margin: 25px 0 0 0;
	float: left;
	text-align: right;
}

#navigation ul {
	display: inline;
} 

#navigation ul li {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	display: inline;
	font-size: 0.9em;
}

#navigation ul li a {
	color: #666666;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #1795BE;
	text-decoration: underline;
}

#navigation ul li a.navon {
	color: #1795BE;
	text-decoration: none;
}

#navigation ul li a.navon:hover {
	color: #1795BE;
	text-decoration: underline;
}

#help {
	margin: 0 0 15px 0;
}

#help ul {
	display: inline;
} 

#help ul li {
	background-image: url(images/medium_east.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: inline;
	font-size: 0.7em;
	color: #999999;
	list-style: none;
	padding: 0 4px 0 10px;
}

#help ul li.dark {
	background-image: url(images/dark_east.gif);
}

#help ul li.none {
	background-image: none;
	padding: 0 2px 0 0px;
}

#help ul li a {
	color: #999999;
	text-decoration: none;
}

#help ul li a:hover {
	color: #1795BE;
	text-decoration: underline;
}

#help ul li a.navon {
	color: #1795BE;
	text-decoration: none;
}

#help ul li a.navon:hover {
	color: #1795BE;
	text-decoration: underline;
}


.first {
	border-top: 15px solid #1795be;
	border-bottom: 3px solid #1795be;
}

.splash {
	min-height: 150px;
	background-color: #1795be;
	border-top: 4px dashed #0b4a5f;
	border-bottom: 4px dashed #0b4a5f;
}

.portfolio {
	border-top: 1px solid #1795be;
	margin-top: 30px;
}

.blog {
}

.last {
	border-top: 3px solid #1795be;
	border-bottom: 15px solid #1795be;
	margin-top: 40px;
}

#content {
	width: 930px;
	margin: 0px auto;
	margin-top: 40px;
	overflow: auto;
}

#text {
	width: 330px;
	float: left;
}

#blog-text {
	width: 630px;
}


#text h1 {
	font-size: 1.6em;
	color: #1795BE;
	line-height: 110%;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#blog-text h1 {
	font-size: 1.6em;
	color: #1795BE;
	line-height: 110%;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#text h2 {
	font-size: 1.3em;
	color: #666666;
	border-bottom: 1px solid #666666;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
}

#blog-text h2 {
	font-size: 1.3em;
	color: #666666;
	border-bottom: 1px solid #444444;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
}

#text h3 {
	font-size: 1em;
	margin-bottom: 0.4em;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
}

#text h3 a {
	color: #999999;
}

#text p {
	color: #888888;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1em;
}

#blog-text p {
	color: #888888;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1em;
}

#text em {
	color: #555555;
}

#blog-text em {
	color: #555555;
}

#text p.a {
	font-size: 2.9em;
	color: #CCCCCC;
	line-height: 100%;
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#blog-text p.a {
	font-size: 2.9em;
	color: #CCCCCC;
	line-height: 100%;
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


#text p.b {
	font-size: 1.6em;
	color: #1795BE;
	line-height: 100%;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

#text h1.b {
	font-size: 1.6em;
	color: #1795BE;
	line-height: 100%;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

#blog-text img {
	margin: 5px 0 10px 0;
}

#text p.tosign {
	margin-bottom: 0.4em;
	font-style: italic;
}

#text a {
	color: #1795BE;
	text-decoration: none;
}

#blog-text a {
	color: #1795BE;
	text-decoration: none;
}

#text a.f {
	color: #999999;
	text-decoration: none;
}

#text a:hover {
	color: #000000;
	text-decoration: underline
}

#text a.f:hover {
	color: #999999;
	text-decoration: none;
}

#direction {
	height: 30px;
	margin-top: 30px;
}


#text .previous {
	font-size: 12px;
	text-align: left;
	float: left;

}

#text .previous a {
	padding-left: 15px;
	background-image: url(images/medium_west.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#text .previous a:hover {
	background-image: url(images/dark_west.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#text .next {
	font-size: 12px;
	text-align: right;
	float: right;
}
#text .next a {
	background-image: url(images/medium_east.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
	text-align: right;
}
#text .next a:hover {
	background-image: url(images/dark_east.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}

.other {
	margin-top: 20px;
}

.other ul {
	margin: 0 0 0 15px;
}

.other li {
	font-size: 0.8em;
	color: #999999;
	margin: 0 0 3px 0;
}

#portfolio {
	width: 930px;
	margin: 0px auto;
	margin-top: 40px;
	min-height: inherit;
	overflow: auto;
}

#issue {
	width: 930px;
	margin: 0px auto;
	min-height: inherit;
	overflow: auto;
}

.issue {
	margin-top: 30px;
}

#portfolio p.e {
	font-size: 1.6em;
	color: #1795BE;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

#portfolio p.e a{
	color: #1795BE;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

#portfolio h1 {
	font-size: 2.9em;
	color: #CCCCCC;
	line-height: 100%;
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#blog {
	width: 930px;
	margin: 0px auto;
	margin-top: 40px;
	min-height: inherit;
	overflow: auto;
}

#blog h1 {
	font-size: 2.9em;
	color: #CCCCCC;
	line-height: 100%;
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#blog h2 {
	font-size: 1.6em;
	color: #1795BE;
	line-height: 110%;
	margin-bottom: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#blog .project h2 {
	font-size: 1.3em;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0em;
}

#blog .project h2 a {
	color: #666666;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: normal;
}

#blog .project h2 a:hover {
	color: #000;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#blog .project-description {
	float: left;
	width: 560px;
	padding: 15px 41px;
}

#blog .project-description a {
	color: #1795BE;
	text-decoration: none;
}

.project {
	width: 930px;
	margin: 0 0 20px 0;
	overflow: auto;
	float: left;
}

.project-image {
	float: left;
	width: 288px;
	padding: 15px 0;
}

.project-description {
	float: left;
	width: 360px;
	padding: 15px 41px;
}

.project-info {
	float: left;
	width: 200px;
	padding: 15px 0;
}

#portfolio .project h2 {
	font-size: 1.3em;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#portfolio .project h2 a {
	color: #666666;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#portfolio .project h2 a:hover {
	color: #000;
	font-weight: normal;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#portfolio .project .project-description h2 {
	font-size: 1em;
	margin-bottom: 0.4em;
}

#portfolio .project-description a {
	color: #1795BE;
	text-decoration: none;
}

#portfolio .project-description a:hover {
	color: #000000;
	text-decoration: underline
}

#portfolio .project-info .zag {
	font-size: 1em;
	margin-bottom: 0.8em;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#portfolio .project-info h2 {
	font-size: 1em;
	margin-bottom: 0.4em;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}

.project-description p {
	font-size: 0.85em;
	margin-bottom: 0.8em;
	color: #888888;
	line-height: 130%;
}


.project-image p a {
	background-color: #eeeeee;
	color: #1795BE;
	padding: 2px 5px;
	display: block;
	text-decoration: none;
	margin: 5px 0 0 0;
}


.project-image p a:hover {
	color: #eeeeee;
	background-color: #1795BE;
	text-decoration: none;
}

.project-info ul {
	margin: 0 0 20px 15px;
}

.project-info li, .project-info p, .project-image p {
	font-size: 0.8em;
	color: #999999;
}

.project-info li {
	margin: 0 0 5px 0;
}

.project-info a {
	color: #1795BE;
	background-color: #eeeeee;
	text-decoration: none;
	padding: 2px 5px;
}

.project-info a:hover {
	background-color: #1795BE;
	color: #eeeeee;
	text-decoration: none;
}

#sidebar {
	width: 500px;
	margin: 0 0 0 100px;
	float: left;
}

.column {
	width: 250px;
	margin: 0 0 0 29px;
	float: left;
}

#recent-project {
	width: 250px;
	float: left;
}

#details {
	width: 250px;
	float: left;
}


#right-hand {
	width: 558px;
	margin: 0 0 0 42px;
	float: left;
}

#right-hand h1 {
	font-size: 1.6em;
	color: #CCCCCC;
}

#right-hand h2 {
	font-size: 1.2em;
	color: #1795BE;
	margin-bottom: 0.4em;
}

#right-hand h2.c {
	font-size: 0.9em;
	color: #999999;
	margin-bottom: 0.4em;
	font-weight: normal;
 	font-style: italic;
}

#right-hand p {
	color: #999999;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 130%;
	margin-bottom: 1.2em;
}

#right-hand p.d {
	color: #666666;
	font-weight: normal;
	font-size: 0.85em;
	margin-bottom: 0px;
}


#right-hand li {
	color: #999999;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 5px 15px;
}

#right-hand a {
	color: #1795BE;
	background-color: #eeeeee;
	text-decoration: none;
	padding: 2px 5px;
}

#right-hand a.simple {
	color: #1795BE;
	background-color: #FFF;
	text-decoration: none;
	padding: 0px 0px;
}

#right-hand a:hover {
	background-color: #1795BE;
	color: #eeeeee;
	text-decoration: none;
}

#right-hand a:hover.simple {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

.slideshow {
	width: 558px;
	height: 435px;
	margin: 42px 0 0 0;
	overflow: hidden;
	text-align: right;
}

.slideshow ul {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow ul li p {
	color: #999999;
	padding: 5px 0;
	font-size: 1em;
	font-weight: bold;
}

.sign-main {
	width: 370px;
	float: right;
}

.sign-main p {
	font-style: italic;
}

ul#portfolio-list {
	list-style: none;
}

ul#portfolio-list p, ul#portfolio-list h2 {
	margin: 0 0 0.6em 0;
	line-height: 130%;
}

ul#portfolio-list p {
	font-size: 1em;
}

ul#portfolio-list p a {
	width: 123px;
   height: 20px;
   background-image: url(images/read.png);
   background-repeat: no-repeat;
   display: block;
   padding: 0 0 0 0;
}

ul#portfolio-list p a:hover {
	background-image: url(images/read-h.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

ul#portfolio-list li {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	overflow: auto;
}

ul#portfolio-list li.lastline {
	padding: 10px;
	border-bottom: 0px solid #dddddd;
	overflow: auto;
}

ul#portfolio-list li img {
	margin: 0 0 0 30px;
}


#portfolio-box {
	text-align: right;
}

#portfolio-box p {
	margin: 30px 0 0 0;
}

#footer {
	width: 930px;
	margin: 20px auto;
	color: #999999;
	overflow: hidden;
}

#footer-text {
	width: 842px;
	float: left;
}

#footer a {
	color: #1795be;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer p {
	font-size: 0.8em;
}

#footer p.p2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

textarea.lnks {
	color: #333;	
	background: #fff;
	border: 1px solid #999999;
	width: 625px;
	height: 35px;
}

#blog-text .red {
	color: #F00;
	font-weight: normal;
	font-size: 0.9em;
}

#mailform p {
	margin-bottom: 0.4em;
}

#mailform input, #mailform select, #mailform textarea {
	width: 238px;
	border: 1px solid #999999;
	padding: 5px;
}

#mailform select {
	margin-bottom: 6px;
}

#bouncer {
	visibility: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

#sign {
	margin: 0 0 15px 0;
}

#sign p {
	font-size: small;
	font-style: italic;
	text-align: right;
	margin: 0 0 0 0;
}

#liveinternet {
	width: 88px;
	margin: 4px 0 0 0;
	float: left;
}

#vk_comments {
	margin: 30px 0 0 0;
}

#vk_like {
	margin: 25px 0 30px 0;
	float: left;
}

.fb-like {
	margin: 24px 0 30px 0;
}

.yashare-auto-init {
	margin: 19px 0 25px 0;
	float: right;
}
