/*   
Theme Name: AGPrime
Theme URI: http://www.ag-prime.com/
Description: AG Prime Custom Theme 
Author: Gabriel Ungureanu
Author URI: http://gabriel.ungureanu.biz/
Version: 1.0
.
GNU
.
*/


body{
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
div#site {
	display:block;
	width: 988px;	
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/center_repeater.jpg);
	background-repeat: repeat-y;
}
div#site_top{
	height: 173px;	
	width:inherit;
	background-image: url(images/site_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 16px;
	left: 291px;
	border: none;
	z-index: 0;
}

.menu {
	z-index: 1;
	position: relative;
}

div#site_left{		
	margin-left: 30px;	
	margin-top: -394px;
	width: 167px; /* 167 + 10 + 10 */
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

div#center_middle {
	width: 988px;
	height: 149px;
	margin-top: 263px;
	background: top url(images/center_middle.jpg) no-repeat;	
}

div#site_center{	
	display: block;
	margin-left: 215px;	
	margin-top: -394px;
	width: 710px;
	min-height: 400px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
div#site_bottom{	
	width: inherit;
	height:29px;
	background-image:url(images/site_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;	
}
ul#left_site_menu {
	margin-left: 20px;
	padding: 0px;	
	margin-right: auto;
	margin-top: 10px;
	width: 150px;
	height: 30px;
	float: left;
	text-align: left;	
}

ul.menu {	
	margin-right: 30px;
	padding: 0px;
	margin-left: auto;
	margin-top: 10px;
	width: 430px;
	height: 26px;
	text-align: right;	
	float: right;	
}

ul.menu.left_item {
	float: left;
	margin-left: 21px;
	width: auto;
}

.page_item {
	padding: 0.2em 0.5em 0 0;
}

#twitter_update_list {
	list-style-type: circle !important;
}

ul.menu li {
	display: inline;
}
div#messenger_link {
	position: relative;
	top: 120px;
	left: 480px;
}
div.fix_float {
	clear: both;
	width: 0px; height: 0px;
	display: block;
}
div#contact {
	width: 90%;
	text-align: left;
}
div#contact input {
	width: 200px;
}
 
div#contact textarea
 {
	width: 430px;
}

input,
select,
textarea {		
	color: #5d5d5d;	
}
img.icon {
	float: left;
	border: none;
}
div#site_center { padding-top: 15px; padding-left: 20px; padding-right: 15px;}
ul#left_site_menu  > li,
ul#right_site_menu  > li
 {
	display: inline;
	padding-left: 10px;
}
ul#left_site_menu,
ul#right_site_menu{
	list-style: none;
}

/* services */

#site_left 
ul.menu {
	list-style: none;
	padding: 0;
	margin: 1px;
}
#site_left
ul.menu li {
	display: block;
}
ul.secondary-links li a {
	font-size: 16px;	
}

input, textarea {
	border: 1px solid #d4d4d4;
}
input:hover, textarea:hover {
	background-color: #f0f0f0;
}
ul{
	
	list-style-type: none;
	padding-left: 0;
}

.post ul {
	list-style-type: circle;
	margin-left: 30px;
}

#site_left h2 {
	background: url(images/icon.jpg) center left no-repeat;
	height: 58px;
	padding-left: 60px;
	line-height: 58px;
}

#site_center .clear-block {
	display: inline-block;
}

/* twitter block */
#block-views-tweets-block .item-list ul li {
	margin: 0 0 10px;
	list-style-type: none;
}

/* Drupal specific bugfix */

.profile {
	clear: none;
}

/* Flickr block */

.flickr-photo-img {
	margin: 0 5px 7px 0;
}

.support {
	float: right;
	clear: right;
	margin-right: 120px;
	margin-top: 32px;
}




/*
* Text Styles
*/

.error {
	color: red;
}
p, span, h1, h2, a,
input,
select,
textarea,
label {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
h1, h2, a {	
	font-family: "Comic Sans MS", Verdana, sans-serif;	
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
.content h2 {
	color: rgb(193, 5, 18);
}
a,
a:active,
a:visited {	
	cursor: pointer;	
	text-decoration: none;
	color: #C10512;
}
a:hover {
	text-decoration: underline;
}
ul.primary-links li a,
ul.menu li a,
#left_site_menu li a {
	font-size: 18px;
}
.aOver {
	text-decoration: underline;
	color: #c10512;
}

.credit {
	text-align: center;
}
.post h2 a {
	font-size: 15px;
	color: #C10512;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post small {
	font-style: italic;
}
#sidebar h2 a {
	font-size: 18px;
}

.widget li {
	list-style-type: circle;
	margin-left: 15px;
}