/*
Theme Name: USGCO Blog
Theme URI: http://www.usgreencardoffic.com/blog/
Description: Wordpress theme for USGCO.
Version: 1.0
Author: Simon Jensen
Author URI: http://www.simon-jensen.net
Tags: creen, card, office, wordpress, blog
*/

body {
	margin: 10px;
	background: #fff url("images/sitebgimg.jpg") repeat-x;
	color: #555;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #555;
}

a:active, a:hover {
	color: #333;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 5px 0px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

/************************************************************************************/

#container {
	width: 800px;
	margin: 0px auto;
	border: 1px solid #aaa;
	background: #fff;
}

/************************************************************************************/

#header {
	height: 101px;
	background: url("images/right-header.jpg") top right no-repeat;
}

/************************************************************************************/

#menu {
	height: 28px;
	background: url("images/menu_bg.jpg") no-repeat;
}

#menu a {
	color: #fff;
	margin: 0px 15px;
}

#menu .left {
	margin-top: 3px;
}

#menu .right {
	margin-top: 3px;
}

#breadcrumbs {
	height: 33px;
}

/************************************************************************************/

#sidebar_l {
	float: left;
	width: 150px;
	padding: 0px 10px;
	margin: 0px 10px;
}

#sidebar_l h3 {
	background: url("images/widget-top.gif") repeat-x;
	position: relative;
	left: -10px;
	width: 150px;
	padding: 5px 10px;
}

#sidebar_l #language_menu {
	padding: 5px 0px;
	font-weight: bold;
}

#sidebar_l #languages {
	display: none;
	width: 150px;
	position: absolute;
	background: #fff;
	z-index: 99;
	padding: 0px 5px;
	margin-top: 5px;
	margin-left: -5px;
}

#sidebar_l #languages .language {
	padding: 3px 0px;
	border-top: 1px dotted;
}

#sidebar_l #languages .language a {
	text-decoration: none;
	display: block;
}

#sidebar_l #flags {
	margin: 5px 0px 5px 2px;
}

#sidebar_l #language_select {
	width: 100%;
}

#sidebar_l img.flag {
	margin-right: 2px;
}

/************************************************************************************/

#content {
	float: right;
	width: 565px;
	background: url("images/widget-top.gif") repeat-x;
	padding: 0px 10px;
	margin: 0px 10px;
	font-size: 1.2em;
}

#content_full {
	background: url("images/widget-top.gif") repeat-x;
	padding: 0px 10px;
	margin: 0px 10px;
	font-size: 1.2em;
}

#content .intro {
	padding: 10px 0px;
}

h3.subtitle {
	background: #E5E5E5;
	padding-left: 5px;
}

h3.title {
	background: url("images/widget-top.gif") repeat-x;
	padding: 10px;
}

#content .margin p {
	padding-left: 20px;
}

/************************************************************************************/

#content img {
	margin: 5px;
	border: 1px solid;
}

#content img.alignright {
	float: right;
}

#content img.alignleft {
	float: left;
}

/************************************************************************************/

#footer h4 {
	margin: 5px 0px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
}

/************************************************************************************/

tr.list td {
	border-top: 1px dotted #E5E5E5;
}

/************************************************************************************/

input, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input[type=submit], input[type=button] {
	width: 99px;
	height: 23px;
	border: none;
	background-image: url("images/btn_grey2.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
	margin-top: 3px;
}

input[type=submit]:hover, input[type=button]:hover {
	background-position: 0px -23px;
}

input[type=submit]:active, input[type=button]:active {
	background-position: 0px -46px;
}

input[type=submit].green, input[type=button].green {
	width: 100px;
	height: 24px;
	color: #fff;
	border: none;
	background-image: url("images/btn_green.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
}

input[type=submit].green:hover, input[type=button].green:hover {
	background-position: 0px -24px;
}

input[type=submit].green:active, input[type=button].green:active {
	background-position: 0px -48px;
}

input[type=submit].green_submit {
	width: 250px;
	height: 24px;
	color: #fff;
	border: none;
	background-image: url("images/btn_green_submit.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
}

input[type=submit].green_submit:hover {
	background-position: 0px -24px;
}

input[type=submit].green_submit:active {
	background-position: 0px -48px;
}

.w50 {
	width: 50%;
}

.w80 {
	width: 80%;
}

.w100 {
	width: 98%;
}

label {
	width: 100%;
	display: block;
	font-weight: bold;
}

/************************************************************************************/

.message, .info, .ui-state-error, .ui-state-highlight {
	margin-top: 10px;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

.message {
	background: #B2DBA8;
	border: 1px solid green;
}

.ui-widget-content {
	border-color: #aaa;
	padding: 5px;
}

.info {
	background: url("images/icons/info.png") 2px 2px no-repeat;
	padding-left: 25px;
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.faded {
	color: #999;
}

.pad10 {
	padding: 10px 0px;
}

.pad10_10 {
	padding: 10px;
}

.red {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

div.clear, hr.clear {
	visibility: hidden;
	margin: 0px;
	clear: both;
}
