/* CSS sheet for kargayuvasi.info
   Based on GreenWhithBlue by Mark Pieper
   Maintainer: Arie Kraai
   Vrs When     Who What
   ---------------------------------------------------------------
   1.0 20070527 AK  First release
*/

* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Verdana, Arial, sans-serif;
	text-align: center;
	color: #444444;
	background: #e2e2e2;
}

#container {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #ffffff;
}

#header {
	height: 150px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Georgia, serif;
}

#header h1, #galheader h1 {
	margin-left: 10px;
	margin-top: 0px;
	font-weight: 300;
	text-align: left;
	font-size: 40px;
}

#header h2 {
	margin-left: 10px;
	margin-top: 65px;
	font-style: italic;
	font-weight: 300;
	text-align: left;
	font-size: 20px;
}

#header a img {
	float: right;
	margin: 5px;
	border: 0px;
}

#galheader {
	height: 50px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url('galbanner.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Georgia, serif;
}

#galheader a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
	font-size: 40px;
}

#galheader a:hover {
	color: #747474;
}

#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 98px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	font-variant: small-caps;
	border: 1px solid #747474;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #444444;
	border-bottom: 0px;

}

#menu ul li a:hover{
	border-bottom: 5px dotted #747474;
}

#content {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	font-size: 13px;
	line-height: 1.3em;
	text-align: justify;
}

#content p, #infobox p, nav p {
	margin: 10px;
}

#content p a, #nav a, #comment li a, #content li a, #infobox p a , #footer p a, iframe a{
	color: #444444;
	text-decoration: underline;
}

#content p a:hover, #nav a:hover, #comment li a:hover, #content li a:hover, #infobox p a:hover, #footer p a:hover, iframe a:hover {
	color: #222222;
	text-decoration: none;
	border-top: 2px solid #747474;
	border-bottom: 2px solid #747474;
}

#content h2, #infobox h2 {
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
	color:  #444444;
}

#content h3 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
}

#content blockquote {
	margin: 5px;
	margin-left: 30px;
}

#content blockquote:before {
	color: #85c20c;
	font-weight: bold;
	content: '"';
}

#content blockquote:after {
	color: #85c20c;	
	font-weight: bold;
	content: '"';
}	

#content ul {
	margin-left: 40px;
}

img {
	border: 1px solid #747474;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a img:hover {
	border: 2px solid #747474;
	padding: 3px;
}

img.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#comment {
	width: 215px;
	float: right;
	border-left: 1px solid #747474;
	border-bottom: 1px solid #747474;
	margin-left: 10px;
	margin-bottom: 5px;
}

#comment p {
	font-size: 10px;
	color: #666666;
}

#comment ul {
	font-size: 10px;
	color: #666666;
}

#comment h3 {
	margin: 10px;
	font-size: 12px;
	font-style: italic;
}

div.thirdbox {
	float: left;
	width: 238px;
	height: 310px;
	border: 1px dotted #747474;
	text-align: center;
	margin: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

div.thirdbox h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-style: italic;
}

#infobox {
	width: 560px;
	height: 420px;
	margin: 20px 20px 25px 110px;
	border: 1px solid #747474;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 1.3em;
	text-align: left;
}

#footer {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
}

#footer p.fright {
	text-align: right;
	margin-right: 10px;
}

#footer p.fleft {
	text-align: left;
	margin-left: 10px;
	font-size: 15px;
	font-variant: small-caps;
}

table {
	margin: 0px 0px 0px 10px;
}

table th {
	font-style: italic;
	text-align: center;
}

table td {
	padding: 0px 10px;
}

table td a {
	color: #444444;
}

table td a:hover {
	color: #222222;
	text-decoration: none;
	border-top: 2px solid #747474;
	border-bottom: 2px solid #747474;
}
.left {
	float: left;
}

.right {
	float: right;
}

.bigl {
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
}

div.part {
	clear: left;
	margin: 0px;
	width: 534px;
}

div.clearfull {
	clear: both;
	width: 100%;
}

